b122d9eab0
Rework docker setup
2021-05-31 14:32:37 +02:00
c0402b1f92
Migrate old sbt syntax to new one
2021-05-31 14:32:37 +02:00
37bbef0df2
Merge branch 'current-docs'
2021-05-31 14:32:12 +02:00
869512b675
Set release date in changelog
2021-05-31 14:25:34 +02:00
626a53384b
Merge branch 'current-docs'
2021-05-31 13:59:44 +02:00
3da95c4300
Merge branch 'master' into current-docs
2021-05-31 13:58:22 +02:00
4f24995fdb
Pin nixpkgs to a version with zola-0.11.0
...
The site doesn't build without warnings for later versions. Needs
cleanup.
2021-05-31 13:57:26 +02:00
bd093ee97d
Use sbt-github-pages plugin
...
This makes it easier to use within a gitub action.
2021-05-31 13:44:47 +02:00
cb8878e0b2
Merge pull request #843 from scala-steward/update/sbt-scalafix-0.9.29
...
Update sbt-scalafix to 0.9.29
2021-05-31 00:26:12 +00:00
d1ecd38444
Update sbt-scalafix to 0.9.29
2021-05-31 02:15:27 +02:00
867f8268c4
Merge pull request #841 from eikek/reduce-file-size
...
Reduce file size
2021-05-30 20:05:41 +00:00
63dc6fe13d
Remove compiled scalajs files from final package
...
Only the js file is necessary, the intermediate sjs files are not
needed at runtime.
2021-05-30 21:54:17 +02:00
463c9c2a8b
Update project/build.nix
2021-05-30 09:58:44 +02:00
1fe7b05026
Set next version to 0.24.0-SNAPSHOT
2021-05-29 16:17:45 +02:00
a047a3f137
Update nix setup
2021-05-29 16:16:42 +02:00
0cba5090eb
Set release date in changelog
2021-05-29 15:50:05 +02:00
4f03705d88
Set version to 0.23.0
2021-05-29 14:46:28 +02:00
c00e336a81
Update changelog
2021-05-29 14:46:28 +02:00
a90a24c419
Revert "Fix update with current ui settings"
...
This reverts commit e137b23674
.
This change is completely useless. The wrong behaviour was probably
due to some browser cache.
2021-05-29 14:45:36 +02:00
ec142dfe1f
Merge pull request #837 from eikek/fix/settings-reload
...
Fix update with current ui settings
2021-05-28 22:52:23 +00:00
e137b23674
Fix update with current ui settings
2021-05-29 00:41:46 +02:00
de19b1d216
Merge pull request #834 from eikek/feature/usersettings-in-db
...
Feature/usersettings in db
2021-05-27 19:43:44 +00:00
e406718cb7
Add a way to migrate settings stored at the browser to the server
2021-05-27 21:34:05 +02:00
5a4f6c0595
Fix tag category color field
...
The category name was not rendered
2021-05-27 21:34:05 +02:00
c0ba211fe7
Externalize string in ui settings form
2021-05-27 21:34:05 +02:00
9ccc3ce438
Store and load client settings
2021-05-27 21:34:05 +02:00
9f76357879
Add api functions for getting/setting client settings
2021-05-27 21:34:05 +02:00
414ffba453
Remove unused code
2021-05-27 21:34:05 +02:00
25788a0b23
Add routes for storing/retrieving client settings
2021-05-27 21:34:05 +02:00
9d1369ead0
Merge pull request #833 from scala-steward/update/http4s-blaze-client-0.21.24
...
Update http4s-blaze-client, ... to 0.21.24
2021-05-27 02:57:06 +00:00
b91e72d78d
Update http4s-blaze-client, ... to 0.21.24
2021-05-27 04:47:08 +02:00
a7f0eb6687
Update dependency browserslist to 4.16.5 [SECURITY]
2021-05-27 02:37:25 +00:00
00ec742d8b
Merge pull request #829 from scala-steward/update/circe-generic-0.14.1
...
Update circe-generic, circe-parser to 0.14.1
2021-05-26 18:59:18 +00:00
13b4e837de
Update circe-generic, circe-parser to 0.14.1
2021-05-26 20:48:04 +02:00
8c127cde5f
Merge pull request #828 from scala-steward/update/circe-generic-0.14.0
...
Update circe-generic, circe-parser to 0.14.0
2021-05-26 10:43:10 +00:00
824c0fefc8
Update circe-generic, circe-parser to 0.14.0
2021-05-26 12:31:47 +02:00
6cac4e6304
Merge pull request #827 from scala-steward/update/commons-io-2.9.0
...
Update commons-io to 2.9.0
2021-05-26 00:31:49 +00:00
ddaba7e5c8
Update commons-io to 2.9.0
2021-05-26 02:21:25 +02:00
42c890957b
Merge pull request #825 from scala-steward/update/doobie-core-0.13.4
...
Update doobie-core, doobie-hikari to 0.13.4
2021-05-23 22:25:29 +00:00
d79f72e7a9
Update doobie-core, doobie-hikari to 0.13.4
2021-05-24 00:14:57 +02:00
b445f5cd8d
Merge pull request #824 from eikek/fix/faster-search
...
Fix/faster search
2021-05-23 12:25:01 +00:00
08f280ac1c
Fix wrong macro name when running name query
...
Closes : #822
2021-05-23 14:14:25 +02:00
a1a93e5ca6
Fixes searching items with fulltext
...
When using fulltext only search, then only the index must be searched.
This wasn't working anymore, because the routes added a query to
always select valid items (those not being processed). But this lead
to the downstream code to always consult the database, too. Since the
routes are using a "simple-search" interface, this is now adding the
valid-state condition if applicable. There are still more low-level
interfaces that can be used when searching should be done differently.
Closes : #823
2021-05-23 14:14:25 +02:00
d9ed4b7bd5
Merge pull request #821 from eikek/fix/758-public-upload-page
...
Remove upload meta form for anonymous uploads
2021-05-22 19:45:44 +00:00
d7bbbd2f96
Remove upload meta form for anonymous uploads
...
Closes : #758
2021-05-22 21:33:10 +02:00
f88f299613
Merge pull request #820 from eikek/fix/814-user-menu-on-auth-fail
...
Fix/814 user menu on auth fail
2021-05-22 18:42:42 +00:00
b3c73dafc0
Only show user menu when successfully logged in
...
Closes : #814
2021-05-22 20:30:05 +02:00
f91939ff5b
Use a configured placeholde instead of hardcoded string
2021-05-22 20:29:30 +02:00
2d4d11dbb9
Merge pull request #819 from scala-steward/update/sbt-git-1.0.1
...
Update sbt-git to 1.0.1
2021-05-21 16:48:16 +00:00
3d68b82280
Update sbt-git to 1.0.1
2021-05-21 18:38:04 +02:00