082f468155
Use a icon menu for the edit menu top bar
2020-08-05 22:43:04 +02:00
baa25d0f2f
Allow to set item notes below or above the files
2020-08-05 22:43:04 +02:00
0453494cc6
Make notes below the files view and always visible
...
It looks similiar to github's readme. If there are no notes, the form
is displayed.
2020-08-05 22:41:08 +02:00
1662e1e2c8
Split ItemDetail file into multiple files due to its size
2020-08-05 17:57:45 +02:00
08f953dd52
Display item notes in card view if configured
...
The user can set a maximum length of the item notes to display in each
card. If set to 0, it is hidden.
2020-08-05 00:09:44 +02:00
09d74b7e80
Return item notes with search results
...
In order to not make the response very large, a admin can define a
limit on how much to return.
2020-08-05 00:09:37 +02:00
dbd27057d1
Improve source view and add qrcode for urls
...
The qr-code for urls is added so that these urls are easy to copy into
a phone. Then buttons for copying them into the clipboard have been
added.
2020-08-03 23:58:41 +02:00
ed8f16fe73
Add a qr-code for source urls
2020-08-03 18:27:13 +02:00
deacd8e9f6
Set version to 0.10.0-SNAPSHOT
2020-08-01 19:03:32 +02:00
2664b3ddb2
Set version to 0.9.0
2020-08-01 16:09:24 +02:00
45b0deeced
Print solr url on start
...
This is useful info to see which url has been selected, same as db
connection.
2020-08-01 15:59:14 +02:00
1fc57fc2b2
Set default value for min-text-len to 500
...
This value is used to decide whether to try OCR or not. If text is
below this value, OCR is run and both results are compared. It was set
to 10, which is just one or two words. Since the context for docspell
are documents, this value is too low.
2020-08-01 15:46:00 +02:00
a06d20a479
Remove duplicate results from index-only search
2020-08-01 15:46:00 +02:00
b4e11a7264
Fixes a race condition when initializing the calendar-event field
...
The problem was that the field executes a request to validate its
state. This was initiated at the same time for two values. Then it was
undetermined which value comes back first.
2020-08-01 11:42:01 +02:00
f95f01759b
Merge pull request #198 from eikek/default-search
...
Default search
2020-07-31 23:28:23 +00:00
0599176ae8
Update scala to 2.13.3
2020-08-01 01:03:43 +02:00
46b784cc33
Simplify search bar and menu
...
The option "contents" has been removed from the search bar. This field
is not intended to be used alone, but rather in conjunction with other
fields. Otherwise it may be really slow on large databases.
The "name" option has been removed from the search menu. This doesn't
provide anything better over the "Names" field, that search more
fields, including item names.
2020-08-01 00:26:41 +02:00
5bf302a40e
Merge pull request #196 from eikek/website
...
Website
2020-07-31 20:51:38 +00:00
808a5a3c94
Remove old site
2020-07-31 01:28:09 +02:00
2f5036231c
Merge pull request #194 from eikek/sort-tag-list
...
Sort tag list by count
2020-07-30 22:23:42 +00:00
091ded50cb
Sort tag list by count
...
It was displayed in some random order. Now the most used tag is first.
2020-07-31 00:14:25 +02:00
79eb7b4d66
Fix datepicker position for action input fields
...
Either the width and appearance must be changed to match this of an
`ui action input` or the position must be fixed as done here. It is
not correctly positioned, because the `ui input` class uses a flex.
2020-07-31 00:02:57 +02:00
f8c6f79b10
Initial website
2020-07-30 20:33:26 +02: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
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
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
c697501571
Add folders sql changeset for mariadb
2020-07-14 23:22:52 +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
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