Commit Graph

299 Commits (bdc93409a74c700108b3ae1c6dd9e6b8017dbc64)

Author SHA1 Message Date
Baris Soner Usakli bdc93409a7 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 075c6c01f2 upload changes, show progres in composer
psychobunny fe2e86da81 added optional 'reverse' parameter to Posts.getPostsByTid and Topics.getTopicPosts (incoming signature adjustment for 0.4x)
Baris Soner Usakli d0452dcc80 small pagination fix
Julian Lam 5b8585fafb fixed
Barış Soner Uşaklı 59e56f0e28 Merge pull request from miksago/ondemand-feeds
On-demand feeds
Micheil Smith c619301735 Remove calls to feed.js
Baris Soner Usakli 2c18bbddbe upload changes, just pass filename to plugin or base64 data
Baris Soner Usakli 26849ba2b7 added hooks for image uploads into user and admin routes
Baris Soner Usakli e163282995 added filter:post.uploadFile
Baris Soner Usakli 1fc4568333 changed hook name to filter:post.uploadImage
Baris Soner Usakli 378ccc3cb7 removed imgur from core
Baris Soner Usakli 0f2e7fa8bd added a hook to post image upload for starters, more coming
Baris Soner Usakli c219935633 cleanup
Baris Soner Usakli d4c2a47c8e allow images in home and category
psychobunny 2c81d1f2d9 half hearted deprecation warning (maybe for 0.5x?)
Baris Soner Usakli 574e981de9 closes , user profile changes
Baris Soner Usakli c7195290c8 added infinite load to user favourites page
psychobunny c253760737 converted filter:posts.custom_profile_info to accept an array instead of building a string for better themability. closes
Baris Soner Usakli 1084523c92 lots of pagination work, query params, ajaxify to pids
Baris Soner Usakli 393bb7245c closes
Baris Soner Usakli b0ef974590 lots of cleanup and refactor
Baris Soner Usakli 824c5072e8 topics should be marked read correctly if you are already in it
Baris Soner Usakli e997c63480 return error
Baris Soner Usakli 55d4a5fe3a template fixes closes
Baris Soner Usakli bbac361670 fixed crash if empty topic was loaded without ajaxify
Baris Soner Usakli b3816b98a1 more post fixes
Julian Lam b3f23d41d3 fixed
Baris Soner Usakli a4ae9c70df closes , closes
Baris Soner Usakli d0a2c077ff refactored posts.create to use waterfall
Baris Soner Usakli 1996e64c9b if imgur client id is not set but local file uploads are enabled use that
Baris Soner Usakli d43f3cebc6 closes , closes
Baris Soner Usakli 8cfb239aac closes
Baris Soner Usakli daacdb50f3 closes
Julian Lam b52782deb8 removed use of strip_tags and using String library instead
Baris Soner Usakli 2c489c600c closes
Baris Soner Usakli 3a00c177d3 closes
Baris Soner Usakli 770cea9329 added more error first to some functions
Baris Soner Usakli 885242018f one more
Baris Soner Usakli 1abfe5de63 added err to addUserInfoToPost
Baris Soner Usakli 1021615848 added err first to some calls
psychobunny 0c05ee82b1 , moved everything out of parallel - poster doesn't need to wait for these functions to happen
also renamed topics.markUnRead to topics.markAsUnreadForAll
psychobunny 4f97275d24 closes
Baris Soner Usakli 76636b64db small fixes
Baris Usakli 9ca10c25d4 fixed return in posts.create
Baris Soner Usakli 097810a057 parseInt fixes getObjects fix
Baris Soner Usakli 53ca7a1143 added search functions to database files, removed reds from nodebb moved it to redis
Baris Usakli 705754e823 merged master
Julian Lam d9ee9bf5e3 revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically)
Baris Usakli 7875138c08 added parseInt