Gioacchino Mazzurco
045069c3e6
Implement proper GXS message deletion notification
...
GxsForums propagate message deletion notification as RsEvent
2021-10-28 09:51:29 +02:00
G10h4ck
b920263947
Merge pull request #2442 from G10h4ck/notify_hashing_file_completed
...
Emit an event when a shared file hashing complete
2021-10-28 09:24:45 +02:00
csoler
3ddf3d0853
Merge pull request #2132 from sehraf/pr_add_i2p_sam3
...
Replace I2P BOB with SAMv3
2021-10-24 20:39:22 +02:00
Gioacchino Mazzurco
34593d1b6f
Emit an event when a shared file hashing complete
...
Properly notify when a shared file has been hashed
Deprecate event with arbitrary data packed in std::string
2021-10-19 18:23:55 +02:00
csoler
0ca399ebf5
Merge pull request #2467 from csoler/v0.6-BugFixing_13
...
V0.6 bug fixing 13
2021-09-06 10:08:23 +02:00
Gioacchino Mazzurco
19915a8eb4
Fix broken line endings
2021-09-03 14:56:45 +02:00
Gioacchino Mazzurco
a18d6aaa1e
Add JSON API to get/set storage and sync GXS time
2021-09-03 14:55:03 +02:00
csoler
e22c5c9702
added bool return value to denyLobbyInvite() and marked overriding methods in p3msgs accordingly
2021-08-29 21:15:52 +02:00
csoler
0c98b7f178
Merge pull request #2438 from csoler/v0.6-rsHistory
...
[WIP] Documenting rsHistory.h to bring history to JSON api
2021-07-04 23:39:26 +02:00
csoler
4833a8fdc4
added json api description for the rest of RsHistory
2021-07-03 20:48:47 +02:00
csoler
d6ccd75a7f
started documenting rsHistory.h to bring history to JSON api
2021-07-03 00:31:09 +02:00
Gioacchino Mazzurco
7bf4da0691
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
...
The field is actually a raw memory chunk even if declared as an
std::string as result the produced JSON is broken and JSON API clients
cannot parse the output of methods like rsIdentity/getIdentitiesInfo
A proper fix would be refactoring the whole code to use a proper raw
memory buffer for that field but given there is no usage for a raw PGP
signature on a client app as RetroShare library already verify it internally
workaround the issue by just ignoring that field in JSON serial operations.
2021-06-22 08:24:11 +02:00
sehraf
10189ba4d0
add i2psam3
2021-03-16 21:15:30 +01:00
csoler
8df1f0bf41
fixed crash due to using twice the same method name in p3gxscircles.h wiht json api header
2021-03-08 20:51:21 +01:00
csoler
118ec492e6
added missing explicit update circle method (Not used yet)
2021-03-03 22:37:12 +01:00
csoler
f5233b1190
moved from 0.6.6-RC2 to 0.6.6
2021-02-28 20:02:57 +01:00
csoler
481a207ccb
fixed bug when retroshare-service -U list is ran with no account
2021-02-20 09:32:57 +01:00
csoler
43fbd6f76a
fixed bug causing lack of passwd request on group edit
2021-02-10 21:47:06 +01:00
csoler
d9721746c3
Merge pull request #2287 from csoler/v0.6-BugFixing_8
...
Added early check of ExtAddrFinder and notify about its results
2021-02-08 09:45:31 +01:00
csoler
3f89a3300d
added event handling when peer discovery is received
2021-02-06 14:57:22 +01:00
csoler
c9a92bc58a
added last seen display info in circles to help debugging auto-cleaning of circles
2021-01-28 21:14:43 +01:00
Phenom
6b519838b1
Fix Friend List Status
2021-01-25 20:15:04 +01:00
csoler
e73e3232f6
fixed update of avatar/name in signed identities
2021-01-17 23:53:49 +01:00
csoler
af696639cc
fixed channel UI so that comment label is only shown when a new comment is here
2021-01-12 22:31:59 +01:00
csoler
453c656570
fixed the status of signature vs. making friends, and fixed the deadlock when signing a certificate
2021-01-09 14:24:04 +01:00
csoler
22ceec6c43
replaced GxsMetaData pointers by shared_ptrs in dataaccess and dataservice, so that we can easily disable caching, more freely get rid of cache items, and have a simpler memory management scheme
2020-12-26 23:13:17 +01:00
csoler
63bc384ae7
switched to RC2
2020-12-15 21:29:11 +01:00
csoler
733b059571
Merge pull request #2161 from csoler/v0.6-BugFixing_5
...
V0.6 bug fixing 5
2020-12-15 20:50:14 +01:00
csoler
aad27ff94b
renamed "count" to "size" in DirDetails
2020-12-13 20:03:21 +01:00
csoler
931be5dc6d
fixed update of forum and circle lists when forum/circle is edited
2020-12-06 21:29:56 +01:00
csoler
dbd6477acd
fixed bug in circle chooser that showed duplicates. Removed mCircleExternalIdList (not really useful now that circles are cached) and used a std::set to ensure uniqueness
2020-12-05 20:12:03 +01:00
csoler
9533fc9c00
added notification when new extra file is shared, so that shared files updates
2020-12-04 16:33:12 +01:00
csoler
d842c6fe52
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_4
2020-11-28 21:34:32 +01:00
csoler
bce514115d
added proper notifications when a group is deleted
2020-11-25 23:35:20 +01:00
csoler
2fd15134c9
added auto-cleaning of unused forums, channels, posted. Works for all GXS groups if the correct method is supplied.
2020-11-22 21:45:21 +01:00
Gioacchino Mazzurco
d473f1be3f
Fix JSON API compilation
2020-11-16 12:44:10 +01:00
csoler
9a2749dbe5
added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested)
2020-11-09 22:42:28 +01:00
csoler
d2bd947252
fixed bug due to passing shared_ptr to RsThread::async() without making an explicit copy before
2020-11-08 18:25:20 +01:00
csoler
d472053960
fixed missing call to update comments in GxsChannelPostsModel
2020-11-08 14:57:17 +01:00
csoler
08e2987154
added icon over posts with comments in channels
2020-11-07 20:52:50 +01:00
Phenom
b1129df077
Change Chat History Dialog to no modal.
...
It will be updated when new message comes.
2020-11-07 18:09:50 +01:00
csoler
3cac0c030d
added NEW_COMMENT and NEW_VOTE to rsEvents types in Posted and Channels
2020-11-07 16:55:15 +01:00
csoler
dc90d6f6dc
renamed SSGXSChannelGroup to GxsChannelGroupInfo, mCount in RsGxsChannelPost to mAttachmentCount and added a mCommentCount member. Also added some missing override in p3gxschannels.cc
2020-11-06 23:08:18 +01:00
csoler
1dd54317c7
fixed pinned post immediate update by adding the proper rsEvent notification when updating own group data. Should also help in circles
2020-11-04 22:30:30 +01:00
csoler
74edefcc43
added infrastructure to track oingoing distant GXS group requests
2020-10-25 22:47:48 +01:00
csoler
c30107c248
added up-to-date info about sync period in group data details (channels, boards, forums) and warning when the sync period is too small w.r.t. the date of last post
2020-10-24 21:17:34 +02:00
csoler
4199b1a02f
switched to 0.6.6
2020-10-15 20:41:36 +02:00
csoler
1170f0bc7b
Merge remote-tracking branch 'upstream/master' into v0.6-BoardsGUI
2020-10-10 23:12:58 +02:00
Gioacchino Mazzurco
eca11d0885
retroshare-gui: fix missing include in jsonapipage
...
Fix compile error, warnings and typo
2020-10-07 10:58:52 +02:00
sehraf
26d0443ff9
fixed Cyrils remarks
2020-10-04 20:41:34 +02:00