Commit Graph

1339 Commits

Author SHA1 Message Date
87d9e03f1f Submit search when intialising overview page
When coming back from detail with changes to an item, it should update
the view. Otherwise it is confusing to still see a deleted or changed
item.
2020-10-03 00:32:42 +02:00
c5676f9f56 Merge pull request #301 from eikek/fix-date-validation
Skip invalid dates find in texts
2020-10-02 22:49:50 +02:00
53c8d3031d Skip invalid dates find in texts
Fixes: #298
2020-10-02 22:37:15 +02:00
ba6645fcc4 Merge pull request #300 from eikek/fix-joblog-order
Add counter to joblog for correct log order
2020-10-02 22:22:22 +02:00
80ddca9aa3 Add counter to joblog for correct log order
This is to distinguish log entries created at the same time.
2020-10-02 22:14:30 +02:00
bcf86d97f5 Merge pull request #299 from eikek/fix-mariadb-text-column
Fix mariadb text column
2020-10-02 19:38:00 +02:00
d4354b8b49 Skip pdf conversion if a converted file exists
For images the conversion also returns the extracted text. If this
would have failed to be saved, it is extracted in the following
text-extraction step.
2020-10-02 17:39:39 +02:00
b6f23b038a Fix finding attachments for retries
The attachments to process again must be searched in sources and
archives, too.
2020-10-02 17:39:34 +02:00
5e21552358 Don't do duplicate check on retries 2020-10-02 16:50:52 +02:00
e26d7129e7 Add fix for mariadb text columns
The `text` data type can only store up to 64kb data. The `mediumtext`
up to 16M and `longtext` up to 4G.

Issue: #297
2020-10-02 16:50:51 +02:00
13e9fc892e Merge branch 'current-docs' 2020-09-30 00:26:56 +02:00
9f1d8cee8f Add search to docs
Closes: #295
2020-09-30 00:21:21 +02:00
3d727670d2 Merge pull request #296 from scala-steward/update/scalafmt-core-2.7.3
Update scalafmt-core to 2.7.3
2020-09-29 20:51:49 +00:00
ea6eee7215 Update scalafmt-core to 2.7.3 2020-09-29 22:38:27 +02:00
b76171e198 Merge pull request #291 from scala-steward/update/flyway-core-7.0.0
Update flyway-core to 7.0.0
2020-09-28 13:21:25 +00:00
552cdac1d3 Apply flyway api changes 2020-09-28 15:12:10 +02:00
ee78133e49 Update flyway-core to 7.0.0 2020-09-28 14:15:26 +02:00
48757cb6c7 Merge branch 'master' of github.com:eikek/docspell 2020-09-28 01:13:15 +02:00
db9753046a Set version to 0.13.0-SNAPSHOT 2020-09-28 01:12:10 +02:00
13daa99933 Update docker and nix setup 2020-09-28 01:10:44 +02:00
f40eb15e86 Set version to 0.12.0 2020-09-28 00:52:09 +02:00
1df160160c Update Changelog 2020-09-28 00:52:09 +02:00
67e1ba05f4 Fix domain for auth cookie
The domain was incorrectly extracted from the request. It must be
using the `Host` header at last, trying now `X-Forwarded-For` and
`X-Forwarded-Host` first.
2020-09-28 00:52:09 +02:00
ee3ae0a402 Update documentation regarding text fields 2020-09-27 13:12:39 +02:00
76d9699b1a Merge pull request #290 from scala-steward/update/organize-imports-0.4.2
Update organize-imports to 0.4.2
2020-09-27 08:24:37 +00:00
e058760982 Update organize-imports to 0.4.2 2020-09-27 10:14:52 +02:00
28a70f56ec Fix joex docker image 2020-09-27 01:20:00 +02:00
4451ba0ef3 Configure joex with 1.5g heap in docker compose
Issue: #287
2020-09-26 13:18:54 +02:00
801de558b8 Merge pull request #286 from eikek/attachment-tabs
Attachment tabs
2020-09-26 00:04:56 +00:00
72048b9b34 Drop deferred message if user clicked away 2020-09-26 01:28:34 +02:00
284c42aec6 Remove attachment tab menu 2020-09-26 01:15:16 +02:00
e831d7bdd7 Move attachment tabs into a menu
If multiple attachments are present, the tab menu doesn't show all. So
if there is more than one attachment they can be selected from a menu.
2020-09-26 01:14:56 +02:00
ca05b3c195 Fix initialising pages; improve scroll to item 2020-09-25 22:54:50 +02:00
2773eb5341 Merge branch 'current-docs' 2020-09-25 22:03:41 +02:00
a36c499fb1 Update docs on rpi regarding requirements for joex 2020-09-25 21:58:02 +02:00
6aa29681b4 Merge pull request #282 from scala-steward/update/mariadb-java-client-2.7.0
Update mariadb-java-client to 2.7.0
2020-09-24 21:08:19 +00:00
9fc1098c1f Update mariadb-java-client to 2.7.0 2020-09-24 22:27:25 +02:00
c1840dc96f Merge branch 'current-docs' 2020-09-24 20:24:11 +02:00
616284c167 Add fdroid links to android box 2020-09-24 20:21:53 +02:00
d366a87fe4 Update README.md 2020-09-24 13:30:23 +02:00
030ee6c932 Update website 2020-09-24 00:49:51 +02:00
e83483d4a7 Merge pull request #280 from eikek/duplicate-upload
Duplicate upload
2020-09-23 22:15:12 +00:00
285db78613 Add checkbox to upload page for skipping duplicates 2020-09-23 23:37:00 +02:00
f6f63000be Prepend a duplicate check when uploading files 2020-09-23 23:37:00 +02:00
10c16bf319 Merge pull request #279 from eikek/keyboard-support
Keyboard support
2020-09-22 21:45:24 +00:00
02a0343e55 Allow to enable/disable keyboard navigation in user settings 2020-09-22 22:33:21 +02:00
5b56ea881c Use Ctrl modifier when navigating in item detail
Otherwise it clashes with input fields
2020-09-22 22:07:27 +02:00
cbc8350b60 Merge pull request #278 from scala-steward/update/flyway-core-6.5.7
Update flyway-core to 6.5.7
2020-09-22 12:31:16 +00:00
5b39f02199 Update flyway-core to 6.5.7 2020-09-22 14:18:35 +02:00
975adc3b23 Merge pull request #277 from scala-steward/update/organize-imports-0.4.1
Update organize-imports to 0.4.1
2020-09-22 04:25:53 +00:00