aboutsummaryrefslogtreecommitdiff
path: root/src/site/components
Commit message (Collapse)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-158-42/+41
|
* fix: chunked upload postPitu2021-08-221-2/+2
|
* fix: error message not being shownPitu2021-06-201-10/+8
|
* chore: remove leftoversPitu2021-06-201-3/+0
|
* feat: show field notes if anyPitu2021-06-201-2/+12
|
* fix: typosPitu2021-06-201-1/+1
|
* feat: show validation errors from joi on the frontendZephyrrus2021-06-171-2/+14
|
* feat: show setting values on the settings page and implement sending to ↵Zephyrrus2021-06-171-19/+16
| | | | backend (no saving yet)
* feat: fetch settings from apiPitu2021-06-172-2/+2
|
* Merge branch 'feature/database_based_settings' of ↵Pitu2021-03-231-0/+142
|\ | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings
| * fix: sections not renderingZephyrrus2021-01-111-3/+3
| |
| * feat: add sections to settings object metaZephyrrus2021-01-111-1/+2
| |
| * feat: add dynamic settings page rendering based on the Joi objectZephyrrus2021-01-101-0/+141
| |
* | fix: trying to fetch tags and albums on a public album linkZephyrrus2021-01-171-51/+11
|/
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-078-8/+33
| | | | | | | | 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)
* feature: Add basic statistics UIPitu2021-01-076-0/+163
|
* chore: update sharex snippet to use apiKey instead of jwtPitu2021-01-072-12/+15
|
* feature: new chunk and write strategyPitu2021-01-071-3/+4
|
* fix: dont show admin navbar if not an adminPitu2021-01-051-1/+1
|
* feat: add testing capabilitiesPitu2021-01-041-0/+25
|
* fix: nsfw album toggle doesn't propagate the changes properlyZephyrrus2020-12-272-11/+11
| | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse
* feat: Add warning to nsfw albumsPitu2020-12-281-1/+28
|
* fix: mobile stylingPitu2020-12-271-3/+4
|
* Fixes chunked uploads not being saved to albums or thumbnailsPitu2020-12-271-0/+4
|
* RebrandPitu2020-12-256-32/+32
|
* chore: style changesPitu2020-12-257-145/+64
|
* CleanupPitu2020-12-254-16/+3
|
* Fix ESLint rules once and for allPitu2020-12-2417-153/+159
|
* bug: fix showlist resetting itself every time the page is changedZephyrrus2020-12-241-3/+9
| | | | bug: fix store not commiting search results
* chore: remove trailing commasZephyrrus2020-12-2419-153/+166
|
* chore: update buefy to 0.9Zephyrrus2020-11-122-77/+77
|
* feat: allow administrators to create custom links for albumsZephyrrus2020-10-022-2/+58
|
* feat: Add hiding to recommendations as a propZephyrrus2020-07-231-9/+26
| | | | fix: change some of the regexes to remove , and ; as separator support because the query parser doesn't understad them and I don't feel like dealing with all the edge cases introduces by it
* feat: add new search inputZephyrrus2020-07-222-0/+635
| | | | For now, it clones the autocomplete from buefy, untill a PR or resolution to the opened issue about not being able to manipulate how the suggestions are applied is found
* fix: add no-active classZephyrrus2020-07-221-0/+4
|
* feat: show selected albums first when modal is first openedZephyrrus2020-07-223-19/+33
| | | | | fix: change the color of the dropdown for tags to match the base theme chore: pass props into some of the components instead of fetching from store inside of components
* fix: make modal use full height on mobileZephyrrus2020-07-212-6/+11
|
* feat: implement all-in-one file detail viewer, tag editor and album ↵Zephyrrus2020-07-205-59/+252
| | | | selection modal
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-192-4/+11
|\
| * Update displaying thumbnails of unsupported file typesPitu2020-07-181-9/+13
| |
| * Add logout buttonPitu2020-07-181-1/+7
| |
* | feat: Start working on a new album/tags/image info modalZephyrrus2020-07-193-4/+207
| |
* | refactor: finish refactoring all the components to use vuexZephyrrus2020-07-102-2/+2
| |
* | chore: linter the entire project using the new rulesZephyrrus2020-07-088-76/+106
| |
* | refactor: refactor grid to use vuex for every actionZephyrrus2020-07-081-35/+48
| |
* | feat: add new sidebar with mdi icons and active reactivityZephyrrus2020-07-082-51/+70
| |
* | refactor: change uploader component to use vuexZephyrrus2020-07-081-32/+42
| |
* | feat: refactor waterfall to be more efficientZephyrrus2020-07-073-244/+99
| |
* | feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-074-33/+54
| |
* | feat: add video preview on hover to dashboard and apply new linter rules to ↵Zephyrrus2020-07-054-269/+313
| | | | | | | | some of the files