chelovechishko
|
622316a34f
|
gui: improve readability of sharemanager for qdarkstyle.qss
|
2018-01-08 15:49:05 +09:00 |
|
Gioacchino
|
c3e300e717
|
Merge pull request #1140 from Emotyco/libresapi_small_corrections
Added to libresapi a few handy functions
|
2018-01-06 22:53:26 +01:00 |
|
Konrad
|
67fc6a3c28
|
Fixed in Libresapi: Double declaration of StateToken in FileSharingHandler
|
2018-01-06 19:29:56 +01:00 |
|
Konrad
|
575a416ee9
|
Changed in Libresapi: Used Doxigen style comments
|
2018-01-06 19:09:44 +01:00 |
|
Konrad
|
d53993c2a0
|
Changed in Libresapi: Pointer to RsNotify object into reference
|
2018-01-06 18:39:47 +01:00 |
|
csoler
|
57f41d9286
|
Merge pull request #1145 from PhenomRetroShare/Fix_ClearPersonDetailIfNoSelection
Clear Person Detail when no selection
|
2018-01-05 21:27:18 +01:00 |
|
Konrad
|
4026040b49
|
Libresapi: Extended ChatInfo class to contain own identity used in chat
|
2018-01-05 20:44:48 +01:00 |
|
Phenom
|
4f902bbaee
|
Clear Person Detail when no selection
Add a text for own signed Id but not yet validated (when just created).
|
2018-01-05 17:48:18 +01:00 |
|
csoler
|
0078b9caf1
|
Merge pull request #1143 from csoler/v0.6-SecurityFixes
removed extra links from chat widget, since normal links can be used …
|
2018-01-03 20:33:25 +01:00 |
|
csoler
|
98d1d08d68
|
removed extra links from chat widget, since normal links can be used now to DL through encrypted tunnels
|
2018-01-03 20:32:37 +01:00 |
|
csoler
|
ee81eef7f1
|
Merge pull request #1142 from csoler/v0.6-SecurityFixes
prevent sending/receiving of IP addresses to/at hidden nodes
|
2018-01-03 18:42:04 +01:00 |
|
csoler
|
ab60f49820
|
prevent sending/receiving of IP addresses to/at hidden nodes
|
2018-01-03 18:37:43 +01:00 |
|
csoler
|
0a92710b0c
|
Merge pull request #1141 from csoler/v0.6-SecurityFixes
V0.6 security fixes
|
2018-01-03 15:03:23 +01:00 |
|
csoler
|
0f6006d140
|
prevent subscribing to a signed chat room without a signed identity
|
2018-01-03 15:01:04 +01:00 |
|
csoler
|
eea0c64d1c
|
require signed identity to respond to a signed chat room invite. Avoids "god mode" bug.
|
2018-01-03 14:05:13 +01:00 |
|
Konrad
|
96e75074a8
|
Added in Libresapi: Short comment to FileSharingHandler
|
2018-01-01 23:38:07 +01:00 |
|
Konrad
|
9bb6adc036
|
Added in Libresapi: Missing mutex locking in TransfersHandler
|
2018-01-01 23:27:46 +01:00 |
|
Konrad
|
6a61e0a781
|
Changed in Libresapi: Locking mutex using macro instead of RsStackMutex object creation
|
2018-01-01 23:20:26 +01:00 |
|
Konrad
|
74a56f646d
|
Changed in Libresapi: Closing distant connection (chat) requires now ChatId that is used in other functions, instead of DistantCharPeerId
|
2017-12-29 16:07:39 +01:00 |
|
Konrad
|
4b25684c44
|
Added in Libresapi: Functions to get and set default identity for lobby
|
2017-12-29 16:03:45 +01:00 |
|
Konrad
|
b24d772278
|
Added in Libresapi: Getting node name in PeersHandler
|
2017-12-27 22:38:04 +01:00 |
|
Konrad
|
2db25d40cb
|
Added in Libresapi: StateToken refreshing to TransferHandler
|
2017-12-27 22:37:14 +01:00 |
|
Konrad
|
53118e5bde
|
Added in Libresapi: Missing bracket in ChatHandler
|
2017-12-27 22:35:51 +01:00 |
|
Konrad
|
92df847ece
|
Added in Libresapi: StateTokens to FileSharingHandler
|
2017-12-27 22:33:23 +01:00 |
|
Konrad
|
55385d7602
|
Added in Libresapi: Marking particular message as read
|
2017-12-27 22:31:17 +01:00 |
|
csoler
|
49cacc41a1
|
fixed compilation on ubuntu precise
|
2017-12-24 12:04:15 +01:00 |
|
csoler
|
122f6af30a
|
fixed compilation on ubuntu precise
|
2017-12-24 11:06:03 +01:00 |
|
csoler
|
72d64c7d1f
|
updated changelog
|
2017-12-24 10:36:08 +01:00 |
|
csoler
|
c2d55799e1
|
storage of chat room icons in local variables to avoid re-reading them from qrc everytime (patch from sss)
|
2017-12-21 17:06:49 +01:00 |
|
Gioacchino Mazzurco
|
acd83556e5
|
Add some documentation on how to debug retroshare on android
|
2017-12-20 18:24:28 +01:00 |
|
csoler
|
c0d8333c60
|
Merge pull request #1136 from csoler/v0.6-FT
rename file in partials into real name before moving it; check for de…
|
2017-12-18 16:10:52 +01:00 |
|
csoler
|
ed0e280729
|
Merge pull request #1135 from PhenomRetroShare/Fix_DontSetMacOsTargetIfNotMacOs
Don't Set Target and SDK if not MacOS
|
2017-12-18 16:01:27 +01:00 |
|
Phenom
|
4950ffb466
|
Don't Set Target and SDK if not MacOS
|
2017-12-17 16:48:53 +01:00 |
|
csoler
|
0895b3dbd0
|
Merge pull request #1134 from PhenomRetroShare/Fix_TravisCI_MacOS_Compil
Fix TravisCI on MacOS compilation.
|
2017-12-17 13:55:50 +01:00 |
|
csoler
|
3007fec1b2
|
fixed colors in keyring with new ModelIndex based view (patch from sss)
|
2017-12-16 17:46:44 +01:00 |
|
csoler
|
99e35b131c
|
rename file in partials into real name before moving it; check for destination directory before moving file
|
2017-12-16 15:04:16 +01:00 |
|
Phenom
|
a3acd585f4
|
Fix TravisCI on MacOS compilation.
|
2017-12-12 19:39:04 +01:00 |
|
csoler
|
acbcba8a64
|
attempt to fix icon sizes in identity dialog
|
2017-12-07 17:20:42 +01:00 |
|
csoler
|
d2c8ba1a86
|
Merge pull request #1117 from chelovechishko/qdarkstyle_fix
Some fixes for qdarkstyle.qss
|
2017-12-04 16:33:45 +01:00 |
|
csoler
|
22292fc2a1
|
Merge pull request #1118 from RetroPooh/net_settings_antifreeze
fix freezes in network settings
|
2017-12-04 16:32:37 +01:00 |
|
csoler
|
621ed71eeb
|
Merge pull request #1120 from sehraf/pr_fixForumDownloadAll
Fix 'download all' button for forum.
|
2017-12-04 16:31:48 +01:00 |
|
csoler
|
0503f42d13
|
Merge pull request #1119 from RetroPooh/chan-fix-cyr
fix cyrillic text sent wrong in channel post
|
2017-12-04 16:30:29 +01:00 |
|
sehraf
|
49b4057522
|
fix 'download all' button for forum.
Now all file links are opened in one collection dialog instead of each link in one separate dialog.
|
2017-12-02 15:00:24 +01:00 |
|
chelovechishko
|
98d2772732
|
gui: make forums_dialog slightly more readable sometimes
in qdarkstyle.qss
|
2017-12-02 17:10:15 +09:00 |
|
RetroPooh
|
8ec69dfb72
|
fix cyrillic text sent wrong in channel post
|
2017-11-29 19:23:52 +03:00 |
|
RetroPooh
|
a88c2efab1
|
fix freezes in network settings
|
2017-11-29 17:17:49 +03:00 |
|
defnax
|
b99a1a56ef
|
fixed the emote file for unshown emotes on gui
|
2017-11-28 19:36:39 +01:00 |
|
Chelovechishko
|
d1cdba891f
|
gui: fix probably mistake with names in qdarkstyle.qss
Don't sure, but who cares?
|
2017-11-27 15:42:52 +09:00 |
|
Chelovechishko
|
8c34a50e23
|
gui: fix default color of some text in friends list in qdarkstyle.qss
|
2017-11-27 15:41:30 +09:00 |
|
Chelovechishko
|
d566a2a842
|
gui: fix keyring background color in qdarkstyle.qss
|
2017-11-27 15:41:17 +09:00 |
|