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

851 commits

Author SHA1 Message Date
rosbeef andino
b8379fe2e0
default value for third party server to send confirmation code by SMS. 2023-08-26 00:32:48 +00:00
rosbeef andino
bc753b37c4
defaullt value for third party server to send confirmation code by SMS. 2023-08-26 00:30:42 +00:00
rosbeef andino
9fb4fe1f0b
third party server to send confirmation code by SMS. last change 2023-08-26 00:29:00 +00:00
rosbeef andino
a509883d2c
correct threepid error 2023-08-23 22:45:02 +00:00
Gredin67
154f419b49
typo? 2023-08-23 22:18:17 +02:00
rosbeef andino
887a045e2a
Update homeserver.yaml 2023-08-23 00:07:35 +00:00
rosbeef andino
902e05601d
Update install account_threepid_delegates_msisdn 2023-08-22 23:36:41 +00:00
rosbeef andino
6c2f8de938
Update upgrade
?/
2023-08-21 21:45:08 +00:00
rosbeef andino
6dd8dcdcde
Update upgrade
my bad
2023-08-21 21:39:33 +00:00
rosbeef andino
ce6ad24a3c
add account_threepid_delegates_msisdn configuration 2023-08-21 20:45:22 +00:00
rosbeef andino
9258436e9f
add account_threepid_delegates_msisdn default config 2023-08-21 20:40:32 +00:00
rosbeef andino
3ec12e3761
little update 2023-08-21 20:34:35 +00:00
rosbeef andino
3f739251d9
little update 2023-08-21 20:32:11 +00:00
rosbeef andino
f89060f190
add msisdn third party server condifuration for SMS otp 2023-08-21 20:30:00 +00:00
rosbeef andino
93b8dc6561
add msisdn delegates parameter
# As email delegates is managed by the synapse server itself this email section is 
# deprecated but msisdn format is still composed by email: <value> on a new line
2023-08-21 20:12:19 +00:00
Gredin67
a962f7e09f
double quotes 2023-08-13 18:47:19 +02:00
Gredin67
9d4c9ab292
\\\ will write \\ 2023-07-31 02:03:22 +02:00
Gredin67
96e125a103
Update config_panel.toml 2023-07-26 11:13:55 +02:00
Gredin67
9f585ffcd6
Update config_panel.toml 2023-07-26 10:27:35 +02:00
Gredin67
86a92731c6
Update config_panel.toml 2023-07-25 22:26:02 +02:00
rosbeef andino
f6c284a4aa
Update install
in my opinion
2023-07-21 19:29:43 +00:00
rosbeef andino
086a58a74d
Update config
escape  old values starting with # by \# and eventually \*# by \# too
2023-07-21 19:08:34 +00:00
rosbeef andino
2e4e56ba1c
Update config_panel.toml 2023-07-21 19:04:11 +00:00
Gredin67
9b6641ddbb
correct help \\\\+ to write \\+ 2023-07-15 14:09:20 +02:00
Gredin67
c17d50bb2b
help \\\ for user \\ to write \ 2023-07-15 03:58:54 +02:00
Gredin67
154ca11d00
replace "\# with "# 2023-07-15 02:51:09 +02:00
Gredin67
74c213b3d2
Update config_panel.toml
see https://toml.io/en/v1.0.0#comment
2023-07-15 02:34:05 +02:00
rosbeef andino
544d5b84f5
Update homeserver.yaml
edit config to match the getter/setter usage
2023-07-10 08:10:12 +00:00
rosbeef andino
50b41da1dc
Update upgrade auto_join_rooms
add backslash to escape #
2023-07-10 08:07:34 +00:00
rosbeef andino
cb1f43ed2e
Update install auto_join_rooms
add backslash to escape #
2023-07-10 08:06:13 +00:00
rosbeef andino
c77c1eb6a4
Update config_panel.toml auto_join_rooms
backslash seems to be required to escape the # in the room list \#example:example.com
2023-07-10 08:03:48 +00:00
rosbeef andino
05b8749c1e
Update config Done 2023-07-09 13:29:41 +00:00
rosbeef andino
3a42d18fe2
Update config_panel.toml
reverse update after understanding what return tags fields
2023-07-06 07:00:28 +00:00
rosbeef andino
3b9218c93f
Update config 2023-07-06 06:53:43 +00:00
gredin67
c7d3eedcaa merge last commits from #374 2023-07-03 22:30:08 +02:00
rosbeef andino
94d49b7a66
Update config_panel.toml
Only work with '
2023-07-02 21:12:13 +00:00
rosbeef andino
4f7892a786
Update config
Done
2023-07-02 21:07:56 +00:00
rosbeef andino
8e59218e9b
Update config 2023-07-02 19:12:53 +00:00
rosbeef andino
0438f8f21d
Update config
damne i'm bad
2023-07-02 19:10:42 +00:00
rosbeef andino
11eea48fae
Update config bug corrected
my bad
2023-07-02 18:47:44 +00:00
rosbeef andino
b0eba01152
Update config_panel.toml
auto_join_rooms help modification
2023-07-01 14:11:40 +00:00
rosbeef andino
2005c1b1fb
Update config auto_join_rooms
Auto join rooms config  should be good.
which more ??
2023-07-01 14:07:50 +00:00
rosbeef andino
c9151251c5
Update config allowed_local_3pids
allowed_local_3pids should work
its mandatory that config part is like that
#allowed_local_3pids:
#  - medium: email
#    pattern: '<pattern>'
#  - medium: msisdn
#    pattern: 'pattern'

no more o duplicate medium with different pattern are allowed
no separated lines

should just vary the comented lines or not
the line starting spaces
2023-07-01 09:27:41 +00:00
rosbeef andino
da52218aeb
Update config registrations_require_3pid ok
registrations_require_3pid should be ok
keep allowed_local_3pid_(email|msisdn)
autojoin_rooms
autocreate_auto_join_rooms
2023-07-01 08:25:47 +00:00
rosbeef andino
1e51a9e661
WIP
sorry i need more time
2023-06-29 14:09:16 +00:00
rosbeef andino
2609503f6d
Update config 2023-06-29 08:39:25 +00:00
rosbeef andino
b949352a45
Update config_panel.toml 2023-06-29 08:28:25 +00:00
Gredin67
ed452ea71f
Merge branch 'testing' into config-panel 2023-04-23 14:23:26 +02:00
Gredin67
ef46161638
nginx max_upload_size 2023-04-18 22:48:23 +02:00
yunohost-bot
e5e91f1562 Auto-update README 2023-04-13 05:46:01 +00:00