| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove leftovers | Pitu | 2021-06-20 | 1 | -1/+6 |
| | | |||||
| * | fix: be able to delete tags | Pitu | 2021-06-20 | 1 | -2/+2 |
| | | |||||
| * | chore: change save msg | Pitu | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | chore: prevent restarting for the time being | Pitu | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | feat: show validation errors from joi on the frontend | Zephyrrus | 2021-06-17 | 1 | -5/+18 |
| | | |||||
| * | feat: show setting values on the settings page and implement sending to ↵ | Zephyrrus | 2021-06-17 | 1 | -7/+15 |
| | | | | | backend (no saving yet) | ||||
| * | Merge branch 'feature/database_based_settings' of ↵ | Pitu | 2021-03-23 | 1 | -105/+32 |
| |\ | | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings | ||||
| | * | fix: sections not rendering | Zephyrrus | 2021-01-11 | 1 | -7/+19 |
| | | | |||||
| | * | feat: add sections to settings object meta | Zephyrrus | 2021-01-11 | 1 | -5/+23 |
| | | | |||||
| | * | feat: add dynamic settings page rendering based on the Joi object | Zephyrrus | 2021-01-10 | 1 | -110/+7 |
| | | | |||||
| * | | chore: update metadata | Pitu | 2021-01-21 | 1 | -1/+4 |
| | | | |||||
| * | | fix: potentially fix meta embeds | Pitu | 2021-01-21 | 1 | -10/+12 |
| | | | |||||
| * | | feat: prevent embeds being nsfw | Pitu | 2021-01-20 | 1 | -7/+9 |
| | | | |||||
| * | | feat: make public albums ssr friendly | Pitu | 2021-01-20 | 1 | -15/+18 |
| | | | |||||
| * | | chore: switch to asyncData where needed | Pitu | 2021-01-20 | 9 | -52/+35 |
| | | | |||||
| * | | chore: remove console logs | Pitu | 2021-01-20 | 1 | -3/+0 |
| | | | |||||
| * | | feat: add pagination to public album links | Pitu | 2021-01-20 | 1 | -17/+68 |
| | | | |||||
| * | | feat: add pagination to user files in admin view | Pitu | 2021-01-20 | 1 | -7/+42 |
| |/ | |||||
| * | fix: pagination not working when searching | Zephyrrus | 2021-01-08 | 2 | -9/+52 |
| | | | | | fix: search not working on albums | ||||
| * | chore: be able to refresh stats on demand | Pitu | 2021-01-08 | 1 | -1/+13 |
| | | |||||
| * | chore: refactor stats generator to use an enum for types | Zephyrrus | 2021-01-07 | 2 | -3/+6 |
| | | | | | | | | | 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: indentation | Pitu | 2021-01-07 | 1 | -2/+2 |
| | | |||||
| * | feature: Add basic statistics UI | Pitu | 2021-01-07 | 1 | -0/+103 |
| | | |||||
| * | feat: enable user creation from admin panel | Pitu | 2021-01-05 | 1 | -0/+92 |
| | | |||||
| * | Add meta name to pages | Pitu | 2021-01-05 | 9 | -20/+44 |
| | | |||||
| * | feat: Add warning to nsfw albums | Pitu | 2020-12-28 | 1 | -26/+58 |
| | | |||||
| * | fix: mobile styling | Pitu | 2020-12-27 | 1 | -1/+5 |
| | | |||||
| * | Rebrand | Pitu | 2020-12-25 | 8 | -32/+32 |
| | | |||||
| * | chore: style changes | Pitu | 2020-12-25 | 1 | -47/+58 |
| | | |||||
| * | Cleanup | Pitu | 2020-12-25 | 2 | -22/+6 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 8 | -11/+13 |
| | | |||||
| * | bug: fix showlist resetting itself every time the page is changed | Zephyrrus | 2020-12-24 | 1 | -4/+12 |
| | | | | | bug: fix store not commiting search results | ||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 15 | -81/+81 |
| | | |||||
| * | chore: update buefy to 0.9 | Zephyrrus | 2020-11-12 | 1 | -45/+49 |
| | | |||||
| * | feat: add experimental query to sql generator for searching | Zephyrrus | 2020-07-23 | 1 | -4/+0 |
| | | |||||
| * | feat: Add hiding to recommendations as a prop | Zephyrrus | 2020-07-23 | 2 | -13/+18 |
| | | | | | 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 | -11/+10 |
| | | | | | 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 | ||||
| * | chore: add custom class to inputs until fix is released on buefy's master | Zephyrrus | 2020-07-19 | 8 | -2/+22 |
| | | |||||
| * | refactor: finish refactoring all the components to use vuex | Zephyrrus | 2020-07-10 | 2 | -77/+58 |
| | | |||||
| * | refactor: refactor most of the admin pages to use the store instead of ↵ | Zephyrrus | 2020-07-09 | 8 | -128/+148 |
| | | | | | internal states | ||||
| * | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 6 | -97/+174 |
| | | |||||
| * | refactor: refactor grid to use vuex for every action | Zephyrrus | 2020-07-08 | 3 | -10/+9 |
| | | |||||
| * | feat: add new sidebar with mdi icons and active reactivity | Zephyrrus | 2020-07-08 | 1 | -0/+8 |
| | | |||||
| * | feat: try fixing THE SHITTY WATERFALL | Zephyrrus | 2020-07-07 | 7 | -231/+305 |
| | | |||||
| * | feat: refactor single album page to use vuex | Zephyrrus | 2020-07-05 | 2 | -48/+79 |
| | | |||||
| * | feat: refactor most of the album components to use store for presentation ↵ | Zephyrrus | 2020-07-04 | 5 | -24/+69 |
| | | | | | and actions | ||||
| * | feat: separate album view into multiple components and use vuex | Zephyrrus | 2020-07-03 | 1 | -301/+11 |
| | | |||||
| * | feat: refactor account to use vuex, fix small presentational components | Zephyrrus | 2020-07-02 | 3 | -32/+46 |
| | | |||||
| * | feat: start refactoring the code to actually use vuex | Zephyrrus | 2020-07-02 | 4 | -82/+101 |
| | | | | | 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) | ||||
| * | feat: backend pagination for albums | Zephyrrus | 2020-07-01 | 1 | -5/+38 |
| | | |||||