126 Commits (8446a733e5a7855eb1b337516072ef5f24fb7da9)

Author SHA1 Message Date
Julian Lam e0c7ef1451 fixed #2781 10 years ago
psychobunny 2ff59278c9 navigation cleanup 10 years ago
psychobunny fbc0a11c87 nav - basic ACP setup 10 years ago
Julian Lam 8262c38ac8 upgrading privilege sets to be system groups, so they're not in the way 10 years ago
psychobunny cb7c318377 closes #2751 10 years ago
Barış Soner Uşaklı 743cd20441 closes #2267 10 years ago
psychobunny bdcf090aaa init rewards system 10 years ago
barisusakli 25ccc573c0 closes #2687 10 years ago
barisusakli 2c8e8a1f1c closes #2550, closes #2518 10 years ago
Julian Lam 08e883de44 added widget areas to the bottom of the group details page, #2588 10 years ago
Julian Lam a091757aa0 adding dedicated category edit page for ACP #2463 10 years ago
Julian Lam 6b95b28db7 drag/drop re-ordering fixed in ACP, #2463 10 years ago
Julian Lam c98331de82 revamping categories management page in ACP, #2463 10 years ago
Julian Lam fa39b5e46b closed #2446 11 years ago
Julian Lam deac12c540 closed #2424 11 years ago
Julian Lam ae1528dc7e closed #2407 11 years ago
barisusakli a45858dacd previous commit doesnt show unusud tags in admin 11 years ago
Barış Soner Uşaklı b89b960f86 Merge pull request #2328 from dwendt/master
Made hiding widgets for guests/registered sensible.
11 years ago
barisusakli cdfaa941b1 error checks missing return 11 years ago
barisusakli 04c83dbdcc update deprecated sendfile 11 years ago
heart c38ca146c7 Made hiding widgets for guests/registered sensible. 11 years ago
barisusakli 189eaf2bea escape output 11 years ago
barisusakli fced152e41 read total from global object 11 years ago
psychobunny 2c95d8d82e fixed ajaxifying to advanced/logs 11 years ago
psychobunny 729ed6fbda all your semi-colons are belongs to me 11 years ago
barisusakli f6f6ca7f76 closes #2132 11 years ago
barisusakli 394a01fdef closes #2188 11 years ago
barisusakli 5db24fbe68 closes #2175 11 years ago
Julian Lam 632fb3a618 closed #2184 11 years ago
psychobunny 81bc481efc removing page views from the dashboard stats 11 years ago
psychobunny ed35e4bcef switching /admin/index to /admin/dashboard 11 years ago
psychobunny 341959be82 ultimate acp route refactorizationing 11 years ago
psychobunny 385632e173 moved over admin/appearance/widgets into extend namespace
cleaning up my own todo's in record time, @barisusakli will be proud
11 years ago
psychobunny 144992426d converted pageviews tracking to sorted set, and using pre-built getStatsForSet function
thanks @barisusakli
11 years ago
psychobunny f98e3aaf64 segregated the "theme" route (now "appearance") into their own separate routes 11 years ago
psychobunny 6af1e4f6d0 removing "branding" until I can figure out how to do this properly
(tbh, even I don't know how it works anymore)
11 years ago
psychobunny 9f40cd03e8 on /admin/settings, render general 11 years ago
psychobunny 117b8dece4 settings acp refactor for dedicated routes 11 years ago
barisusakli 0767998022 closes #2124 11 years ago
Julian Lam 8bac0bf361 Merge branch 'csrf-excision' into hashtalk 11 years ago
Julian Lam a061079995 fixed all POST routes to use new csrf middleware 11 years ago
psychobunny 22577917da closes https://github.com/NodeBB/NodeBB/issues/2093 11 years ago
Julian Lam 40e5ad075f started work on #2082 11 years ago
barisusakli 94c765fa25 closes #1996 11 years ago
barisusakli 95c839579e closes #2007 11 years ago
barisusakli d411ed5c28 closes #1995 11 years ago
barisusakli e036c20072 closes #1808 11 years ago
barisusakli e6c9647acf display user post topic stats in admin index 11 years ago
psychobunny db3523b10b #1701 11 years ago
barisusakli 3b1e373e7b group titles 11 years ago
psychobunny b12ca5ab9f closes #1673 11 years ago
psychobunny bfa3b0f22f global header widgets 11 years ago
barisusakli 48aba5fc64 category widget changes 11 years ago
psychobunny a5a2e6f04e update BS brand colors in ACP 11 years ago
barisusakli a1e6a3616c ability to install/uninstall plugins from ACP 11 years ago
psychobunny 0be414dab9 add registered-only checkbox option to widgets 11 years ago
Julian Lam 84a34933fe fixed #1351 -- ACP will tell user that they need to restart, if they need to restart 11 years ago
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
11 years ago
Julian Lam df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
psychobunny 7926514c95 draft zone for widgets, closes #1238 11 years ago
psychobunny 576246c315 global widget areas (sidebar/footer) - closes #1097 11 years ago
barisusakli a400e5de81 #1269 11 years ago
barisusakli 7f193041a8 removed admin topics 11 years ago
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved #1132. Refactored system groups handling 11 years ago
Julian Lam c1ccc81400 ACP integration for Sounds 11 years ago
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing. 11 years ago
barisusakli 175230e337 closes #1205 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
psychobunny a99be8e7be got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit: 11 years ago
psychobunny 48df0cf889 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/admin.js
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