2dbb1db2fd
Initial outline for a simple query builder
2020-12-15 21:03:46 +01:00
b338f18e98
Remove redundant fileCount from search result
2020-12-15 21:03:46 +01:00
21cd778c37
Merge branch 'fix-0.17' into master
2020-12-15 20:45:39 +01:00
14428c0ead
Set version to 0.17.1
2020-12-15 20:25:59 +01:00
a987ede7c9
Avoid server roundtrip when switching pages
...
When changing pages in webui a server request should not happen. This
makes the webapp snappy again.
Issue: #508
2020-12-15 20:22:12 +01:00
ae0a543101
Set next version to 0.18.0-SNAPSHOT
2020-12-14 14:57:40 +01:00
398f969207
Set version to 0.17.0
2020-12-14 14:34:27 +01:00
27d087b14c
Fix foreign key constraints
2020-12-14 14:34:22 +01:00
7e42426edc
Fix page routing with remember me
2020-12-11 01:16:57 +01:00
c00714ab61
Don't redirect to login for open pages
2020-12-08 21:12:09 +01:00
f55566388a
Fix endless reload of login page
2020-12-06 00:58:15 +01:00
66bd4f53cb
Fix person-org relation info
2020-12-05 22:44:19 +01:00
2aed7ba142
Simplify search bar and search menu
...
The functionality of the search bar is now in the search menu, too.
The search menu shows one input field for "textual search", which is
either the fulltext search (if enabled) or a basic search in various
names.
2020-12-05 22:38:27 +01:00
5882405f30
Search index if search object only contains this field
2020-12-05 02:59:57 +01:00
0b6f965fcb
Fix rememberme for missing local storage
2020-12-04 22:57:21 +01:00
0337391b20
Change remember period to 30 days
2020-12-04 20:30:25 +01:00
f5ae389eea
Cleanup remember-me tokens periodically
2020-12-04 17:59:25 +01:00
a0642905db
Use remember-me cookie if present
2020-12-04 17:59:25 +01:00
c10c1fad72
Prepare remember-me authentication variant
2020-12-04 17:59:25 +01:00
290989f67f
Reorder correspondent person suggestion based on org relationship
2020-12-01 23:39:45 +01:00
d4470ab5fd
Restrict person dropdown options to the associated organization
2020-12-01 23:39:45 +01:00
a6dd71af9f
Set an organization to a person in webapp
2020-12-01 23:39:45 +01:00
2e28c8e57b
Harmonize table views
2020-12-01 23:39:45 +01:00
fc2668feee
Allow to connect a person to an organization
2020-12-01 23:39:45 +01:00
346d23928d
Allow to search in source names in webui
2020-11-30 14:26:10 +01:00
0ee8ff66d5
Allow to search by source name
2020-11-30 14:07:45 +01:00
bdc49aae98
Let user change template for card title and subtitle
2020-11-29 23:36:25 +01:00
81a136d915
Use a template for rendering title and subtitle of the item card
...
Introduces `ItemTemplate` to conveniently create strings given an
item.
2020-11-29 23:36:20 +01:00
45e4035e07
Set version to 0.17.0-SNAPSHOT
2020-11-28 18:13:50 +01:00
4682bf4a0e
Set version to 0.16.0
2020-11-28 17:55:40 +01:00
7ee69f7a57
Merge pull request #481 from eikek/reload-fix
...
Reload fix
2020-11-28 01:23:26 +00:00
75055ba34b
Fix help link menu item
2020-11-28 01:48:58 +01:00
7052bc6b8e
Add cc and bcc to item mail
2020-11-28 01:36:59 +01:00
d62c4a5a72
Fix updating search view
...
For example, when content-search was activated the view was not
correctly updated after deleting or drag-and-drop.
2020-11-28 00:51:16 +01:00
e9347176bd
Fixes an off-by-one classic to also accept dates in January
2020-11-28 00:43:35 +01:00
32c9113bd4
Remove unused code
2020-11-28 00:00:10 +01:00
1091a4fbdc
Show concerning/correspond person exclusively in dropdowns
...
Now a person that is not marked as "concerning only" is treated as
"correspondent only". The options of all dropdown fields are now
restricted to those subsets.
Issue: #332
2020-11-27 23:13:37 +01:00
3fabe0a582
Update to Scala 2.13.4
2020-11-27 20:26:24 +01:00
7cc290135a
Show currently logged in user
...
Closes : #329
2020-11-26 23:53:55 +01:00
c87163052b
Allow to choose from existing tag categories
...
Also fixes a ui problem with a too long dropdown menu in the small
modal popup when adding tags or custom fields in item detail view.
Issue: #331
2020-11-26 23:53:50 +01:00
0919eec3c2
Improve field query and fix mariadb's pickiness with parens
...
If no query is given, don't search with `like '%'`. MariaDB doesn't
want parens around columns in the GROUP BY clause.
2020-11-25 21:08:49 +01:00
52c6659f9f
Add missing schema migrations for custom fields
2020-11-25 21:08:49 +01:00
41b26fbbd6
Don't hide field dropdown when no fields are defined
2020-11-24 23:38:22 +01:00
a18ac17f0c
Search with wildcards for custom fields
2020-11-24 21:44:27 +01:00
c389c8fe66
Change field-type into field-format in ui
2020-11-24 21:44:27 +01:00
436022ceee
Merge pull request #466 from eikek/wildcard-number-search
...
Allow to search with wildcard in a number custom field
2020-11-24 00:32:02 +00:00
c1c92f0932
Add language to upload page
2020-11-23 21:12:45 +01:00
2384af1347
Fix centering dropzone title
2020-11-23 21:12:33 +01:00
7fee52f6f2
Add language to scan-mailbox-form
2020-11-23 21:00:19 +01:00
5fe532001b
Allow to specify document lanugage with the request
2020-11-23 20:49:01 +01:00