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

63 commits

Author SHA1 Message Date
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