Commit Graph

99 Commits (0ac58dbee68481715fe60ec89f1fee4b9a1917e5)

Author SHA1 Message Date
barisusakli 04b60f4f99 refactored parse
barisusakli 3f44f4bb3a closes
Baris Soner Usakli 2966cc4a49 minor fix
Baris Soner Usakli b6d97281d3 closes
Baris Soner Usakli 24b669bd39 some fixes for search plugin
Baris Soner Usakli 7e5a7c53bd changes to templates
Baris Soner Usakli 29ba015d69 fixed topic thumbs
akhoury 63c9269240 merged composer and some other files with master
akhoury 25207852e8 added topics thumbnails support
Julian Lam 42d33f8338 first pass
Julian Lam f50d77bca0 resolved
Micheil Smith c619301735 Remove calls to feed.js
Baris Soner Usakli b717c74a81 closes
Baris Soner Usakli 189e69284e fixes for post privileges
Baris Soner Usakli b3816b98a1 more post fixes
Julian Lam b3f23d41d3 fixed
Julian Lam adb8f80b86 interim commit - removed calls to websockets.js, beginning porting to namespaced files
Baris Soner Usakli a4ae9c70df closes , closes
Baris Soner Usakli faf5ea2122 check if we have edit permission on the pids that we want to move
Baris Soner Usakli f21a98f37f first pass, ,
Baris Soner Usakli e2fb617cc0 thread delete restore fix
Baris Soner Usakli f72cf35348 closes
Baris Soner Usakli 3a00c177d3 closes
Baris Usakli 401a30e02c fixed categories.getRecentReplies so it only returns count posts instead of getting 10, posts are added and removed from sorted set when they are deleted restored
psychobunny 7fa2f474fe fixes bug introduced in c0721e105f
psychobunny d5e8044575 ability to disable privilege threshold system, closes
Baris Soner Usakli 53ca7a1143 added search functions to database files, removed reds from nodebb moved it to redis
Baris Usakli 7875138c08 added parseInt
Baris Soner Usakli 32d5118266 tons more changes
Julian Lam 7695e76494 removed buildFooter filter
Dan Rowe 18a890ed51 Cleanup console.log calls
Can't see my debugging inbetween all your debugging ;)
Julian Lam 77d5ecc82a added post.buildFooter and post.parseSignature hooks
Baris Soner Usakli bfe081f672 added err to PostTools.isMain
Julian Lam 5ee5c8179a category whitelist for replying to posts, lots of refactoring, too
Baris Soner Usakli 32b191fa62 removed global.io
Julian Lam b2fb9aa99f refactored topic locking pinning and deleting (and its inverses) so that the privilege check is done not in the method, but in the socket call
Baris Soner Usakli 64ae9ac033 cant delete or restore posts twice, post count goes up or down when posts are deleted or restored in a topic, fixed the post insertion when there is only 1 post in topic
Julian Lam 08ef67e824 closed
Baris Usakli 7c1b6d6ad2 lots of refactor for error handling
Baris Usakli c8ec095d99 anons cant edit after posting
Baris Usakli 04ed1df0ef closes , allow guest posting. enabled from admin/settings, defaults to disabled
Baris Soner Usakli 82e14eef35 closes
Baris Soner Usakli 99812c33e7 closes
Baris Soner Usakli 6eadf67add another privilege fix
Baris Usakli f3f280d008 another fix to priv
Baris Usakli 63419d7ca9 fix for reputation checks for manage content and manage threads
psychobunny 51395dda91 updated all RDB.hget in posts to use getPostField. new post filters for retrieving and saving posts. made editPost saving synchronous.
Baris Usakli 929336cb57 closes
Julian Lam 9613ea9018 reverted change where post title was sanitized on saving (which didn't
seem to work), now sanitizing post title on output
Julian Lam 7bf5b2ec57 changed fireHook to be error-first, closes