607 Commits (d5b5dd6fa53fec1a2a64b2aac57b5237af923b64)

Author SHA1 Message Date
Baris Soner Usakli 58cb51bb02 removed unused imagemagick require 11 years ago
psychobunny 34552f7fb0 added middleware.guestSearchingAllowed to the actual search API call 11 years ago
psychobunny 542f937589 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/api.js
11 years ago
psychobunny b9e119241e moved get_custom_templates into plugins.js 11 years ago
psychobunny 8f7a7fec7d more cleanup; commenting out custom plugin routes until its fixed properly 11 years ago
psychobunny c0cd6148f4 one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files 11 years ago
Baris Soner Usakli c028761857 new route to get recent posts 11 years ago
psychobunny 552eb78db8 template compiling init; changing themes now finally works on this branch 11 years ago
psychobunny da331a1e6b clean up in routes/admin.js 11 years ago
Baris Soner Usakli 4b64b9dcdc closes #951 11 years ago
psychobunny c24c2a5422 search and reset routes, the very last of the views to be refactored :shipit: 11 years ago
psychobunny 7ef6f9bbf5 buckled down and refactored pretty much all of admin routes x_x 11 years ago
psychobunny d360320441 finally got admin header and footer working 👍 11 years ago
psychobunny eed97648b1 started moving admin mdw into middleware/admin.js; res.render post-processing to append admin footer/header 11 years ago
psychobunny e588762aa0 yes, I've finally started on the dreaded admin refactor (not much else left to do :/) 11 years ago
psychobunny 209bcaba8c middleware.updateLastOnlineTime; middleware.prepareAPI (reinstated) 11 years ago
psychobunny f785f7f6e3 added deprecation notice to plugins/fireHook 11 years ago
psychobunny 94aeb3ab22 notifications route; added middleware.authenticate to user/uploadpicture api route 11 years ago
psychobunny 7bef58deb1 started moving out api functionality out of the route file into controllers/api.js 11 years ago
psychobunny 31d576e9ed deprecation notice 11 years ago
psychobunny fe9d4efa98 moved api-only routes into routes/api.js, cleanup & linting 11 years ago
psychobunny d75bc9578b deprecating middleware.prepareAPI in favour of using app.all('*') in /api namespace 11 years ago
psychobunny d20501b29d meta.js merge conflict 11 years ago
Julian Lam 4c2a6953f1 concatenating the client scripts, instead of compressing, in development mode 11 years ago
psychobunny 6820e9e662 random jshinting expedition 11 years ago
psychobunny 6c3c669e31 moved middleware out of webserver.js and into middleware.js 11 years ago
psychobunny ee5596fad5 Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Julian Lam 14d7453a23 bundling socket.io client library into minfile, minfile always used from this point forward, even in development mode.
Development mode will not compress the scripts, but will just concatenate.
11 years ago
psychobunny f46e563b8a moved all route definitions in webserver.js into routes/index.js 11 years ago
Baris Soner Usakli 87f337f2fb cleanup 11 years ago
psychobunny 26853d024e Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Julian Lam 0fecbf7cbf entity decoding in filenames 11 years ago
Baris Soner Usakli 24b669bd39 some fixes for search plugin 11 years ago
Baris Soner Usakli e75c303b89 added unique visitor count to admin dashboard 11 years ago
Baris Soner Usakli 7081c7dcc4 moved ip log to api 11 years ago
psychobunny e73f8d6f37 Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Julian Lam 561b42d0f9 new staticDirs format, @mrwaffle 11 years ago
psychobunny fa103b2d6e finally done with routes/user.js; accounts.getUserByUID; bug fixing and cleanup 11 years ago
psychobunny bfcb61f37d forgot to port getUserDataByUserSlug 11 years ago
psychobunny d072ad60de all users/ pages converted 11 years ago
psychobunny e64d87cb1d all user account pages; all static pages; outgoing page 11 years ago
psychobunny 942d16a3b4 confirmEmail route 11 years ago
psychobunny dae7b06f4d initial login and register routes 11 years ago
psychobunny 08c0a7fa5e removing old unread and recent routes 11 years ago
psychobunny 4435a20d90 fixed merge conflict 11 years ago
psychobunny c084529597 removed old api/home and api/popular 11 years ago
psychobunny 1db0651bff removing old api/popular code 11 years ago
akhoury 3f1d5c6656 merge fork with upstream master 11 years ago
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ... 11 years ago
Baris Soner Usakli f1f7b59d58 missed this one 11 years ago
Baris Soner Usakli 56bbeb9950 use disableSocialButtons from config 11 years ago
Baris Soner Usakli a83d4a9dd5 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics 11 years ago
psychobunny 87baeebc3f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 5145ba1aac added a route to get moderators by category id 11 years ago
Julian Lam 3f7e458866 fixed #1127 11 years ago
Julian Lam 815e78339f Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 101a6ab812 minifying css 11 years ago
Baris Soner Usakli 1ba3acfd03 display ips to admins/users on profile 11 years ago
Baris Soner Usakli de3bc84fde removed logs 11 years ago
Baris Soner Usakli cc8ac2c026 get ips if admin or self 11 years ago
Julian Lam 12e3e45398 closed #1095 - js is now minified and saved to memory the first time it is requested (on prod mode), same with theme CSS 11 years ago
Julian Lam bc1c419722 caching compiled CSS locally, so repeated calls to the stylesheet serve from cache 11 years ago
Julian Lam 53f1e4d3d4 dedicated stylesheet.css route for LESS compilation, no longer usin less-middleware for base theme... 11 years ago
Julian Lam 8557c56c45 resolved #1117 11 years ago
Julian Lam 4ef1d83acd Merge branch 'master' into nodebb-loader 11 years ago
Julian Lam b64e5870b7 loader now handles arguments and ./nodebb watch command updated to not use loader. 11 years ago
Baris Soner Usakli bae76ebd70 fixed the redis error when going to unread/recent if nextStart is missing 11 years ago
Baris Soner Usakli f4d23fe5df return version in config 11 years ago
Baris Soner Usakli 29ba015d69 fixed topic thumbs 11 years ago
Baris Soner Usakli de34beaf6d closes #1087 11 years ago
Julian Lam 2ba11dce15 hiding search buttons and route when search is not configured 11 years ago
Julian Lam 0e26fdf1da Merge branch 'master' into search_hooks 11 years ago
psychobunny 52781bb539 Merge remote-tracking branch 'origin/master' into Widgets 11 years ago
Baris Soner Usakli 7e825c61bd some login changes 11 years ago
psychobunny 80ce4db764 add container field and title field to all widgets by default 11 years ago
Baris Soner Usakli b82a5461ce more cleanup to user routes 11 years ago
Baris Soner Usakli 905a99e638 user route cleanup 11 years ago
Baris Soner Usakli 020a70ecb6 removed showemail setting from user hash, its in user settings now 11 years ago
akhoury 63c9269240 merged composer and some other files with master 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
Julian Lam 42d33f8338 first pass #899 11 years ago
Julian Lam fdd2dc322b first pass #992 11 years ago
psychobunny 163b0f964e Merge remote-tracking branch 'origin/master' into Widgets 11 years ago
psychobunny 0963e62acb completely removing all motd code in favour of using the widget system 11 years ago
Julian Lam f50d77bca0 resolved #1060 11 years ago
psychobunny 4e1b3506e8 allow plugins/widgets to define widgets; moved sample widgets out of core and into nodebb-widget-essentials 11 years ago
Baris Soner Usakli 495fded6dd closes #1038 11 years ago
psychobunny 86a8103c15 saving, updating, deleting widgets; widget dragging improvements 11 years ago
Baris Soner Usakli 7e2823bf30 show recent event data first' 11 years ago
psychobunny 447cff1995 got the basic ui, dragging, sorting etc going for widgets acp 11 years ago
psychobunny fa5f528fb5 filter:widgets.getAreas - allows plugins to define widget locations in tpls 11 years ago
Julian Lam 0b0b74a559 properly translating strings in category nojs template, and added pagination (so not all topics are loaded on every request) 11 years ago
Baris Soner Usakli 3993259336 closes #1055 11 years ago
Baris Soner Usakli 83ad454c3e better error message if image upload fails, #1052 11 years ago
Baris Soner Usakli 21367a1847 reverse infinite loading 11 years ago
Baris Soner Usakli 8eeb962ebc fixed small bug 11 years ago
Baris Soner Usakli 43e8016dd1 fixes admin user picture edit 11 years ago
Baris Soner Usakli c0e0da0f1d simplified getAllTopics 11 years ago
Julian Lam 734d8f96e8 fixing symbols in plugin static path filenames -- can I tag people in commit messages? @frissdiegurke 11 years ago