Commit Graph

645 Commits

Author SHA1 Message Date
Zephyrrus 13825ddae6 chore: update lock files 2020-12-24 10:21:19 +02:00
Zephyrrus d6813fa912
Merge pull request #4 from Zephyrrus/chore/update_buefy
Update buefy
2020-11-12 23:07:16 +02:00
Zephyrrus 20ee770fd6 chore: update package.json 2020-11-12 23:05:51 +02:00
Zephyrrus 4a3fef2b99 chore: update buefy to 0.9 2020-11-12 22:58:34 +02:00
Zephyrrus 443e63d05a
Merge pull request #3 from Zephyrrus/feature/custom_album_urls
feat: allow administrators to create custom links for albums
2020-10-02 22:18:16 +03:00
Zephyrrus 151c360740 feat: allow administrators to create custom links for albums 2020-10-02 22:16:34 +03:00
Zephyrrus c88d08330f feat: add experimental query to sql generator for searching 2020-07-23 04:09:01 +03:00
Zephyrrus 39e9941ded feat: Add hiding to recommendations as a prop
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
2020-07-23 04:08:31 +03:00
Zephyrrus 279234a081 feat: add new search input
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
2020-07-22 02:14:06 +03:00
Zephyrrus 01c04298b0 fix: add no-active class 2020-07-22 02:12:40 +03:00
Zephyrrus 1a4744de3c feat: show selected albums first when modal is first opened
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
2020-07-22 02:12:24 +03:00
Zephyrrus 78c6fa14e6 feat: add experimental search parser 2020-07-22 02:11:05 +03:00
Zephyrrus 93478a334b fix: make modal use full height on mobile 2020-07-21 15:45:28 +03:00
Zephyrrus 18bb451f79 feat: implement all-in-one file detail viewer, tag editor and album selection modal 2020-07-20 23:01:45 +03:00
Zephyrrus fe314a742f fix: return the edited/changed/delete entity from API 2020-07-20 22:40:31 +03:00
Zephyrrus 9de50b26f1 feat: add tag deletion from images 2020-07-20 22:40:00 +03:00
Zephyrrus c5b165b495 fix: join tags by the proper key 2020-07-20 21:43:23 +03:00
Zephyrrus 6fee07d9e1 fix: don't crash the server if a route fails to load 2020-07-20 21:29:06 +03:00
Zephyrrus 04660dbce1 feat: add single tag adding to file
fix: fix the batch tag adding to properly await for a response, and use the proper column while adding the tags
2020-07-20 21:28:46 +03:00
Zephyrrus 645b62b81d Merge branch 'dev' into dev-zephy 2020-07-19 22:35:59 +03:00
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