7a2dbdc2d7
Update components
2020-05-19 15:06:35 +03:00
93f4111654
Prevent 404s when Riot tries to retrieve domain-specific config.json
...
Riot unconditionally asks for a config.${document.domain}.json, c.f.
https://github.com/vector-im/riot-web/blame/develop/src/vector/getconfig.ts#L24
2020-05-13 18:34:14 +02:00
36c61b5b4e
Introduce a separate group variable (matrix_user_groupname)
...
Related to #485 (Github Pull Request).
2020-05-06 10:02:47 +03:00
4359571d38
Upgrade riot-web to v1.6.0
2020-05-05 14:02:14 +03:00
7585bcc4ac
Allow the matrix user username and groupname to be configured separately
...
No migration steps should be required.
2020-05-01 19:59:32 +02:00
29f606bac7
Add 'permalinkPrefix' and 'default_theme' for configuring riot web ( #472 )
...
* add permalinkPrefix to riot-web config
* add feature to change default theme of riot-web via its config file
* remove matrix_riot_web_change_default_theme and provide sane default
2020-04-28 13:10:33 +03:00
69338d045a
Simplify if conditions
2020-04-12 01:09:22 +03:00
ddc44996e3
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no local jitsi
2020-04-11 17:07:30 -05:00
e1774c648a
Upgrade riot-web (v1.5.14 -> v1.5.15)
2020-04-01 18:11:12 +03:00
067588b262
Upgrade riot-web
2020-03-30 16:54:18 +03:00
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
2020-03-24 11:27:58 -07:00
cdd9ee1962
Add Jitsi support
2020-03-23 17:19:15 +02:00
027056e027
Fix weird path creation
...
Fixes #403 (Github Issue).
2020-03-18 18:24:30 +02:00
bfd87000cc
Update riot-web (1.5.12 -> 1.5.13)
2020-03-18 06:40:01 -05:00
3cee815baf
Fix some typos
2020-03-15 11:34:35 +02:00
2b85fde103
Rename some variables for consistency
2020-03-15 10:15:27 +02:00
8fe97abe7d
Wire matrix_container_images_self_build to self_build variables via group_vars/matrix_servers
...
This keeps the roles cleaner and more independent of matrix-base,
which may be important for people building their own playbook
out of the individual roles and not using the matrix-base role.
2020-03-15 10:10:41 +02:00
976f1a4582
fix riot-web version strip
2020-03-14 19:54:13 +01:00
2d537484d5
introduce variable
2020-03-14 19:16:29 +01:00
a164fe485e
fix wrong variable name
2020-03-14 19:14:39 +01:00
3c8535c3bc
check ansible version for self-building in every role
2020-03-08 19:17:10 +01:00
a5d94eec0b
refactor variable names
2020-03-08 00:28:14 +01:00
310aa685f9
refactor based on Slavi's requests
2020-03-08 00:24:00 +01:00
d53d63ab07
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
2020-03-07 13:57:44 +01:00
e8d0b72a7b
Merge pull request #394 from swarnat/customization_welcome
...
Customization welcome
2020-03-06 16:50:54 +02:00
46664c4758
Adjust variable names
2020-03-06 14:31:15 +01:00
00596452c2
Update riot-web (1.5.11 -> 1.5.12)
2020-03-05 10:53:35 +02:00
054e6fed0c
rearrange main.yml of riot-web and use same logo URL for both logos
2020-03-03 22:27:39 +01:00
0322a5443a
additional customizations of welcome page
2020-03-03 22:16:52 +01:00
8bc4f56385
Improve customization of welcome page
2020-03-03 19:01:43 +01:00
209e716580
New version of matrix-riot-web
2020-03-03 09:08:37 +01:00
37f3a2d5a8
Add support for themes to riot-web
2020-02-26 08:40:35 +02:00
3228cfd229
Add custom server name string in Riot config.
...
This adds into the Riot config.json the field
'default_server_config.m.homeserver.server_name'
with, by default, the value of the playbook's 'matrix_domain' variable.
Riot displays this string in its login page and will now say 'Sign in to
your Matrix account on example.org' (the server name) instead of 'Sign
in ... on matrix.example.org' (the server domain-name).
This string can be configured by setting the playbook variable
'matrix_riot_web_default_server_name'
to any string, so we can make Riot say for example 'Sign in ... on Our
Server'.
2020-02-24 14:00:43 +00:00
7a45c651d2
Use new syntax for default HS/IS in Riot config.
...
This change makes no difference in itself, but is a pre-requisite for
adding the 'server name' config, and the old syntax is deprecated.
2020-02-24 13:55:00 +00:00
6366817930
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
2020-02-24 08:59:25 +01:00
6ba961bd11
Upgrade riot-web (1.5.9 -> 1.5.10)
2020-02-23 12:35:29 -06:00
610c98d6ab
add riot-web support for raspberry pi
2020-02-21 18:51:56 +01:00
47696056d3
Upgrade riot-web (1.5.8 -> 1.5.9)
2020-02-17 16:12:29 +02:00
b323c975cf
Upgrade riot-web (1.5.7 -> 1.5.8)
2020-01-28 13:01:30 +02:00
86eff45e8b
uri.follow_redirects is now a string field
2020-01-22 15:36:54 -06:00
800dc61335
Upgrade riot-web (1.5.6 -> 1.5.7)
2020-01-13 14:34:15 +00:00
783ed766f0
Upgrade riot-web (1.5.5 -> 1.5.6)
2019-12-09 14:05:04 +02:00
25dc53c34a
Switch riot-web image (bubuntux/riot-web -> vectorim/riot-web)
...
Switching to the official image (vectorim/riot-web) should ensure:
- there's less breakage, as it's maintained by the same team as riot-web
- there's fewer actors we need to trust
- we can upgrade riot-web faster, as newer versions should be released
on Docker hub at the same time riot-web releases are made
2019-11-29 10:11:48 +02:00
b55198836a
Upgrade riot-web (1.5.4 -> 1.5.5)
2019-11-28 14:18:49 +02:00
fda16c17f5
Update riot-web (1.5.3 -> 1.5.4)
2019-11-26 08:44:00 -06:00
c600ff758d
Upgrade riot-web (1.5.2 -> 1.5.3)
2019-11-08 09:48:08 -06:00
80265bfec5
Update riot-web (1.5.0 -> 1.5.2)
2019-11-05 13:00:19 -06:00
3bf7a7a85e
Upgrade riot-web (1.4.2 -> 1.5.0)
2019-10-19 11:08:35 +03:00
5a2c1a44e4
Upgrade riot-web (1.4.1 -> 1.4.2)
2019-10-04 19:21:39 -05:00
b59642950e
Update riot-web (1.4.0 -> 1.4.1)
2019-10-03 13:07:48 -05:00