Commit Graph

878 Commits

Author SHA1 Message Date
Zephyrrus c93ddb0900 feat: Start working on a new album/tags/image info modal 2020-07-19 22:27:11 +03:00
Zephyrrus b49017aafd chore: add custom class to inputs until fix is released on buefy's master 2020-07-19 22:26:55 +03:00
Zephyrrus 165731fae8 chore: add updated yarn.lock 2020-07-19 22:25:29 +03:00
Zephyrrus ef255587b1 feat: Add bulma divider
fix: Change extractCSS to only extract on production so we don't break HMR
2020-07-19 22:25:11 +03:00
Pitu bf63bc5e2e Update setup script 2020-07-18 16:58:29 +09:00
Pitu 37a5a8cce2 Upgrade migration doc 2020-07-18 16:50:39 +09:00
Pitu 0b6867f1b1 update guide 2020-07-18 16:45:51 +09:00
Pitu aea442a956 Update migration instructions 2020-07-18 16:45:01 +09:00
Pitu d3b7321bf6 whoops 2020-07-18 16:41:08 +09:00
Pitu 91507249c0 Update readme 2020-07-18 16:40:21 +09:00
Pitu 8e3c3841a4 Update database migration 2020-07-18 16:39:24 +09:00
Pitu 898a2dde78 Re-process thumbnails on migration 2020-07-18 05:50:59 +09:00
Pitu d644b21d43 Make thumbnails webp (bye bye safari) 2020-07-18 05:50:47 +09:00
Pitu 609ff7ceb4 Update displaying thumbnails of unsupported file types 2020-07-18 04:47:24 +09:00
Pitu 5e07436f0d Add logout button 2020-07-18 04:45:58 +09:00
Pitu 8ffa0ba075 Add endpoint with version of the API 2020-07-18 04:31:12 +09:00
Pitu ec51cc803e Update TODO 2020-07-18 03:40:25 +09:00
Pitu b70a75da1a Fix for real 2020-07-18 03:37:52 +09:00
Pitu 6dd7500084 Fix deleting files without thumb 2020-07-18 03:35:08 +09:00
Pitu a057f26896 Fix url retrieval of uploaded file 2020-07-18 03:23:59 +09:00
Pitu 407fb8bcc3 Fix authorization 2020-07-18 03:05:12 +09:00
Pitu 5f58431409 Fix authorization 2020-07-18 02:57:24 +09:00
Pitu 4dafc79cb7 fix authorization 2020-07-18 02:55:05 +09:00
Pitu 2d06d918a1 Timeout, package and docs cleanup 2020-07-18 02:21:31 +09:00
Zephyrrus a721681944
Merge pull request #1 from Zephyrrus/feature/store_refactor
Feature/store refactor
2020-07-10 01:17:00 +03:00
Zephyrrus 0f66d80703 refactor: finish refactoring all the components to use vuex 2020-07-10 01:13:51 +03:00
Zephyrrus 7e78a03931 fix: stop leaking user passwords to admins AGAIN 2020-07-10 01:13:23 +03:00
Zephyrrus fd3f6de51a refactor: refactor most of the admin pages to use the store instead of internal states 2020-07-09 02:24:40 +03:00
Zephyrrus da703de1d0 fix: register handler as a plugin 2020-07-09 02:23:32 +03:00
Zephyrrus 5ded974ef9 feat: add lolisafe as a color to bulma instead of doing weird hacks 2020-07-09 02:23:19 +03:00
Zephyrrus 704578e964 feat: add handler for actions
Takes care of dispatching a 🍞 on success/error
2020-07-09 02:22:48 +03:00
Zephyrrus 746a454612 fix: stop leaking user's password and their apikey to admins 2020-07-09 02:22:08 +03:00
Zephyrrus 495a23c3a5 feat: add notifier plugin for 🐍 and 🍞 2020-07-09 02:21:35 +03:00
Zephyrrus 6713eca9d4 chore: add unique integrity checks to the database for many-to-many tables 2020-07-08 19:22:25 +03:00
Zephyrrus ad852de51a chore: linter the entire project using the new rules 2020-07-08 04:00:12 +03:00
Zephyrrus b519b6ccb4 refactor: refactor grid to use vuex for every action 2020-07-08 03:37:50 +03:00
Zephyrrus 49d3e3b203 feat: add morgan for logging requests if env is not production 2020-07-08 03:15:27 +03:00
Zephyrrus 1526637881 feat: add new sidebar with mdi icons and active reactivity 2020-07-08 03:15:07 +03:00
Zephyrrus 1a8b6602e0 refactor: change uploader component to use vuex 2020-07-08 03:13:51 +03:00
Zephyrrus eccbb1ca93 fix: errors in Util caused by separating into different classes improperly 2020-07-08 02:32:12 +03:00
Zephyrrus 5d61b4d000 feat: refactor waterfall to be more efficient 2020-07-07 02:50:03 +03:00
Zephyrrus fb0bc57542 feat: try fixing THE SHITTY WATERFALL 2020-07-07 02:02:59 +03:00
Zephyrrus 15f296a780 chore: eslint stores
feat: merge album and images
2020-07-07 02:02:37 +03:00
Zephyrrus 766e74cc51 feat: add video preview on hover to dashboard and apply new linter rules to some of the files 2020-07-05 04:18:08 +03:00
Zephyrrus 04fdd63cee feat: refactor single album page to use vuex 2020-07-05 04:17:09 +03:00
Zephyrrus ba5a740885 chore: change to vue recommended eslint rules + airbnb-base for js 2020-07-05 04:16:02 +03:00
Zephyrrus 1e1f3fbb27 feat: experimental videos in grid 2020-07-04 23:18:51 +03:00
Zephyrrus b4603fd64e fix: fix axios plugin throwing if no message from backend 2020-07-04 03:53:06 +03:00
Zephyrrus 39ed9d336e feat: make the delete link button more reactive (loading state if deletion pending) 2020-07-04 03:52:40 +03:00
Zephyrrus ac1d6eec5b fix: change watcher from a component watcher to a store watcher 2020-07-04 03:28:05 +03:00