Stephan Porada
|
66827bbdb1
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
|
2020-06-10 14:26:00 +02:00 |
|
Stephan Porada
|
7e34892147
|
Rework job page input file view
|
2020-06-10 14:25:57 +02:00 |
|
Patrick Jentsch
|
4735df7c60
|
Add missing configuration to .env.tpl
|
2020-06-10 14:25:57 +02:00 |
|
Patrick Jentsch
|
b3e467beac
|
Update daemon
|
2020-06-10 14:18:02 +02:00 |
|
Stephan Porada
|
6e26e38326
|
Add True as default if NOPAQUE_EXECUTE_NOTIFICATIONS is not set
|
2020-06-10 09:39:16 +02:00 |
|
Patrick Jentsch
|
84319681a2
|
Update
|
2020-06-09 15:59:41 +02:00 |
|
Patrick Jentsch
|
d92efba805
|
Update README
|
2020-06-09 13:27:02 +02:00 |
|
Patrick Jentsch
|
d59268dd29
|
Add docker-compose.override.yml template duplicate, edit and save it as docker-compose.override.yml next to docker-compose.yml
|
2020-06-09 12:49:50 +02:00 |
|
Patrick Jentsch
|
59003593b6
|
All configuration via .env file. (This replaces the nopaque.env file)
|
2020-06-09 12:46:08 +02:00 |
|
Stephan Porada
|
f32c6e9faa
|
Fix
|
2020-06-08 14:56:43 +02:00 |
|
Stephan Porada
|
66cee12dcb
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
|
2020-06-08 13:53:06 +02:00 |
|
Stephan Porada
|
3449964345
|
Put execute_flag into enviroment file
|
2020-06-08 13:52:54 +02:00 |
|
Patrick Jentsch
|
71cea57397
|
blubb
|
2020-06-08 13:47:34 +02:00 |
|
Patrick Jentsch
|
4727ce32c6
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
|
2020-06-08 11:55:31 +02:00 |
|
Patrick Jentsch
|
1faf8f9ab2
|
Add playground blueprint
|
2020-06-08 11:55:20 +02:00 |
|
Stephan Porada
|
e0f32ee9eb
|
Remove sleep
|
2020-06-08 11:28:02 +02:00 |
|
Stephan Porada
|
50a483cbfc
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
|
2020-06-08 10:24:28 +02:00 |
|
Stephan Porada
|
b56a8362ff
|
Avoid that threads of the same type can be executed twice or thrice etc.
|
2020-06-08 10:23:32 +02:00 |
|
Patrick Jentsch
|
a5a008db2f
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
|
2020-06-08 10:14:21 +02:00 |
|
Patrick Jentsch
|
023aade995
|
Some changes for convinience
|
2020-06-08 10:14:15 +02:00 |
|
Stephan Porada
|
9e88330433
|
Remove unecessary sessions
|
2020-06-05 15:25:16 +02:00 |
|
Stephan Porada
|
bb68784026
|
Fix
|
2020-06-05 15:19:01 +02:00 |
|
Stephan Porada
|
59b27d96ca
|
Add todos
|
2020-06-05 15:17:37 +02:00 |
|
Patrick Jentsch
|
056fbe273c
|
Update
|
2020-06-05 15:12:59 +02:00 |
|
Patrick Jentsch
|
cb2b64fa9d
|
integrate nopaque repo
|
2020-06-05 14:42:04 +02:00 |
|
Patrick Jentsch
|
450ddf69fc
|
Use more restrictive ssl settings
|
2020-06-03 11:18:15 +02:00 |
|
Patrick Jentsch
|
4ac4fcb4ff
|
Add security enhancements. See: https://blog.miguelgrinberg.com/post/cookie-security-for-flask-applications
|
2020-06-02 16:51:08 +02:00 |
|
Patrick Jentsch
|
9f62e782f0
|
Add permanent redirect from http to https
|
2020-06-02 10:02:27 +02:00 |
|
Patrick Jentsch
|
d5569fa65b
|
flashed messages for unauthenticated users too!
|
2020-05-27 13:34:55 +02:00 |
|
Patrick Jentsch
|
ba916b70bd
|
Change location where socket is initialized...again
|
2020-05-27 13:32:07 +02:00 |
|
Patrick Jentsch
|
94d99862bd
|
Use werkzeugs pre implemented ProxyFix middleware
|
2020-05-27 12:52:41 +02:00 |
|
Patrick Jentsch
|
814821a2bd
|
Make flask respect https! :D See: https://stackoverflow.com/questions/14810795/flask-url-for-generating-http-url-instead-of-https/37842465#37842465
|
2020-05-27 11:36:28 +02:00 |
|
Patrick Jentsch
|
01bc246035
|
Some minor fixes for logformat.
|
2020-05-27 11:35:49 +02:00 |
|
Patrick Jentsch
|
ecac2c481c
|
Only initialize socket when the user is logged in
|
2020-05-27 11:11:54 +02:00 |
|
Patrick Jentsch
|
afd7469178
|
Rework logging code
|
2020-05-27 11:03:50 +02:00 |
|
Patrick Jentsch
|
9d893db403
|
update
|
2020-05-26 15:39:46 +02:00 |
|
Patrick Jentsch
|
f137b8df9b
|
Add ssl config for local development.
|
2020-05-26 14:40:44 +02:00 |
|
Patrick Jentsch
|
eccf9691c1
|
Add missing import. Remove unused import.
|
2020-05-26 14:29:01 +02:00 |
|
Patrick Jentsch
|
af527c1cf3
|
Bump socketio-client version. (2.2.0 -> 2.3.0)
|
2020-05-26 14:26:11 +02:00 |
|
Patrick Jentsch
|
d4e81b11e0
|
Fix foreign user data transmission for admins
|
2020-05-20 10:32:39 +02:00 |
|
Patrick Jentsch
|
8d201a29ae
|
Proper socketio_login/admin_required decorators
|
2020-05-20 09:36:59 +02:00 |
|
Patrick Jentsch
|
f86301112b
|
Remove unused .png
|
2020-05-20 09:36:23 +02:00 |
|
Patrick Jentsch
|
2af6daccf2
|
switch parallax images so that the code image is displayed when the user is logged in
|
2020-05-19 14:39:23 +02:00 |
|
Patrick Jentsch
|
b93bcb36f7
|
update
|
2020-05-19 14:27:35 +02:00 |
|
Patrick Jentsch
|
ddfa0f47bf
|
Add new config variable and rename opaque_domain -> nopaque_domain
|
2020-05-19 14:19:23 +02:00 |
|
Patrick Jentsch
|
94a193f6dd
|
Add legal notice and gitlab link as button
|
2020-05-19 10:25:16 +02:00 |
|
Patrick Jentsch
|
c93d641fe4
|
Let daemon depend on web container, to make sure that db migrations are applied before daemon starts.
|
2020-05-19 09:27:21 +02:00 |
|
Stephan Porada
|
6f842a1092
|
Remove unnecessary deletes which hare handled by cascade options
|
2020-05-18 14:53:31 +02:00 |
|
Stephan Porada
|
22114dd464
|
Add all necessary models to flask shell context
|
2020-05-18 14:47:04 +02:00 |
|
Stephan Porada
|
8f4cd9a375
|
Add additional new __repr_ function
|
2020-05-18 13:46:12 +02:00 |
|