aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages/dashboard
Commit message (Expand)AuthorAgeFilesLines
* chore: switch to asyncData where neededPitu2021-01-209-52/+35
* feat: add pagination to user files in admin viewPitu2021-01-201-7/+42
* fix: pagination not working when searchingZephyrrus2021-01-082-9/+52
* chore: be able to refresh stats on demandPitu2021-01-081-1/+13
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-072-3/+6
* 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-055-15/+25
* RebrandPitu2020-12-254-17/+17
* CleanupPitu2020-12-252-22/+6
* Fix ESLint rules once and for allPitu2020-12-247-8/+10
* bug: fix showlist resetting itself every time the page is changedZephyrrus2020-12-241-4/+12
* chore: remove trailing commasZephyrrus2020-12-249-62/+62
* chore: update buefy to 0.9Zephyrrus2020-11-121-45/+49
* feat: add experimental query to sql generator for searchingZephyrrus2020-07-231-4/+0
* feat: Add hiding to recommendations as a propZephyrrus2020-07-232-13/+18
* feat: add new search inputZephyrrus2020-07-221-11/+10
* chore: add custom class to inputs until fix is released on buefy's masterZephyrrus2020-07-196-2/+17
* 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 intern...Zephyrrus2020-07-096-84/+88
* chore: linter the entire project using the new rulesZephyrrus2020-07-083-77/+133
* refactor: refactor grid to use vuex for every actionZephyrrus2020-07-082-6/+4
* feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-075-201/+251
* feat: refactor single album page to use vuexZephyrrus2020-07-052-48/+79
* feat: refactor most of the album components to use store for presentation and...Zephyrrus2020-07-045-24/+69
* feat: separate album view into multiple components and use vuexZephyrrus2020-07-031-301/+11
* feat: refactor account to use vuex, fix small presentational componentsZephyrrus2020-07-022-31/+45
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-47/+77
* feat: backend pagination for albumsZephyrrus2020-07-011-5/+38
* feat: use SSR when rendering the dashboard (if possible)Zephyrrus2020-07-011-4/+17
* feat: backend paginationZephyrrus2020-06-291-10/+12
* feat: add darker image for album sectionZephyrrus2020-06-291-1/+1
* fix: Remove hero and hero body and use sections and containers insteadZephyrrus2020-06-298-416/+428
* fix: fix minor visual issues on the album pageZephyrrus2020-06-292-14/+32
* Optimize the queries fetching albums/filesPitu2020-06-251-1/+7
* chore: cleanup and todoPitu2020-05-111-52/+1
* Feat: implement lazy loading for waterfall viewPitu2020-05-101-54/+1
* Style changes to albumsPitu2020-05-101-6/+0
* wip:Pitu2020-04-282-137/+137
* This commit adds a bunch of features for admins:Pitu2019-10-134-3/+275
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-127-97/+7
* fix: we don't want non-admins to access the settings sectionPitu2019-10-121-1/+1
* chore: Upgrade buefy to newest versionPitu2019-10-127-22/+22
* chore: remove exif strip support.Pitu2019-10-121-8/+0
* chore: hide search until it's readyPitu2019-09-301-1/+2
* Fix deletion of albums and linksPitu2019-09-302-12/+3
* Refactor a bit since we globally catch API exceptionsPitu2019-04-247-189/+110
* Fix conflictsPitu2019-03-291-1/+2
|\
| * Update account.vueRobin B2019-03-211-1/+1