dependabot[bot]
347d1c3114
Bump loader-utils from 2.0.2 to 2.0.4 ( #297 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 10:02:12 +01:00
dependabot[bot]
8982487eee
Bump decode-uri-component from 0.2.0 to 0.2.2 ( #299 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 09:58:44 +01:00
dependabot[bot]
7fa835f973
Bump @testing-library/jest-dom from 5.16.1 to 5.16.5 ( #314 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.16.1 to 5.16.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.1...v5.16.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 09:53:32 +01:00
Dirk Klimpel
5767817733
Set dist
for Travis CI ( #300 )
2023-01-24 09:51:19 +01:00
dependabot[bot]
e43f732bde
Bump docker/setup-buildx-action from 1 to 2 ( #318 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 09:50:09 +01:00
dependabot[bot]
c0f4a92f1a
Bump softprops/action-gh-release from 0.1.5 to 0.1.15 ( #317 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 0.1.5 to 0.1.15.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](b7e450da2a...de2c0eb89a
)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 09:47:19 +01:00
dependabot[bot]
e70c680e8a
Bump eslint from 7.32.0 to 8.32.0 ( #315 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.32.0 to 8.32.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.32.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 09:35:54 +01:00
Dirk Klimpel
3b4da1d3c2
Update travis-ci URLs ( #311 )
2023-01-24 09:29:59 +01:00
Dirk Klimpel
3b2aa776eb
Fix broken CI / lint ( #320 )
2023-01-24 09:29:14 +01:00
Michael Albert
ee8050f697
Add args to docker-compose as suggested in #285
...
Change-Id: I67083d86ea45c15b02f8db54a1649dbb013c3d50
2023-01-16 20:27:22 +01:00
Sebastian Wagner
ca5fde9190
doc README: fix PUBLIC_URL in docker-compose example ( #289 )
...
PUBLIC_URL must not be enclosed in quotation marks, see Awesome-Technologies/synapse-admin#286
- add a note on this in the example
- fix the example itself
fixes Awesome-Technologies/synapse-admin#286
2023-01-16 20:20:02 +01:00
Przemysław Romanik
561daf7737
Add session logout warning below password input ( #212 )
...
Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
2023-01-16 20:18:21 +01:00
dependabot[bot]
f2526dc00e
Bump @testing-library/user-event from 13.5.0 to 14.4.3 ( #309 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.5.0 to 14.4.3.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.4.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:13:59 +01:00
dependabot[bot]
3cce1a61d3
Bump eslint-plugin-prettier from 3.4.1 to 4.2.1 ( #310 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.4.1 to 4.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v4.2.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:13:41 +01:00
dependabot[bot]
af3b5439a5
Bump actions/checkout from 2 to 3 ( #308 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:13:25 +01:00
dependabot[bot]
59afa49be0
Bump docker/login-action from 1 to 2 ( #307 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:13:12 +01:00
dependabot[bot]
bfd38f50ea
Bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.4.1 ( #304 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 4.1.5 to 4.4.1.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/4.1.5...v4.4.1 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:12:59 +01:00
dependabot[bot]
37ed5c4156
Bump docker/setup-qemu-action from 1 to 2 ( #306 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:06:09 +01:00
dependabot[bot]
2eb16eb747
Bump docker/build-push-action from 2 to 3 ( #305 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 19:58:38 +01:00
Dirk Klimpel
bd6b6eef85
Use delete room API v2 (delete room in background) ( #211 )
...
Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
2023-01-16 19:53:17 +01:00
Dirk Klimpel
43f1b82d33
Add dependabot.yml
config ( #292 )
2023-01-16 19:52:25 +01:00
Michael Albert
24afbd2953
Fix build environment
...
Change-Id: I1e32a0eeaaa0e6b8c8d4845183e7d37320a4eeae
2023-01-16 13:42:16 +01:00
Dirk Klimpel
a74a6166a3
Add some status badges to README.md
( #291 )
2023-01-16 12:53:38 +01:00
Dirk Klimpel
e23e9ccd82
Create UserEditActions
on user page ( #222 )
...
* Create `UserEditActions` on user page
* Fix crash with crashes `undefined`
2023-01-16 12:52:00 +01:00
Dirk Klimpel
e787b0a940
Add edit user_type
to user ( #209 )
2023-01-16 12:37:30 +01:00
Dirk Klimpel
67066a1ba7
Bump react-scripts
to ^5.0.1
( #280 )
2022-09-07 09:20:25 +02:00
dklimpel
08a7d5c0f6
Bump GHA to NodeJS v16
2022-09-07 08:49:02 +02:00
dependabot[bot]
472b13ec26
Bump terser from 4.8.0 to 4.8.1
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 08:48:17 +02:00
dependabot[bot]
b901c9e0ff
Bump eventsource from 1.1.0 to 1.1.1
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 08:48:04 +02:00
Dirk Klimpel
0b153ddcbb
Update README.md
...
Co-authored-by: Dominik Fuchß <develop@fuchss.org>
2022-05-23 14:07:49 +02:00
Dirk Klimpel
784c284723
Add note to GH pages
2022-05-23 14:07:49 +02:00
dependabot[bot]
e5f73ea8b4
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 14:07:01 +02:00
dependabot[bot]
96551259c5
Bump cross-fetch from 3.1.4 to 3.1.5
...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/lquixada/cross-fetch/releases )
- [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5 )
---
updated-dependencies:
- dependency-name: cross-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 14:06:50 +02:00
dependabot[bot]
b2fa533ef0
Bump async from 2.6.3 to 2.6.4
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 14:06:40 +02:00
Leon Schmidt
7aa0f9f50d
Make PUBLIC_URL and REACT_APP_SERVER configurable ( #266 )
...
* Adjust Dockerfile to include args in build process
* Adjust README.md
2022-05-23 14:06:04 +02:00
Dirk Klimpel
5aa90c25f7
Add path
to rooms tab "members" ( #232 )
2022-03-22 19:11:12 +01:00
dependabot[bot]
38d58db08d
Bump url-parse from 1.5.7 to 1.5.10 ( #253 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 18:17:18 +01:00
Dirk Klimpel
e637df232a
Upgrade react-admin
to ^3.19.7
( #241 )
2022-03-22 18:13:01 +01:00
Dirk Klimpel
d97c633cd0
Remove not needed {" "}
from EventReports
( #235 )
2022-03-22 17:59:48 +01:00
Dirk Klimpel
b02396c61f
disableReordering
in users' SimpleFormIterator
(#219 )
2022-03-22 17:58:28 +01:00
Michael Albert
95de50b925
Bump version to 0.8.5
...
Change-Id: I8c8f0af01d693bb76dbf706a92fdd4dfa6ba9a8b
2022-02-17 20:56:27 +01:00
dependabot[bot]
1a150a10fd
Bump url-parse from 1.5.3 to 1.5.7 ( #244 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 20:53:56 +01:00
Dirk Klimpel
158e7dbe98
Move date format to a constant in EventReports.js
( #237 )
2022-02-17 20:52:13 +01:00
Dirk Klimpel
a642f11503
Fix typo notification
in german language file ( #233 )
2022-02-17 20:51:42 +01:00
Dirk Klimpel
888a3f001b
Move date format to a constant in rooms.js
( #238 )
2022-02-17 20:51:11 +01:00
Dirk Klimpel
4b0845bee8
Move date format to a constant in users.js
( #223 )
...
* Move date format to a constant in `users.js`
* yarn prettier
2022-02-17 20:50:38 +01:00
Dirk Klimpel
f449e3277a
Replace deprecated fade
in devices.js
( #220 )
2022-02-17 20:49:34 +01:00
Dirk Klimpel
3303f253b4
Replace deprecated fade
in media.js
( #221 )
2022-02-17 20:49:19 +01:00
dependabot[bot]
0250954ee7
Bump follow-redirects from 1.14.7 to 1.14.8 ( #243 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 20:45:37 +01:00
Dirk Klimpel
efed8b2774
Add token based registration creation and management ( #200 )
...
* Add token based registration creation and management
* yarn fix
* Apply suggestions from code review
Remove empty line
* move date to `const date_format`
2022-02-17 20:45:21 +01:00