Commit Graph
100 Commits
Author SHA1 Message Date
Patrick Jentsch 2951fc6966 fix id issues 2023-08-08 16:08:58 +02:00
Patrick Jentsch 1dc7d2a1c6 remove prefix stuff 2023-08-08 16:00:05 +02:00
Patrick Jentsch 173aea7df4 Fix id reference errors 2023-08-08 14:33:07 +02:00
Patrick Jentsch 0d92f221cb rename ui-form 2023-08-08 14:07:07 +02:00
Patrick Jentsch 766c5ba27d Update corpus analysis extensions to use dynamic id prefixes for elements 2023-08-08 12:21:47 +02:00
Patrick Jentsch 661ac7c509 Fix macro problems in corpus analysis 2023-08-08 11:28:10 +02:00
Patrick Jentsch 3b390858ff Use macros for html generation instead of variables 2023-08-08 10:48:36 +02:00
Patrick Jentsch 983400b925 Merge branch 'visualizations-update' into development 2023-07-26 11:32:11 +02:00
Patrick Jentsch 351da5d4e9 Fix admin delete user in AdminUserList.js 2023-07-26 10:53:34 +02:00
Patrick Jentsch ae6a7cb86d Add vorbereitungen section for workshop fgho 2023 2023-07-25 16:04:45 +02:00
Patrick Jentsch 2dd6015ba6 Merge branch 'visualizations-update' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into visualizations-update 2023-07-25 15:20:23 +02:00
Patrick Jentsch f80b635ca3 Add workshops package 2023-07-25 15:18:57 +02:00
Patrick Jentsch ccf7f449dd Bump cqi version 2023-07-24 15:12:05 +02:00
Patrick Jentsch dd05657362 Fix wrong pagination handling in concordance 2023-07-24 13:48:01 +02:00
Patrick Jentsch cef82d9001 Merge branch 'visualizations-update' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into visualizations-update 2023-07-24 10:02:44 +02:00
Patrick Jentsch 656eef17db unify get_user event via socketio 2023-07-24 10:02:35 +02:00
Patrick Jentsch 87e2c2b484 Bump Flask-Hashids version 2023-07-19 11:10:50 +02:00
Patrick Jentsch 7a925b6a19 Better error handling in CorpusAnalysisApp 2023-07-18 17:18:04 +02:00
Patrick Jentsch e46f0032bd Show static visualizations only on overview page 2023-07-17 12:35:53 +02:00
Patrick Jentsch 9da1a6e987 Add status text to corpus analysis app startup modal 2023-07-17 10:40:34 +02:00
Patrick Jentsch 8182cccecd Update cqi to v0.1.4 2023-07-14 12:59:27 +02:00
Patrick Jentsch d898cd8516 Some Codestyle enhancements 2023-07-13 15:27:49 +02:00
Patrick Jentsch 4ae4b88a44 Cleanup in cqi over socketio 2023-07-13 12:42:47 +02:00
Patrick Jentsch b7483af8e9 Bump Socket.IO client version 2023-07-13 12:40:37 +02:00
Patrick Jentsch 41d8dbad5d simplify decompression and decoding 2023-07-12 11:25:58 +02:00
Patrick Jentsch 203faa4257 Remove debug messages and move data inflation into api fn 2023-07-12 11:11:15 +02:00
Patrick Jentsch 960f36c740 Fix BrokenPipeError handling in cqi_over_socketio 2023-07-12 10:54:52 +02:00
Patrick Jentsch 688b96ffee remove debug messages and increase chunk size in cqi 2023-07-07 11:47:34 +02:00
Patrick Jentsch a9973e9c8e Add compression to static corpus data, use chunked computation, hide read corpus ids in corpus analysis 2023-07-06 13:02:22 +02:00
Patrick Jentsch 413b6111df Implement fast boundary computation for ent and s s_attrs 2023-07-03 15:31:28 +02:00
Patrick Jentsch a9f05fffdf Fix Error handling in corpus analysis app 2023-07-03 13:28:52 +02:00
Patrick Jentsch 7936ac270b Merge branch 'visualizations-update' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into visualizations-update 2023-07-03 11:17:13 +02:00
Patrick Jentsch 1eabf18b13 Remove timeout in cqi js 2023-07-03 11:17:07 +02:00
Patrick Jentsch 1cd9540e5b Improve cqi extension structure 2023-06-30 15:36:45 +02:00
Patrick Jentsch 912bd7da07 Remove TODOs that are done 2023-06-30 14:18:07 +02:00
Patrick Jentsch e21ef2422d cqi-js: implement timeout 2023-06-30 14:13:34 +02:00
Patrick Jentsch c52c966863 Better marking for non standard cqi additions ins cqi js 2023-06-30 12:55:32 +02:00
Patrick Jentsch a7a948908f Small fixes and remove old cqi_over_socketio interface 2023-06-30 12:19:18 +02:00
Patrick Jentsch 3a97b1a07a Remove mention of old cqi client 2023-06-30 12:11:17 +02:00
Patrick Jentsch 315b538c30 Replace the old js CQiClient with fully featured new one 2023-06-30 12:10:17 +02:00
Patrick Jentsch 07103ee4e5 Fix issues in cqi_over_sio 2023-06-29 13:17:29 +02:00
Patrick Jentsch efa8712cd9 Add a full featured cqi Javascript client for cqi_over_sio 2023-06-29 12:09:28 +02:00
Patrick Jentsch e816a2fb15 implement missing cqi over socketio functions 2023-06-23 09:22:34 +02:00
Patrick Jentsch 1e33366820 fix cache loading string instead of parsing json 2023-06-22 16:44:29 +02:00
Patrick Jentsch 71013f1dc5 Add missing data and data cache to vis data generator function 2023-06-22 16:42:28 +02:00
Patrick Jentsch f84ac48975 Add test snippet for fast cpos boundary calculation for s_attrs 2023-06-22 14:19:14 +02:00
Patrick Jentsch 2739dc4b4f Remove debug code 2023-06-22 13:21:19 +02:00
Patrick Jentsch eb2abf8282 Merge branch 'visualizations-update' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into visualizations-update 2023-06-22 12:46:36 +02:00
Patrick Jentsch 529c778772 codestyle 2023-06-22 12:45:33 +02:00
Patrick Jentsch be51044059 Fix cqi_over_socketio not handling cqi status correctly 2023-06-22 12:45:23 +02:00
Patrick Jentsch f037c31b88 Add more visualization data 2023-06-19 13:22:20 +02:00
Patrick Jentsch 972f514e6b Implementation of visdata v2 2023-06-16 17:35:54 +02:00
Patrick Jentsch e6d8d72e52 Add visualization data method to cqi over socketio 2023-06-14 14:50:04 +02:00
Patrick Jentsch b7ca2a2cf6 Add new cqi method to get data for the new corpus overview 2023-06-12 13:01:27 +02:00
Patrick Jentsch d6789a0388 Remove Anonymous from cfr selection in follow link gen 2023-06-06 13:47:24 +02:00
Patrick Jentsch 793de849ef Allow to change role by using a corpus follow link 2023-06-06 13:44:02 +02:00
Patrick Jentsch f4b30433e6 Add back community update code 2023-06-06 11:48:58 +02:00
Patrick Jentsch c2a6b9d746 comment out community update code 2023-06-05 16:52:20 +02:00
Patrick Jentsch ac2f27150b typo fixes 2023-06-05 14:02:53 +02:00
Patrick Jentsch 526fd1769e First works on adding select to joblist 2023-06-05 13:44:07 +02:00
Patrick Jentsch 86318b9a7d disable role select for self 2023-06-05 13:01:14 +02:00
Patrick Jentsch e326e1ab81 remove debug follower list 2023-06-05 11:27:08 +02:00
Patrick Jentsch 2f3ddc6b81 Remove all cqi inga function code fragments 2023-06-05 10:42:52 +02:00
Patrick Jentsch 44d98dfa46 Add inga method to cqi_over_socketio 2023-06-01 11:24:09 +02:00
Patrick Jentsch 5cc07f2e13 Some more events (unregistered for now) 2023-05-17 12:30:13 +02:00
Patrick Jentsch 184e78ef0b Merge branch 'public-corpus' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into public-corpus 2023-05-15 14:28:49 +02:00
Patrick Jentsch 202700b129 fix cqi over socketio corpus.update_db command 2023-05-15 14:28:27 +02:00
Patrick Jentsch fbf663fee3 fix corpus reset cli command 2023-05-15 12:22:38 +02:00
Patrick Jentsch 66a54dae10 Merge branch 'public-corpus' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into public-corpus 2023-05-15 12:00:19 +02:00
Patrick Jentsch 60a59383c7 A better application structure 2023-05-15 12:00:13 +02:00
Patrick Jentsch 1c47d2a346 Merge branch 'public-corpus' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into public-corpus 2023-05-11 16:33:28 +02:00
Patrick Jentsch 336bbc39e4 Move cli interface code in package 2023-05-11 16:33:21 +02:00
Patrick Jentsch 595bda98ef Fix wrong admin check 2023-05-09 15:32:09 +02:00
Patrick Jentsch 91e42d6d92 Revert changes and fix some typos 2023-05-09 14:18:59 +02:00
Patrick Jentsch 8c935820e8 Better and more live updated on corpus follower actions 2023-05-08 15:20:42 +02:00
Patrick Jentsch e4593d5922 Fix issue with admin view of Corpus Lists 2023-05-08 11:34:10 +02:00
Patrick Jentsch c3306563f0 Change logic for colorization of followed corpora in corpus Lists 2023-05-08 11:32:28 +02:00
Patrick Jentsch 817a13dfff First take on cleaning up the corpus analysis template code 2023-04-21 15:00:54 +02:00
Patrick Jentsch 2768a96133 Rename contributions create templates 2023-04-18 16:11:24 +02:00
Patrick Jentsch a844cdb45b Rename routes and templates in corpora package 2023-04-18 11:32:04 +02:00
Patrick Jentsch 0de14ea5db cleanup CorpusFollowerPermissions 2023-04-12 12:45:41 +02:00
Patrick Jentsch 98b1c15aa0 Fix some incompatible requirements 2023-04-12 09:31:01 +02:00
Patrick Jentsch 8e7d44ec57 Settings ui polish 2023-04-11 15:03:12 +02:00
Patrick Jentsch 4ca2c0c873 Fix typos and simplification 2023-04-11 13:30:38 +02:00
Patrick Jentsch 2fd7e35b99 Add missing imports 2023-04-11 12:39:37 +02:00
Patrick Jentsch 3a2295487c Fix some privacy issues 2023-04-11 11:46:33 +02:00
Patrick Jentsch 77fc8a42f1 Move the last bits of the settings package to the user package 2023-04-06 08:42:21 +02:00
Patrick Jentsch 6abf119c0c Fix some things in admin backend 2023-04-05 13:59:31 +02:00
Patrick Jentsch 719e6da9c8 deactivate automatic python venv activation in vscode terminal 2023-04-05 12:27:32 +02:00
Patrick Jentsch ca25ea0b80 Change logic to check whether a user folder is empty or not 2023-04-05 12:05:34 +02:00
Patrick Jentsch 477e583be9 fix settings page delete user function 2023-04-04 09:14:32 +02:00
Patrick Jentsch ee82dafb7c Fix admin user settings template 2023-04-04 09:01:51 +02:00
Patrick Jentsch 423709b4eb Add a prefix for nopaque's data within the application context 2023-04-04 08:56:19 +02:00
Patrick Jentsch a27caaa8a2 Use a better redirect mechanic in the proxied settings route 2023-04-04 08:44:25 +02:00
Patrick Jentsch 87798f4781 completly move settings logic to users package 2023-04-03 16:34:03 +02:00
Patrick Jentsch 6e6fa49f79 Merge branch 'public-corpus' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into public-corpus 2023-04-03 15:25:59 +02:00
Patrick Jentsch f1d8b81923 move settings related json routes to users package 2023-04-03 15:25:55 +02:00
Patrick Jentsch 2289106ac7 Fix last seen not set error on admin user page 2023-03-31 14:17:08 +02:00
Patrick Jentsch 491e24f0a3 Fix jobinputlist 2023-03-31 09:32:59 +02:00
Patrick Jentsch 43751b44ac Fix missing job status value in toast notification 2023-03-31 09:25:13 +02:00