Commit Graph

2361 Commits (cec69c2be03fc2294a2e38af353d3fa4841ef7fb)
 

Author SHA1 Message Date
Baris Usakli cec69c2be0 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli bc8815cb94 closes
Julian Lam efac6272bb default link tag (apple-touch-icon) added
Julian Lam bdb30976b5 adding maxAge headers for statically served files (eep!) - issue
Baris Soner Usakli 1d4ae8fe4d changed the paginator icons to chevron
Julian Lam abdb4c34ef tweaks to topic locking
Julian Lam 08d130893c fixing dropdown support in Settings.prepare
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
psychobunny 561ee9e4f1 closes
Julian Lam 3f70d45f3d Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam c07783fa2c ...
psychobunny d4d0e8cd9b set unreplied flag to new topics sent via websocket
psychobunny 4be5ac2c23 removed mobile overlay for topics - will reimplement as a plugin
psychobunny 070c95d8de fixed regression from main_posts deprecation - bottom post bar restored
psychobunny 8d12ecb758 moved pagination into header
Baris Soner Usakli 81560c4698 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 390937a20b added err to getAllTopics
Julian Lam 2a8a38b742 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 5a5c3c8c60 added app.load action hook
psychobunny 905e451455 closes
psychobunny 69b8b47b15 updated cerulean dep to 0.0.9
Julian Lam b16e1a0113 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 0b39968a9c fixing back button behaviour and playing nice with History API
psychobunny d8b3abb611 updating cerulean dep to 0.0.8
psychobunny 7fb0a616a1 refactored topic.tpl and merged main_posts and sub_posts
psychobunny d987e51a8b removed references to main_posts in forum/topic.js
psychobunny 0f7f6cd0a3 templates.js added IF !value
psychobunny 0e8b33aa79 templates.js added @first and @last conditionals
psychobunny 353b3047cd pulling meta info from OP not main_posts
psychobunny 377de06eeb removed main_posts from topics core, returning OP in posts array now
psychobunny 4013e27a8b removed main_posts from feed.j
psychobunny 181c6eb2e6 removed main_posts from noscript
Julian Lam 7955a5d53a 0.1.1
psychobunny c261babf17 minify client scripts only after plugin system is activated
psychobunny b90eef6d19 use icon-search instead of icon-circle-blank on /users/search
psychobunny 5c597ca218 expand regex for templates, allowing the syntax to be less strict re: whitespace
psychobunny 3dbcf8112d fixes navigation - back button
psychobunny 5357ad61db plugins - filter:scripts.get hook lets a plugin add client-side JS to the header and queue up for minification on production
Baris Soner Usakli ff50917c29 show no replies in recent and unread
Baris Soner Usakli 48835d8c44 used ELSE in template
Baris Soner Usakli e9c66bb35a removed console.log
Baris Soner Usakli 23eb7824ac closes
Baris Soner Usakli 494b9d23ac Merge branch 'master' of https://github.com/designcreateplay/NodeBB
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 a72fc69997 added link to RSS for /recent, fixed RSS generation error for /recent
Baris Soner Usakli a16f93cbd5 loading indicator starts off hidden
Baris Soner Usakli 81e5cf0cf3 fixed posts not appearing immediately
Baris Soner Usakli 01102d5982 added responsive class to images in users recent posts
Baris Soner Usakli 2174aec0e1 closes and other refactors on client side
psychobunny 46bad118de if a thread is unreplied, don't show the OP as the last person to reply