1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
Commit graph

86 commits

Author SHA1 Message Date
yalh76
5a0e43195d Fix cffi
it seems that the version of the libffi library seen at runtime is different from the 'ffi.h' file seen at compile-time
2022-03-07 12:45:29 +01:00
yalh76
b5bda8fcef fix ffi
SystemError: ffi_prep_closure(): bad user_data (it seems that the version of the libffi library seen at runtime is different from the 'ffi.h' file seen at compile-time)
2022-03-06 15:40:38 +01:00
yalh76
e54773af2a Fix upgrade 2022-03-05 14:07:35 +01:00
Kay0u
f3dec1623b
another try 2022-03-04 17:12:00 +01:00
Kay0u
03de594ea4
Trying to fix the upgrade 2022-03-04 12:05:07 +01:00
Kay0u
2529b922bd
fix install 2021-11-15 14:32:30 +01:00
ericgaspar
95ce729399
Fix 2021-06-28 18:24:51 +02:00
ericgaspar
7d1f1adf60
Update upgrade 2021-06-28 18:07:21 +02:00
ericgaspar
96ef2e0de9
Add ynh_add_config 2021-06-28 15:32:27 +02:00
Kayou
6d6aaaa92c
Merge pull request #41 from yunohost-bot/new-permission-system
[autopatch] Autopatch to migrate to new permission system
2021-06-17 16:35:09 +02:00
Kay0u
120d967a19
fix nginx access 2021-05-04 21:12:52 +02:00
Kay0u
840050079e
fix CI, again 2021-05-04 16:06:04 +02:00
Kay0u
603f194e84
fix install and upgrade 2021-05-03 14:15:42 +02:00
Kay0u
aed7035db5
version number is now in the version.py file 2021-04-12 16:39:05 +02:00
Kay0u
3155a90f45
fix folder/files permissions 2021-04-12 15:21:09 +02:00
Yunohost-Bot
534f3ef873 [autopatch] Autopatch to migrate to new permission system 2021-03-15 00:27:49 +01:00
Kay0u
81ec8b36ce
Fix email config 2021-01-05 12:01:49 +01:00
ericgaspar
a866f80129
Fix linter warnings 2020-12-13 18:47:45 +01:00
Kay0u
cedddd92df
set weight 2020-11-03 17:19:59 +01:00
Kay0u
df68a48f42
fix comparison 2020-11-03 16:51:25 +01:00
Kay0u
7e1c412536
Remove some warnings 2020-11-03 16:26:23 +01:00
Kay0u
2950375f65
Fix upgrade 2020-11-03 10:30:41 +01:00
Kay0u
ed63e5ab5d
Fix install/upgrade 2020-10-28 20:22:25 +01:00
Kay0u
9c57acbb89
4.3.1 2020-10-28 19:20:46 +01:00
Kay0u
cef22ac563
Add local_settings.py cf #24 2020-10-28 17:57:55 +01:00
Kay0u
33182706ed
fix scripts 2020-10-28 16:10:55 +01:00
Kay0u
d43693f8e8
update pip package needed during the install/upgrade 2020-10-28 14:33:45 +01:00
Kay0u
7435990215
Global upgrade 2020-10-28 13:53:42 +01:00
Maniack Crudelis
be5bdc2f2f Force usage of Django version lower than 3
Django versions after 3 drop the support for python_2_unicode_compatible
2020-05-03 01:44:16 +02:00
Jean-Baptiste Holcroft
da23f49102 remove useless content
follow package linter requests
2020-05-01 22:59:23 +02:00
Jean-Baptiste
324d990064
Merge pull request #27 from YunoHost-Apps/fix-hub
Fix hub on restore/upgrade
2020-05-01 22:33:14 +02:00
Jean-Baptiste Holcroft
15c2d22385 use variable for python path for buster
weblate uses Django, which requires to edit a configuration file in the filepath
replace the string value by a varible
2020-05-01 22:09:37 +02:00
Kay0u
d1719a2a2f
Fix hub on restore/upgrade 2020-04-15 16:10:47 +02:00
Jean-Baptiste Holcroft
7817df46ce add ruamel.yaml with pip 2019-08-28 18:23:05 +02:00
Jean-Baptiste Holcroft
c1b8cef3fe remove obsolete upgrade steps 2019-08-28 08:31:15 +02:00
Jean-Baptiste Holcroft
f05f984efe improve log files management 2019-08-28 00:09:23 +02:00
Jean-Baptiste Holcroft
6872223e5a add logrotate 2019-08-23 08:32:02 +02:00
Jean-Baptiste Holcroft
5df42eb737 add dep for subtitle translation support 2019-08-22 22:34:59 +02:00
Jean-Baptiste Holcroft
45ff697d9f Apply new packaging advices 2019-05-30 20:51:22 +02:00
Jean-Baptiste Holcroft
e89c8d88e9 move backup 2019-05-12 17:18:42 +02:00
Jean-Baptiste Holcroft
2df47eb2f7 add service to secure upgrade 2019-03-10 23:37:32 +01:00
Jean-Baptiste Holcroft
b223178dd7 upgrade to 3.5 2019-03-10 21:57:52 +01:00
Jean-Baptiste Holcroft
3adff29848 upgrade to 3.4 (and remove systemd template) 2019-02-25 23:09:47 +01:00
Jean-Baptiste Holcroft
cc02b38690 Fix upgrade 2018-10-26 22:48:09 +02:00
Jean-Baptiste Holcroft
d78dc9b918 Fix upgrade for celery 2018-10-25 08:01:56 +02:00
Jean-Baptiste Holcroft
9cf6fd0e89 migrate to python3, add celery and redis 2018-10-19 23:28:40 +02:00
Jean-Baptiste Holcroft
c38e8df3f4 upgrade to 2.20 2018-10-16 22:37:09 +02:00
Jean-Baptiste Holcroft
a49d61e52e fix ImportError: No module named backports 2018-10-15 22:35:03 +02:00
Jean-Baptiste Holcroft
69b0e9ddd2 ynh_string_random can't go further 24... 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
27cc87b09c Fix upgrade for locally modified settings files 2018-10-15 22:30:49 +02:00