Julian Lam
|
9b84a887d3
|
a huge frickin' number of changes for #2887. This is part of #2463
|
2015-03-25 15:43:57 -04:00 |
|
barisusakli
|
9d62709f7c
|
doggy.gif
|
2015-03-19 22:59:12 -04:00 |
|
barisusakli
|
e4431f62b2
|
fix group update text
|
2015-03-19 22:07:36 -04:00 |
|
barisusakli
|
358f6f61f7
|
closes #2803, closes #2883
options.unescape was not used correctly
fix groups.update so it doesnt overwrite data if some fields are not
passed in
|
2015-03-19 21:43:53 -04:00 |
|
barisusakli
|
c63d5f4b7a
|
test
|
2015-03-11 22:47:15 -04:00 |
|
barisusakli
|
9f4f858ff9
|
group member search
only look in uids that are member of the group, added custom findUids
function to user.search
|
2015-03-10 15:50:41 -04:00 |
|
barisusakli
|
d342e01ef1
|
search group members
|
2015-03-10 14:09:28 -04:00 |
|
Julian Lam
|
f0ad2020df
|
updated sorting logic (syntax error)
|
2015-03-09 17:18:34 -04:00 |
|
Barış Soner Uşaklı
|
d2e8d4d86e
|
slice doesnt deep clone derp
|
2015-03-09 16:08:48 -04:00 |
|
Julian Lam
|
d7cd936b54
|
added preserveCase option to slugify
|
2015-03-03 12:34:45 -05:00 |
|
Barış Soner Uşaklı
|
e8644dac26
|
group.hidden is already bool
|
2015-03-02 16:10:08 -05:00 |
|
Barış Soner Uşaklı
|
8cb18b1e48
|
possible fix to group category
|
2015-03-02 16:06:40 -05:00 |
|
barisusakli
|
f7f453f8cd
|
closes #2794
|
2015-02-26 12:22:52 -05:00 |
|
Julian Lam
|
ade12116a1
|
closed #2766
|
2015-02-25 10:51:35 -05:00 |
|
Julian Lam
|
ba7c873f07
|
closed #2765
|
2015-02-25 09:57:32 -05:00 |
|
Julian Lam
|
03e39f7b9b
|
isInvited mechanic for #2758
|
2015-02-23 16:31:23 -05:00 |
|
Julian Lam
|
8262c38ac8
|
upgrading privilege sets to be system groups, so they're not in the way
|
2015-02-23 15:43:32 -05:00 |
|
Julian Lam
|
d3ff6a9f47
|
hidden groups are invisible to non-members, #2758
|
2015-02-23 14:54:48 -05:00 |
|
Julian Lam
|
8b81f3d835
|
server-side support for hidden option in group admin, #2758
|
2015-02-23 13:05:33 -05:00 |
|
Barış Soner Uşaklı
|
f9581e435d
|
getGroupsData method and filter:groups.get
|
2015-02-20 14:20:49 -05:00 |
|
Barış Soner Uşaklı
|
97c0b130ca
|
closes #2691
|
2015-02-19 12:23:44 -05:00 |
|
Julian Lam
|
502e806f88
|
fixed #2732 -- group creation now using language keys, and no longer succeeds if a group by the name of 'guest' is created.
|
2015-02-18 15:34:01 -05:00 |
|
Julian Lam
|
081462983a
|
refactored the groups update method a bit, and now if a group has pending members and it becomes a public group, those users become members
|
2015-02-11 11:35:14 -05:00 |
|
Julian Lam
|
957415463f
|
Merge branch '0.7.0'
Conflicts:
package.json
src/search.js
|
2015-02-07 17:07:48 -05:00 |
|
Julian Lam
|
ff5eeb3a85
|
fixed #2704
|
2015-02-06 20:42:20 -05:00 |
|
barisusakli
|
2911de0af9
|
really fix tests
|
2015-02-04 00:50:10 -05:00 |
|
barisusakli
|
16537bc636
|
prevent double callback
|
2015-02-04 00:37:08 -05:00 |
|
barisusakli
|
311fd00ecd
|
dont allow guests to join groups
|
2015-02-04 00:33:15 -05:00 |
|
barisusakli
|
15b5c56612
|
Merge remote-tracking branch 'origin/master' into 0.7.0
|
2015-01-31 00:00:24 -05:00 |
|
barisusakli
|
2c033bf286
|
set memberCount to 0 on creation
|
2015-01-31 00:00:02 -05:00 |
|
barisusakli
|
b3a968e006
|
merge
|
2015-01-30 22:41:18 -05:00 |
|
barisusakli
|
dc2a2aa98e
|
store group member count in group hash
yet another upgrade script
|
2015-01-30 22:38:42 -05:00 |
|
Julian Lam
|
ecfa8f7a7d
|
passing memberCount and createTime into getUserGroups
|
2015-01-30 16:29:33 -05:00 |
|
Julian Lam
|
da0b2c84e6
|
passing memberCount and createTime into getUserGroups
|
2015-01-30 16:24:57 -05:00 |
|
Julian Lam
|
939e623547
|
collapsing a bunch of whitespace using async.apply, and also fixed #2672 as well
|
2015-01-29 19:49:32 -05:00 |
|
Julian Lam
|
a7a4edfd37
|
administrators group no longer shows up in group searches
|
2015-01-29 19:18:18 -05:00 |
|
barisusakli
|
57453f33ab
|
new group members route
getMembers can take start end
ability to specify how many group members to return
|
2015-01-29 13:37:45 -05:00 |
|
Julian Lam
|
08e39d150e
|
fixed #2655
|
2015-01-27 11:19:36 -05:00 |
|
barisusakli
|
bf9b633d50
|
fix Group.exists if an array is passed in
|
2015-01-26 16:48:39 -05:00 |
|
barisusakli
|
26defd7dca
|
Groups.getGroupNameByGroupSlug
|
2015-01-25 20:53:57 -05:00 |
|
Julian Lam
|
0bf98b5494
|
simplified isOwner check because there's no need to check admin status as admins automatically become owners now
|
2015-01-22 16:08:55 -05:00 |
|
Julian Lam
|
0c2d2a28ba
|
admins can bypass the request step of a group and just join it, and they also become owners when they join a group
|
2015-01-22 16:01:17 -05:00 |
|
Julian Lam
|
d2217b8137
|
closed #2641
|
2015-01-22 14:20:10 -05:00 |
|
barisusakli
|
f3719df997
|
getGroups method to get a range
|
2015-01-21 23:16:31 -05:00 |
|
Julian Lam
|
3ade5da00f
|
groups sorting by creation date
|
2015-01-21 23:10:59 -05:00 |
|
barisusakli
|
25f6b816ed
|
send iso and unix timestamp
|
2015-01-21 22:53:33 -05:00 |
|
barisusakli
|
c379753341
|
upgrade scripts
upgrade groups to sorted set(groups:createtime) upgrade
upgrade groups:<name>:members to sorted set
new database methods
tests
|
2015-01-21 22:48:27 -05:00 |
|
Julian Lam
|
4a3255d4fd
|
search sorting
|
2015-01-21 17:41:43 -05:00 |
|
Julian Lam
|
2a6de59277
|
if group search is executed with empty string, return all groups
|
2015-01-21 16:55:20 -05:00 |
|
Julian Lam
|
fd8a885145
|
fixed tests by removing the broken one, heh heh heh
|
2015-01-21 16:33:18 -05:00 |
|