aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages/dashboard/admin
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove leftoversPitu2021-06-201-1/+6
|
* chore: change save msgPitu2021-06-171-1/+1
|
* chore: prevent restarting for the time beingPitu2021-06-171-1/+1
|
* feat: show validation errors from joi on the frontendZephyrrus2021-06-171-5/+18
|
* feat: show setting values on the settings page and implement sending to ↵Zephyrrus2021-06-171-7/+15
| | | | backend (no saving yet)
* Merge branch 'feature/database_based_settings' of ↵Pitu2021-03-231-105/+32
|\ | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings
| * fix: sections not renderingZephyrrus2021-01-111-7/+19
| |
| * feat: add sections to settings object metaZephyrrus2021-01-111-5/+23
| |
| * feat: add dynamic settings page rendering based on the Joi objectZephyrrus2021-01-101-110/+7
| |
* | chore: switch to asyncData where neededPitu2021-01-205-39/+20
| |
* | feat: add pagination to user files in admin viewPitu2021-01-201-7/+42
|/
* chore: be able to refresh stats on demandPitu2021-01-081-1/+13
|
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-071-2/+5
| | | | | | | | fix: saved data not being converted to JSON automatically when using SQLite (and possibly MSSQL) feat: display when a stat was generated in the section's header fix: not being able to click through the footer (sorry IE11 users, you still won't be able to click through it) fix: add is-mobile to columns so they don't stack on top of each other feat: add text next to the NSFW toggle and make it look like the elements around it (begone round iOS edges)
* fix: indentationPitu2021-01-071-2/+2
|
* feature: Add basic statistics UIPitu2021-01-071-0/+103
|
* feat: enable user creation from admin panelPitu2021-01-051-0/+92
|
* Add meta name to pagesPitu2021-01-052-6/+10
|
* RebrandPitu2020-12-251-6/+6
|
* CleanupPitu2020-12-251-11/+3
|
* Fix ESLint rules once and for allPitu2020-12-244-4/+5
|
* chore: remove trailing commasZephyrrus2020-12-244-22/+22
|
* chore: update buefy to 0.9Zephyrrus2020-11-121-45/+49
|
* chore: add custom class to inputs until fix is released on buefy's masterZephyrrus2020-07-191-0/+6
|
* refactor: finish refactoring all the components to use vuexZephyrrus2020-07-102-77/+58
|
* refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-092-65/+67
| | | | internal states
* chore: linter the entire project using the new rulesZephyrrus2020-07-082-60/+107
|
* feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-072-147/+168
|
* feat: refactor most of the album components to use store for presentation ↵Zephyrrus2020-07-042-0/+3
| | | | and actions
* fix: Remove hero and hero body and use sections and containers insteadZephyrrus2020-06-294-267/+259
| | | | Hero is meant to be used as a full-width banner to showcare or present somethign, not to contain the entire content of the webpage
* This commit adds a bunch of features for admins:Pitu2019-10-134-0/+656
* banning IP * see files from other users if you are admin * be able to see details of an uploaded file and it's user * improved display of thumbnails for non-image files