254 Commits (520d6954c13205b767c7701c6f7c6f70c03f0a06)

Author SHA1 Message Date
Barış Soner Uşaklı 8eab5ac402 groups.get changes 10 years ago
Barış Soner Uşaklı 8726e2ccb6 ghfw :rage2: 10 years ago
Barış Soner Uşaklı 2129a2fc5f not used 10 years ago
Barış Soner Uşaklı 8117b4459a groups.list added start stop 10 years ago
Julian Lam aca5d24a7d split groups.js into more subsidiary files 10 years ago
Barış Soner Uşaklı 8300aeec35 parseInt member count, use getMemberCount in install js 10 years ago
Barış Soner Uşaklı 50d9a3f0a7 dont call groups.get just to read 2 values 10 years ago
Barış Soner Uşaklı 3f1726636f groups create/delete/update 10 years ago
barisusakli 5ce617ca5a fix case in search 10 years ago
barisusakli 63489457fe group search change 10 years ago
Julian Lam d052db85e0 fixed bug where isMemberOfGroupList would return null if there were no groups to check, instead of false 10 years ago
barisusakli aa577f4adc part 1
no upgrade script yet
10 years ago
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 10 years ago
Julian Lam fc1b0c8d24 allowing topic, post, and user creation to specify a timestamp for insertion into the past 10 years ago
barisusakli 36853f4ad8 filter priv/registered-users/guests in groups.list 10 years ago
barisusakli ffac8eb41d closes #3118 10 years ago
barisusakli b48fdfadad set group member count to 1 on group creation 10 years ago
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 10 years ago
barisusakli 7632997a99 closes #3045 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
barisusakli 8026b3c7d8 closes #2911 10 years ago
barisusakli ed8d60b76b move registered-users/guests to top remove admins from priv settings 10 years ago
Julian Lam d3af278123 removed old code that was no longer necessary, updated privilege table to show all groups (similar to previous behaviour), fixes #2887 10 years ago
Julian Lam 9b84a887d3 a huge frickin' number of changes for #2887. This is part of #2463 10 years ago
barisusakli 9d62709f7c doggy.gif 10 years ago
barisusakli e4431f62b2 fix group update text 10 years ago
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
10 years ago
barisusakli c63d5f4b7a test 10 years ago
barisusakli 9f4f858ff9 group member search
only look in uids that are member of the group, added custom findUids
function to user.search
10 years ago
barisusakli d342e01ef1 search group members 10 years ago
Julian Lam f0ad2020df updated sorting logic (syntax error) 10 years ago
Barış Soner Uşaklı d2e8d4d86e slice doesnt deep clone derp 10 years ago
Julian Lam d7cd936b54 added preserveCase option to slugify 10 years ago
Barış Soner Uşaklı e8644dac26 group.hidden is already bool 10 years ago
Barış Soner Uşaklı 8cb18b1e48 possible fix to group category 10 years ago
barisusakli f7f453f8cd closes #2794 10 years ago
Julian Lam ade12116a1 closed #2766 10 years ago
Julian Lam ba7c873f07 closed #2765 10 years ago
Julian Lam 03e39f7b9b isInvited mechanic for #2758 10 years ago
Julian Lam 8262c38ac8 upgrading privilege sets to be system groups, so they're not in the way 10 years ago
Julian Lam d3ff6a9f47 hidden groups are invisible to non-members, #2758 10 years ago
Julian Lam 8b81f3d835 server-side support for hidden option in group admin, #2758 10 years ago
Barış Soner Uşaklı f9581e435d getGroupsData method and filter:groups.get 10 years ago
Barış Soner Uşaklı 97c0b130ca closes #2691 10 years ago
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. 10 years ago
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 10 years ago
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
10 years ago
Julian Lam ff5eeb3a85 fixed #2704 10 years ago
barisusakli 2911de0af9 really fix tests 10 years ago
barisusakli 16537bc636 prevent double callback 10 years ago
barisusakli 311fd00ecd dont allow guests to join groups 10 years ago
barisusakli 15b5c56612 Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli 2c033bf286 set memberCount to 0 on creation 10 years ago
barisusakli b3a968e006 merge 10 years ago
barisusakli dc2a2aa98e store group member count in group hash
yet another upgrade script
10 years ago
Julian Lam ecfa8f7a7d passing memberCount and createTime into getUserGroups 10 years ago
Julian Lam da0b2c84e6 passing memberCount and createTime into getUserGroups 10 years ago
Julian Lam 939e623547 collapsing a bunch of whitespace using async.apply, and also fixed #2672 as well 10 years ago
Julian Lam a7a4edfd37 administrators group no longer shows up in group searches 10 years ago
barisusakli 57453f33ab new group members route
getMembers can take start end
ability to specify how many group members to return
10 years ago
Julian Lam 08e39d150e fixed #2655 10 years ago
barisusakli bf9b633d50 fix Group.exists if an array is passed in 10 years ago
barisusakli 26defd7dca Groups.getGroupNameByGroupSlug 10 years ago
Julian Lam 0bf98b5494 simplified isOwner check because there's no need to check admin status as admins automatically become owners now 10 years ago
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 10 years ago
Julian Lam d2217b8137 closed #2641 10 years ago
barisusakli f3719df997 getGroups method to get a range 10 years ago
Julian Lam 3ade5da00f groups sorting by creation date 10 years ago
barisusakli 25f6b816ed send iso and unix timestamp 10 years ago
barisusakli c379753341 upgrade scripts
upgrade groups to sorted set(groups:createtime) upgrade
upgrade groups:<name>:members to sorted set
new database methods
tests
10 years ago
Julian Lam 4a3255d4fd search sorting 10 years ago
Julian Lam 2a6de59277 if group search is executed with empty string, return all groups 10 years ago
Julian Lam fd8a885145 fixed tests by removing the broken one, heh heh heh 10 years ago
Julian Lam 6502dd2561 group searching 10 years ago
barisusakli dd38ee96fa return cover:url in user groups 10 years ago
barisusakli 21522e59c4 added slug to user group return #2635 10 years ago
Julian Lam 5160ab1ed1 closed #2625 10 years ago
barisusakli ad21e73491 send values to plugins when updating groups 10 years ago
Julian Lam eb5b8ccec3 better check for group exist, groups with different cases can no longer be created, #2588 10 years ago
barisusakli 9f8b274e24 filter:group.get 10 years ago
barisusakli 94fa212eab added filter:groups.get 10 years ago
Julian Lam c026a64e8e adding concept of group slugs, #2588. ping @barisusakli for downstream plugin changes 10 years ago
barisusakli 6f140384e0 send groupData on action:group.create 10 years ago
Julian Lam 04be40158c if you attempt to join a group when you're already in a group, you can't anymore. 10 years ago
Julian Lam 577a646adc this should appease @barisusakli 10 years ago
Julian Lam 8d23265324 sending in groupObj data into group.delete hook 10 years ago
Julian Lam fa87d883dc allowing "hidden" to be passed directly to Groups.create 10 years ago
Julian Lam d813bda883 update, create, destroy hooks, #2609 10 years ago
Julian Lam 5c6dfb7462 missed one, @EisFrei 10 years ago
Julian Lam cfdd4ec164 Revert "missed one, ping @EisFrei"
This reverts commit 2ed6b78cc5.
10 years ago
Julian Lam 2ed6b78cc5 missed one, ping @EisFrei 10 years ago
Julian Lam 666cef4029 updated hooks action:groups.join, action:groups.leave, and action:groups.requestMembership to match other action hooks in group namespace (that's "group", not "groups"), ping @EisFrei 10 years ago
Julian Lam 36a49cd994 guests can no longer attempt to join a group, #2588 10 years ago
Julian Lam 87b9a60610 fixed group renaming, ping @schamper 10 years ago
Julian Lam 7289d50e6c whoops, fixing travis and groups 10 years ago
Julian Lam d02f7e0e42 #2609 10 years ago
Julian Lam 6ac04e9da7 closed #2609 10 years ago
Julian Lam 698f598a30 default cover photo for groups, #2588 10 years ago
Julian Lam 675968f0f3 cover photo for groups, #2588 10 years ago
Julian Lam 635393a274 group creation and deletion from outside ACP, #2588 10 years ago