| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update logo to be square for embeds | Pitu | 2021-01-21 | 1 | -0/+0 |
| | | |||||
| * | chore: update metadata | Pitu | 2021-01-21 | 2 | -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 |
| | | |||||
| * | feat: enable ssr and serve it with the api | Pitu | 2021-01-20 | 2 | -5/+1 |
| | | |||||
| * | 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 | 2 | -11/+48 |
| | | |||||
| * | fix: trying to fetch tags and albums on a public album link | Zephyrrus | 2021-01-17 | 2 | -56/+18 |
| | | |||||
| * | fix: pagination not working when searching | Zephyrrus | 2021-01-08 | 3 | -14/+55 |
| | | | | | fix: search not working on albums | ||||
| * | chore: be able to refresh stats on demand | Pitu | 2021-01-08 | 2 | -6/+23 |
| | | |||||
| * | chore: refactor stats generator to use an enum for types | Zephyrrus | 2021-01-07 | 10 | -11/+39 |
| | | | | | | | | | 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 | 8 | -1/+277 |
| | | |||||
| * | chore: update sharex snippet to use apiKey instead of jwt | Pitu | 2021-01-07 | 2 | -12/+15 |
| | | |||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 1 | -3/+4 |
| | | |||||
| * | fix: dont show admin navbar if not an admin | Pitu | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | 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 testing capabilities | Pitu | 2021-01-04 | 1 | -0/+25 |
| | | |||||
| * | fix: nsfw album toggle doesn't propagate the changes properly | Zephyrrus | 2020-12-27 | 3 | -13/+13 |
| | | | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse | ||||
| * | feat: Add warning to nsfw albums | Pitu | 2020-12-28 | 4 | -35/+98 |
| | | |||||
| * | fix: mobile styling | Pitu | 2020-12-27 | 3 | -4/+16 |
| | | |||||
| * | add docker support | iCrawl | 2020-12-26 | 2 | -3/+3 |
| | | |||||
| * | Fixes chunked uploads not being saved to albums or thumbnails | Pitu | 2020-12-27 | 1 | -0/+4 |
| | | |||||
| * | Rebrand | Pitu | 2020-12-25 | 19 | -81/+81 |
| | | |||||
| * | chore: style changes | Pitu | 2020-12-25 | 14 | -200/+156 |
| | | |||||
| * | Cleanup | Pitu | 2020-12-25 | 8 | -191/+11 |
| | | |||||
| * | Remove flexsearch | Pitu | 2020-12-24 | 1 | -17/+0 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 34 | -180/+188 |
| | | |||||
| * | bug: fix showlist resetting itself every time the page is changed | Zephyrrus | 2020-12-24 | 3 | -10/+39 |
| | | | | | bug: fix store not commiting search results | ||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 51 | -285/+298 |
| | | |||||
| * | chore: update buefy to 0.9 | Zephyrrus | 2020-11-12 | 3 | -122/+126 |
| | | |||||
| * | feat: allow administrators to create custom links for albums | Zephyrrus | 2020-10-02 | 3 | -2/+65 |
| | | |||||
| * | 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 | 4 | -22/+50 |
| | | | | | 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 | 4 | -11/+646 |
| | | | | | 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 class | Zephyrrus | 2020-07-22 | 1 | -0/+4 |
| | | |||||
| * | feat: show selected albums first when modal is first opened | Zephyrrus | 2020-07-22 | 3 | -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 mobile | Zephyrrus | 2020-07-21 | 2 | -6/+11 |
| | | |||||
| * | feat: implement all-in-one file detail viewer, tag editor and album ↵ | Zephyrrus | 2020-07-20 | 9 | -60/+336 |
| | | | | | selection modal | ||||
| * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 3 | -4/+11 |
| |\ | |||||
| | * | Update displaying thumbnails of unsupported file types | Pitu | 2020-07-18 | 2 | -9/+13 |
| | | | |||||
| | * | Add logout button | Pitu | 2020-07-18 | 1 | -1/+7 |
| | | | |||||
| * | | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 6 | -10/+231 |
| | | | |||||
| * | | chore: add custom class to inputs until fix is released on buefy's master | Zephyrrus | 2020-07-19 | 10 | -22/+260 |
| | | | |||||
| * | | refactor: finish refactoring all the components to use vuex | Zephyrrus | 2020-07-10 | 8 | -90/+105 |
| | | | |||||
| * | | refactor: refactor most of the admin pages to use the store instead of ↵ | Zephyrrus | 2020-07-09 | 12 | -136/+263 |
| | | | | | | | | | internal states | ||||