841 Commits

Author SHA1 Message Date
Eike Kettner
c0a7c0d62c Fix modal positioning in item detail 2020-08-07 16:56:15 +02:00
mergify[bot]
1d2b432e82
Merge pull request #215 from eikek/add-meta-modal
Add meta modal
2020-08-06 23:40:06 +00:00
Eike Kettner
af7cfa0ae1 Allow editing metadata in item-detail 2020-08-07 01:30:43 +02:00
Eike Kettner
f3ba224124 Add missing organization/person/equipment routes 2020-08-07 01:30:43 +02:00
Eike Kettner
639ab7440e Fix edit menu layout 2020-08-06 23:49:54 +02:00
Eike Kettner
a8ea391715 Render edit-modals above the menu and not the whole page 2020-08-06 23:38:55 +02:00
mergify[bot]
c4d48d8709
Merge pull request #214 from eikek/tag-category-search
Tag category search
2020-08-06 20:39:55 +00:00
Eike Kettner
a6a6e334d5 Search by tag category via web ui 2020-08-06 22:23:35 +02:00
Eike Kettner
070c2b5e5f Allow to search by tag categories
The server accepts a list of tag categories for inclusion and
exclusion. The categories in the include list imply to return items
that have at least one tag of each category. The categories in the
exclude list imply to return all items that have no tag in any of
these categories.
2020-08-06 21:43:27 +02:00
Eike Kettner
cf3e051e83 Fix load more button 2020-08-06 00:49:15 +02:00
mergify[bot]
0883637e89
Merge pull request #213 from eikek/item-notes-placement
Item notes placement
2020-08-05 21:22:33 +00:00
Eike Kettner
dfbbcdf73c Allow only one horizontal form being open 2020-08-05 23:11:21 +02:00
Eike Kettner
082f468155 Use a icon menu for the edit menu top bar 2020-08-05 22:43:04 +02:00
Eike Kettner
baa25d0f2f Allow to set item notes below or above the files 2020-08-05 22:43:04 +02:00
Eike Kettner
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
Eike Kettner
1662e1e2c8 Split ItemDetail file into multiple files due to its size 2020-08-05 17:57:45 +02:00
mergify[bot]
17e072ef6e
Merge pull request #211 from eikek/notes-in-listitem
Notes in listitem
2020-08-04 22:25:17 +00:00
Eike Kettner
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
Eike Kettner
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
mergify[bot]
f1e776ae3d
Merge pull request #209 from eikek/qr-code
Qr code
2020-08-03 22:46:10 +00:00
Eike Kettner
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
mergify[bot]
a2b8582721
Merge pull request #208 from scala-steward/update/swagger-ui-3.31.1
Update swagger-ui to 3.31.1
2020-08-03 18:26:32 +00:00
Scala Steward
75314c53cd
Update swagger-ui to 3.31.1 2020-08-03 20:18:19 +02:00
Eike Kettner
ed8f16fe73 Add a qr-code for source urls 2020-08-03 18:27:13 +02:00
mergify[bot]
d9a00c8cb8
Merge pull request #200 from scala-steward/update/sbt-scalafmt-2.4.2
Update sbt-scalafmt to 2.4.2
2020-08-01 18:42:05 +00:00
Eike Kettner
fb91b22b6a Fix links in README 2020-08-01 20:36:27 +02:00
Scala Steward
2bf76aa175
Update sbt-scalafmt to 2.4.2 2020-08-01 20:33:59 +02:00
Eike Kettner
deacd8e9f6 Set version to 0.10.0-SNAPSHOT 2020-08-01 19:03:32 +02:00
Eike Kettner
66793080d8 Update docker setup 2020-08-01 19:01:49 +02:00
Eike Kettner
7f20c80e51 Update nix setup 2020-08-01 16:54:06 +02:00
Eike Kettner
2664b3ddb2 Set version to 0.9.0 2020-08-01 16:09:24 +02:00
Eike Kettner
04913c4b59 Update changelog 2020-08-01 16:09:24 +02:00
Eike Kettner
5e61540b45 Create resources before building site 2020-08-01 16:09:24 +02:00
Eike Kettner
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
Eike Kettner
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
Eike Kettner
a06d20a479 Remove duplicate results from index-only search 2020-08-01 15:46:00 +02:00
mergify[bot]
228d2d3385
Merge pull request #199 from eikek/fix-form-init
Fixes a race condition when initializing the calendar-event field
2020-08-01 09:49:50 +00:00
Eike Kettner
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
mergify[bot]
f95f01759b
Merge pull request #198 from eikek/default-search
Default search
2020-07-31 23:28:23 +00:00
mergify[bot]
4a52d95896
Merge pull request #197 from eikek/scala-update
Update scala to 2.13.3
2020-07-31 23:20:55 +00:00
Eike Kettner
3070849395 Update documentation 2020-08-01 01:15:11 +02:00
Eike Kettner
0599176ae8 Update scala to 2.13.3 2020-08-01 01:03:43 +02:00
Eike Kettner
de36bed964 Fix screenshot links in readme 2020-08-01 00:33:06 +02:00
Eike Kettner
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
mergify[bot]
5bf302a40e
Merge pull request #196 from eikek/website
Website
2020-07-31 20:51:38 +00:00
Eike Kettner
4f6597f358 Website tweaks 2020-07-31 22:40:06 +02:00
Eike Kettner
808a5a3c94 Remove old site 2020-07-31 01:28:09 +02:00
Eike Kettner
2296ea9ebe Add meta info and favicon 2020-07-31 01:28:09 +02:00
mergify[bot]
2f5036231c
Merge pull request #194 from eikek/sort-tag-list
Sort tag list by count
2020-07-30 22:23:42 +00:00
mergify[bot]
e0b6d31497
Merge pull request #193 from eikek/datepicker-position
Fix datepicker position for action input fields
2020-07-30 22:16:35 +00:00