661cc3e65f
Fix deleting attachments (again)
2020-02-23 20:18:13 +01:00
d937e0501a
Add source files to collective insights
2020-02-23 20:17:53 +01:00
be8eacdbe9
Display full attachment name in title tooltip
2020-02-23 14:36:19 +01:00
1f431c3222
Make link to original file enabled if files are different
2020-02-23 14:33:22 +01:00
957073fe62
Return info about original files in item detail
...
This adds data to the current rest api.
2020-02-23 14:25:32 +01:00
faed9bfccd
Merge pull request #37 from scala-steward/update/scalafmt-core-2.4.2
...
Update scalafmt-core to 2.4.2
2020-02-23 11:31:19 +01:00
7bc05da88f
Update scalafmt-core to 2.4.2
2020-02-23 02:24:42 +01:00
ec419c7bfd
Adopt nix modules to new config
2020-02-22 12:40:56 +01:00
74a037887d
Fix deleting items and attachments to also remove the binary files
2020-02-22 00:54:55 +01:00
8cfecfb3dd
Update docs
2020-02-22 00:48:58 +01:00
6d9272af65
Merge pull request #36 from scala-steward/update/sbt-microsites-1.1.2
...
Update sbt-microsites to 1.1.2
2020-02-21 16:55:26 +01:00
3893fb449e
Update sbt-microsites to 1.1.2
2020-02-21 16:35:43 +01:00
98576a5fb5
Add link to original file
2020-02-20 22:40:27 +01:00
72fd3b1a25
Implement downloading original file
2020-02-20 22:33:57 +01:00
39809f9d05
Sketch route for retrieving original file
2020-02-20 22:12:27 +01:00
7e1678da98
Remove pdf filter in ds.sh script
2020-02-20 21:52:33 +01:00
7fe8843893
Update documentation sites
2020-02-20 21:43:37 +01:00
3f316ab4d0
Update config file doc
2020-02-20 21:10:00 +01:00
7e23f206ab
Merge pull request #35 from scala-steward/update/flyway-core-6.2.4
...
Update flyway-core to 6.2.4
2020-02-20 16:58:02 +01:00
f03c893148
Update flyway-core to 6.2.4
2020-02-20 16:16:42 +01:00
fbe0c1aec5
Allow more chars for mimetype
2020-02-20 00:39:31 +01:00
97305d27ff
Integrate support for more files into processing and upload
...
The restriction that only pdf files can be uploaded is removed. All
files can now be uploaded. The processing may not process all. It is
still possible to restrict file uploads by types via a configuration.
2020-02-19 23:27:00 +01:00
9b1349734e
Convert some files to pdf
2020-02-19 02:03:10 +01:00
5869e2ee6e
Streamline extern-conv stdin/infile
2020-02-18 12:43:47 +01:00
0dcc00836b
Make logger configurable in system commands
2020-02-18 12:02:43 +01:00
bd605b8c94
Add first drafts for converting
2020-02-18 01:31:22 +01:00
c665c212a0
Early draft for running wkhtmltopdf
2020-02-17 14:02:23 +01:00
e0682464b5
Configure pdf extraction; move Logger and DataType to common
2020-02-17 14:01:36 +01:00
3d615181e0
Early draft for text extraction
2020-02-17 01:57:22 +01:00
1a5546fe99
scalafmt: change align most->more
2020-02-16 22:03:27 +01:00
756f8bcb4c
Merge remote-tracking branch 'origin/master' into feature/file-types
2020-02-16 21:53:28 +01:00
8143a4edcc
Adding extraction primitives
2020-02-16 21:37:26 +01:00
e32880e5b4
Merge pull request #34 from scala-steward/update/scalafmt-core-2.4.1
...
Update scalafmt-core to 2.4.1
2020-02-16 11:22:50 +01:00
13700dbda7
Update scalafmt-core to 2.4.1
2020-02-16 04:26:36 +01:00
851ee7ef0f
Reorganize processing code
...
Use separate modules for
- text extraction
- conversion to pdf
- text analysis
2020-02-15 21:25:25 +01:00
919381be1e
More research on how to create pdfs from other files
2020-02-15 13:57:21 +01:00
3deba44282
Rename example files
2020-02-15 12:52:24 +01:00
bdd89e16e5
Merge pull request #33 from scala-steward/update/scalafmt-core-2.4.0
...
Update scalafmt-core to 2.4.0
2020-02-15 12:46:04 +01:00
46506ccf97
Update scalafmt-core to 2.4.0
2020-02-15 12:27:50 +01:00
1309c8b7fa
Move mimetype detection to docspell-files
2020-02-14 22:06:18 +01:00
5c3d2b2e28
Rename example-files to files
2020-02-14 11:14:09 +01:00
bf9bf25502
Rename example files
2020-02-14 11:10:54 +01:00
3492ecb684
Merge pull request #32 from scala-steward/update/http4s-blaze-client-0.21.1
...
Update http4s-blaze-client, ... to 0.21.1
2020-02-14 10:35:17 +01:00
492ab23973
Update http4s-blaze-client, ... to 0.21.1
2020-02-14 06:22:44 +01:00
f1b7f8dc32
Merge pull request #31 from scala-steward/update/flyway-core-6.2.3
...
Update flyway-core to 6.2.3
2020-02-13 18:35:59 +01:00
dcf9edc50d
Update flyway-core to 6.2.3
2020-02-13 14:23:03 +01:00
569aae3038
Add example files into its own project
...
The text and convert module can use them in their tests.
2020-02-11 22:46:23 +01:00
2c0425433e
Move File class to common module
2020-02-11 22:42:04 +01:00
3026f199f7
Some research on pdf conversion
2020-02-11 22:41:44 +01:00
ce22b727b1
Add new convert module and sketch its integration
2020-02-11 00:33:52 +01:00