Commit Graph

17 Commits (62187caa673eb2b32c8390dd3a9ad6281a9a0790)

Author SHA1 Message Date
Barış Soner Uşaklı 8c67031609 feat: show posts previews if enabled on mouse over
Julian Lam be43cd2597
Topic Linkbacks ()
* feat: WIP topic linkbacks, + failing tests

* test: don't accidentally comment out all of the post tests

* fix: rename to "backlinks"

* feat: more stub code, more failing tests

* feat: backend methods and passing tests for topic backlinks

* test: uncomment test/posts.js again

* fix: missing quotation mark in topic event helper

* fix: superfluous usage of Promise.all

* test: fix broken test -- used hardcoded (and incorrect) url

* test: parseInt shenanigans
Barış Soner Uşaklı 9e3eb5d41a feat: , allow guest topic views
Barış Soner Uşaklı e09ab3dc19 feat: closes , allow configuring max topic count
Baris Usakli 4d66978338 fix: , configurable necroThreshold
Barış Soner Uşaklı 1cedc4a0d6 feat: , allow post queue based on group
allow multiple select in ACP pages
Barış Soner Uşaklı 6a289fbac9 fix:
Julian Lam 8a6a58ee43
feat: added new admin option newbiePostEditDuration ()
* feat: added new admin option newbiePostEditDuration

Also:
  - Grammar-checked a couple language strings
  - Moved a couple form inputs around in new user restrictions
  - Added a test for the new option
  - fix: 'defore' typo
Julian Lam 4f0dc44307 fix: updated chat and post edit and delete timeout labels in ACP
Julian Lam c1aa46c663 added new option to disable post diffs /cc @BenLubar
Julian Lam 8affaac8f0 tweaking source copy and removing a bit more commented out html. Moving some items around
Linda Badurina c72864888d ACP "Posts" Changes
- Seperate section for "Post Length" settings
- New section for settings that only apply to new users
- Changed order of some settings under "posting restrctions" and "new user restrictions"
- Uncapitalized words that shouldn't have been capitalized
Baris Usakli 9e5a8856d1 fix wrong sorting option in acp
Barış Soner Uşaklı f161bbf956 Post queue ()
* 

* 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
barisusakli 7b91da067b closes
barisusakli c42eaee30c fix typo in language file
Peter Jaszkowiak daf3ab4db4 WIP