Commit Graph

534 Commits

Author SHA1 Message Date
030ee6c932 Update website 2020-09-24 00:49:51 +02:00
285db78613 Add checkbox to upload page for skipping duplicates 2020-09-23 23:37:00 +02:00
f6f63000be Prepend a duplicate check when uploading files 2020-09-23 23:37:00 +02:00
02a0343e55 Allow to enable/disable keyboard navigation in user settings 2020-09-22 22:33:21 +02:00
5b56ea881c Use Ctrl modifier when navigating in item detail
Otherwise it clashes with input fields
2020-09-22 22:07:27 +02:00
60b8dc2134 Navigate items using keyboard
- previous/next item with `.,`
- confirm with `c`
- unconfirm with `u`
2020-09-22 00:27:32 +02:00
dc0e05bc20 Navigate in ugly dropdown with keybord
- iterate through options with n,p,j,k
- select with enter
- remove item with esc
- fixes dropdown bug when removing an item, where the menu opens
2020-09-21 23:52:50 +02:00
22d70b4997 Allow keyboard navigation in FixedDropdown 2020-09-21 23:27:09 +02:00
42a7a003a7 Save name in item detail while typing 2020-09-21 21:12:00 +02:00
a5bc6b53a9 Reset hidden fields on confirm
On confirm hidden fields are cleared, so that no "confirmed"
information is attached that the user has never seen.
2020-09-21 14:38:40 +02:00
ed1d13e712 Hide folder menu entry if folder field is not active 2020-09-21 14:10:31 +02:00
9958d228bd Remove hidden fields from list view 2020-09-21 14:08:13 +02:00
57ab050cf7 Remove hidden fields from item details 2020-09-21 13:58:52 +02:00
3a3be8cd1e Remove unnecessary scrolling and fix background 2020-09-19 09:30:35 +02:00
0f345bb75f Fix footer css on some pages 2020-09-19 09:10:30 +02:00
d3bf03482e Add a simple service worker to make an installable app 2020-09-18 22:59:58 +02:00
b5f3c64058 Only copy search term when selection changes
This is a fixup for #261
2020-09-18 16:04:57 +02:00
f78696b479 Fix manifest.json
For "add to your homescreen" on mobile devices.
2020-09-17 00:02:31 +02:00
aeedf58c2b Move field contents when switching search mode in search bar 2020-09-16 22:30:24 +02:00
09785292e7 Visually indicate the last viewed item in the list 2020-09-15 23:33:28 +02:00
ad110b2a05 Replace js code with proper elm using elm-scroll package 2020-09-14 23:35:21 +02:00
3852c69da1 Scroll to the current item when going back from detail
The list view now supports an item id that will be scrolled to and is
highlighted with a shadow. When going back from detail view this is
now used to scroll to the currently viewed item.
2020-09-14 21:57:14 +02:00
913bfb611c Remove unused viewmode 2020-09-14 21:57:14 +02:00
f65f5eff35 Set client base-url from browser when not given
This is necessary when generating absolute URLs in the webapp (as done
in "Sources" page).
2020-09-13 14:05:20 +02:00
d8bb6dcba3 Dynamically configure cookie and base-url
When `base-url` is the default (i.e. localhost), the cookie is now
configured with the domain doing the request and the webapp is
configured to run requests against the host in the address bar of the
browser.
2020-09-13 14:05:20 +02:00
5809f94d6f Set version to 0.12.0-SNAPSHOT 2020-09-09 22:32:54 +02:00
43f331841f Set version to 0.11.1 2020-09-09 21:45:16 +02:00
9c82f186d0 Add missing solr migration for french 2020-09-09 21:39:23 +02:00
c658677032 Autoformat 2020-09-09 00:29:32 +02:00
97757876d5 Fix formatting 2020-09-08 00:47:42 +02:00
6358b4eb75 Set version to 0.12.0-SNAPSHOT 2020-09-08 00:33:35 +02:00
cc0416804b Set version to 0.11.0 2020-09-07 23:59:05 +02:00
eb11b33028 Fix mariadb changsets 2020-09-07 20:02:50 +02:00
c9bd57592b Don't use test data if there is just one config
If classifier models cannot be compared, there is no reason to test.
2020-09-07 20:02:50 +02:00
76ccfb8a81 Only learn from confirmed items
Text classification should only learn from confirmed items. Log if
classification is disabled when processing an item.
2020-09-07 13:04:40 +02:00
cb1a9e0699 Use separate sql migration for h2 2020-09-07 13:04:29 +02:00
06879456a6 Change job priority on queue page 2020-09-05 18:50:58 +02:00
1dcccbcf7d Allow to hide classification settings in the webapp 2020-09-05 16:00:19 +02:00
7a0f71604d Serve static files/assets preferring the gzip version 2020-09-03 01:29:09 +02:00
4309bd8dfd Some cleanup 2020-09-02 21:22:30 +02:00
f9fcee81a5 Add start-now button for train-classifier task 2020-09-02 21:22:22 +02:00
8677eca6d4 Fix setting default in dropdown 2020-09-02 18:28:14 +02:00
237b960625 Guess a tag on item processing using a trained model if available 2020-09-02 18:28:14 +02:00
316b490008 Implement learning a text classifier from collective data 2020-09-02 18:28:14 +02:00
68bb65572b Integrate learn-classifier task into the app 2020-09-02 18:28:14 +02:00
0c97b4ef76 Initial impl of a text classifier based on stanford-nlp 2020-09-02 18:28:14 +02:00
8c4f2e702b Add classifier settings 2020-09-02 18:28:14 +02:00
3473cbb773 Use collective data with NER annotation 2020-08-25 20:40:44 +02:00
de5b33c40d Add updated column to some tables 2020-08-24 21:30:52 +02:00
96d2f948f2 Use collective's addressbook to configure regexner 2020-08-24 14:40:52 +02:00