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

1122 commits

Author SHA1 Message Date
rosbeef andino
a01e0c19b1
Update homeserver.yaml 2023-01-30 16:53:03 +00:00
rosbeef andino
c2e1891f39
Update config_panel.toml 2023-01-30 16:50:32 +00:00
rosbeef andino
b886394e84
Update homeserver.yaml 2023-01-30 16:33:42 +00:00
rosbeef andino
86345a686e
Update config_panel.toml 2023-01-28 20:10:23 +00:00
rosbeef andino
0588509c64
add privacy on push notifications
I think it's the only things to do with that.
2023-01-28 19:29:09 +00:00
yunohost-bot
485f8b3409 Auto-update README 2023-01-22 15:00:36 +00:00
Josué Tille
c76e28b811
Upgrade synapse to 1.75.0 2023-01-22 15:25:13 +01:00
Josué Tille
8b70acb2d2
Remove buster support and add bookworm support 2023-01-22 15:14:33 +01:00
gredin67
75349b38b7 restructure allowed_local_3pids 2023-01-19 10:08:18 +01:00
gredin67
2faeeb5b75 make panel load 2023-01-18 18:48:51 +01:00
gredin67
7baee4b2b4 typo 2023-01-18 18:22:56 +01:00
gredin67
d5b8ec1ac9 correct visible syntax 2023-01-18 18:13:00 +01:00
gredin67
dbee6ce94c refactor config panel structure 2023-01-18 17:46:24 +01:00
Gredin67
5d6efa05b7
Apply suggestions from code review
Co-authored-by: Josue-T <josue@tille.ch>
2023-01-18 15:20:11 +01:00
Josue-T
42fe0302b3
Merge pull request #360 from Gredin67/fix-sso-client-whithelist-generation
Fix lists in config
2023-01-15 12:53:41 +01:00
gredin67
af225f6201 Merge branch 'master' into config-panel 2023-01-14 12:50:23 +01:00
Josue-T
2ee72e671a
Merge pull request #361 from YunoHost-Apps/testing
Testing
2023-01-14 11:39:41 +01:00
gredin67
84eb157391 config max_upload_size 2023-01-13 12:38:30 +01:00
Josue-T
500bb6538a
force attrs version too 2023-01-13 08:16:02 +01:00
Gredin67
4da1cb0f11
remove unnecessary replace_string 2023-01-12 18:47:17 +01:00
Josue-T
13973bfc84
Merge pull request #358 from YunoHost-Apps/fix_issue_335
Fix upgrade with old pyopenssl
2023-01-12 08:02:02 +01:00
gredin67
5e939bada8 yeepy! 2023-01-11 18:31:49 +01:00
gredin67
3af6cc79e9 typotypo 2023-01-11 18:13:23 +01:00
gredin67
36df907490 tyyyyyyyyyyyyyy 2023-01-11 17:52:30 +01:00
gredin67
5ee7ed4f22 typo 2023-01-11 17:42:10 +01:00
gredin67
fa02d4e9c0 typo 2023-01-11 17:36:28 +01:00
gredin67
e6a6fffef1 typo 2023-01-11 17:21:45 +01:00
gredin67
3ced5e2a7c clean config init 2023-01-11 17:11:43 +01:00
gredin67
2cabc70378 erase custom config panel 2023-01-11 15:02:48 +01:00
gredin67
7ada897751 init allow_regis at upgrade 2023-01-11 14:53:53 +01:00
gredin67
56ad01bdb9 client urls 2023-01-11 14:03:52 +01:00
Gredin67
b28486fcd5
correst string compare syntax 2023-01-11 12:29:02 +01:00
Josue-T
1ba4842131
Merge pull request #359 from csolisr/fix-user-creation
Fix issue with user creation script
2023-01-11 07:30:50 +01:00
Gredin67
2462d89af1
disable password if registration disabled 2023-01-10 18:22:38 +01:00
gredin67
e853d00dc2 fix coturn.conf external-ip 2023-01-10 17:57:44 +01:00
Carlos Solís
39ffead3a9 Make user creation script depend on YNH version
The format used to create a new user on YunoHost 11.1 and above is different than the one used beforehand. This change is intended to detect which version is currently installed and use the correct format.
2023-01-10 09:56:15 -06:00
gredin67
f58c330fe9 e2e default 2023-01-10 16:49:36 +01:00
Gredin67
e8ddae15d8
e2e_enabled_by_default [all,invite,off] 2023-01-10 16:36:46 +01:00
Gredin67
eb51ba4e8b
correct init e2e_default 2023-01-10 15:26:29 +01:00
Gredin67
2915167b7c
correct __FOOBAR__ init 2023-01-10 12:37:02 +01:00
Gredin67
04a2760423
give auto_join_rooms default 2023-01-10 04:14:11 +01:00
Gredin67
6678d886ce
Update upgrade 2023-01-10 02:07:48 +01:00
Gredin67
45f272140f
Update install 2023-01-10 02:05:30 +01:00
Gredin67
5dbf9f89dd
matrix.to 2023-01-10 00:20:52 +01:00
Gredin67
24044b0ecd
default to matrix.to 2023-01-09 23:26:39 +01:00
Carlos Solís
d3694bcc55 Fix issue with user creation script
In recent versions, YunoHost has deprecated the parameters "-f FIRSTNAME" and "-l LASTNAME", substituting them with "-F FULLNAME" instead. Without this patch, newer versions of YunoHost will output an error message, "WARNING - Not a tty, can't do interactive prompts", and fail installing or upgrading.
2023-01-09 11:12:22 -06:00
Gredin67
8e153d4fd6
Update upgrade 2023-01-09 12:03:14 +01:00
Gredin67
c7208ce272
Update install 2023-01-09 12:02:56 +01:00
Josue-T
f3b89ccce4
Update _common.sh 2023-01-09 12:01:04 +01:00
Gredin67
4d0a7b9ff5
correct bind 2023-01-09 11:40:53 +01:00