Commit Graph

31 Commits

Author SHA1 Message Date
82104ff148 Update documentation and changelog 2020-06-28 14:45:04 +02:00
d3b3c6289b Prepare docker setup for fulltext search 2020-06-28 13:37:39 +02:00
8500d4d804 Extend consumedir.sh to work with integration endpoint
Now running one consumedir script can upload files to multiple
collectives separately.
2020-06-28 00:08:37 +02:00
41c0f70d3b Fix cancelling jobs
A request to cancel a job was not processed correctly. The cancelling
routine of a task must run, regardless of the (non-final) state. Now
it works like this: if a job is currently running, it is interrupted
and its cancel routine is invoked. It then enters "cancelled" state.
If it is stuck, it is loaded and only its cancel routine is run. If it
is in a final state or waiting, it is removed from the queue.
2020-06-26 23:08:27 +02:00
dc8f1a0387 Fix global re-index task to re-create the schema
Otherwise new instances could not be re-indexed.
2020-06-25 23:02:06 +02:00
c81b92af6d Documentation updates 2020-06-25 01:36:26 +02:00
793f33b640 Update finding documentation 2020-06-24 23:37:20 +02:00
09579eef16 Add docs for how to create a smtp gateway 2020-06-14 21:35:20 +02:00
479a341b13 Add documentation page for searching 2020-06-14 00:18:18 +02:00
062618bf86 Fix typos in documentation 2020-06-03 23:50:48 +02:00
3d902c3273 Add a docker image for watching a directory 2020-05-25 19:43:06 +02:00
e882b87f15 Update changelog and small doc fixes 2020-05-25 17:29:50 +02:00
4e22361985 Documentation updates 2020-05-25 09:52:19 +02:00
785cdde1a6 Update documentation 2020-05-23 14:37:12 +02:00
4227278bb0 Update documentation 2020-05-23 00:10:07 +02:00
af4e5f161d Add documentation about notify-due-items 2020-04-23 22:26:06 +02:00
e331808ecf Update microsite 2020-03-28 21:44:14 +01:00
75405dbcba Update documentation 2020-03-27 20:16:18 +01:00
d78bd4142c Update documentation 2020-03-19 22:42:58 +01:00
2f87065b2e sbt scalafmtAll 2020-02-25 20:55:00 +01:00
36093c5d52 Add reverse proxy doc 2020-02-24 15:11:50 +01:00
7fe8843893 Update documentation sites 2020-02-20 21:43:37 +01:00
1c8a143623 Add a complete example for nixos 2020-01-24 23:12:08 +01:00
61bbdab8b5 nix: add user doc and pkg fixes
- Add user doc for how to use with nix/nixos

- fix potential collisions in packages if both are installed via
  `nix-env`
2020-01-24 21:56:48 +01:00
d535130c9e Provide email proposals from address book 2020-01-12 01:04:42 +01:00
c84a69aa9c Update documentation 2020-01-11 22:12:51 +01:00
9020d9aa3b Don't require a prefix when configuring byte arrays 2020-01-05 15:29:58 +01:00
06d84550f5 Fix documentation for ds.sh 2020-01-03 18:17:48 +01:00
36a6fdd746 Change webapp url paths
Don't use `#`, because many people find it awkward. Now "normal" urls
are used and elm takes care to not issue a server request when these
change.
2019-12-30 22:28:02 +01:00
b15b9cc217 Streamline routing
- put openapi doc behind `api/doc` instead of `app/doc`
- don't require `index.html` for the webapp
2019-12-30 22:03:25 +01:00
57e274e2b0 Upgrade microsite 2019-12-30 02:33:46 +01:00