| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: anon upload and domain fix for album links (#292) | Zephyrrus | 2021-08-22 | 1 | -0/+7 |
| | | |||||
| * | feat: show validation errors from joi on the frontend | Zephyrrus | 2021-06-17 | 2 | -10/+9 |
| | | |||||
| * | feat: show setting values on the settings page and implement sending to ↵ | Zephyrrus | 2021-06-17 | 1 | -0/+13 |
| | | | | | backend (no saving yet) | ||||
| * | feat: fetch all settings if admin | Pitu | 2021-06-17 | 1 | -0/+10 |
| | | |||||
| * | fix: upload size | Pitu | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | feat: fetch settings from api | Pitu | 2021-06-17 | 2 | -9/+29 |
| | | |||||
| * | feat: make frontend use database settings | Pitu | 2021-06-17 | 2 | -26/+9 |
| | | |||||
| * | Merge branch 'feature/database_based_settings' of ↵ | Pitu | 2021-03-23 | 1 | -2/+15 |
| |\ | | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings | ||||
| | * | fix: sections not rendering | Zephyrrus | 2021-01-11 | 1 | -1/+4 |
| | | | |||||
| | * | feat: add dynamic settings page rendering based on the Joi object | Zephyrrus | 2021-01-10 | 1 | -2/+12 |
| | | | |||||
| * | | feat: enable ssr and serve it with the api | Pitu | 2021-01-20 | 1 | -2/+1 |
| | | | |||||
| * | | feat: add pagination to user files in admin view | Pitu | 2021-01-20 | 1 | -4/+6 |
| |/ | |||||
| * | fix: pagination not working when searching | Zephyrrus | 2021-01-08 | 1 | -5/+3 |
| | | | | | fix: search not working on albums | ||||
| * | chore: be able to refresh stats on demand | Pitu | 2021-01-08 | 1 | -5/+10 |
| | | |||||
| * | feature: Add basic statistics UI | Pitu | 2021-01-07 | 1 | -1/+11 |
| | | |||||
| * | fix: nsfw album toggle doesn't propagate the changes properly | Zephyrrus | 2020-12-27 | 1 | -2/+2 |
| | | | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse | ||||
| * | feat: Add warning to nsfw albums | Pitu | 2020-12-28 | 2 | -8/+12 |
| | | |||||
| * | chore: style changes | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 2 | -5/+5 |
| | | |||||
| * | bug: fix showlist resetting itself every time the page is changed | Zephyrrus | 2020-12-24 | 1 | -3/+18 |
| | | | | | bug: fix store not commiting search results | ||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 8 | -35/+35 |
| | | |||||
| * | feat: allow administrators to create custom links for albums | Zephyrrus | 2020-10-02 | 1 | -0/+7 |
| | | |||||
| * | feat: Add hiding to recommendations as a prop | Zephyrrus | 2020-07-23 | 1 | -0/+6 |
| | | | | | 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 input | Zephyrrus | 2020-07-22 | 1 | -0/+1 |
| | | | | | 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 | ||||
| * | feat: implement all-in-one file detail viewer, tag editor and album ↵ | Zephyrrus | 2020-07-20 | 2 | -0/+67 |
| | | | | | selection modal | ||||
| * | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 2 | -6/+23 |
| | | |||||
| * | refactor: finish refactoring all the components to use vuex | Zephyrrus | 2020-07-10 | 3 | -9/+43 |
| | | |||||
| * | refactor: refactor most of the admin pages to use the store instead of ↵ | Zephyrrus | 2020-07-09 | 4 | -8/+115 |
| | | | | | internal states | ||||
| * | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 1 | -0/+4 |
| | | |||||
| * | refactor: refactor grid to use vuex for every action | Zephyrrus | 2020-07-08 | 2 | -59/+67 |
| | | |||||
| * | feat: add new sidebar with mdi icons and active reactivity | Zephyrrus | 2020-07-08 | 1 | -0/+1 |
| | | |||||
| * | refactor: change uploader component to use vuex | Zephyrrus | 2020-07-08 | 1 | -7/+12 |
| | | |||||
| * | chore: eslint stores | Zephyrrus | 2020-07-07 | 9 | -43/+47 |
| | | | | | feat: merge album and images | ||||
| * | feat: add video preview on hover to dashboard and apply new linter rules to ↵ | Zephyrrus | 2020-07-05 | 2 | -12/+12 |
| | | | | | some of the files | ||||
| * | feat: refactor single album page to use vuex | Zephyrrus | 2020-07-05 | 2 | -21/+71 |
| | | |||||
| * | feat: refactor most of the album components to use store for presentation ↵ | Zephyrrus | 2020-07-04 | 2 | -1/+74 |
| | | | | | and actions | ||||
| * | feat: separate album view into multiple components and use vuex | Zephyrrus | 2020-07-03 | 1 | -0/+56 |
| | | |||||
| * | feat: refactor account to use vuex, fix small presentational components | Zephyrrus | 2020-07-02 | 2 | -3/+40 |
| | | |||||
| * | feat: start refactoring the code to actually use vuex | Zephyrrus | 2020-07-02 | 5 | -54/+170 |
| | | | | | This includes creating multiple stores as needed for components and removing all complex states from components (since all those states should be stored in vuex) | ||||
| * | Feature: | Pitu | 2020-05-09 | 1 | -12/+3 |
| | | | | | | | * Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist` | ||||
| * | don't log out on API error | Pitu | 2019-10-12 | 1 | -1/+1 |
| | | |||||
| * | Globally catch exceptions | Pitu | 2019-04-24 | 1 | -40/+32 |
| | | |||||
| * | Make sure to remove the token to prevent credential leak | Pitu | 2019-03-29 | 1 | -0/+1 |
| | | |||||
| * | Fix conflicts | Pitu | 2019-03-29 | 1 | -0/+1 |
| |\ | |||||
| | * | API key WIP | Pitu | 2019-03-19 | 1 | -4/+5 |
| | | | |||||
| | * | proper baseurl | Pitu | 2019-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | Added axios package | Pitu | 2019-03-29 | 1 | -9/+13 |
| |/ | |||||
| * | Turns out we were using the wrong cookieparser | Pitu | 2019-03-15 | 1 | -1/+1 |
| | | |||||
| * | No need for this | Pitu | 2019-03-15 | 1 | -5/+1 |
| | | |||||
| * | yeah | Pitu | 2019-03-15 | 1 | -1/+1 |
| | | |||||