Commit Graph

879 Commits

Author SHA1 Message Date
fb53222bb0 Merge pull request #187 from scala-steward/update/flyway-core-6.5.2
Update flyway-core to 6.5.2
2020-07-22 16:26:10 +00:00
f7f885b459 Update flyway-core to 6.5.2 2020-07-22 18:17:22 +02:00
ee514a1d12 Merge pull request #185 from scala-steward/update/scalafmt-core-2.6.4
Update scalafmt-core to 2.6.4
2020-07-20 18:48:23 +00:00
067ead5f6c Update scalafmt-core to 2.6.4 2020-07-20 20:38:57 +02:00
588981c596 Merge pull request #184 from scala-steward/update/organize-imports-0.4.0
Update organize-imports to 0.4.0
2020-07-19 00:18:37 +00:00
1cf4d2704b Update organize-imports to 0.4.0 2020-07-19 02:11:35 +02:00
185a103942 Merge pull request #183 from eikek/pdf-metadata
Pdf metadata
2020-07-18 23:19:21 +00:00
cec4948710 Add pdf meta data to extracted text to add it to full-text index 2020-07-19 01:07:49 +02:00
209c068436 Use keywords in pdfs to search for existing tags
During processing, keywords stored in PDF metadata are used to look
them up in the tag database and associate any existing tags to the
item.

See #175
2020-07-19 00:28:04 +02:00
da68405f9b Extract meta data from pdfs using pdfbox 2020-07-18 23:04:46 +02:00
bd20165d1a Use given folder-id when adding initial fts docs 2020-07-18 23:04:01 +02:00
fe27c0656f Merge pull request #182 from eikek/ocrmypdf
Use ocrmypdf tool to create pdf/a during conversion
2020-07-18 16:31:06 +00:00
3d49ceaab5 Use ocrmypdf tool to create pdf/a during conversion
- Use another external tool to convert pdf to pdf which also adds the
  extracted text as another layer into the pdf

- Although not used, the external conversion routine will now check
  for an existing text file that is named as the pdf file with extension
  `.txt`. If present it is included in the conversion result and will be
  used as the extracted text.

- text extraction for pdf files happens now on the converted file,
  because it may already contain the text from the conversion step and
  thus avoids running OCR twice.

- All errors during conversion are not fatal; processing continues
  without a converted file.
2020-07-18 17:19:29 +02:00
7985122e74 Merge pull request #181 from scala-steward/update/emil-common-0.6.2
Update emil-common, emil-doobie, ... to 0.6.2
2020-07-17 10:16:38 +00:00
6da87d633c Update emil-common, emil-doobie, ... to 0.6.2 2020-07-17 12:07:39 +02:00
99210365ce Update documentation for folders 2020-07-17 00:02:25 +02:00
94089fd0b6 Fix decoding joex responses in JoexClient 2020-07-15 20:45:07 +02:00
f33aa969d8 Merge pull request #180 from eikek/spaces
Add folders
2020-07-14 21:38:15 +00:00
c697501571 Add folders sql changeset for mariadb 2020-07-14 23:22:52 +02:00
d277f99fee Add sbt alias for reformatting 2020-07-14 23:18:39 +02:00
25538d6a59 Allow to set a folder when importing mailboxes 2020-07-14 23:18:39 +02:00
225877a40c Show folder in item detail view 2020-07-14 23:18:39 +02:00
ca5b7b999f Update source form to specify folder 2020-07-14 23:18:39 +02:00
5b01c93711 Add a folder-id to item processing
This allows to define a folder when uploading files. All generated
items are associated to this folder on creation.
2020-07-14 23:18:39 +02:00
95e04c0369 Merge pull request #179 from scala-steward/update/sbt-scalafix-0.9.19
Update sbt-scalafix to 0.9.19
2020-07-14 14:30:19 +00:00
b9341997c9 Update sbt-scalafix to 0.9.19 2020-07-14 16:21:29 +02:00
19fd5693b2 Merge pull request #178 from scala-steward/update/flyway-core-6.5.1
Update flyway-core to 6.5.1
2020-07-13 18:27:22 +00:00
38878fff6d Update flyway-core to 6.5.1 2020-07-13 20:18:45 +02:00
ec7f027b4e Fix postgres changeset for folders 2020-07-12 16:15:02 +02:00
259526a088 Organize imports 2020-07-12 13:51:52 +02:00
22fa1dba13 Apply folder restriction to fulltext only search
And update index when folder changes.
2020-07-12 13:50:45 +02:00
aeba4ba913 Refactor full-text migrations and add folder to solr schema 2020-07-12 13:50:14 +02:00
e387b5513f Remove items in non-member folders from sql search results 2020-07-11 22:25:56 +02:00
5b95fddf3d Make item queries depend on the account-id
Now the user is required, too, to list items.
2020-07-11 21:54:51 +02:00
e66c501056 Extend dropdown to display additional option info
Use this to display folder information when setting the folder on an
item.
2020-07-11 17:56:08 +02:00
0df541f30a Allow to search by folders 2020-07-11 16:52:13 +02:00
86443e10a6 Set the folder of an item 2020-07-11 12:57:17 +02:00
5bde78083a Hide delete button when creating new folder 2020-07-11 11:54:23 +02:00
2ab0b5e222 Rename space -> folder 2020-07-11 11:54:23 +02:00
0365c1980a Show new data about spaces in web-ui 2020-07-11 01:30:29 +02:00
60a08fc786 Return member count and if current user is owner or member 2020-07-11 01:30:29 +02:00
ea4ab11195 Allow to only return owning spaces 2020-07-11 01:30:28 +02:00
6c304b4e7a Manage spaces in web-ui 2020-07-11 01:30:28 +02:00
752a94a9e2 Implement space operations 2020-07-11 01:30:28 +02:00
0e8c9b1819 Initial outline for managing spaces 2020-07-11 01:30:28 +02:00
d43e17d9fb Transport user-id to client 2020-07-11 01:30:28 +02:00
c12201c4a5 Add routes to manage spaces 2020-07-11 01:30:28 +02:00
7ec0fc2593 Add endpoints for managing spaces to openapi spec 2020-07-11 01:30:28 +02:00
13ad5e3219 Setup space entities 2020-07-11 01:30:28 +02:00
4d38bf7e69 Merge pull request #177 from scala-steward/update/imageio-jpeg-3.6
Update imageio-jpeg, imageio-tiff to 3.6
2020-07-10 22:56:17 +00:00