| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add single tag adding to file | Zephyrrus | 2020-07-20 | 2 | -11/+55 |
| | | | | | fix: fix the batch tag adding to properly await for a response, and use the proper column while adding the tags | ||||
| * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 14 | -66/+134 |
| |\ | |||||
| | * | Update setup script | Pitu | 2020-07-18 | 1 | -32/+8 |
| | | | |||||
| | * | Upgrade migration doc | Pitu | 2020-07-18 | 1 | -3/+0 |
| | | | |||||
| | * | update guide | Pitu | 2020-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | Update migration instructions | Pitu | 2020-07-18 | 1 | -6/+8 |
| | | | |||||
| | * | whoops | Pitu | 2020-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | Update readme | Pitu | 2020-07-18 | 1 | -0/+3 |
| | | | |||||
| | * | Update database migration | Pitu | 2020-07-18 | 1 | -38/+45 |
| | | | |||||
| | * | Re-process thumbnails on migration | Pitu | 2020-07-18 | 1 | -0/+52 |
| | | | |||||
| | * | Make thumbnails webp (bye bye safari) | Pitu | 2020-07-18 | 1 | -5/+6 |
| | | | |||||
| | * | Update displaying thumbnails of unsupported file types | Pitu | 2020-07-18 | 2 | -9/+13 |
| | | | |||||
| | * | Add logout button | Pitu | 2020-07-18 | 1 | -1/+7 |
| | | | |||||
| | * | Add endpoint with version of the API | Pitu | 2020-07-18 | 1 | -0/+15 |
| | | | |||||
| | * | Update TODO | Pitu | 2020-07-18 | 1 | -1/+2 |
| | | | |||||
| | * | Fix for real | Pitu | 2020-07-18 | 1 | -8/+7 |
| | | | |||||
| | * | Fix deleting files without thumb | Pitu | 2020-07-18 | 1 | -2/+8 |
| | | | |||||
| | * | Fix url retrieval of uploaded file | Pitu | 2020-07-18 | 1 | -0/+2 |
| | | | |||||
| | * | Fix authorization | Pitu | 2020-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | Fix authorization | Pitu | 2020-07-18 | 1 | -3/+1 |
| | | | |||||
| | * | fix authorization | Pitu | 2020-07-18 | 2 | -1/+13 |
| | | | |||||
| | * | Timeout, package and docs cleanup | Pitu | 2020-07-18 | 6 | -28/+24 |
| | | | |||||
| * | | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 8 | -11/+278 |
| | | | |||||
| * | | chore: add custom class to inputs until fix is released on buefy's master | Zephyrrus | 2020-07-19 | 10 | -22/+260 |
| | | | |||||
| * | | chore: add updated yarn.lock | Zephyrrus | 2020-07-19 | 1 | -0/+5 |
| | | | |||||
| * | | feat: Add bulma divider | Zephyrrus | 2020-07-19 | 2 | -1/+2 |
| | | | | | | | | | fix: Change extractCSS to only extract on production so we don't break HMR | ||||
| * | | Merge pull request #1 from Zephyrrus/feature/store_refactor | Zephyrrus | 2020-07-10 | 109 | -2063/+5054 |
| |\ \ | | | | | | | Feature/store refactor | ||||
| | * | | refactor: finish refactoring all the components to use vuex | Zephyrrus | 2020-07-10 | 8 | -90/+105 |
| | | | | |||||
| | * | | fix: stop leaking user passwords to admins AGAIN | Zephyrrus | 2020-07-10 | 2 | -2/+5 |
| | | | | |||||
| | * | | refactor: refactor most of the admin pages to use the store instead of ↵ | Zephyrrus | 2020-07-09 | 12 | -136/+263 |
| | | | | | | | | | | | | | internal states | ||||
| | * | | fix: register handler as a plugin | Zephyrrus | 2020-07-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | feat: add lolisafe as a color to bulma instead of doing weird hacks | Zephyrrus | 2020-07-09 | 2 | -2/+19 |
| | | | | |||||
| | * | | feat: add handler for actions | Zephyrrus | 2020-07-09 | 1 | -0/+25 |
| | | | | | | | | | | | | | Takes care of dispatching a 🍞 on success/error | ||||
| | * | | fix: stop leaking user's password and their apikey to admins | Zephyrrus | 2020-07-09 | 2 | -2/+7 |
| | | | | |||||
| | * | | feat: add notifier plugin for 🐍 and 🍞 | Zephyrrus | 2020-07-09 | 2 | -12/+39 |
| | | | | |||||
| | * | | chore: add unique integrity checks to the database for many-to-many tables | Zephyrrus | 2020-07-08 | 2 | -13/+17 |
| | | | | |||||
| | * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 69 | -350/+527 |
| | | | | |||||
| | * | | refactor: refactor grid to use vuex for every action | Zephyrrus | 2020-07-08 | 8 | -106/+128 |
| | | | | |||||
| | * | | feat: add morgan for logging requests if env is not production | Zephyrrus | 2020-07-08 | 3 | -20/+46 |
| | | | | |||||
| | * | | feat: add new sidebar with mdi icons and active reactivity | Zephyrrus | 2020-07-08 | 7 | -51/+102 |
| | | | | |||||
| | * | | refactor: change uploader component to use vuex | Zephyrrus | 2020-07-08 | 3 | -47/+61 |
| | | | | |||||
| | * | | fix: errors in Util caused by separating into different classes improperly | Zephyrrus | 2020-07-08 | 4 | -26/+45 |
| | | | | |||||
| | * | | feat: refactor waterfall to be more efficient | Zephyrrus | 2020-07-07 | 4 | -245/+122 |
| | | | | |||||
| | * | | 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 |
| | | | | |||||