Commit Graph

107 Commits

Author SHA1 Message Date
d269249db0 Only use one generic function for socketio background tasks and rename the socketio event (it's no connect so don't name it like one) 2019-09-18 14:05:56 +02:00
5ad5bc0a2f Add foreign admin views 2019-09-18 12:06:34 +02:00
1ebfee5cb3 Add admin view on foreign jobs. 2019-09-18 11:33:06 +02:00
0d060f0cbf Move job and user delete functions to utils.py 2019-09-17 16:31:41 +02:00
09f7d7ac68 Add delete functions for jobs and users. 2019-09-17 14:36:15 +02:00
ba838eaf1f Enhance delete_job method. 2019-09-16 14:09:07 +02:00
b2e2484725 Add job delete function. 2019-09-12 16:45:05 +02:00
230d057fee Add simple logging 2019-09-11 14:50:29 +02:00
40809d9c7b Change setting names. 2019-09-05 10:12:40 +02:00
64475afc41 Change file download view. 2019-09-04 14:53:23 +02:00
5952db0b4a Change how the job id is obtained. 2019-09-03 16:06:15 +02:00
4dc331b2fe Add corpus page. 2019-09-03 15:58:40 +02:00
6ed260b065 Remove unused import. 2019-09-02 10:59:13 +02:00
e658d2bbd0 Don't create new app instance for background tasks. Reuse the old one! 2019-09-02 10:42:28 +02:00
6f4b9efa25 Add some comments and remove debug code. 2019-09-02 09:17:00 +02:00
8f3c53dad2 Use JSON patch the correct way! 2019-08-30 13:31:00 +02:00
876eb465b8 Add client side event handlers for update-* events. 2019-08-29 11:37:00 +02:00
cf56394441 Remove unused imports. 2019-08-29 11:06:32 +02:00
0d3f54d655 Implement JSON patches for corpus and job lists. 2019-08-29 10:42:53 +02:00
52bd8ec94e Add background task to handle data changes for corpora and jobs via socketio. 2019-08-28 17:27:43 +02:00
d34447686b Move socketio event handlers in seperate file. 2019-08-27 10:40:29 +02:00
7aef3de81d Stop polling. Use SocketIO! 2019-08-23 15:05:01 +02:00
9f215d7613 Add socketio javascript 2019-08-22 15:13:10 +02:00
bccf661957 Add new admin blueprint with new user delete feature. Reorganize templates etc. 2019-08-15 15:56:53 +02:00
93330c0efb Remove api routes from main package. 2019-08-15 11:48:14 +02:00
ea399d2cdc Add api endpoints for testing. 2019-08-14 16:59:15 +02:00
344ba1a8e2 Add download helper for dev process 2019-08-12 10:37:02 +02:00
fa2827608c Add download helper for dev process. 2019-08-12 10:36:51 +02:00
e00d34ef81 Only use one file list. 2019-08-12 09:51:32 +02:00
a302d08405 Add infos to job model and show them on the job info pages. 2019-08-09 15:59:53 +02:00
359baf0297 Change job template. 2019-08-09 11:49:09 +02:00
50273ea4d1 Use links as list items for corpora and jobs. Add colors for service types. Link jobs to job page. 2019-08-09 10:16:31 +02:00
388e0433fd Add searchable User table. 2019-08-08 16:06:41 +02:00
e52629dd7e Remove unused import. 2019-08-07 10:22:30 +02:00
ed2d1abd8c Remove debug output. 2019-08-07 10:06:28 +02:00
d860a5d279 Set backrefs correctly. 2019-08-06 17:04:38 +02:00
59016be061 Fix code for creation_date in corpus object. 2019-08-06 15:46:23 +02:00
65becc1187 Add creation_data to corpus. 2019-08-06 15:39:09 +02:00
32c6b9ab8a Change path for corpora. 2019-08-06 14:56:41 +02:00
5a67164dbe Add corpus to database after creation. 2019-08-06 13:25:27 +02:00
34b87c23a7 Add corpus page. 2019-08-05 16:46:34 +02:00
e327f0c8bf Make the about page the index page. 2019-08-02 13:24:52 +02:00
df7d618b2a Add file type validation 2019-08-01 14:01:22 +02:00
ce6ec4af58 Add validator to file upload in corpus creation. 2019-08-01 12:16:49 +02:00
716ebdfa7c Add create corpus form to dashboard. 2019-08-01 11:47:14 +02:00
a5b7ccaeb7 Update landing page. 2019-08-01 10:33:05 +02:00
7b185d929e Move ocr job to extra package. 2019-07-19 13:28:17 +02:00
7db27020c7 Add Docker Swarm interface. 2019-07-17 13:34:20 +02:00
735802d88e Remove options to change username and email. 2019-07-12 17:23:11 +02:00
30f405bb88 Add some docstrings 2019-07-11 15:43:48 +02:00