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

243 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
fcc5766db4 Merge branch 'fix_upgrade' into example 2022-03-05 14:09:57 +01:00
yalh76
e54773af2a Fix upgrade 2022-03-05 14:07:35 +01:00
yalh76
8868a298d9 less warnings 2022-03-04 20:13:39 +01:00
yalh76
a420f85623 Merge remote-tracking branch 'origin/testing' into example 2022-03-04 19:44:02 +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
yalh76
e7bcc4eb7b Apply last example_ynh 2022-03-04 08:23:50 +01:00
Kay0u
b1e4c38364
4.11 2022-02-28 16:50:56 +01:00
Kay0u
a30c224eec
4.10.1 2021-12-30 13:03:56 +01:00
Kay0u
2529b922bd
fix install 2021-11-15 14:32:30 +01:00
Kay0u
33612925fc
Merge branch 'testing' of github.com:YunoHost-Apps/weblate_ynh into testing 2021-11-15 12:51:05 +01:00
Kay0u
e0f520f4bd
add libffi-dev 2021-11-15 12:51:01 +01:00
Kay0u
230402a42e
4.9 2021-11-15 12:25:04 +01:00
ericgaspar
1483e74d8a
4.9 2021-11-12 21:09:15 +01:00
Kay0u
2daaef0381
4.8 2021-08-27 00:07:28 +02:00
ericgaspar
164a07ef03
Update _common.sh 2021-06-28 22:42:59 +02: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
b86b53b820
Merge pull request #45 from YunoHost-Apps/fix-buster-install
Naively trying to fix install for bullseye
2021-06-17 16:36:05 +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
88b1816c06
Upgrade to 4.7 2021-06-17 16:34:13 +02:00
Alexandre Aubin
87c91c5336
Naively trying to fix install for buster 2021-06-11 16:13:43 +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
80f9b00da0
4.6.1 2021-05-03 14:30:31 +02:00
Kay0u
603f194e84
fix install and upgrade 2021-05-03 14:15:42 +02:00
Kay0u
b3dea800bf
4.6 2021-04-30 15:58:52 +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
Kay0u
4b8fae84d2
Upgrade to 4.5.3 2021-04-12 14:16:07 +02:00
Yunohost-Bot
534f3ef873 [autopatch] Autopatch to migrate to new permission system 2021-03-15 00:27:49 +01:00
Kay0u
c361da8e5a
4.5.1 2021-03-08 10:51:06 +01:00
Kay0u
81ec8b36ce
Fix email config 2021-01-05 12:01:49 +01:00
Kay0u
66eb909e77
Upgrade to 4.4 2021-01-05 12:00:34 +01:00
Kay0u
97ebb759ef
Add password argument 2021-01-05 11:59:39 +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
09c091b53b
no more changesite option 2020-10-28 20:39:35 +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
dbd07e4d65 create log folder at restoration 2019-08-28 08:30:14 +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
5b6ffa4bc2 update to 3.8 2019-08-22 22:29:05 +02:00
Jean-Baptiste Holcroft
5e3076f85f upgrade to 3.7 2019-06-24 22:25:12 +02:00
Jean-Baptiste Holcroft
45ff697d9f Apply new packaging advices 2019-05-30 20:51:22 +02:00
Jean-Baptiste Holcroft
f953043a27 3.6.1 2019-05-12 17:29:20 +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
ee5910276b upgrade to 3.5.1 2019-03-10 22:37:03 +01:00
Jean-Baptiste Holcroft
b223178dd7 upgrade to 3.5 2019-03-10 21:57:52 +01:00
Jean-Baptiste Holcroft
df244810fb fix linter suggestion 2019-03-10 08:20:59 +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
e61cb6e29a Prepare update to 3.3 2018-12-07 11:31:52 +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
1d182631b2 Fix backup and restore for celery 2018-10-25 08:01:46 +02:00
Jean-Baptiste Holcroft
08bd696434 Fix celery behavior 2018-10-24 22:08:30 +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
d9f1725f5f Merge branch 'master' into testing 2018-10-15 22:49:49 +02:00
Jean-Baptiste Holcroft
3ed8265e35 Make sure the service is stoped for removing 2018-10-15 22:44:02 +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
Jean-Baptiste Holcroft
ea006f8e36 fix warning security.W009 (secret key length should be >=50) 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
ff2fda78db Add 3.1.1 upgrade with two steps upgrade 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
84c2ceb7a8 Upgrade to 3.1.1 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
ba3cc65b61 remove pgsql helpers (included in core) 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
5e78b6e62e Improve cron file 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
d942065f6a Upgrade to 3.0.1 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
3fd38cdae6 Upgrade to 3.0 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
516d927974 Impove mail helper and check_process 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
f4907c50cb Fix uwsgi folder for reboots 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
ee27947a0b Improve uwsgi, fix root install, upgrade postgresql 2018-10-15 22:30:49 +02:00
Jean-Baptiste Holcroft
1decda965f temp 2018-10-15 21:51:26 +02:00
Jean-Baptiste Holcroft
6647a93af3 Weblate 3.2 initialization 2018-10-06 20:50:23 +02:00
Jean-Baptiste Holcroft
c696886804 ynh_string_random can't go further 24... 2018-09-02 14:18:13 +02:00
Jean-Baptiste Holcroft
2a88486fa9 Fix upgrade for locally modified settings files 2018-09-01 22:46:07 +02:00
Jean-Baptiste Holcroft
63f95130ac fix warning security.W009 (secret key length should be >=50) 2018-09-01 22:46:07 +02:00
Jean-Baptiste Holcroft
29d5c5f071 Add 3.1.1 upgrade with two steps upgrade 2018-09-01 22:46:03 +02:00
Jean-Baptiste Holcroft
a7deb5c849 Upgrade to 3.1.1 2018-08-27 22:36:09 +02:00