aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages
Commit message (Expand)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-159-36/+33
* chore: remove leftoversPitu2021-06-201-1/+6
* fix: be able to delete tagsPitu2021-06-201-2/+2
* 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 backe...Zephyrrus2021-06-171-7/+15
* Merge branch 'feature/database_based_settings' of https://github.com/Zephyrru...Pitu2021-03-231-105/+32
|\
| * 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: update metadataPitu2021-01-211-1/+4
* | fix: potentially fix meta embedsPitu2021-01-211-10/+12
* | feat: prevent embeds being nsfwPitu2021-01-201-7/+9
* | feat: make public albums ssr friendlyPitu2021-01-201-15/+18
* | chore: switch to asyncData where neededPitu2021-01-209-52/+35
* | chore: remove console logsPitu2021-01-201-3/+0
* | feat: add pagination to public album linksPitu2021-01-201-17/+68
* | 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-059-20/+44
* feat: Add warning to nsfw albumsPitu2020-12-281-26/+58
* fix: mobile stylingPitu2020-12-271-1/+5
* RebrandPitu2020-12-258-32/+32
* chore: style changesPitu2020-12-251-47/+58
* CleanupPitu2020-12-252-22/+6
* Fix ESLint rules once and for allPitu2020-12-248-11/+13
* bug: fix showlist resetting itself every time the page is changedZephyrrus2020-12-241-4/+12
* chore: remove trailing commasZephyrrus2020-12-2415-81/+81
* 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-198-2/+22
* 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-098-128/+148
* chore: linter the entire project using the new rulesZephyrrus2020-07-086-97/+174
* refactor: refactor grid to use vuex for every actionZephyrrus2020-07-083-10/+9
* feat: add new sidebar with mdi icons and active reactivityZephyrrus2020-07-081-0/+8
* feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-077-231/+305
* 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-023-32/+46
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-024-82/+101