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

205 commits

Author SHA1 Message Date
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
b8e3f085bd
Increase default upload size 2023-11-22 18:58:42 +01:00
Josué Tille
8399b817de
Increase default upload size 2023-11-02 23:11:03 +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
3082db3801
Migrate with script 2023-10-31 22:19:40 +01:00
Josue-T
381611bb8d
Merge pull request #356 from Gredin67/config-panel
improve config panel
2023-09-13 08:46:58 +02:00
rosbeef andino
1347933e01
fix "false" value to "none" in select field 2023-09-02 02:16:56 +00:00
ericgaspar
a83c3438a5 extra_php 2023-08-26 12:07:09 +02:00
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
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
Gredin67
a962f7e09f
double quotes 2023-08-13 18:47:19 +02:00
Gredin67
154ca11d00
replace "\# with "# 2023-07-15 02:51:09 +02:00
rosbeef andino
50b41da1dc
Update upgrade auto_join_rooms
add backslash to escape #
2023-07-10 08:07:34 +00:00
gredin67
c7d3eedcaa merge last commits from #374 2023-07-03 22:30:08 +02:00
Josué Tille
db4cecf095
Fix app service config file 2023-06-06 08:55:32 +02:00
Josué Tille
b1968a55cb
Fix app_service config file 2023-05-25 12:38:09 +02:00
Gredin67
ed452ea71f
Merge branch 'testing' into config-panel 2023-04-23 14:23:26 +02:00
rosbeef andino
fcdd1d1f4f
Update upgrade 2023-01-30 17:08:00 +00:00
gredin67
75349b38b7 restructure allowed_local_3pids 2023-01-19 10:08:18 +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
gredin67
84eb157391 config max_upload_size 2023-01-13 12:38:30 +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
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
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
5dbf9f89dd
matrix.to 2023-01-10 00:20:52 +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
Gredin 67
d0efc856de https element url 2023-01-06 14:48:08 +01:00
Gredin 67
cbebfa9557 imrove config panel 2023-01-06 14:38:14 +01:00
Éric Gaspar
011fc2a6c1 Fix typos and follow example_ynh template 2022-10-28 10:59:40 +02:00