Commit Graph

4733 Commits (cc0fabc619fb4e6e6914592b75631b35a58ad00a)
 

Author SHA1 Message Date
barisusakli c41ef10572 removed routes/user.js
barisusakli 661dff2f9b added jquery css
barisusakli 326eddf39e Merge branch 'master' of https://github.com/designcreateplay/NodeBB
barisusakli 4e3819603b jshint fixed missing var
Barış Soner Uşaklı 900c0d838d Update README.md
barisusakli e83ad1ab4a Merge branch 'master' of https://github.com/designcreateplay/NodeBB
barisusakli 974333dbc3 fixed missing currentPage
Julian Lam efb933f102 backwards-compatibility for plugins if they return a callback
Julian Lam 19c9f1bb19 backwards compatibility with plugins that are assuming no callback
Julian Lam a7f310b49a fixed
psychobunny 65b49d5de8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
psychobunny 116dad2858 updated widget-essentials dep to 0.0.11
barisusakli 656ec227e9 merge
barisusakli 78f9c25c9c added autocomplete to jquery fixed search results
psychobunny 337b3a2aa7 updated nodebb dependencies
psychobunny d61a75a5c2 updated deprecation notices
psychobunny 2cde4508b0 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
psychobunny 23983c4c80 cleanup - search routes
barisusakli 71f84655ca minor cleanup
barisusakli b413f06b72 removed unused function from groups, jshint
psychobunny a68ba044c3 fixed missing topic_name and viewcount when reverse infinite scrolling
psychobunny 30cfddda68 fix for topics view count, and marking topics as unread
barisusakli 16d2e65ea0 optimized getCategories
psychobunny 857df86726 fixed pagination, and loading of template blocks on cold load (temp solution)
psychobunny 6ea4d89edc fixed search routes
psychobunny 875c8ed66c console.log
psychobunny 62afe65ccf bugfix + deprecated templates.getTemplateNameFromUrl
psychobunny 712c382a28 optimizing ajaxify (still needs work though)
psychobunny 4e54d500c0 fix bug where inactive plugin templates were being compiled as well
psychobunny 4793b6b4f9 fixed invalid path for apple-touch-icon
psychobunny a99be8e7be got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit:
psychobunny faf3de7e27 added a check for res.locals.isAPI inside res.render, instead of doing it all over the place in code
psychobunny 1b3f089804 fixed /admin/index 404
psychobunny 6acdc66470 fixed bug if default templates folder missing (in case you planned on building an entire theme from scratch)
psychobunny 464c2f42c3 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/admin/themes.tpl
	src/meta.js
	src/routes/api.js
psychobunny 37840d35f0 missing variable - numCSS
psychobunny 68b41083ad removing re-added templates from core
Gustavo Salomé Silva 475ac1e772 accept arguments on setup
useful if you want to setup a new instance programatically
barisusakli 73c89010cb closes
barisusakli 57f9f8bc57 closes
psychobunny 1ef95bd09e Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	app.js
	public/templates/category.tpl
	public/templates/popular.tpl
	public/templates/recent.tpl
	public/templates/unread.tpl
	src/routes/plugins.js
	src/webserver.js
barisusakli 281c482f1c Merge branch 'master' of https://github.com/designcreateplay/NodeBB
barisusakli 6496b91c29 closes
Julian Lam 4309fe3192 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 820cdf8a47 temporarily removing cronjob until upstream bugs are fixed -- resolved
barisusakli ec86aafb48 return user object
barisusakli b4b9ed1841 optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data
barisusakli 1568c50906 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
barisusakli 23e1cc010c removed removeHiddenFields function, using mongo selector instead
Julian Lam 6fb393de78 fixing