Commit Graph

3363 Commits

Author SHA1 Message Date
68a957efe2 Merge pull request #1425 from eikek/fix/pdf-view
Use iframe for cross-browser pdf view (pdfjs)
2022-02-28 11:38:03 +00:00
78448991ca Use iframe for cross-browser pdf view (pdfjs)
Since some browsers (safari and some mobile ones) don't update their
ui when the src attribute of an embed element changes, an iframe is
used now. But only for the "cross browser" variant.

Fixes: #1210
2022-02-28 11:20:17 +01:00
d70517ad0e Merge pull request #1423 from scala-steward/update/emil-common-0.11.2
Update emil-common, emil-doobie, ... to 0.11.2
2022-02-28 09:46:51 +00:00
3e0e126ce2 Merge pull request #1424 from scala-steward/update/cats-effect-3.3.6
Update cats-effect to 3.3.6
2022-02-28 06:37:26 +00:00
c613ebd3d5 Update cats-effect to 3.3.6 2022-02-28 07:20:26 +01:00
0ce76ebebd Update emil-common, emil-doobie, ... to 0.11.2 2022-02-28 07:20:10 +01:00
242c082d2a Merge pull request #1422 from eikek/improve-item-selection
Improve item selection
2022-02-27 22:34:16 +00:00
f22f0150e8 Set samesite=strict for all cookies 2022-02-27 22:57:31 +01:00
aa7fd5d504 Update tailwindcss 2022-02-27 22:56:53 +01:00
834ce7773c Select item in detail view 2022-02-27 22:56:53 +01:00
adcfe10460 Add selection to search menu 2022-02-27 22:56:53 +01:00
63e0258db7 Store item selection globally 2022-02-27 22:56:53 +01:00
2d03180254 Merge pull request #1421 from eikek/remove-tools-pkg
Remove tools from a release
2022-02-27 09:36:30 +00:00
a6dda8d31a Remove tools from a release
It doesn't contain anything generally useful anymore.
2022-02-27 10:19:29 +01:00
203788c746 Merge pull request #1420 from eikek/ui-improvements
UI improvements
2022-02-27 00:09:25 +00:00
96bcb11e7d Fix input field updates
Issue: #1340, #1299
2022-02-27 00:55:06 +01:00
79d58fe320 Sort tags by category and then name
Issue: #1396
2022-02-27 00:55:06 +01:00
dcd8267d6e Improve detail view on small screens 2022-02-25 22:47:49 +01:00
7c7fdc1d7b Merge pull request #1418 from eikek/fix/select-empty-category
Filter out empty tag categories in search menu
2022-02-24 20:58:04 +00:00
cab2fc7997 Provide more vertical space beneath direction dropdown
When openening the dropdown, it requires to scroll to see the options
which is inconvenient.

Fixes: #1400
2022-02-24 21:51:14 +01:00
3545426582 Filter out empty tag categories in search menu
Fixes: #1402
2022-02-24 21:41:34 +01:00
23632b793b Merge pull request #1416 from eikek/dashboard-tables
Dashboard tables
2022-02-23 22:37:43 +00:00
b664b5771d Fixes in dashboard table view
- The first tag was rendered with slightly higher height than the rest
- Columns between first and last are hidden on small screens
- Use `break-all` to break all words if necessary without trying to
  keep whole words
2022-02-23 23:26:22 +01:00
8103e25e32 Set default log format to fancy 2022-02-23 23:26:22 +01:00
e616fde9b7 Fix logger configuration 2022-02-23 22:48:00 +01:00
73f96ef7b2 Merge pull request #1413 from scala-steward/update/flyway-core-8.5.1
Update flyway-core, flyway-mysql to 8.5.1
2022-02-23 15:32:41 +00:00
bb7d6c97c4 Update flyway-core, flyway-mysql to 8.5.1 2022-02-23 16:14:47 +01:00
1d62ead55b Merge pull request #1411 from scala-steward/update/scribe-3.8.0
Update scribe, scribe-slf4j to 3.8.0
2022-02-22 22:20:10 +00:00
88572b6bb7 Merge pull request #1403 from scala-steward/update/yamusca-circe-0.9.0
Update yamusca-circe, yamusca-core to 0.9.0
2022-02-22 21:49:03 +00:00
0c56549736 Adopt to new scribe version 2022-02-22 22:40:00 +01:00
ece6b0354f Update yamusca-circe, yamusca-core to 0.9.0 2022-02-22 22:34:51 +01:00
f47a7f9093 Merge pull request #1412 from scala-steward/update/imageio-jpeg-3.8.2
Update imageio-jpeg, imageio-tiff to 3.8.2
2022-02-22 21:30:53 +00:00
86e27edd1a Update imageio-jpeg, imageio-tiff to 3.8.2 2022-02-22 22:15:37 +01:00
5951089d70 Update scribe, scribe-slf4j to 3.8.0 2022-02-22 22:15:29 +01:00
3cb293b29c Merge branch 'master' into update/yamusca-circe-0.9.0 2022-02-22 00:17:43 +01:00
e1c2f8cdc7 Revert commit(s) e6c2466b 2022-02-22 00:17:42 +01:00
e6c2466b0c Update yamusca-circe, yamusca-core to 0.9.0 2022-02-21 23:26:40 +01:00
b27dc0dfec Merge pull request #1408 from eikek/improve-card-columns
Add more breakpoints and increase card column count
2022-02-21 22:09:35 +00:00
79d29229ae Add more breakpoints and increase card column count
Refs: #1401
2022-02-21 22:52:39 +01:00
fe1ab815cd Merge pull request #1407 from eikek/zip-extension
Compare zip file exstension case insensitive
2022-02-21 20:11:58 +00:00
c80ae83664 Compare zip file exstension case insensitive
Some other filetypes, like office documents, are also zip file. To
distinguish these without unpacking them, the file extensions is
checked.

Fixes: #1365
2022-02-21 20:55:53 +01:00
5ddba4571b Merge pull request #1405 from scala-steward/update/sbt-native-packager-1.9.9
Update sbt-native-packager to 1.9.9
2022-02-21 19:38:56 +00:00
c5951478b6 Merge pull request #1406 from scala-steward/update/scribe-3.7.1
Update scribe, scribe-slf4j to 3.7.1
2022-02-21 19:36:40 +00:00
1b1dd0687a Update scribe, scribe-slf4j to 3.7.1 2022-02-21 20:21:12 +01:00
a98991f85f Update sbt-native-packager to 1.9.9 2022-02-21 20:21:04 +01:00
aee48816fe Merge pull request #1393 from eikek/logging-refactoring
Logging refactoring
2022-02-21 17:21:50 +00:00
dc34f28831 Merge pull request #1395 from scala-steward/update/testcontainers-scala-mariadb-0.40.2
Update testcontainers-scala-mariadb, ... to 0.40.2
2022-02-20 15:26:57 +00:00
e881731fba Update testcontainers-scala-mariadb, ... to 0.40.2 2022-02-20 16:11:15 +01:00
99329805ad Always log to stdout 2022-02-20 00:15:43 +01:00
773b4181d6 Add new config to nix modules 2022-02-19 23:37:45 +01:00