Commit graph

78 commits

Author SHA1 Message Date
e8bb51d388 chore(release): prepare for v0.4.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-05 12:38:20 +02:00
b38eabb27b chore(release): bump version -> 0.4.1 2023-04-05 12:37:58 +02:00
1e7718865c fix: use better abbreviations for page names 2023-04-05 12:37:06 +02:00
44fc06cd4b fix(script): detect CI commit SHA
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-03 13:57:07 +02:00
f700b484be fix: remove version prefix from "latest" tag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-03 13:36:33 +02:00
0cec19e682 fix(script): use sh
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-03 12:58:04 +02:00
3be7f2795f feat: add upload script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-03 00:38:49 +02:00
97a8e9a2ba fix: stop propagation of key events on menu search 2023-04-03 00:37:54 +02:00
63738518a3 chore(release): prepare for v0.4.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-02 18:23:13 +02:00
3dfdc4c44e chore(git-cliff): hide version-bump messages 2023-04-02 18:22:44 +02:00
a30cb5087b chore(release): bump version -> 0.4.0 2023-04-02 18:21:11 +02:00
d76e7a49ed feat!: switch database format to CBOR (not compatible with previous format)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-02 18:19:34 +02:00
e53a8ba92b chore(release): prepare for v0.3.0 2023-04-02 17:37:22 +02:00
4421dec657 chore(release): bump version -> 0.3.0 2023-04-02 17:36:58 +02:00
36b80bbbd9 feat: purge file storage daily
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-02 17:36:01 +02:00
4cb4a34f39 chore: update cargo dependencies 2023-04-02 17:04:37 +02:00
c94915e351 feat: add last-modified date to all GET responses
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add last-version tag to PageInfoModal
fix: set icon size to 48px
2023-04-02 16:52:50 +02:00
12ee90c793 fix(menu): move menu bar down 2023-04-02 14:07:34 +02:00
7758385b51 chore(release): prepare for v0.2.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-02 00:27:08 +02:00
ad184190cd chore(ci): publish release on gitea 2023-04-02 00:26:24 +02:00
5c38036ef1 fix: release script 2023-04-01 23:51:44 +02:00
1765d390bd bump version -> 0.2.0 2023-04-01 23:47:14 +02:00
381d535540 fix: smaller menu button on mobile 2023-04-01 23:45:13 +02:00
77bcbebacc fix: change version info icon 2023-04-01 23:26:17 +02:00
166e6c1738 feat: add website icons
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-01 23:18:46 +02:00
67db47f053 fix: delete versions from db when upload failed
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-01 20:10:11 +02:00
fc939c7f9b fix: revert svelte-preprocess update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-01 18:14:25 +02:00
863fcabf0f fix npm workflow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-01 17:32:48 +02:00
f993c3a4af feat: add instance info dialog
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-01 17:30:08 +02:00
e2a7d40fad chore(release): prepare for v0.1.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-31 23:55:41 +02:00
0a92c0fb7f fix: use manifest-push 2023-03-31 23:55:08 +02:00
116971fffd chore: add release workflow 2023-03-31 22:19:06 +02:00
9fb1be3ad9 chore: update rstest 2023-03-31 21:01:35 +02:00
793519094a fix: graceful shutdown 2023-03-30 14:09:17 +02:00
23a72c914e ci: use latest docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-30 13:42:10 +02:00
6ef3ccac25 ci: build frontend
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-29 14:52:56 +02:00
c6beb2660f fix: hide menu bar on prints, reformat sass
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-29 13:56:21 +02:00
3562dc29d7 reformat js
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-28 14:07:07 +02:00
5c666841fb fix: set menu z-index
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-28 13:57:37 +02:00
7f055c98be feat: embedded UI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-28 01:14:27 +02:00
70e8586f8c feat: implement menu bar 2023-03-08 23:40:01 +01:00
f4a37d6851 feat: add server info endpoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-08 00:58:20 +01:00
a717cbc165 feat: add storage purge function 2023-03-08 00:04:44 +01:00
bae8dc7643 feat: add cli parser
fix: adjust last-modified date based on commit date
2023-03-07 22:32:02 +01:00
c629ca9f0d fix: use strings for color values in the API 2023-03-07 19:55:16 +01:00
6d4f86e1ae feat: add last-modified middleware
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-07 03:07:19 +01:00
ae59478dd6 tests: add API tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-07 02:02:23 +01:00
956523d515 feat: add file api endpoint 2023-03-06 22:31:03 +01:00
165f456a42 feat: add get_file endpoint 2023-03-04 21:22:29 +01:00
86631422ec feat: add website version parameter 2023-03-04 20:47:50 +01:00