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
sehraf
26fdd79b50
Merge remote-tracking branch 'RetroShare/master' into pr_rsconfig
2020-10-04 20:25:06 +02:00
csoler
5dfa481f2f
added code to change posts read status
2020-09-22 23:32:10 +02:00
csoler
0e4d438066
fixed model update when new vote is posted by user
2020-09-17 21:08:07 +02:00
csoler
5915c27b9f
merged upstream
2020-09-11 22:37:26 +02:00
csoler
e2a04c1baa
Merge pull request #2059 from G10h4ck/stubborn_post
...
Forum add API to mark a post to be kept forever
2020-09-01 22:28:10 +02:00
Gioacchino Mazzurco
06d8476120
Forum add API to mark a post to be kept forever
...
This way the post never get deleted even when older then parent group
maximum storage time
2020-09-01 16:15:49 +02:00
Gioacchino Mazzurco
4a81f7f5db
Remove documentation for param which doesn't exists anymore
2020-09-01 15:36:47 +02:00
csoler
fa72af4d0c
merged upstream/master
2020-08-25 11:52:06 +02:00
csoler
347b3ac9aa
added mechanism for voting. Not working yet
2020-08-11 22:10:22 +02:00
drbob
9a90ef694e
[TheWire] update GroupPtrs
...
Ensure all possible GroupPtrs are filled in on Pulse Data Requests.
* Expand Id collection to include all the additonal RefGroupIds.
* Perform intersection(available IDs, pulse GroupIds) before retrieving
* Iterate over pulse tree and update GroupPtr references.
* Enable GROUP_IDS gxs data fetches.
2020-08-07 18:12:06 +10:00
csoler
035010af76
Merge pull request #1970 from drbob/TheWire-rework-ui
...
TheWire rework UI, and update Data Messages.
2020-08-03 14:57:03 +02:00
G10h4ck
97a0ba72f6
Merge pull request #2032 from G10h4ck/forums_get_child_posts
...
Add API method to retrieve forum child posts
2020-08-01 17:11:10 +02:00
drbob
0522c7907a
Merge branch 'master' into TheWire-rework-ui
2020-07-30 21:45:59 +10:00