Commit Graph

9 Commits

Author SHA1 Message Date
Maciej Krüger
dbcd352312
synapse-admin: 0.8.7 -> 0.10.0 (#307995)
0.10.1 is newest but it's using yarn v4 which our yarn fetcher doesn't 
understand yet
2024-05-02 09:21:52 +00:00
Robert Schütz
dd88525458 synapse-admin: use fetchYarnDeps 2023-09-13 16:04:12 -07:00
Maximilian Bosch
fac1858b39
synapse-admin: 0.8.5 -> 0.8.7
Changes: https://github.com/Awesome-Technologies/synapse-admin/compare/0.8.5...0.8.7

Note: I had to regenerate `yarn.lock` before doing the update because
otherwise the offline-build in the sandbox would complain about missing
dependencies.

This update contains mostly dependency updates and most notably support
for the federation admin API[1].

[1] https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/federation.html
2023-03-25 22:29:30 +01:00
ckie
b752a370b1
synapse-admin: fix build after 7753a94a35
The update to nodejs v18 in 7753a94a35 broke this derivation with a
    error:0308010C:digital envelope routines::unsupported
in react-scripts. This adds a workaround for now as I have not tried
updating to see if upstream has fixed this.
2022-09-30 02:00:21 +03:00
Maximilian Bosch
5c15250962
synapse-admin: source build
* Now it's possible to deploy custom patches to the project more easily.
* Force a default homeserver url (which only works via injecting it via
  `process.env` on build-time).
2022-07-03 17:18:12 +02:00
Maciej Krüger
f94163514f
synapse-admin: 0.8.4 -> 0.8.5 2022-02-20 19:22:10 +01:00
Maciej Krüger
7592790b9e
synapse-admin: 0.8.3 -> 0.8.4 2022-02-17 21:58:06 +01:00
c0bw3b
658d3e9af8 Treewide: fix wrong declaration of Apache License 2.0
These packages were announced as published under Apple Public Source
License 2.0 ('apsl20' short handle) but they are actually published
under the Apache License 2.0 ('asl20' short handle)
2022-01-02 15:23:43 +01:00
Maciej Krüger
46ae8b6074
synapse-admin: init at 0.8.3 2021-11-05 18:18:40 +01:00