Commit Graph

142 Commits

Author SHA1 Message Date
07bb80a1e6 更新 'src/components/users.js' 2022-07-06 21:22:07 +08:00
fdb43c9193 更新 'src/components/users.js' 2022-07-06 21:18:37 +08:00
2c002afe8e 更新 'src/synapse/dataProvider.js' 2022-07-06 21:17:43 +08:00
29aa686e70 更新 'src/components/users.js' 2022-07-06 21:15:49 +08:00
edd7f12e5d 更新 'src/synapse/dataProvider.js' 2022-07-06 20:40:23 +08:00
c5b73a222c 更新 'src/synapse/dataProvider.js' 2022-07-06 20:33:36 +08:00
5b6edfbf11 更新 'src/synapse/dataProvider.js' 2022-07-06 20:31:49 +08:00
573857ed4a 更新 'src/components/users.js' 2022-07-06 20:30:51 +08:00
9b1e3dbfd2 更新 'src/components/users.js' 2022-07-06 20:26:42 +08:00
e78c2bedaa 更新 'src/i18n/zh.js' 2022-07-06 20:23:16 +08:00
0872e31411 更新 'src/components/users.js' 2022-07-06 20:18:36 +08:00
84a253f50b 更新 'src/components/users.js' 2022-07-06 20:16:25 +08:00
0726dc788d 更新 'src/components/users.js' 2022-07-06 20:08:09 +08:00
b9501c77f0 更新 'src/i18n/zh.js' 2022-07-06 20:04:17 +08:00
558ed60bb4 更新 'src/i18n/zh.js' 2022-07-06 19:54:36 +08:00
2197356a1e 更新 'src/i18n/zh.js' 2022-07-06 19:52:29 +08:00
96c718e45f 更新 'src/i18n/zh.js' 2022-07-06 19:51:11 +08:00
339848e117 更新 'src/i18n/zh.js' 2022-07-06 19:44:06 +08:00
7faf321346 更新 'src/i18n/zh.js' 2022-07-06 19:41:37 +08:00
5cdd110bf1 更新 'src/i18n/zh.js' 2022-07-06 19:35:31 +08:00
9a05dfee7a 更新 'src/i18n/zh.js' 2022-07-06 19:29:08 +08:00
Dirk Klimpel
5aa90c25f7 Add path to rooms tab "members" (#232) 2022-03-22 19:11:12 +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
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
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
Nya Candy
c891afa611 feat: support SSO login (#196)
* feat: support SSO login

* fix: lint

* fix: add back homeserver force protection

* fix: add back login notice

* fix: simplify login options
2022-02-17 20:24:46 +01:00
Michael Albert
38541b8f02 Fix english translation for room deletion
Change-Id: I5bb02e64832902a79379d66c77d3128169d3fca8
2022-02-17 20:15:49 +01:00
Dirk Klimpel
0f4c382c18 Remove not needed translation backtolist (#208) 2022-01-31 17:50:14 +01:00
Dirk Klimpel
91af8f1c04 Add sorting users by creation timestamp (#174)
* Add `creation_ts` to list users

* remove filter

* Bring back origin columns sort order
2021-12-08 21:59:09 +01:00
Dirk Klimpel
4adc20f80d replace undoable prop with mutationMode prop (#202) 2021-11-15 21:18:29 +01:00
Dirk Klimpel
a5c7d7dd22 Make items in "Room directory" are clickable (#199) 2021-11-15 21:15:11 +01:00
Dirk Klimpel
42b3252353 Add pristine to UserEdit and ServerNotice (#185) 2021-11-15 21:02:47 +01:00
Dirk Klimpel
1a17d3e69b Automatically set the homeserver for a new user (#184)
and enhance form validation
2021-11-15 20:57:38 +01:00
Dirk Klimpel
79ef38ee6b Enable modify user external_ids (#179)
* Enable modify user `external_ids`

* add input validation
2021-11-15 20:40:05 +01:00
dklimpel
8536f552d4 Add button to quarantine media (#180)
Change-Id: I6496826fdf75ab8b7b3ed5a9056abf86a50caea3
2021-08-25 10:42:34 +02:00
Dirk Klimpel
e6f01f035b Add buttons to protect and unprotect users' media from quarantine (#150) 2021-08-19 11:51:07 +02:00
Dirk Klimpel
bf3d13916f Add SSO external_ids to user (#168) 2021-08-18 09:33:22 +02:00
Dirk Klimpel
78a282863a Fix broken CI with language files (#165) 2021-07-06 09:56:09 +02:00
Dirk Klimpel
e50c95b4be Fix CSV import button (#154) 2021-07-05 14:32:51 +02:00
Dirk Klimpel
9f16e5c6ba Change delete room API to DELETE (#151) 2021-07-05 14:32:44 +02:00
Dirk Klimpel
e3d5d51342 Fix broken RoomDirectoryFilter (#155) 2021-06-15 11:03:03 +02:00
John Francis Sukamto
d72357f64f Update en.js (#144)
Suggested a UI name change for media size (assuming length is size in bytes)
2021-05-25 15:01:13 +02:00
Dirk Klimpel
e19c34324b Allow fixed homeserver (#142) 2021-05-18 12:39:53 +02:00
Dirk Klimpel
3ea1f51eb5 Add a new tab to rooms with forward extremities (#107)
Add a new tab to rooms with forward extremities.
2021-05-08 19:10:51 +02:00