| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: try fixing THE SHITTY WATERFALL | Zephyrrus | 2020-07-07 | 16 | -303/+404 |
| | | |||||
| * | 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 | 8 | -281/+342 |
| | | | | | some of the files | ||||
| * | feat: refactor single album page to use vuex | Zephyrrus | 2020-07-05 | 5 | -71/+152 |
| | | |||||
| * | chore: change to vue recommended eslint rules + airbnb-base for js | Zephyrrus | 2020-07-05 | 3 | -43/+1411 |
| | | |||||
| * | feat: experimental videos in grid | Zephyrrus | 2020-07-04 | 5 | -21/+61 |
| | | |||||
| * | fix: fix axios plugin throwing if no message from backend | Zephyrrus | 2020-07-04 | 1 | -6/+15 |
| | | |||||
| * | feat: make the delete link button more reactive (loading state if deletion ↵ | Zephyrrus | 2020-07-04 | 1 | -6/+15 |
| | | | | | pending) | ||||
| * | fix: change watcher from a component watcher to a store watcher | Zephyrrus | 2020-07-04 | 1 | -8/+9 |
| | | |||||
| * | feat: refactor most of the album components to use store for presentation ↵ | Zephyrrus | 2020-07-04 | 12 | -136/+289 |
| | | | | | and actions | ||||
| * | chore: add nsfw flag to migration | Zephyrrus | 2020-07-04 | 1 | -0/+2 |
| | | |||||
| * | feat: refactor some of the queries to returned added/updated data | Zephyrrus | 2020-07-04 | 5 | -36/+64 |
| | | |||||
| * | feat: separate album view into multiple components and use vuex | Zephyrrus | 2020-07-03 | 4 | -301/+423 |
| | | |||||
| * | feat: refactor preview to support random fragment extraction | Zephyrrus | 2020-07-02 | 4 | -13/+102 |
| | | |||||
| * | feat: refactor account to use vuex, fix small presentational components | Zephyrrus | 2020-07-02 | 10 | -54/+139 |
| | | |||||
| * | feat: return APIKey when fetching user | Zephyrrus | 2020-07-02 | 2 | -13/+22 |
| | | |||||
| * | feat: experimental video preview generator in webm form | Zephyrrus | 2020-07-02 | 2 | -5/+80 |
| | | |||||
| * | feat: add experimental meaningful preview extraction from videos | Zephyrrus | 2020-07-02 | 6 | -32/+177 |
| | | | | | For now, it sitll requires gifski. It could be rewritten to use webp instead of gifs, because that is a lot faster, uses less space and we could use ffmpeg for it. | ||||
| * | feat: externalize thumb generation function for easier testing | Zephyrrus | 2020-07-02 | 3 | -120/+115 |
| | | |||||
| * | feat: start refactoring the code to actually use vuex | Zephyrrus | 2020-07-02 | 14 | -181/+317 |
| | | | | | 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) | ||||
| * | chore: add compound launcher and basic prettier | Zephyrrus | 2020-07-02 | 2 | -0/+61 |
| | | |||||
| * | chore: change nuxt.config to generate proper source-maps for vscode debugging | Zephyrrus | 2020-07-02 | 1 | -6/+10 |
| | | |||||
| * | feat: move toolbar into a level and add slot for pagination on grid | Zephyrrus | 2020-07-02 | 1 | -27/+30 |
| | | |||||
| * | feat: backend pagination for albums | Zephyrrus | 2020-07-01 | 3 | -12/+66 |
| | | |||||
| * | chore: add thumb generator for migration | Zephyrrus | 2020-07-01 | 1 | -0/+62 |
| | | |||||
| * | feat: use SSR when rendering the dashboard (if possible) | Zephyrrus | 2020-07-01 | 1 | -4/+17 |
| | | |||||
| * | fix: use file id instead of index and remove load more button | Zephyrrus | 2020-07-01 | 1 | -12/+2 |
| | | |||||
| * | fix: remove .bmp from the imageExtensions because sharp doesn't support it | Zephyrrus | 2020-07-01 | 1 | -1/+1 |
| | | | | | Trying to generate a thumb would throw a not supported exception, which would crash newer node.js versions because the process (on older version, it would only throw a UnhandledPromiseRejectionWarning) | ||||
| * | feat: backend pagination | Zephyrrus | 2020-06-29 | 5 | -18/+34 |
| | | | | | | serverLoad++; userRamUsage--; | ||||
| * | fix: heigh issues where the parent is smaller than the child | Zephyrrus | 2020-06-29 | 1 | -2/+5 |
| | | |||||
| * | feat: add darker image for album section | Zephyrrus | 2020-06-29 | 3 | -1/+1 |
| | | |||||
| * | misc: Change the color of the warning on the homepage to red and bigger ↵ | Zephyrrus | 2020-06-29 | 1 | -1/+2 |
| | | | | | font-size | ||||
| * | fix: Remove hero and hero body and use sections and containers instead | Zephyrrus | 2020-06-29 | 18 | -535/+614 |
| | | | | | Hero is meant to be used as a full-width banner to showcare or present somethign, not to contain the entire content of the webpage | ||||
| * | misc: remove patreon. sorry. | Zephyrrus | 2020-06-29 | 1 | -2/+0 |
| | | |||||
| * | fix: fix minor visual issues on the album page | Zephyrrus | 2020-06-29 | 3 | -14/+41 |
| | | |||||
| * | fix: change navbar to buefy navbar for mobile support | Zephyrrus | 2020-06-29 | 2 | -22/+31 |
| | | |||||
| * | feat: add logout link if logged in | Zephyrrus | 2020-06-29 | 1 | -1/+7 |
| | | |||||
| * | chore: update buefy to 0.8.20 | Zephyrrus | 2020-06-29 | 2 | -5/+5 |
| | | |||||
| * | fix: dispatch logout from axios if token expires | Zephyrrus | 2020-06-29 | 1 | -0/+4 |
| | | |||||
| * | Updated TODO | Pitu | 2020-06-25 | 1 | -5/+4 |
| | | |||||
| * | Only display `Show more` button when there's more to show | Pitu | 2020-06-25 | 1 | -1/+6 |
| | | |||||
| * | Handle nuxt routes on page load | Pitu | 2020-06-25 | 1 | -5/+22 |
| | | |||||
| * | Optimize album view | Pitu | 2020-06-25 | 1 | -22/+10 |
| | | |||||
| * | Cleanup | Pitu | 2020-06-25 | 3 | -18/+3 |
| | | |||||
| * | Update error message | Pitu | 2020-06-25 | 1 | -1/+1 |
| | | |||||
| * | Optimize the queries fetching albums/files | Pitu | 2020-06-25 | 4 | -49/+44 |
| | | |||||
| * | Fix frontend registration display | Pitu | 2020-05-11 | 1 | -1/+1 |
| | | |||||
| * | fix: nginx config | Pitu | 2020-05-11 | 1 | -1/+1 |
| | | |||||
| * | Feature: enable apiKey access to uploads and album fetching for the ↵ | Pitu | 2020-05-11 | 6 | -17/+21 |
| | | | | | uploader/sharex/3rd party | ||||
| * | chore: cleanup and todo | Pitu | 2020-05-11 | 7 | -340/+20 |
| | | |||||