Commit Graph

17 Commits (3e82cab39801ad2121049bfe077ea15aa84fcf35)

Author SHA1 Message Date
Micheil Smith 3e82cab398 Add missing new lines at end of files.
psychobunny 7926514c95 draft zone for widgets, closes
psychobunny 576246c315 global widget areas (sidebar/footer) - closes
barisusakli a400e5de81
barisusakli 7f193041a8 removed admin topics
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved . Refactored system groups handling
Julian Lam c1ccc81400 ACP integration for Sounds
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing.
barisusakli 175230e337 closes
psychobunny f47f146320 moved out uploads and users from controllers/admin into their own files
psychobunny 641ec3ef82 moved duplicate upload validation code into its own fn
psychobunny 0bbff06cfa use middleware.authenticate instead of checking in each fn
psychobunny 01cda60704 moved admin upload functions into controllers/admin; re-organized routes/admin to look like routes/index; removed unused deps
psychobunny a99be8e7be got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit:
psychobunny 48df0cf889 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/admin.js
psychobunny d3aead7c13 changing renderHeader function signature to req, res, next
psychobunny 7ef6f9bbf5 buckled down and refactored pretty much all of admin routes x_x