barisusakli
57453f33ab
new group members route
...
getMembers can take start end
ability to specify how many group members to return
10 years ago
barisusakli
cd99324286
closes #2413 , closes #2599
10 years ago
barisusakli
a77a761433
closes #1917
10 years ago
barisusakli
26b2ef1543
prevent crash in getChildren
10 years ago
barisusakli
a69eafd9f7
added postcount to topic
10 years ago
barisusakli
30d7f3351b
cid isnt always present
10 years ago
barisusakli
cd05a123ab
check cids
10 years ago
barisusakli
05a4737e84
closes #2409
10 years ago
barisusakli
b3544f644a
relative path upload fixes #2403
10 years ago
barisusakli
39def60f9b
return empty array
10 years ago
barisusakli
420aa5e102
fix moderators
10 years ago
barisusakli
8294aec5e7
fixed indent
10 years ago
barisusakli
8fdc03eaad
categories.js refactor
10 years ago
barisusakli
db979d7a20
filter:category.get change #1527
10 years ago
barisusakli
1ae39d638a
closes #2356
10 years ago
Julian Lam
a12907512f
refactored a bunch of methods so that you can pass in an author argument in querystring to see posts by just that author, #2355
10 years ago
Julian Lam
b91d39a0d3
almost everything for #2335
10 years ago
barisusakli
b12e3562d5
hide category icons if they are not set
10 years ago
barisusakli
3d5e72bbc8
fix null parents
10 years ago
barisusakli
8471fcbd79
fixed typo
10 years ago
barisusakli
761f56aeb1
removed most of the db.sortedSetCards
10 years ago
barisusakli
62503c16c6
mark category read only if unread
10 years ago
barisusakli
feed33f6e2
closes #2100
10 years ago
barisusakli
6aa53b8323
nextStart changes, fixed move topic notification text
10 years ago
barisusakli
ba90b5d113
widget render change
11 years ago
barisusakli
ac301eaabe
changed default to 1
11 years ago
barisusakli
630977fb99
added parentCid 0 to new categories
11 years ago
barisusakli
89e56794e8
check cid
11 years ago
barisusakli
f3f4711a60
wait for callback
11 years ago
barisusakli
da86c46b4c
Merge remote-tracking branch 'origin/0.5.1' into hashtalk
11 years ago
Julian Lam
6e21b7a830
disabled parents no longer show up as parents of a category, re: #2080
11 years ago
Julian Lam
d22fe4ad1e
removing disabled categories from being listed as children, #2080
11 years ago
barisusakli
4e6719e0aa
added filterUids method to privileges
...
used to filter uids on a single category
11 years ago
barisusakli
01f983e29c
markAsRead improvement
...
takes in an array of tids instead of marking topics read 1 by 1
same for the category.markAsRead function
11 years ago
barisusakli
ba32a4dc4f
crash fix
11 years ago
barisusakli
619ca103c7
crash fix
11 years ago
barisusakli
197226eea6
closes #1742
11 years ago
barisusakli
95c839579e
closes #2007
11 years ago
Julian Lam
69b9e57daf
completing subcategory integration in backend, closed #1299
11 years ago
Julian Lam
b7c7dd98c3
ACP setting and API return for subcats
11 years ago
barisusakli
d852f284da
closes #1948
11 years ago
psychobunny
90513be321
send callback directly
...
except this time I'm fixing my own derps instead of @barisusakli
11 years ago
barisusakli
528ee335d5
optimize getTopicsByTids and getTeasers
11 years ago
psychobunny
9a5ed0bf27
forgot err, thanks @barisusakli
11 years ago
psychobunny
4cda8207e2
adding uid to filter:category.get
11 years ago
psychobunny
c88327d075
added filter:category.get
11 years ago
barisusakli
805e6934b9
derp this function should only return err
11 years ago
barisusakli
100328ef06
shorter markAsUnread
11 years ago
barisusakli
fed8cc6d53
optimize privileges and assorted fixes.
...
* new methods
privileges.categories.filter
privileges.topics.filter
privileges.posts.filter
they take a list of ids and a privilege, and return the filtered list of
ids, faster than doing async.filter and calling the db for each id.
* remove event listeners on recent page before adding
* group.exists works for both single group names and arrays
* helpers.allowedTo works for both a single cid and an array of cids
* moved filter:topic.post hook right before topic creation.
* moved filter:topic.reply hook right before topic reply.
11 years ago
barisusakli
586aeaf53f
added error checking to install.js for categories
11 years ago