Commit Graph

1447 Commits (fc066c21bf33a32131b72fb889462c083b5d13a8)

Author SHA1 Message Date
Baris Usakli 8d3a647d16 fixed hardcoded userslug
Baris Usakli 53afe6cb68 closes
Baris Usakli 190948336a closes
Baris Soner Usakli d5c0ca4a9d closes
Baris Soner Usakli 437379413e closes
Baris Soner Usakli ddb7896df1 fixed post count in paginator and post bar when infinite loader kicked in
Julian Lam cc242ca667 fixed
Julian Lam b9f1176ec1 moved paginator progress bar into paginator block, better mobile handling, and hiding it on page load
Baris Soner Usakli 46a14715e3 fixed logout in admin site, cleaned up topics.post, anon users can post topics now if allowed
Baris Soner Usakli c1da56ce45 added auto mention if u click post reply
Baris Usakli ee63fae803 closes
Baris Usakli 720711756f show bottom post bar after new post, fixed the insertion of new posts
Baris Usakli 90a12c3253 fixed index to int
Baris Usakli 6a00ab3782 removed btn-large from post topic button
Baris Usakli 9ccfa3f18c fixed js error
Baris Usakli 1660d75205 stricter selector for human readable numbers
Baris Usakli f6d57a241d fixed human readable view post counts
Julian Lam bcfb4ca0e4 off by one error
Julian Lam 0159a43a20 Merge branch 'master' of github.com:designcreateplay/NodeBB
Conflicts:
	public/src/forum/topic.js
Julian Lam 86b019ec89 paginator progress bar
psychobunny 98a12cd1e1 clearing first blocks from dynamically inserted templates - made regex less greedy
psychobunny 30a7f1a816 removed .main-post from follow class (now using conditionals to show/hide)
Baris Usakli 6ca3d0c4af Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli b2074c6dda fixes to infinite load and paginator
Julian Lam d7c0e1c62e Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 56ef05a0bf putting category options behind a dropdown, and fixing category enable/disable
Baris Usakli dd36cce329 closes
Baris Usakli 293c176053 added first to follow button in topic.tpl
Baris Soner Usakli dba47e4bef removed console.log
Baris Soner Usakli 2a46ead29f removed container div, removed second if first, it breaks templates
Julian Lam 707179edf3 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 53164e96ab removed non-functional save button from category whitelist modal
Baris Soner Usakli 9702e28a07 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli fa56eca962 fixed fave stars, removed the watch button from normal posts
Julian Lam 684839f04a Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 0188ea9a3b setting cache headers to 0 on development mode
psychobunny 85aa587749 merge conflicts
psychobunny 48e36e3c31 templates bugfix - now supports multiple conditionals of the same variable; added data-favourited button and deprecated reliance on BS3
Baris Usakli 0b6d018f8d oops removed by mistage
Baris Usakli f2bf65252d removed the fields
Baris Usakli a87ebb64d8 clean up of posts and some template additions
Julian Lam 38da65ee58 tweaks to category permission modal
Baris Usakli 7198110b57 closes
Baris Usakli 78b65c0b12 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 0742590c0c added pid to share links, removed unused vars
psychobunny c16f04bbcf plugins - filter:admin.header.build (pre-existing hook) now allows you to add menu items to the social authentication panel as well
Julian Lam 69427fa10e tweaks to make the ACP work better on tablets, some work on hidden groups
Julian Lam 670986f7ef Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 8b62041d28 refactored groups and categories, groups no longer explodes when
attempting to add members to a whitelist that doesn't exist, isEmpty
checks (new methods!) and such...
psychobunny 89c5d01efa modularized SSO, paving the way for potential plugins. cleaned up associated templates/js