barisusakli
808d64e0d9
delete topic bookmarks on topic purge
10 years ago
Barış Soner Uşaklı
2968dbb9ac
Merge pull request #3346 from bdharrington7/bookmark2
...
Saves user bookmarks on server if available
10 years ago
bdharrington7
25203ee67e
changes bookmark storage to sortedset, gets uid from socket rather than being passed from client
10 years ago
bdharrington7
c0ec6faed3
Clarifies code by calling native db method instead of Topics method
10 years ago
barisusakli
2b93c01340
closes #3347
10 years ago
bdharrington7
2a82b5db91
Merge branch 'master' into bookmark2
10 years ago
bdharrington7
4d99f60b3d
uses server-side bookmark if available
10 years ago
Julian Lam
7e6703c18e
more line ending conversion #3343
10 years ago
bdharrington7
45df5a3d0b
stores the user's bookmark on the server
10 years ago
barisusakli
1ee6255450
closes #3104
10 years ago
barisusakli
b7b44e13b1
added privileges.topics.filterUids
...
if a topic is deleted and user doesn't have permissions/admin/mod dont
send notifs
10 years ago
barisusakli
878e548296
renamed end to stop globally
...
fixed getting favourites for admins
10 years ago
Barış Soner Uşaklı
abf27954d3
use topic.getMainPids
10 years ago
barisusakli
4cb58d976b
fix indices, main post always 0
10 years ago
barisusakli
2878bf6cfe
removed commented out code
10 years ago
barisusakli
c63d5f4b7a
test
10 years ago
Barış Soner Uşaklı
33723f8b1b
closes #2835
10 years ago
Barış Soner Uşaklı
e2b535dfaf
closes #1973
10 years ago
barisusakli
4d63a7c020
closes ##2705
10 years ago
Julian Lam
957415463f
Merge branch '0.7.0'
...
Conflicts:
package.json
src/search.js
10 years ago
barisusakli
9062a8f02b
pass on mainPid
10 years ago
barisusakli
c859586269
calculate topic post indices instead of querying db
10 years ago
barisusakli
236fe91e95
fix typo
10 years ago
barisusakli
6fe8d25166
add uid to filter:topic.get
10 years ago
barisusakli
6ccdf187ea
closes #2595
10 years ago
barisusakli
08c1dad3ee
topics.isFollowing works with multiple tids now
10 years ago
barisusakli
83312ad53a
faster getTeasers
10 years ago
barisusakli
4f38a33702
fix pagination going to 404 if new post creates a new page
10 years ago
barisusakli
8e114c2093
moved isAdminOrMod check out of getTopicsByTids
10 years ago
barisusakli
653850661e
topics.getTopics doesnt take set param
10 years ago
barisusakli
79265b9e83
removed dupe code
10 years ago
barisusakli
52c12fa1b1
use wrapper functions getPostsFields and getTopicsFields
10 years ago
barisusakli
6b13a84d2f
removed extra priv checks
...
-removed category check from recentreplies since pids are already
checked
-removed category check from topics/unread.js since topics are filtered
now
-added array checks to src/topics.js
10 years ago
barisusakli
2579d2535d
closes #2396
10 years ago
barisusakli
fa5ac04cd3
src/topics.js cleanup
10 years ago
Julian Lam
44175188c4
handling case where user does not satisfy any of the privilege thresholds given to the hasEnoughReputationFor method
10 years ago
barisusakli
b12e3562d5
hide category icons if they are not set
10 years ago
barisusakli
081efd22e2
prevent crash if category is not found
10 years ago
barisusakli
802c8b15e2
fix upgrade script to include main post, and fix post indices
10 years ago
barisusakli
761f56aeb1
removed most of the db.sortedSetCards
10 years ago
barisusakli
0eae679bcd
crash fix if field is undefined
10 years ago
barisusakli
29d90bc67d
only use unique cids in isModerator
10 years ago
barisusakli
e1c3bc9713
fix teasers
10 years ago
barisusakli
73d358edc5
faster getTeasers
...
got rid of getPostIndices
10 years ago
barisusakli
8737c5a56d
removed debug
10 years ago
barisusakli
c12b159bb5
temp debug
10 years ago
barisusakli
6aa53b8323
nextStart changes, fixed move topic notification text
10 years ago
barisusakli
5f55cc947c
watch unwatch
...
update on toggle, moved isFollowing to api return and template
10 years ago
psychobunny
99bacf910c
oops - #2126
11 years ago
psychobunny
7f2254c9da
closes https://github.com/NodeBB/NodeBB/issues/2126
11 years ago