1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
Commit graph

28 commits

Author SHA1 Message Date
JensDiemer
a1778b25a5 Update "conf/requirements.txt" and check it with a test 2021-09-15 21:03:02 +02:00
JensDiemer
d537cb1d02 Switch from "django_ynh" to "django_yunohost_integration" 2021-09-15 20:39:29 +02:00
JensDiemer
4ea54c8aab Update to PyInventory 0.9.2 and all requirements 2021-05-11 18:25:13 +02:00
JensDiemer
85e5ea1e57 Update to PyInventory v0.9.1 2021-04-28 19:42:53 +02:00
JensDiemer
2b85bab7c4 Update requirements 2021-01-19 19:22:42 +01:00
JensDiemer
6adfddecb4 Bugfix "CSRF verification failed on POST requests"
see: https://github.com/YunoHost-Apps/django_ynh/issues/7
2021-01-08 11:12:15 +01:00
JensDiemer
8e81bd12ea update to pyinventory==0.8.3 2020-12-29 14:36:09 +01:00
JensDiemer
add1026c11 Refactor to use django_ynh 2020-12-29 13:58:40 +01:00
JensDiemer
465bf8b8eb rename settings/urls 2020-12-29 12:52:08 +01:00
JensDiemer
5350949560 Bugfix nginx.conf 2020-12-29 12:51:24 +01:00
JensDiemer
29ca95f076 Generate "conf/requirements.txt" and install via this file 2020-12-29 10:12:46 +01:00
JensDiemer
a8fc11e0c9 remove "django_auth_ldap" from logging: it's obsolete 2020-12-22 18:45:38 +01:00
JensDiemer
098793d79b Remove /admin/ from URLs 2020-12-22 17:42:24 +01:00
JensDiemer
3b8b01f73f Authenticate via SSO and nginx 'HTTP_REMOTE_USER' header 2020-12-22 17:12:26 +01:00
JensDiemer
4206f55b36 Just define own urls.py
so we also support settings.SERVE_FILES here, too.
And this removes one warnings about duplicate namespaces.
2020-12-19 20:17:57 +01:00
JensDiemer
a4b04d1186 Set Django dbbackup path to /opt/yunohost/$app/backups/ 2020-12-19 20:16:49 +01:00
JensDiemer
12a5adab54 bugfix import "local_settings.py" 2020-12-19 20:06:07 +01:00
JensDiemer
64d4cccc8e Fix #24 set CKeditor base path 2020-12-19 19:29:58 +01:00
JensDiemer
4a81c8dec5 SSO: Bugfix new user creations and permissions 2020-12-12 14:36:36 +01:00
JensDiemer
12739d04d7 Support SSO authentication via django-auth-ldap
Other changes:

* Bugfix Redis cache backend
* remove "virtualenv" and use "python3 -m venv"
2020-12-12 13:55:14 +01:00
JensDiemer
76785f5f78 Bugfix update superuser
The "update superuser" part in "scripts/upgrade" doesn't work. Because it tries to create a new
superuser and doesn't handle a existing one.

We have conf/create_superuser.py that handle this: Use it in install/upgrade
2020-12-09 20:25:01 +01:00
JensDiemer
c3f7694ad0 Bugfix serving user media files 2020-12-09 19:58:42 +01:00
JensDiemer
b6eb5690ae Add scripts for local test for development 2020-12-09 19:58:13 +01:00
JensDiemer
5ccbcf5aa5 Bugfix static file URL in nginx.conf 2020-12-09 14:16:18 +01:00
JensDiemer
6adbe3eaef bugfix $YNH_APP_ARG_PATH handling 2020-12-09 13:31:25 +01:00
JensDiemer
1d13378171 Use own urls.py to support $YNH_APP_ARG_PATH 2020-12-09 12:05:24 +01:00
JensDiemer
aa6c3f7d89 bugfixes 2020-12-08 19:43:24 +01:00
JensDiemer
ba39fc8bf7 init 2020-12-08 09:06:25 +01:00