barisusakli
018f7ba65a
closes #4307
...
ability to send an array of keys to getSortedSetRange
use getSortedSetRevRange instead of getSortedSetRevUnion
2016-03-03 19:52:48 +02:00
barisusakli
2b7ed63236
fix for groups that don't have private field
2016-02-20 09:40:14 +02:00
barisusakli
2fd121dc15
#4154
2016-02-13 09:37:26 +02:00
barisusakli
1070fff0e3
closes #3991
2016-01-11 11:20:20 +02:00
barisusakli
990434476b
group.exists([]) fix
2015-12-29 11:21:46 +02:00
barisusakli
e1392fd61b
whitespace fix
2015-12-29 11:02:52 +02:00
barisusakli
6be8675580
closes #4012
2015-12-29 10:34:06 +02:00
psychobunny
f385e13531
fix default cover on groups/list page
2015-10-29 15:16:49 -04:00
psychobunny
8e893869ff
custom user profile covers
2015-10-29 15:11:52 -04:00
psychobunny
7148d44f90
default cover images for groups
2015-10-29 14:55:04 -04:00
barisusakli
8c2fdcc77c
group escape fixes
2015-09-17 00:21:58 -04:00
psychobunny
ed358f4bf7
closes #3589
2015-09-14 15:11:08 -04:00
psychobunny
2516be620b
Groups.getGroupsAndMembers
2015-09-14 15:11:06 -04:00
Julian Lam
3baad54223
Close #3578
...
This commit introduces notification creation if a user requests
membership to a group (in which case notifications are sent to
all group owners), and user invites to a group (in which case
a notification is sent to the invitee).
2015-09-09 19:57:12 -04:00
barisusakli
25502f0687
closes #3508
2015-08-28 14:31:41 -04:00
barisusakli
e341b80d93
use set to get groups
2015-08-06 16:25:36 -04:00
Julian Lam
e25d2fa6e6
closed #2811
2015-07-15 16:58:25 -04:00
Julian Lam
534b13e089
fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
2015-07-10 15:38:42 -04:00
Barış Soner Uşaklı
4fc4a0ff3e
dont escape group.name, use displayName in tpls instead
2015-07-09 16:00:43 -04:00
barisusakli
491d376fb4
closes #2605
2015-07-03 16:42:55 -04:00
barisusakli
54226a86b4
fix group name link
2015-06-28 14:04:11 -04:00
barisusakli
718f61e3bd
closes #3263
2015-06-24 17:15:58 -04:00
barisusakli
38b838d462
closes #2754
...
moved group edit from modal to its own page
added hidden/private to group edit in acp, they were only in the client
groups page
moved add users above member list
2015-06-22 13:10:18 -04:00
barisusakli
cea385e572
closes #3223
2015-06-15 16:55:29 -04:00
barisusakli
e892cf2e51
faster getUserGroups
2015-06-04 14:16:07 -04:00
Barış Soner Uşaklı
4420e7a9fc
closes #3188 , closes #3170
2015-06-02 16:20:28 -04:00
barisusakli
fc19405170
added missing callback
2015-05-29 00:40:59 -04:00
Barış Soner Uşaklı
a14e22d534
no need for map
2015-05-28 15:52:00 -04:00
Barış Soner Uşaklı
ee17367cc1
removed unused requires, firehook on sucess
2015-05-28 15:27:55 -04:00
Barış Soner Uşaklı
8610c44e78
escape group data
2015-05-28 15:14:40 -04:00
Barış Soner Uşaklı
8eab5ac402
groups.get changes
2015-05-28 14:51:01 -04:00
Barış Soner Uşaklı
8726e2ccb6
ghfw :rage2:
2015-05-28 13:33:45 -04:00
Barış Soner Uşaklı
2129a2fc5f
not used
2015-05-28 13:25:13 -04:00
Barış Soner Uşaklı
8117b4459a
groups.list added start stop
2015-05-26 15:37:33 -04:00
Julian Lam
aca5d24a7d
split groups.js into more subsidiary files
2015-05-26 14:45:17 -04:00
Barış Soner Uşaklı
8300aeec35
parseInt member count, use getMemberCount in install js
2015-05-26 13:55:40 -04:00
Barış Soner Uşaklı
50d9a3f0a7
dont call groups.get just to read 2 values
2015-05-26 13:44:52 -04:00
Barış Soner Uşaklı
3f1726636f
groups create/delete/update
2015-05-26 13:17:49 -04:00
barisusakli
5ce617ca5a
fix case in search
2015-05-23 16:16:05 -04:00
barisusakli
63489457fe
group search change
2015-05-22 17:07:25 -04:00
Julian Lam
d052db85e0
fixed bug where isMemberOfGroupList would return null if there were no groups to check, instead of false
2015-05-21 12:26:47 -04:00
barisusakli
aa577f4adc
part 1
...
no upgrade script yet
2015-05-19 23:04:28 -04:00
Julian Lam
8aac4bdfa1
fixed issue where Groups.getUserGroups called getGroupsData on all groups, resulting in a very unscalable method if called on forum with thousands of groups
2015-05-19 00:06:37 -04:00
Julian Lam
fc1b0c8d24
allowing topic, post, and user creation to specify a timestamp for insertion into the past
2015-05-15 09:47:39 -04:00
barisusakli
36853f4ad8
filter priv/registered-users/guests in groups.list
2015-05-13 18:32:27 -04:00
barisusakli
ffac8eb41d
closes #3118
2015-05-07 23:24:33 -04:00
barisusakli
b48fdfadad
set group member count to 1 on group creation
2015-05-04 16:40:57 -04:00
Julian Lam
5a6c46a0a0
updating group creation method to send back group data in the return callback, and to include the ownerUid if one was passed in
2015-04-25 15:00:09 -04:00
barisusakli
7632997a99
closes #3045
2015-04-22 10:41:49 -04:00
barisusakli
878e548296
renamed end to stop globally
...
fixed getting favourites for admins
2015-03-31 23:40:58 -04:00