Kana
35c14c2242
Merge pull request #230 from WeebDev/fix/chunk-uploads
...
Fix/chunk uploads
2020-12-27 04:49:38 +09:00
Pitu
aa7d245317
feat: Add hash checking for chunked uploads
2020-12-27 04:48:03 +09:00
Pitu
e97fee4844
Fixes chunked uploads not being saved to albums or thumbnails
2020-12-27 04:27:56 +09:00
Pitu
68634418e1
Squashed commit of the following:
...
commit df4b0378571708086a276e49ac8630095e08b0b7
Author: Pitu <heyitspitu@gmail.com>
Date: Sun Dec 27 03:00:17 2020 +0900
feat: move database modification to a new migration file
2020-12-27 03:02:14 +09:00
Pitu
726f47f301
chore: use instance name for album download
2020-12-27 01:59:38 +09:00
Pitu
ec2f9e0d98
Rebrand
2020-12-25 20:45:22 +09:00
Pitu
7190e035b4
chore: style changes
2020-12-25 20:17:47 +09:00
Pitu
5c2f6782dd
Chore: prevent server from starting if .env config missing
2020-12-25 20:09:17 +09:00
Pitu
24647beb97
Update ESLint
2020-12-25 20:08:38 +09:00
Pitu
4dfb087729
fix: database location
2020-12-25 04:10:52 +09:00
Pitu
f73cde6bb5
Chore: Move database to a subfolder for docker purposes
2020-12-25 03:58:19 +09:00
Pitu
943a00827d
fix: remove log
2020-12-25 03:24:02 +09:00
Pitu
493e05df27
Fix: thumbnail creation
2020-12-25 03:08:53 +09:00
Pitu
047a6afce6
Fix: use webp for thumbnails
2020-12-25 02:54:22 +09:00
Pitu
3051fbe948
Feat: add rotating logs when running in production env
2020-12-25 02:54:05 +09:00
Pitu
09d8d02e6c
Cleanup
2020-12-25 02:08:54 +09:00
Pitu
279cde7dd3
Remove flexsearch
2020-12-24 23:52:26 +09:00
Pitu
fb2c27086f
Fix ESLint rules once and for all
2020-12-24 23:45:16 +09:00
Kana
2412a60bd4
Merge pull request #228 from Zephyrrus/begone_trailing_commas
...
Merge own dev branch into main dev branch
2020-12-24 21:41:24 +09:00
Zephyrrus
587f7d69e8
bug: fix showlist resetting itself every time the page is changed
...
bug: fix store not commiting search results
2020-12-24 13:57:09 +02:00
Zephyrrus
d2efb2707c
bug: Thumbs are stored as webp and not as png anymore
2020-12-24 13:20:11 +02:00
Zephyrrus
e6c3327b9c
chore: apply linter rules to files outside of src
2020-12-24 12:25:19 +02:00
Zephyrrus
90001c2df5
chore: remove trailing commas
2020-12-24 10:40:50 +02:00
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
Pitu
a891cbc1fc
Enable deleting files with the API key
2020-07-20 09:17:13 +09: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