183 Commits (d35c64b1a26a10a03743e46635a54e996657290d)

Author SHA1 Message Date
Julian Lam 9ecfac9b68 feat(api): #9123, migrate rest of the getObject controllers to Write API 4 years ago
Julian Lam 9ee3cb9b62 refactor: topic follow/ignore to use api lib 5 years ago
Julian Lam 40598b368e refactor: topic creation to use api lib 5 years ago
Julian Lam 3ea1aa4780 refactor(writeapi): update route prefix to api/v3, default error option 5 years ago
Julian Lam 9be5629458 feat(writeapi): topic follow/ignore 5 years ago
Julian Lam 4c833d0bf0 feat(writeapi): topic posting and replying 5 years ago
Barış Soner Uşaklı f983f536c6 fix: check threshold before setting bookmark 6 years ago
Barış Soner Uşaklı 5c2afe5eac refactor: async/await socket.io/topics 6 years ago
Barış Soner Uşaklı e93ef0d7fd refactor: async/await socket.io/posts 6 years ago
Baris Usakli 9780f5b975 fix: #7809, dont check postDelay if submitting from queue 6 years ago
Julian Lam 745a9589e9
Use topics:read privilege for topic filtering use cases (#7462)
* fix: use topics:read privilege for topic filtering use cases

* fix: tests

* fix: more broken tests
6 years ago
Barış Soner Uşaklı 26d4e0852f use includes instead of indexOf
use _.uniq instead of filter&indexOf
7 years ago
Barış Soner Uşaklı f77091d1ed change user delete so it returns quickly 7 years ago
Barış Soner Uşaklı b7eaf4191e return correct post count if its out of sync 7 years ago
Barış Soner Uşaklı c1fb3c2da4 closes #6525 7 years ago
Barış Soner Uşaklı 4f2f84e47c #4804 8 years ago
Barış Soner Uşaklı f161bbf956 Post queue (#5878)
* #5876

* add user to post queue table

* add time of post into queue

add posting restrictions to queue

* fix shouldQueueLogic for guests

* add test for post-queue route
8 years ago
barisusakli cd448f90cd more topic tests 8 years ago
Peter Jaszkowiak 4bb49a7171 ESlint no-unused-vars 8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
barisusakli 50aac3c6a4 closes #4979 closes #4984 9 years ago
barisusakli 795b00a3af closes #4810 9 years ago
barisusakli 8ddcc237a7 removed submit and lock 9 years ago
barisusakli bf2133ed7c topic watching 9 years ago
barisusakli a9828a1465 closes #4611 9 years ago
boomzilla 52e4a37df8 When forking a topic, updates user bookmarks in the topic to keep the last read position (#4554)
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
9 years ago
barisusakli 52cec92df8 some cleanup, dont send ip on newpost 9 years ago
barisusakli 8d9f7d8e19 added socket methods 9 years ago
barisusakli 1ecf27417a removed commented out stuff removed topics.enter 10 years ago
barisusakli 12da13acc5 closes #3701 10 years ago
barisusakli fffca0e425 fix topic follow 10 years ago
barisusakli 53411f809b follow command 10 years ago
barisusakli e2896ef6b9 socketio/posts socketio/topics refactor 10 years ago
barisusakli de2f336d53 data uid check 10 years ago
barisusakli b618f67a00 fix tab 10 years ago
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
10 years ago
barisusakli 0c6495de72 moved postTools and threadTools into posts/ and topics/ 10 years ago
barisusakli faae98892d privilege fixes 10 years ago
barisusakli d01736a726 cleanup 10 years ago
barisusakli a5e9394d93 closes #3612 10 years ago
barisusakli ffff8093ba make sure user is admin/mod before forking 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
barisusakli 47cc1083df fix mark all read 10 years ago
bdharrington7 45df5a3d0b stores the user's bookmark on the server 10 years ago
barisusakli daf1a388eb closes #3039 10 years ago
barisusakli 81eeab42ed category filter on /unread 10 years ago
barisusakli b292aeea72 closes #3120
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
barisusakli f81e3ad358 categoryTools componets 10 years ago