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

388 commits

Author SHA1 Message Date
Josué Tille
0d433dc2d7
Simplify remove 2024-02-26 21:38:24 +01:00
Josué Tille
31a6969c15
Improve name for sources 2024-02-26 21:38:24 +01:00
Josué Tille
d1926e4671
Cleanup dirty code 2024-02-26 21:38:23 +01:00
Josué Tille
86293ea5c6
Cleanup default synapse config not used 2024-02-26 21:38:22 +01:00
Josué Tille
d17f526b20
Rework setting web_client_location 2024-02-23 20:40:03 +01:00
Josué Tille
3880e7046e
Fix registrations_require_3pid which could be set to none 2024-02-23 20:22:06 +01:00
Josué Tille
99e4fcb21b
Use domain for mail stack and hard code main path as it static 2024-02-23 18:22:40 +01:00
Josué Tille
eea366884d
Fix linter warning 2024-02-23 18:22:07 +01:00
Josué Tille
131d6d4cff
On dh file generation, remove dsaparam as it's not supported on debian bookworm 2024-02-22 23:38:23 +01:00
Josué Tille
388757cb89
Simplify main domain retrivement 2024-02-22 22:07:11 +01:00
Josué Tille
98c9fc53f1
Fix upgrade 2024-02-21 22:34:45 +01:00
Josué Tille
4cd097e916
Fix undefined var 2024-02-21 21:44:29 +01:00
Josué Tille
f4faaa5494
Fix undefined vars 2024-02-21 19:24:15 +01:00
Josué Tille
606a38b59d
Simplify call to venv 2024-02-21 08:20:16 +01:00
Josué Tille
f1dd82feec
Rework maintenance scripts 2024-02-20 23:49:41 +01:00
Josué Tille
a3c9dbeac0
Cleanup 2024-02-20 23:18:15 +01:00
Josué Tille
0cb7777098
Add description for services 2024-02-20 23:11:51 +01:00
Josué Tille
0fd65f2467
First draft of upgrade from old version 2024-02-20 23:11:51 +01:00
Josué Tille
4311d1e98d
Add warning when server_name config are not managed by yunohost 2024-02-20 21:18:09 +01:00
Josué Tille
bdc9c35382
Fix migration of systemd unit 2024-02-16 23:31:46 +01:00
Josué Tille
c039c3774a
Apply same default value from install to upgrade 2024-02-16 23:31:30 +01:00
Josué Tille
35f809c5c3
Remove really old check for upgrade 2024-02-16 23:30:53 +01:00
Josué Tille
995ad42c0b
Rework default value on install
- Turn allow guest don't need to be enable when account creation is allowed
- 3pid lookup is completly indpendant of account creation
- SSO enabled is not used any more
2024-02-16 23:29:13 +01:00
Josué Tille
47ffaea069
Remove 'none' value for 3pid on account creation as it's not accepted by synapse without workaround 2024-02-16 23:27:55 +01:00
Josué Tille
da02afcb07
Set to default value when settings are hidden on panel 2024-02-16 23:26:56 +01:00
Josué Tille
1f8a57b415
Fix indentation 2024-02-16 23:26:18 +01:00
Josué Tille
5dde802494
Fix typo 2024-02-16 23:24:17 +01:00
Josué Tille
b2cedfe7c4
Add missing save checksum 2024-02-16 22:27:40 +01:00
Josué Tille
e0d9125a78
Fix missing store file checksum 2024-02-06 22:02:08 +01:00
Josué Tille
e7e2b725cc
Cleanup temporary workaround 2024-02-06 21:34:39 +01:00
Éric Gaspar
df8f1884cc Merge remote-tracking branch 'origin/testing' into v2 2024-02-06 21:28:36 +01:00
Josué Tille
ae1c617812
Fix install 2024-02-06 21:04:18 +01:00
Josué Tille
fbeb092ac4
Remove yunohost user creation 2024-02-06 21:04:05 +01:00
Josué Tille
fe8b5b0119
Cleanup experimental helper 2024-02-06 21:03:19 +01:00
Josué Tille
29da503830
Patch upstream to add anonymous ldap filter 2024-02-06 20:55:10 +01:00
Josué Tille
b2e2341ff1
Standardize unit name
This is in prevision for multiple services linked to the same app, so we can have something like $app-coturn, $app-slide-proxy, ...
2024-02-06 20:42:00 +01:00
Josué Tille
236bfd27e8
Use $app instead of $YNH_APP_ID 2023-12-18 14:35:56 +01:00
Josué Tille
b4fa0b6d8d
Fix checksum issue 2023-11-22 19:03:17 +01:00
Josué Tille
b8e3f085bd
Increase default upload size 2023-11-22 18:58:42 +01:00
Josué Tille
4b4ce678f5
Fix warnings 2023-11-22 17:18:40 +01:00
Josué Tille
3f78f68ea6
Fix sso 2023-11-22 15:33:55 +01:00
Josué Tille
b78bebaede
cleanup script 2023-11-20 19:26:18 +01:00
Josué Tille
1d4173a3b3
Add missing setting 2023-11-02 23:11:03 +01:00
Josué Tille
8399b817de
Increase default upload size 2023-11-02 23:11:03 +01:00
Josué Tille
53640f17e7
Improve config file generation 2023-11-02 23:11:02 +01:00
Josué Tille
1cfd575980
Fix install issues 2023-11-02 23:11:02 +01:00
Josué Tille
b435f316a2
Full rework of all scripts
- Adapt all script with packaging v2
- Rework cleanly control pannel and remove all replace in file as it's breaken after each update
- Cleanup
2023-11-01 18:52:07 +01:00
Josué Tille
1be257483e
Update manifest 2023-10-31 22:55:16 +01:00
Josué Tille
3082db3801
Migrate with script 2023-10-31 22:19:40 +01:00
Tagada
6d47809b6e
Use the last version of setuptools 2023-09-28 21:58:45 +02:00