1312 Commits (520d6954c13205b767c7701c6f7c6f70c03f0a06)

Author SHA1 Message Date
barisusakli 46a475fdde controllers/admin/users cleanup 11 years ago
barisusakli ea4931fa1d removed dupe from controllers/user.js 11 years ago
barisusakli 37e8856861 new middleware to add slug to topic and category 11 years ago
Julian Lam f942c03a58 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli 611c16b5a6 closes #1126 11 years ago
barisusakli 1354739d19 user deletion #746
user deletion NOT SKALABLE
11 years ago
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing. 11 years ago
barisusakli 175230e337 closes #1205 11 years ago
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago
psychobunny f47f146320 moved out uploads and users from controllers/admin into their own files 11 years ago
psychobunny 641ec3ef82 moved duplicate upload validation code into its own fn 11 years ago
psychobunny 0bbff06cfa use middleware.authenticate instead of checking in each fn 11 years ago
psychobunny 01cda60704 moved admin upload functions into controllers/admin; re-organized routes/admin to look like routes/index; removed unused deps 11 years ago
barisusakli e9ab9dcce2 search cleanup 11 years ago
Julian Lam f28c690f2f fixing up robots.txt 11 years ago
barisusakli 813b3d6fcc changes for live streaming of posts 11 years ago
Julian Lam b259c3d422 categoryData should return better topics (non-anon uid passed in now) 11 years ago
Julian Lam 82a82afe99 updated the way privileges were handled in the .get() category controller 11 years ago
barisusakli 88c4b90fc8 accounts controller removed duplication 11 years ago
barisusakli 037e8943a8 removed left over 11 years ago
barisusakli 9564b6fda2 closes #1165 11 years ago
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js 11 years ago
barisusakli 974333dbc3 fixed missing currentPage 11 years ago
psychobunny 30cfddda68 fix for topics view count, and marking topics as unread 11 years ago
psychobunny 6ea4d89edc fixed search routes 11 years ago
psychobunny a99be8e7be got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit: 11 years ago
psychobunny faf3de7e27 added a check for res.locals.isAPI inside res.render, instead of doing it all over the place in code 11 years ago
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
11 years ago
psychobunny f20a2a2047 merging changes from deprecated routes/user.js 11 years ago
psychobunny 8f7a7fec7d more cleanup; commenting out custom plugin routes until its fixed properly 11 years ago
psychobunny 48df0cf889 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/admin.js
11 years ago
psychobunny c24c2a5422 search and reset routes, the very last of the views to be refactored :shipit: 11 years ago
psychobunny d3aead7c13 changing renderHeader function signature to req, res, next 11 years ago
psychobunny 7ef6f9bbf5 buckled down and refactored pretty much all of admin routes x_x 11 years ago
psychobunny 94aeb3ab22 notifications route; added middleware.authenticate to user/uploadpicture api route 11 years ago
psychobunny 5b8e8e4b67 deprecating use of templates.setGlobal on server side in favour of passing in api.config into res.locals (still needs work) 11 years ago
psychobunny 188aeabba8 missed a file in previous commit 11 years ago
psychobunny 7bef58deb1 started moving out api functionality out of the route file into controllers/api.js 11 years ago
psychobunny d18ce28de0 fixxed categories.get; privileges object and currentPage were missing on original route 11 years ago
psychobunny 88ca3733a7 more jshinting 11 years ago
psychobunny cdf92c5cda fixed a really annoying bug - the original topics route pre-refactor never actually included a privileges object 11 years ago
psychobunny fa2b5d1ee6 re-implementing meta and link tags - completified 11 years ago
psychobunny 3eb9f65c2e jshinting controllers/index.js; adding back meta tags to home page 11 years ago
psychobunny 8df33e65ac fixing bug in topics causing meta tags to revert on subsequent refresh 11 years ago
psychobunny dbbbe21883 re-implementing meta and link tags part 1 11 years ago
psychobunny 6820e9e662 random jshinting expedition 11 years ago
psychobunny f35c14ee07 bugfixes + cleanup for accounts and users routes 11 years ago
psychobunny fa103b2d6e finally done with routes/user.js; accounts.getUserByUID; bug fixing and cleanup 11 years ago
psychobunny 08d3d9feb3 accounts.uploadPicture 11 years ago
psychobunny bfcb61f37d forgot to port getUserDataByUserSlug 11 years ago
psychobunny d072ad60de all users/ pages converted 11 years ago
psychobunny 7c873c4314 decided to functionally separate accounts from users 11 years ago
psychobunny e64d87cb1d all user account pages; all static pages; outgoing page 11 years ago
psychobunny 00df660fa5 robots + sitemap; some clean up 11 years ago
psychobunny 942d16a3b4 confirmEmail route 11 years ago
psychobunny dae7b06f4d initial login and register routes 11 years ago
psychobunny e193d58112 unreadTotal route 11 years ago
psychobunny beafc881c4 added recent and unread in categoriesController 11 years ago
psychobunny 96d6b96ce4 controllers.home 11 years ago
psychobunny ad222dce2a controller indexx 11 years ago
psychobunny 233e49fd34 topics controller 11 years ago
psychobunny 62a4b419e3 categories controller 11 years ago