Compare commits
10 Commits
AMP/2020.11
..
0.4.0
| Author | SHA1 | Date | |
|---|---|---|---|
| c6b0cabcce | |||
| 1764554ce9 | |||
| 5dfeb0abe2 | |||
| 5f580fabce | |||
| 5f8b5db415 | |||
| f51c904aa1 | |||
| 5792d55a97 | |||
| 067dbd3b82 | |||
| d805dcd2c6 | |||
| 68e5a72618 |
@@ -1,4 +1,5 @@
|
|||||||
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
|
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
|
||||||
|
.git/
|
||||||
tests/
|
tests/
|
||||||
build/
|
build/
|
||||||
lib/
|
lib/
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Builder
|
# Builder
|
||||||
FROM node:current as builder
|
FROM node:10-alpine as builder
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
This project is built using [react-admin](https://marmelab.com/react-admin/).
|
This project is built using [react-admin](https://marmelab.com/react-admin/).
|
||||||
|
|
||||||
It needs at least Synapse v1.18.0 for all functions to work as expected!
|
It needs at least Synapse v1.14.0 for all functions to work as expected!
|
||||||
|
|
||||||
## Step-By-Step install:
|
## Step-By-Step install:
|
||||||
|
|
||||||
@@ -29,8 +29,3 @@ Steps for 2):
|
|||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
- Use `yarn test` to run all style, lint and unit tests
|
|
||||||
- Use `yarn fix` to fix the coding style
|
|
||||||
|
|||||||
+3
-8
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "synapse-admin",
|
"name": "synapse-admin",
|
||||||
"version": "AMP/2020.08",
|
"version": "0.2.1",
|
||||||
"description": "Admin GUI for the Matrix.org server Synapse",
|
"description": "Admin GUI for the Matrix.org server Synapse",
|
||||||
"author": "Awesome Technologies Innovationslabor GmbH",
|
"author": "Awesome Technologies Innovationslabor GmbH",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@@ -12,24 +12,19 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "^5.1.1",
|
"@testing-library/jest-dom": "^5.1.1",
|
||||||
"@testing-library/react": "^10.0.2",
|
"@testing-library/react": "^10.0.2",
|
||||||
"@testing-library/user-event": "^12.0.11",
|
"@testing-library/user-event": "^10.0.1",
|
||||||
"enzyme": "^3.11.0",
|
"enzyme": "^3.11.0",
|
||||||
"enzyme-adapter-react-16": "^1.15.2",
|
"enzyme-adapter-react-16": "^1.15.2",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-config-prettier": "^6.10.1",
|
"eslint-config-prettier": "^6.10.1",
|
||||||
"eslint-plugin-prettier": "^3.1.2",
|
"eslint-plugin-prettier": "^3.1.2",
|
||||||
"jest-fetch-mock": "^3.0.3",
|
|
||||||
"prettier": "^2.0.0"
|
"prettier": "^2.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@progress/kendo-drawing": "^1.6.0",
|
|
||||||
"@progress/kendo-react-pdf": "^3.10.1",
|
|
||||||
"babel-preset-jest": "^24.9.0",
|
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"qrcode.react": "^1.0.0",
|
|
||||||
"ra-language-german": "^2.1.2",
|
"ra-language-german": "^2.1.2",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-admin": "^3.7.0",
|
"react-admin": "^3.4.0",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"react-scripts": "^3.4.1"
|
"react-scripts": "^3.4.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 358 KiB |
@@ -9,32 +9,6 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="Synapse-Admin"
|
content="Synapse-Admin"
|
||||||
/>
|
/>
|
||||||
<style>
|
|
||||||
@font-face {
|
|
||||||
font-family: "DejaVu Sans";
|
|
||||||
src: url("%PUBLIC_URL%/fonts/DejaVu/DejaVuSans.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "DejaVu Sans";
|
|
||||||
font-weight: bold;
|
|
||||||
src: url("%PUBLIC_URL%/fonts/DejaVu/DejaVuSans-Bold.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "DejaVu Sans";
|
|
||||||
font-style: italic;
|
|
||||||
src: url("%PUBLIC_URL%/fonts/DejaVu/DejaVuSans-Oblique.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "DejaVu Sans";
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: italic;
|
|
||||||
src: url("%PUBLIC_URL%/fonts/DejaVu/DejaVuSans-Oblique.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "DejaVu Sans Mono";
|
|
||||||
src: url("%PUBLIC_URL%/fonts/DejaVu/DejaVuSans-Mono.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
|
|||||||
+2
-15
@@ -4,14 +4,12 @@ import polyglotI18nProvider from "ra-i18n-polyglot";
|
|||||||
import authProvider from "./synapse/authProvider";
|
import authProvider from "./synapse/authProvider";
|
||||||
import dataProvider from "./synapse/dataProvider";
|
import dataProvider from "./synapse/dataProvider";
|
||||||
import { UserList, UserCreate, UserEdit } from "./components/users";
|
import { UserList, UserCreate, UserEdit } from "./components/users";
|
||||||
import { RoomList, RoomCreate, RoomShow } from "./components/rooms";
|
import { RoomList, RoomShow } from "./components/rooms";
|
||||||
import LoginPage from "./components/LoginPage";
|
import LoginPage from "./components/LoginPage";
|
||||||
import UserIcon from "@material-ui/icons/Group";
|
import UserIcon from "@material-ui/icons/Group";
|
||||||
import { ViewListIcon as RoomIcon } from "@material-ui/icons/ViewList";
|
import { ViewListIcon as RoomIcon } from "@material-ui/icons/ViewList";
|
||||||
import germanMessages from "./i18n/de";
|
import germanMessages from "./i18n/de";
|
||||||
import englishMessages from "./i18n/en";
|
import englishMessages from "./i18n/en";
|
||||||
import ShowUserPdf from "./components/ShowUserPdf";
|
|
||||||
import { Route } from "react-router-dom";
|
|
||||||
|
|
||||||
// TODO: Can we use lazy loading together with browser locale?
|
// TODO: Can we use lazy loading together with browser locale?
|
||||||
const messages = {
|
const messages = {
|
||||||
@@ -29,9 +27,6 @@ const App = () => (
|
|||||||
authProvider={authProvider}
|
authProvider={authProvider}
|
||||||
dataProvider={dataProvider}
|
dataProvider={dataProvider}
|
||||||
i18nProvider={i18nProvider}
|
i18nProvider={i18nProvider}
|
||||||
customRoutes={[
|
|
||||||
<Route key="showpdf" path="/showpdf" component={ShowUserPdf} />,
|
|
||||||
]}
|
|
||||||
>
|
>
|
||||||
<Resource
|
<Resource
|
||||||
name="users"
|
name="users"
|
||||||
@@ -40,16 +35,8 @@ const App = () => (
|
|||||||
edit={UserEdit}
|
edit={UserEdit}
|
||||||
icon={UserIcon}
|
icon={UserIcon}
|
||||||
/>
|
/>
|
||||||
<Resource
|
<Resource name="rooms" list={RoomList} show={RoomShow} icon={RoomIcon} />
|
||||||
name="rooms"
|
|
||||||
list={RoomList}
|
|
||||||
create={RoomCreate}
|
|
||||||
show={RoomShow}
|
|
||||||
icon={RoomIcon}
|
|
||||||
/>
|
|
||||||
<Resource name="connections" />
|
<Resource name="connections" />
|
||||||
<Resource name="devices" />
|
|
||||||
<Resource name="room_members" />
|
|
||||||
<Resource name="servernotices" />
|
<Resource name="servernotices" />
|
||||||
</Admin>
|
</Admin>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,35 +0,0 @@
|
|||||||
import React, { useCallback } from "react";
|
|
||||||
import { SaveButton, useCreate, useRedirect, useNotify } from "react-admin";
|
|
||||||
|
|
||||||
const SaveQrButton = props => {
|
|
||||||
const [create] = useCreate("users");
|
|
||||||
const redirectTo = useRedirect();
|
|
||||||
const notify = useNotify();
|
|
||||||
const { basePath } = props;
|
|
||||||
|
|
||||||
const handleSave = useCallback(
|
|
||||||
(values, redirect) => {
|
|
||||||
create(
|
|
||||||
{
|
|
||||||
payload: { data: { ...values } },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
onSuccess: ({ data: newRecord }) => {
|
|
||||||
notify("ra.notification.created", "info", {
|
|
||||||
smart_count: 1,
|
|
||||||
});
|
|
||||||
redirectTo(redirect, basePath, newRecord.id, {
|
|
||||||
password: values.password,
|
|
||||||
...newRecord,
|
|
||||||
});
|
|
||||||
},
|
|
||||||
}
|
|
||||||
);
|
|
||||||
},
|
|
||||||
[create, notify, redirectTo, basePath]
|
|
||||||
);
|
|
||||||
|
|
||||||
return <SaveButton {...props} onSave={handleSave} />;
|
|
||||||
};
|
|
||||||
|
|
||||||
export default SaveQrButton;
|
|
||||||
@@ -1,210 +0,0 @@
|
|||||||
import React from "react";
|
|
||||||
import { Title, Button } from "react-admin";
|
|
||||||
import { makeStyles } from "@material-ui/core/styles";
|
|
||||||
import { PDFExport } from "@progress/kendo-react-pdf";
|
|
||||||
import QRCode from "qrcode.react";
|
|
||||||
|
|
||||||
function xor(a, b) {
|
|
||||||
var res = "";
|
|
||||||
for (var i = 0; i < a.length; i++) {
|
|
||||||
res += String.fromCharCode(a.charCodeAt(i) ^ b.charCodeAt(i % b.length));
|
|
||||||
}
|
|
||||||
return res;
|
|
||||||
}
|
|
||||||
|
|
||||||
function calculateQrString(serverUrl, username, password) {
|
|
||||||
const magicString = "wo9k5tep252qxsa5yde7366kugy6c01w7oeeya9hrmpf0t7ii7";
|
|
||||||
var urlString = "user=" + username + "&password=" + password;
|
|
||||||
|
|
||||||
urlString = xor(urlString, magicString); // xor with magic string
|
|
||||||
urlString = btoa(urlString); // to base64
|
|
||||||
|
|
||||||
return serverUrl + "/#" + urlString;
|
|
||||||
}
|
|
||||||
|
|
||||||
const ShowUserPdf = props => {
|
|
||||||
const useStyles = makeStyles(theme => ({
|
|
||||||
page: {
|
|
||||||
height: 800,
|
|
||||||
width: 566,
|
|
||||||
padding: "none",
|
|
||||||
backgroundColor: "white",
|
|
||||||
boxShadow: "5px 5px 5px black",
|
|
||||||
margin: "auto",
|
|
||||||
overflowX: "hidden",
|
|
||||||
overflowY: "hidden",
|
|
||||||
fontFamily: "DejaVu Sans, Sans-Serif",
|
|
||||||
fontSize: 15,
|
|
||||||
},
|
|
||||||
header: {
|
|
||||||
height: 144,
|
|
||||||
width: 534,
|
|
||||||
marginLeft: 32,
|
|
||||||
marginTop: 15,
|
|
||||||
},
|
|
||||||
name: {
|
|
||||||
width: 240,
|
|
||||||
fontSize: 35,
|
|
||||||
float: "left",
|
|
||||||
marginTop: 100,
|
|
||||||
},
|
|
||||||
logo: {
|
|
||||||
width: 90,
|
|
||||||
marginTop: 50,
|
|
||||||
marginRight: 70,
|
|
||||||
float: "right",
|
|
||||||
},
|
|
||||||
body: {
|
|
||||||
clear: "both",
|
|
||||||
},
|
|
||||||
table_cell: {
|
|
||||||
verticalAlign: "top",
|
|
||||||
},
|
|
||||||
code_note: {
|
|
||||||
marginLeft: 32,
|
|
||||||
marginTop: 86,
|
|
||||||
},
|
|
||||||
qr: {
|
|
||||||
marginTop: 15,
|
|
||||||
marginLeft: 32,
|
|
||||||
},
|
|
||||||
credentials_note: {
|
|
||||||
marginTop: 86,
|
|
||||||
marginLeft: 10,
|
|
||||||
},
|
|
||||||
credentials_text: {
|
|
||||||
marginLeft: 10,
|
|
||||||
fontSize: 12,
|
|
||||||
},
|
|
||||||
credentials: {
|
|
||||||
fontFamily: "DejaVu Sans Mono, monospace",
|
|
||||||
},
|
|
||||||
note: {
|
|
||||||
fontSize: 18,
|
|
||||||
marginTop: 100,
|
|
||||||
marginLeft: 32,
|
|
||||||
marginRight: 32,
|
|
||||||
},
|
|
||||||
}));
|
|
||||||
|
|
||||||
const classes = useStyles();
|
|
||||||
|
|
||||||
var resume;
|
|
||||||
|
|
||||||
const exportPDF = () => {
|
|
||||||
resume.save();
|
|
||||||
};
|
|
||||||
|
|
||||||
var qrCode = "";
|
|
||||||
var displayname = "";
|
|
||||||
var id = "";
|
|
||||||
var password = "";
|
|
||||||
var username = "";
|
|
||||||
var serverUrl = "";
|
|
||||||
|
|
||||||
if (
|
|
||||||
props.location.state &&
|
|
||||||
props.location.state.id &&
|
|
||||||
props.location.state.password
|
|
||||||
) {
|
|
||||||
id = props.location.state.id;
|
|
||||||
password = props.location.state.password;
|
|
||||||
|
|
||||||
username = id.substring(1, id.indexOf(":"));
|
|
||||||
serverUrl = "https://" + id.substring(id.indexOf(":") + 1);
|
|
||||||
|
|
||||||
const qrString = calculateQrString(serverUrl, username, password);
|
|
||||||
|
|
||||||
qrCode = <QRCode value={qrString} size={128} />;
|
|
||||||
displayname = props.location.state.displayname;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div>
|
|
||||||
<Title title="PDF" />
|
|
||||||
<Button label="synapseadmin.action.download_pdf" onClick={exportPDF} />
|
|
||||||
|
|
||||||
<PDFExport
|
|
||||||
paperSize={"A4"}
|
|
||||||
fileName="User.pdf"
|
|
||||||
title=""
|
|
||||||
subject=""
|
|
||||||
keywords=""
|
|
||||||
ref={r => (resume = r)}
|
|
||||||
>
|
|
||||||
<div className={classes.page}>
|
|
||||||
<div className={classes.header}>
|
|
||||||
<div className={classes.name}>{displayname}</div>
|
|
||||||
<img className={classes.logo} alt="Logo" src="images/logo.png" />
|
|
||||||
</div>
|
|
||||||
<div className={classes.body}>
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td width="200px">
|
|
||||||
<div className={classes.code_note}>
|
|
||||||
Ihr persönlicher Anmeldecode:
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
<td className={classes.table_cell}>
|
|
||||||
<div className={classes.credentials_note}>
|
|
||||||
Ihre persönlichen Zugangsdaten:
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div className={classes.qr}>{qrCode}</div>
|
|
||||||
</td>
|
|
||||||
<td className={classes.table_cell}>
|
|
||||||
<div className={classes.credentials_text}>
|
|
||||||
<br />
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>Heimserver:</td>
|
|
||||||
<td>
|
|
||||||
<span className={classes.credentials}>
|
|
||||||
{serverUrl}
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Benutzername:</td>
|
|
||||||
<td>
|
|
||||||
<span className={classes.credentials}>
|
|
||||||
{username}
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Passwort:</td>
|
|
||||||
<td>
|
|
||||||
<span className={classes.credentials}>
|
|
||||||
{password}
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<div className={classes.note}>
|
|
||||||
Hier können Sie Ihre selbst gewählte
|
|
||||||
Schlüsselsicherungs-Passphrase notieren:
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<hr />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</PDFExport>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
export default ShowUserPdf;
|
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
import React, { Fragment, useState } from "react";
|
|
||||||
import {
|
|
||||||
Button,
|
|
||||||
useMutation,
|
|
||||||
useNotify,
|
|
||||||
Confirm,
|
|
||||||
useRefresh,
|
|
||||||
} from "react-admin";
|
|
||||||
import ActionDelete from "@material-ui/icons/Delete";
|
|
||||||
import { makeStyles } from "@material-ui/core/styles";
|
|
||||||
import { fade } from "@material-ui/core/styles/colorManipulator";
|
|
||||||
import classnames from "classnames";
|
|
||||||
|
|
||||||
const useStyles = makeStyles(
|
|
||||||
theme => ({
|
|
||||||
deleteButton: {
|
|
||||||
color: theme.palette.error.main,
|
|
||||||
"&:hover": {
|
|
||||||
backgroundColor: fade(theme.palette.error.main, 0.12),
|
|
||||||
// Reset on mouse devices
|
|
||||||
"@media (hover: none)": {
|
|
||||||
backgroundColor: "transparent",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}),
|
|
||||||
{ name: "RaDeleteDeviceButton" }
|
|
||||||
);
|
|
||||||
|
|
||||||
export const DeviceRemoveButton = props => {
|
|
||||||
const { record } = props;
|
|
||||||
const classes = useStyles(props);
|
|
||||||
const [open, setOpen] = useState(false);
|
|
||||||
const refresh = useRefresh();
|
|
||||||
const notify = useNotify();
|
|
||||||
|
|
||||||
const [removeDevice, { loading }] = useMutation();
|
|
||||||
|
|
||||||
if (!record) return null;
|
|
||||||
|
|
||||||
const handleClick = () => setOpen(true);
|
|
||||||
const handleDialogClose = () => setOpen(false);
|
|
||||||
|
|
||||||
const handleConfirm = () => {
|
|
||||||
removeDevice(
|
|
||||||
{
|
|
||||||
type: "delete",
|
|
||||||
resource: "devices",
|
|
||||||
payload: {
|
|
||||||
id: record.id,
|
|
||||||
user_id: record.user_id,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
onSuccess: () => {
|
|
||||||
notify("resources.devices.action.erase.success");
|
|
||||||
refresh();
|
|
||||||
},
|
|
||||||
onFailure: () =>
|
|
||||||
notify("resources.devices.action.erase.failure", "error"),
|
|
||||||
}
|
|
||||||
);
|
|
||||||
setOpen(false);
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
|
||||||
<Fragment>
|
|
||||||
<Button
|
|
||||||
label="ra.action.remove"
|
|
||||||
onClick={handleClick}
|
|
||||||
className={classnames("ra-delete-button", classes.deleteButton)}
|
|
||||||
>
|
|
||||||
<ActionDelete />
|
|
||||||
</Button>
|
|
||||||
<Confirm
|
|
||||||
isOpen={open}
|
|
||||||
loading={loading}
|
|
||||||
onConfirm={handleConfirm}
|
|
||||||
onClose={handleDialogClose}
|
|
||||||
title="resources.devices.action.erase.title"
|
|
||||||
content="resources.devices.action.erase.content"
|
|
||||||
translateOptions={{
|
|
||||||
id: record.id,
|
|
||||||
name: record.display_name ? record.display_name : record.id,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</Fragment>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
+6
-145
@@ -1,25 +1,16 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { connect } from "react-redux";
|
import { connect } from "react-redux";
|
||||||
import {
|
import {
|
||||||
AutocompleteArrayInput,
|
|
||||||
BooleanInput,
|
|
||||||
BooleanField,
|
BooleanField,
|
||||||
Create,
|
|
||||||
Datagrid,
|
Datagrid,
|
||||||
Filter,
|
Filter,
|
||||||
FormTab,
|
|
||||||
List,
|
List,
|
||||||
Pagination,
|
Pagination,
|
||||||
ReferenceArrayInput,
|
|
||||||
ReferenceField,
|
|
||||||
ReferenceManyField,
|
|
||||||
SelectField,
|
SelectField,
|
||||||
Show,
|
Show,
|
||||||
Tab,
|
Tab,
|
||||||
TabbedForm,
|
|
||||||
TabbedShowLayout,
|
TabbedShowLayout,
|
||||||
TextField,
|
TextField,
|
||||||
TextInput,
|
|
||||||
useTranslate,
|
useTranslate,
|
||||||
} from "react-admin";
|
} from "react-admin";
|
||||||
import get from "lodash/get";
|
import get from "lodash/get";
|
||||||
@@ -27,7 +18,6 @@ import { Tooltip, Typography, Chip } from "@material-ui/core";
|
|||||||
import HttpsIcon from "@material-ui/icons/Https";
|
import HttpsIcon from "@material-ui/icons/Https";
|
||||||
import NoEncryptionIcon from "@material-ui/icons/NoEncryption";
|
import NoEncryptionIcon from "@material-ui/icons/NoEncryption";
|
||||||
import PageviewIcon from "@material-ui/icons/Pageview";
|
import PageviewIcon from "@material-ui/icons/Pageview";
|
||||||
import UserIcon from "@material-ui/icons/Group";
|
|
||||||
import ViewListIcon from "@material-ui/icons/ViewList";
|
import ViewListIcon from "@material-ui/icons/ViewList";
|
||||||
import VisibilityIcon from "@material-ui/icons/Visibility";
|
import VisibilityIcon from "@material-ui/icons/Visibility";
|
||||||
|
|
||||||
@@ -61,117 +51,16 @@ const EncryptionField = ({ source, record = {}, emptyText }) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const validateDisplayName = fieldval =>
|
|
||||||
fieldval === undefined
|
|
||||||
? "synapseadmin.rooms.room_name_required"
|
|
||||||
: fieldval.length === 0
|
|
||||||
? "synapseadmin.rooms.room_name_required"
|
|
||||||
: undefined;
|
|
||||||
|
|
||||||
function approximateAliasLength(alias, homeserver) {
|
|
||||||
/* TODO maybe handle punycode in homeserver name */
|
|
||||||
|
|
||||||
var te;
|
|
||||||
|
|
||||||
// Support for TextEncoder is quite widespread, but the polyfill is
|
|
||||||
// pretty large; We will only underestimate the size with the regular
|
|
||||||
// length attribute of String, so we never prevent the user from using
|
|
||||||
// an alias that is short enough for the server, but too long for our
|
|
||||||
// heuristic.
|
|
||||||
try {
|
|
||||||
te = new TextEncoder();
|
|
||||||
} catch (err) {
|
|
||||||
if (err instanceof ReferenceError) {
|
|
||||||
te = undefined;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const aliasLength = te === undefined ? alias.length : te.encode(alias).length;
|
|
||||||
|
|
||||||
return "#".length + aliasLength + ":".length + homeserver.length;
|
|
||||||
}
|
|
||||||
|
|
||||||
const validateAlias = fieldval => {
|
|
||||||
if (fieldval === undefined) {
|
|
||||||
return undefined;
|
|
||||||
}
|
|
||||||
const homeserver = localStorage.getItem("home_server");
|
|
||||||
|
|
||||||
if (approximateAliasLength(fieldval, homeserver) > 255) {
|
|
||||||
return "synapseadmin.rooms.alias_too_long";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const removeLeadingWhitespace = fieldVal =>
|
|
||||||
fieldVal === undefined ? undefined : fieldVal.trimStart();
|
|
||||||
const replaceAllWhitespace = fieldVal =>
|
|
||||||
fieldVal === undefined ? undefined : fieldVal.replace(/\s/, "_");
|
|
||||||
const removeLeadingSigil = fieldVal =>
|
|
||||||
fieldVal === undefined
|
|
||||||
? undefined
|
|
||||||
: fieldVal.startsWith("#")
|
|
||||||
? fieldVal.substr(1)
|
|
||||||
: fieldVal;
|
|
||||||
|
|
||||||
const validateHasAliasIfPublic = formdata => {
|
|
||||||
let errors = {};
|
|
||||||
if (formdata.public) {
|
|
||||||
if (
|
|
||||||
formdata.canonical_alias === undefined ||
|
|
||||||
formdata.canonical_alias.trim().length === 0
|
|
||||||
) {
|
|
||||||
errors.canonical_alias = "synapseadmin.rooms.alias_required_if_public";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return errors;
|
|
||||||
};
|
|
||||||
|
|
||||||
export const RoomCreate = props => (
|
|
||||||
<Create {...props}>
|
|
||||||
<TabbedForm validate={validateHasAliasIfPublic}>
|
|
||||||
<FormTab label="synapseadmin.rooms.details" icon={<ViewListIcon />}>
|
|
||||||
<TextInput
|
|
||||||
source="name"
|
|
||||||
parse={removeLeadingWhitespace}
|
|
||||||
validate={validateDisplayName}
|
|
||||||
/>
|
|
||||||
<TextInput
|
|
||||||
source="canonical_alias"
|
|
||||||
parse={fv => replaceAllWhitespace(removeLeadingSigil(fv))}
|
|
||||||
validate={validateAlias}
|
|
||||||
placeholder="#"
|
|
||||||
/>
|
|
||||||
<BooleanInput source="public" label="synapseadmin.rooms.make_public" />
|
|
||||||
<BooleanInput
|
|
||||||
source="encrypt"
|
|
||||||
initialValue={true}
|
|
||||||
label="synapseadmin.rooms.encrypt"
|
|
||||||
/>
|
|
||||||
</FormTab>
|
|
||||||
<FormTab
|
|
||||||
label="resources.rooms.fields.invite_members"
|
|
||||||
icon={<UserIcon />}
|
|
||||||
>
|
|
||||||
<ReferenceArrayInput
|
|
||||||
reference="users"
|
|
||||||
source="invitees"
|
|
||||||
filterToQuery={searchText => ({ user_id: searchText })}
|
|
||||||
>
|
|
||||||
<AutocompleteArrayInput
|
|
||||||
optionText="displayname"
|
|
||||||
suggestionText="displayname"
|
|
||||||
/>
|
|
||||||
</ReferenceArrayInput>
|
|
||||||
</FormTab>
|
|
||||||
</TabbedForm>
|
|
||||||
</Create>
|
|
||||||
);
|
|
||||||
|
|
||||||
const RoomTitle = ({ record }) => {
|
const RoomTitle = ({ record }) => {
|
||||||
const translate = useTranslate();
|
const translate = useTranslate();
|
||||||
|
var name = "";
|
||||||
|
if (record) {
|
||||||
|
name = record.name !== "" ? record.name : record.id;
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
{translate("resources.rooms.name", 1)} {record ? `"${record.name}"` : ""}
|
{translate("resources.rooms.name", 1)} {name}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
@@ -203,34 +92,6 @@ export const RoomShow = props => {
|
|||||||
/>
|
/>
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|
||||||
<Tab label="synapseadmin.rooms.tabs.members" icon={<UserIcon />}>
|
|
||||||
<ReferenceManyField
|
|
||||||
reference="room_members"
|
|
||||||
target="room_id"
|
|
||||||
addLabel={false}
|
|
||||||
>
|
|
||||||
<Datagrid
|
|
||||||
style={{ width: "100%" }}
|
|
||||||
rowClick={(id, basePath, record) => "/users/" + id}
|
|
||||||
>
|
|
||||||
<TextField
|
|
||||||
source="id"
|
|
||||||
sortable={false}
|
|
||||||
label="resources.users.fields.id"
|
|
||||||
/>
|
|
||||||
<ReferenceField
|
|
||||||
label="resources.users.fields.displayname"
|
|
||||||
source="id"
|
|
||||||
reference="users"
|
|
||||||
sortable={false}
|
|
||||||
link=""
|
|
||||||
>
|
|
||||||
<TextField source="displayname" sortable={false} />
|
|
||||||
</ReferenceField>
|
|
||||||
</Datagrid>
|
|
||||||
</ReferenceManyField>
|
|
||||||
</Tab>
|
|
||||||
|
|
||||||
<Tab
|
<Tab
|
||||||
label="synapseadmin.rooms.tabs.permission"
|
label="synapseadmin.rooms.tabs.permission"
|
||||||
icon={<VisibilityIcon />}
|
icon={<VisibilityIcon />}
|
||||||
|
|||||||
+7
-154
@@ -2,7 +2,6 @@ import React, { cloneElement, Fragment } from "react";
|
|||||||
import Avatar from "@material-ui/core/Avatar";
|
import Avatar from "@material-ui/core/Avatar";
|
||||||
import PersonPinIcon from "@material-ui/icons/PersonPin";
|
import PersonPinIcon from "@material-ui/icons/PersonPin";
|
||||||
import ContactMailIcon from "@material-ui/icons/ContactMail";
|
import ContactMailIcon from "@material-ui/icons/ContactMail";
|
||||||
import DevicesIcon from "@material-ui/icons/Devices";
|
|
||||||
import SettingsInputComponentIcon from "@material-ui/icons/SettingsInputComponent";
|
import SettingsInputComponentIcon from "@material-ui/icons/SettingsInputComponent";
|
||||||
import {
|
import {
|
||||||
ArrayInput,
|
ArrayInput,
|
||||||
@@ -23,10 +22,7 @@ import {
|
|||||||
PasswordInput,
|
PasswordInput,
|
||||||
TextField,
|
TextField,
|
||||||
TextInput,
|
TextInput,
|
||||||
SearchInput,
|
|
||||||
ReferenceField,
|
ReferenceField,
|
||||||
ReferenceManyField,
|
|
||||||
SelectField,
|
|
||||||
SelectInput,
|
SelectInput,
|
||||||
BulkDeleteButton,
|
BulkDeleteButton,
|
||||||
DeleteButton,
|
DeleteButton,
|
||||||
@@ -39,9 +35,7 @@ import {
|
|||||||
TopToolbar,
|
TopToolbar,
|
||||||
sanitizeListRestProps,
|
sanitizeListRestProps,
|
||||||
} from "react-admin";
|
} from "react-admin";
|
||||||
import SaveQrButton from "./SaveQrButton";
|
|
||||||
import { ServerNoticeButton, ServerNoticeBulkButton } from "./ServerNotices";
|
import { ServerNoticeButton, ServerNoticeBulkButton } from "./ServerNotices";
|
||||||
import { DeviceRemoveButton } from "./devices";
|
|
||||||
import { makeStyles } from "@material-ui/core/styles";
|
import { makeStyles } from "@material-ui/core/styles";
|
||||||
|
|
||||||
const useStyles = makeStyles({
|
const useStyles = makeStyles({
|
||||||
@@ -56,7 +50,7 @@ const useStyles = makeStyles({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const UserListActions = ({
|
const ListActions = ({
|
||||||
currentSort,
|
currentSort,
|
||||||
className,
|
className,
|
||||||
resource,
|
resource,
|
||||||
@@ -101,7 +95,6 @@ const UserPagination = props => (
|
|||||||
|
|
||||||
const UserFilter = props => (
|
const UserFilter = props => (
|
||||||
<Filter {...props}>
|
<Filter {...props}>
|
||||||
<SearchInput source="user_id" alwaysOn />
|
|
||||||
<BooleanInput source="guests" alwaysOn />
|
<BooleanInput source="guests" alwaysOn />
|
||||||
<BooleanInput
|
<BooleanInput
|
||||||
label="resources.users.fields.show_deactivated"
|
label="resources.users.fields.show_deactivated"
|
||||||
@@ -136,7 +129,7 @@ export const UserList = props => {
|
|||||||
{...props}
|
{...props}
|
||||||
filters={<UserFilter />}
|
filters={<UserFilter />}
|
||||||
filterDefaultValues={{ guests: true, deactivated: false }}
|
filterDefaultValues={{ guests: true, deactivated: false }}
|
||||||
actions={<UserListActions maxResults={10000} />}
|
actions={<ListActions maxResults={10000} />}
|
||||||
bulkActionButtons={<UserBulkActionButtons />}
|
bulkActionButtons={<UserBulkActionButtons />}
|
||||||
pagination={<UserPagination />}
|
pagination={<UserPagination />}
|
||||||
>
|
>
|
||||||
@@ -147,92 +140,15 @@ export const UserList = props => {
|
|||||||
className={classes.small}
|
className={classes.small}
|
||||||
/>
|
/>
|
||||||
<TextField source="id" sortable={false} />
|
<TextField source="id" sortable={false} />
|
||||||
<TextField source="displayname" />
|
<TextField source="displayname" sortable={false} />
|
||||||
<BooleanField source="is_guest" sortable={false} />
|
<BooleanField source="is_guest" sortable={false} />
|
||||||
<BooleanField source="admin" sortable={false} />
|
<BooleanField source="admin" sortable={false} />
|
||||||
<SelectField
|
|
||||||
source="user_type"
|
|
||||||
choices={[
|
|
||||||
{ id: null, name: "resources.users.type.default" },
|
|
||||||
{ id: "free", name: "resources.users.type.free" },
|
|
||||||
{ id: "limited", name: "resources.users.type.limited" },
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
<BooleanField source="deactivated" sortable={false} />
|
<BooleanField source="deactivated" sortable={false} />
|
||||||
</Datagrid>
|
</Datagrid>
|
||||||
</List>
|
</List>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
function generateRandomUser() {
|
|
||||||
const homeserver = localStorage.getItem("home_server");
|
|
||||||
const user_id =
|
|
||||||
"@" +
|
|
||||||
Array(8)
|
|
||||||
.fill("0123456789abcdefghijklmnopqrstuvwxyz")
|
|
||||||
.map(
|
|
||||||
x =>
|
|
||||||
x[
|
|
||||||
Math.floor(
|
|
||||||
(crypto.getRandomValues(new Uint32Array(1))[0] /
|
|
||||||
(0xffffffff + 1)) *
|
|
||||||
x.length
|
|
||||||
)
|
|
||||||
]
|
|
||||||
)
|
|
||||||
.join("") +
|
|
||||||
":" +
|
|
||||||
homeserver;
|
|
||||||
|
|
||||||
const password = Array(20)
|
|
||||||
.fill(
|
|
||||||
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz~!@-#$"
|
|
||||||
)
|
|
||||||
.map(
|
|
||||||
x =>
|
|
||||||
x[
|
|
||||||
Math.floor(
|
|
||||||
(crypto.getRandomValues(new Uint32Array(1))[0] / (0xffffffff + 1)) *
|
|
||||||
x.length
|
|
||||||
)
|
|
||||||
]
|
|
||||||
)
|
|
||||||
.join("");
|
|
||||||
|
|
||||||
return {
|
|
||||||
id: user_id,
|
|
||||||
password: password,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
// redirect to the related Author show page
|
|
||||||
const redirect = (basePath, id, data) => {
|
|
||||||
return {
|
|
||||||
pathname: "/showpdf",
|
|
||||||
state: {
|
|
||||||
id: data.id,
|
|
||||||
displayname: data.displayname,
|
|
||||||
password: data.password,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
const UserCreateToolbar = props => (
|
|
||||||
<Toolbar {...props}>
|
|
||||||
<SaveQrButton
|
|
||||||
label="synapseadmin.action.save_and_show"
|
|
||||||
redirect={redirect}
|
|
||||||
submitOnEnter={true}
|
|
||||||
/>
|
|
||||||
<SaveButton
|
|
||||||
label="synapseadmin.action.save_only"
|
|
||||||
redirect="list"
|
|
||||||
submitOnEnter={false}
|
|
||||||
variant="text"
|
|
||||||
/>
|
|
||||||
</Toolbar>
|
|
||||||
);
|
|
||||||
|
|
||||||
// https://matrix.org/docs/spec/appendices#user-identifiers
|
// https://matrix.org/docs/spec/appendices#user-identifiers
|
||||||
const validateUser = regex(
|
const validateUser = regex(
|
||||||
/^@[a-z0-9._=\-/]+:.*/,
|
/^@[a-z0-9._=\-/]+:.*/,
|
||||||
@@ -243,17 +159,7 @@ const UserEditToolbar = props => {
|
|||||||
const translate = useTranslate();
|
const translate = useTranslate();
|
||||||
return (
|
return (
|
||||||
<Toolbar {...props}>
|
<Toolbar {...props}>
|
||||||
<SaveQrButton
|
<SaveButton submitOnEnter={true} />
|
||||||
label="synapseadmin.action.save_and_show"
|
|
||||||
redirect={redirect}
|
|
||||||
submitOnEnter={true}
|
|
||||||
/>
|
|
||||||
<SaveButton
|
|
||||||
label="synapseadmin.action.save_only"
|
|
||||||
redirect="list"
|
|
||||||
submitOnEnter={false}
|
|
||||||
variant="text"
|
|
||||||
/>
|
|
||||||
<DeleteButton
|
<DeleteButton
|
||||||
label="resources.users.action.erase"
|
label="resources.users.action.erase"
|
||||||
title={translate("resources.users.helper.erase")}
|
title={translate("resources.users.helper.erase")}
|
||||||
@@ -264,20 +170,12 @@ const UserEditToolbar = props => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const UserCreate = props => (
|
export const UserCreate = props => (
|
||||||
<Create record={generateRandomUser()} {...props}>
|
<Create {...props}>
|
||||||
<SimpleForm toolbar={<UserCreateToolbar />}>
|
<SimpleForm>
|
||||||
<TextInput source="id" autoComplete="off" validate={validateUser} />
|
<TextInput source="id" autoComplete="off" validate={validateUser} />
|
||||||
<TextInput source="displayname" />
|
<TextInput source="displayname" />
|
||||||
<PasswordInput source="password" autoComplete="new-password" />
|
<PasswordInput source="password" autoComplete="new-password" />
|
||||||
<BooleanInput source="admin" />
|
<BooleanInput source="admin" />
|
||||||
<SelectInput
|
|
||||||
source="user_type"
|
|
||||||
choices={[
|
|
||||||
{ id: null, name: "resources.users.type.default" },
|
|
||||||
{ id: "free", name: "resources.users.type.free" },
|
|
||||||
{ id: "limited", name: "resources.users.type.limited" },
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
<ArrayInput source="threepids">
|
<ArrayInput source="threepids">
|
||||||
<SimpleFormIterator>
|
<SimpleFormIterator>
|
||||||
<SelectInput
|
<SelectInput
|
||||||
@@ -305,17 +203,12 @@ const UserTitle = ({ record }) => {
|
|||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const UserEdit = props => {
|
export const UserEdit = props => {
|
||||||
const classes = useStyles();
|
const classes = useStyles();
|
||||||
const translate = useTranslate();
|
|
||||||
return (
|
return (
|
||||||
<Edit {...props} title={<UserTitle />}>
|
<Edit {...props} title={<UserTitle />}>
|
||||||
<TabbedForm toolbar={<UserEditToolbar />}>
|
<TabbedForm toolbar={<UserEditToolbar />}>
|
||||||
<FormTab
|
<FormTab label="resources.users.name" icon={<PersonPinIcon />}>
|
||||||
label={translate("resources.users.name", { smart_count: 1 })}
|
|
||||||
icon={<PersonPinIcon />}
|
|
||||||
>
|
|
||||||
<AvatarField
|
<AvatarField
|
||||||
source="avatar_src"
|
source="avatar_src"
|
||||||
sortable={false}
|
sortable={false}
|
||||||
@@ -324,15 +217,6 @@ export const UserEdit = props => {
|
|||||||
<TextInput source="id" disabled />
|
<TextInput source="id" disabled />
|
||||||
<TextInput source="displayname" />
|
<TextInput source="displayname" />
|
||||||
<PasswordInput source="password" autoComplete="new-password" />
|
<PasswordInput source="password" autoComplete="new-password" />
|
||||||
<SelectInput
|
|
||||||
source="user_type"
|
|
||||||
choices={[
|
|
||||||
{ id: null, name: "resources.users.type.default" },
|
|
||||||
{ id: "free", name: "resources.users.type.free" },
|
|
||||||
{ id: "limited", name: "resources.users.type.limited" },
|
|
||||||
]}
|
|
||||||
emptyText="resources.users.type.default"
|
|
||||||
/>
|
|
||||||
<BooleanInput source="admin" />
|
<BooleanInput source="admin" />
|
||||||
<BooleanInput
|
<BooleanInput
|
||||||
source="deactivated"
|
source="deactivated"
|
||||||
@@ -370,37 +254,6 @@ export const UserEdit = props => {
|
|||||||
</SimpleFormIterator>
|
</SimpleFormIterator>
|
||||||
</ArrayInput>
|
</ArrayInput>
|
||||||
</FormTab>
|
</FormTab>
|
||||||
<FormTab
|
|
||||||
label={translate("resources.devices.name", { smart_count: 2 })}
|
|
||||||
icon={<DevicesIcon />}
|
|
||||||
path="devices"
|
|
||||||
>
|
|
||||||
<ReferenceManyField
|
|
||||||
reference="devices"
|
|
||||||
target="user_id"
|
|
||||||
addLabel={false}
|
|
||||||
>
|
|
||||||
<Datagrid style={{ width: "100%" }}>
|
|
||||||
<TextField source="device_id" sortable={false} />
|
|
||||||
<TextField source="display_name" sortable={false} />
|
|
||||||
<TextField source="last_seen_ip" sortable={false} />
|
|
||||||
<DateField
|
|
||||||
source="last_seen_ts"
|
|
||||||
showTime
|
|
||||||
options={{
|
|
||||||
year: "numeric",
|
|
||||||
month: "2-digit",
|
|
||||||
day: "2-digit",
|
|
||||||
hour: "2-digit",
|
|
||||||
minute: "2-digit",
|
|
||||||
second: "2-digit",
|
|
||||||
}}
|
|
||||||
sortable={false}
|
|
||||||
/>
|
|
||||||
<DeviceRemoveButton />
|
|
||||||
</Datagrid>
|
|
||||||
</ReferenceManyField>
|
|
||||||
</FormTab>
|
|
||||||
<FormTab
|
<FormTab
|
||||||
label="resources.connections.name"
|
label="resources.connections.name"
|
||||||
icon={<SettingsInputComponentIcon />}
|
icon={<SettingsInputComponentIcon />}
|
||||||
|
|||||||
+1
-38
@@ -11,25 +11,12 @@ export default {
|
|||||||
protocol_error: "Die URL muss mit 'http://' oder 'https://' beginnen",
|
protocol_error: "Die URL muss mit 'http://' oder 'https://' beginnen",
|
||||||
url_error: "Keine gültige Matrix Server URL",
|
url_error: "Keine gültige Matrix Server URL",
|
||||||
},
|
},
|
||||||
action: {
|
|
||||||
save_and_show: "Speichern und QR Code erzeugen",
|
|
||||||
save_only: "Nur speichern",
|
|
||||||
download_pdf: "PDF speichern",
|
|
||||||
},
|
|
||||||
users: {
|
users: {
|
||||||
invalid_user_id:
|
invalid_user_id:
|
||||||
"Muss eine vollständige Matrix Benutzer-ID sein, z.B. @benutzer_id:homeserver",
|
"Muss eine vollständige Matrix Benutzer-ID sein, z.B. @benutzer_id:homeserver",
|
||||||
},
|
},
|
||||||
rooms: {
|
rooms: {
|
||||||
details: "Raumdetails",
|
details: "Raumdetails",
|
||||||
room_name: "Raumname",
|
|
||||||
make_public: "Öffentlicher Raum",
|
|
||||||
encrypt: "Verschlüsselter Raum",
|
|
||||||
room_name_required: "Muss angegeben werden",
|
|
||||||
alias_required_if_public: "Muss für öffentliche Räume angegeben werden.",
|
|
||||||
alias: "Alias",
|
|
||||||
alias_too_long:
|
|
||||||
"Darf zusammen mit der Domain des Homeservers 255 bytes nicht überschreiten",
|
|
||||||
tabs: {
|
tabs: {
|
||||||
basic: "Allgemein",
|
basic: "Allgemein",
|
||||||
members: "Mitglieder",
|
members: "Mitglieder",
|
||||||
@@ -50,7 +37,7 @@ export default {
|
|||||||
id: "Benutzer-ID",
|
id: "Benutzer-ID",
|
||||||
name: "Name",
|
name: "Name",
|
||||||
is_guest: "Gast",
|
is_guest: "Gast",
|
||||||
admin: "Server Administrator",
|
admin: "Admin",
|
||||||
deactivated: "Deaktiviert",
|
deactivated: "Deaktiviert",
|
||||||
guests: "Zeige Gäste",
|
guests: "Zeige Gäste",
|
||||||
show_deactivated: "Zeige deaktivierte Benutzer",
|
show_deactivated: "Zeige deaktivierte Benutzer",
|
||||||
@@ -64,17 +51,6 @@ export default {
|
|||||||
address: "Adresse",
|
address: "Adresse",
|
||||||
creation_ts_ms: "Zeitpunkt der Erstellung",
|
creation_ts_ms: "Zeitpunkt der Erstellung",
|
||||||
consent_version: "Zugestimmte Geschäftsbedingungen",
|
consent_version: "Zugestimmte Geschäftsbedingungen",
|
||||||
user_type: "Kontotyp",
|
|
||||||
// Devices:
|
|
||||||
device_id: "Geräte-ID",
|
|
||||||
display_name: "Gerätename",
|
|
||||||
last_seen_ts: "Zeitstempel",
|
|
||||||
last_seen_ip: "IP-Adresse",
|
|
||||||
},
|
|
||||||
type: {
|
|
||||||
default: "Standard",
|
|
||||||
free: "Basic",
|
|
||||||
limited: "Eingeschränkt",
|
|
||||||
},
|
},
|
||||||
helper: {
|
helper: {
|
||||||
deactivate: "Deaktivierte Nutzer können nicht wieder aktiviert werden.",
|
deactivate: "Deaktivierte Nutzer können nicht wieder aktiviert werden.",
|
||||||
@@ -91,8 +67,6 @@ export default {
|
|||||||
name: "Name",
|
name: "Name",
|
||||||
canonical_alias: "Alias",
|
canonical_alias: "Alias",
|
||||||
joined_members: "Mitglieder",
|
joined_members: "Mitglieder",
|
||||||
invite_members: "Mitglieder einladen",
|
|
||||||
invitees: "Einladungen",
|
|
||||||
joined_local_members: "Lokale Mitglieder",
|
joined_local_members: "Lokale Mitglieder",
|
||||||
state_events: "Ereignisse",
|
state_events: "Ereignisse",
|
||||||
version: "Version",
|
version: "Version",
|
||||||
@@ -133,17 +107,6 @@ export default {
|
|||||||
user_agent: "User Agent",
|
user_agent: "User Agent",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
devices: {
|
|
||||||
name: "Gerät |||| Geräte",
|
|
||||||
action: {
|
|
||||||
erase: {
|
|
||||||
title: "Entferne %{id}",
|
|
||||||
content: 'Möchten Sie das Gerät "%{name}" wirklich entfernen?',
|
|
||||||
success: "Gerät erfolgreich entfernt.",
|
|
||||||
failure: "Beim Entfernen ist ein Fehler aufgetreten.",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
servernotices: {
|
servernotices: {
|
||||||
name: "Serverbenachrichtigungen",
|
name: "Serverbenachrichtigungen",
|
||||||
send: "Servernachricht versenden",
|
send: "Servernachricht versenden",
|
||||||
|
|||||||
+1
-39
@@ -6,30 +6,15 @@ export default {
|
|||||||
auth: {
|
auth: {
|
||||||
base_url: "Homeserver URL",
|
base_url: "Homeserver URL",
|
||||||
welcome: "Welcome to Synapse-admin",
|
welcome: "Welcome to Synapse-admin",
|
||||||
server_version: "Synapse version",
|
|
||||||
username_error: "Please enter fully qualified user ID: '@user:domain'",
|
username_error: "Please enter fully qualified user ID: '@user:domain'",
|
||||||
protocol_error: "URL has to start with 'http://' or 'https://'",
|
protocol_error: "URL has to start with 'http://' or 'https://'",
|
||||||
url_error: "Not a valid Matrix server URL",
|
url_error: "Not a valid Matrix server URL",
|
||||||
},
|
},
|
||||||
action: {
|
|
||||||
save_and_show: "Create QR code",
|
|
||||||
save_only: "Save",
|
|
||||||
download_pdf: "Download PDF",
|
|
||||||
},
|
|
||||||
users: {
|
users: {
|
||||||
invalid_user_id:
|
invalid_user_id:
|
||||||
"Must be a fully qualified Matrix user-id, e.g. @user_id:homeserver",
|
"Must be a fully qualified Matrix user-id, e.g. @user_id:homeserver",
|
||||||
},
|
},
|
||||||
rooms: {
|
rooms: {
|
||||||
details: "Room Details",
|
|
||||||
room_name: "Room Name",
|
|
||||||
make_public: "Make room public",
|
|
||||||
encrypt: "Encrypt room",
|
|
||||||
room_name_required: "Must be provided",
|
|
||||||
alias_required_if_public: "Must be provided for a public room",
|
|
||||||
alias: "Alias",
|
|
||||||
alias_too_long:
|
|
||||||
"Must not exceed 255 bytes including the domain of the homeserver.",
|
|
||||||
tabs: {
|
tabs: {
|
||||||
basic: "Basic",
|
basic: "Basic",
|
||||||
members: "Members",
|
members: "Members",
|
||||||
@@ -50,7 +35,7 @@ export default {
|
|||||||
id: "User-ID",
|
id: "User-ID",
|
||||||
name: "Name",
|
name: "Name",
|
||||||
is_guest: "Guest",
|
is_guest: "Guest",
|
||||||
admin: "Server Administrator",
|
admin: "Admin",
|
||||||
deactivated: "Deactivated",
|
deactivated: "Deactivated",
|
||||||
guests: "Show guests",
|
guests: "Show guests",
|
||||||
show_deactivated: "Show deactivated users",
|
show_deactivated: "Show deactivated users",
|
||||||
@@ -64,16 +49,6 @@ export default {
|
|||||||
address: "Address",
|
address: "Address",
|
||||||
creation_ts_ms: "Creation timestamp",
|
creation_ts_ms: "Creation timestamp",
|
||||||
consent_version: "Consent version",
|
consent_version: "Consent version",
|
||||||
// Devices:
|
|
||||||
device_id: "Device-ID",
|
|
||||||
display_name: "Device name",
|
|
||||||
last_seen_ts: "Timestamp",
|
|
||||||
last_seen_ip: "IP address",
|
|
||||||
},
|
|
||||||
type: {
|
|
||||||
default: "Standard",
|
|
||||||
free: "Basic",
|
|
||||||
limited: "Limited",
|
|
||||||
},
|
},
|
||||||
helper: {
|
helper: {
|
||||||
deactivate: "Deactivated users cannot be reactivated",
|
deactivate: "Deactivated users cannot be reactivated",
|
||||||
@@ -90,8 +65,6 @@ export default {
|
|||||||
name: "Name",
|
name: "Name",
|
||||||
canonical_alias: "Alias",
|
canonical_alias: "Alias",
|
||||||
joined_members: "Members",
|
joined_members: "Members",
|
||||||
invite_members: "Invite Members",
|
|
||||||
invitees: "Invitations",
|
|
||||||
joined_local_members: "local members",
|
joined_local_members: "local members",
|
||||||
state_events: "State events",
|
state_events: "State events",
|
||||||
version: "Version",
|
version: "Version",
|
||||||
@@ -132,17 +105,6 @@ export default {
|
|||||||
user_agent: "User agent",
|
user_agent: "User agent",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
devices: {
|
|
||||||
name: "Device |||| Devices",
|
|
||||||
action: {
|
|
||||||
erase: {
|
|
||||||
title: "Removing %{id}",
|
|
||||||
content: 'Are you sure you want to remove the device "%{name}"?',
|
|
||||||
success: "Device successfully removed.",
|
|
||||||
failure: "An error has occurred.",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
servernotices: {
|
servernotices: {
|
||||||
name: "Server Notices",
|
name: "Server Notices",
|
||||||
send: "Send server notices",
|
send: "Send server notices",
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
import { configure } from "enzyme";
|
import { configure } from "enzyme";
|
||||||
import Adapter from "enzyme-adapter-react-16";
|
import Adapter from "enzyme-adapter-react-16";
|
||||||
import fetchMock from "jest-fetch-mock";
|
|
||||||
|
|
||||||
configure({ adapter: new Adapter() });
|
configure({ adapter: new Adapter() });
|
||||||
fetchMock.enableMocks();
|
|
||||||
|
|||||||
+27
-60
@@ -35,7 +35,6 @@ const resourceMap = {
|
|||||||
is_guest: !!u.is_guest,
|
is_guest: !!u.is_guest,
|
||||||
admin: !!u.admin,
|
admin: !!u.admin,
|
||||||
deactivated: !!u.deactivated,
|
deactivated: !!u.deactivated,
|
||||||
displayname: u.display_name || u.displayname,
|
|
||||||
// need timestamp in milliseconds
|
// need timestamp in milliseconds
|
||||||
creation_ts_ms: u.creation_ts * 1000,
|
creation_ts_ms: u.creation_ts * 1000,
|
||||||
}),
|
}),
|
||||||
@@ -46,8 +45,8 @@ const resourceMap = {
|
|||||||
body: data,
|
body: data,
|
||||||
method: "PUT",
|
method: "PUT",
|
||||||
}),
|
}),
|
||||||
delete: params => ({
|
delete: id => ({
|
||||||
endpoint: `/_synapse/admin/v1/deactivate/${params.id}`,
|
endpoint: `/_synapse/admin/v1/deactivate/${id}`,
|
||||||
body: { erase: true },
|
body: { erase: true },
|
||||||
method: "POST",
|
method: "POST",
|
||||||
}),
|
}),
|
||||||
@@ -64,44 +63,9 @@ const resourceMap = {
|
|||||||
public: !!r.public,
|
public: !!r.public,
|
||||||
}),
|
}),
|
||||||
data: "rooms",
|
data: "rooms",
|
||||||
total: json => json.total_rooms,
|
total: json => {
|
||||||
create: data => ({
|
return json.total_rooms;
|
||||||
endpoint: "/_matrix/client/r0/createRoom",
|
},
|
||||||
body: {
|
|
||||||
name: data.name,
|
|
||||||
room_alias_name: data.canonical_alias,
|
|
||||||
visibility: data.public ? "public" : "private",
|
|
||||||
invite:
|
|
||||||
Array.isArray(data.invitees) && data.invitees.length > 0
|
|
||||||
? data.invitees
|
|
||||||
: undefined,
|
|
||||||
initial_state: data.encrypt
|
|
||||||
? [
|
|
||||||
{
|
|
||||||
type: "m.room.encryption",
|
|
||||||
state_key: "",
|
|
||||||
content: {
|
|
||||||
algorithm: "m.megolm.v1.aes-sha2",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
]
|
|
||||||
: undefined,
|
|
||||||
},
|
|
||||||
method: "POST",
|
|
||||||
}),
|
|
||||||
},
|
|
||||||
devices: {
|
|
||||||
map: d => ({
|
|
||||||
...d,
|
|
||||||
id: d.device_id,
|
|
||||||
}),
|
|
||||||
data: "devices",
|
|
||||||
reference: id => ({
|
|
||||||
endpoint: `/_synapse/admin/v2/users/${id}/devices`,
|
|
||||||
}),
|
|
||||||
delete: params => ({
|
|
||||||
endpoint: `/_synapse/admin/v2/users/${params.user_id}/devices/${params.id}`,
|
|
||||||
}),
|
|
||||||
},
|
},
|
||||||
connections: {
|
connections: {
|
||||||
path: "/_synapse/admin/v1/whois",
|
path: "/_synapse/admin/v1/whois",
|
||||||
@@ -111,15 +75,6 @@ const resourceMap = {
|
|||||||
}),
|
}),
|
||||||
data: "connections",
|
data: "connections",
|
||||||
},
|
},
|
||||||
room_members: {
|
|
||||||
map: m => ({
|
|
||||||
id: m,
|
|
||||||
}),
|
|
||||||
reference: id => ({
|
|
||||||
endpoint: `/_synapse/admin/v1/rooms/${id}/members`,
|
|
||||||
}),
|
|
||||||
data: "members",
|
|
||||||
},
|
|
||||||
servernotices: {
|
servernotices: {
|
||||||
map: n => ({ id: n.event_id }),
|
map: n => ({ id: n.event_id }),
|
||||||
create: data => ({
|
create: data => ({
|
||||||
@@ -211,18 +166,30 @@ const dataProvider = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getManyReference: (resource, params) => {
|
getManyReference: (resource, params) => {
|
||||||
|
// FIXME
|
||||||
console.log("getManyReference " + resource);
|
console.log("getManyReference " + resource);
|
||||||
|
const { page, perPage } = params.pagination;
|
||||||
|
const { field, order } = params.sort;
|
||||||
|
const query = {
|
||||||
|
sort: JSON.stringify([field, order]),
|
||||||
|
range: JSON.stringify([(page - 1) * perPage, page * perPage - 1]),
|
||||||
|
filter: JSON.stringify({
|
||||||
|
...params.filter,
|
||||||
|
[params.target]: params.id,
|
||||||
|
}),
|
||||||
|
};
|
||||||
|
|
||||||
const homeserver = localStorage.getItem("base_url");
|
const homeserver = localStorage.getItem("base_url");
|
||||||
if (!homeserver || !(resource in resourceMap)) return Promise.reject();
|
if (!homeserver || !(resource in resourceMap)) return Promise.reject();
|
||||||
|
|
||||||
const res = resourceMap[resource];
|
const res = resourceMap[resource];
|
||||||
|
|
||||||
const ref = res["reference"](params.id);
|
const endpoint_url = homeserver + res.path;
|
||||||
const endpoint_url = homeserver + ref.endpoint;
|
const url = `${endpoint_url}?${stringify(query)}`;
|
||||||
|
|
||||||
return jsonClient(endpoint_url).then(({ headers, json }) => ({
|
return jsonClient(url).then(({ headers, json }) => ({
|
||||||
data: json[res.data].map(res.map),
|
data: json,
|
||||||
|
total: parseInt(headers.get("content-range").split("/").pop(), 10),
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -309,11 +276,11 @@ const dataProvider = {
|
|||||||
const res = resourceMap[resource];
|
const res = resourceMap[resource];
|
||||||
|
|
||||||
if ("delete" in res) {
|
if ("delete" in res) {
|
||||||
const del = res["delete"](params);
|
const del = res["delete"](params.id);
|
||||||
const endpoint_url = homeserver + del.endpoint;
|
const endpoint_url = homeserver + del.endpoint;
|
||||||
return jsonClient(endpoint_url, {
|
return jsonClient(endpoint_url, {
|
||||||
method: "method" in del ? del.method : "DELETE",
|
method: del.method,
|
||||||
body: "body" in del ? JSON.stringify(del.body) : null,
|
body: JSON.stringify(del.body),
|
||||||
}).then(({ json }) => ({
|
}).then(({ json }) => ({
|
||||||
data: json,
|
data: json,
|
||||||
}));
|
}));
|
||||||
@@ -338,11 +305,11 @@ const dataProvider = {
|
|||||||
if ("delete" in res) {
|
if ("delete" in res) {
|
||||||
return Promise.all(
|
return Promise.all(
|
||||||
params.ids.map(id => {
|
params.ids.map(id => {
|
||||||
const del = res["delete"]({ ...params, id: id });
|
const del = res["delete"](id);
|
||||||
const endpoint_url = homeserver + del.endpoint;
|
const endpoint_url = homeserver + del.endpoint;
|
||||||
return jsonClient(endpoint_url, {
|
return jsonClient(endpoint_url, {
|
||||||
method: "method" in del ? del.method : "DELETE",
|
method: del.method,
|
||||||
body: "body" in del ? JSON.stringify(del.body) : null,
|
body: JSON.stringify(del.body),
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
).then(responses => ({
|
).then(responses => ({
|
||||||
|
|||||||
@@ -1,78 +0,0 @@
|
|||||||
import dataProvider from "./dataProvider";
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
fetch.resetMocks();
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("dataProvider", () => {
|
|
||||||
localStorage.setItem("base_url", "http://localhost");
|
|
||||||
localStorage.setItem("access_token", "access_token");
|
|
||||||
|
|
||||||
it("fetches all users", async () => {
|
|
||||||
fetch.mockResponseOnce(
|
|
||||||
JSON.stringify({
|
|
||||||
users: [
|
|
||||||
{
|
|
||||||
name: "user_id1",
|
|
||||||
password_hash: "password_hash1",
|
|
||||||
is_guest: 0,
|
|
||||||
admin: 0,
|
|
||||||
user_type: null,
|
|
||||||
deactivated: 0,
|
|
||||||
displayname: "User One",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "user_id2",
|
|
||||||
password_hash: "password_hash2",
|
|
||||||
is_guest: 0,
|
|
||||||
admin: 1,
|
|
||||||
user_type: null,
|
|
||||||
deactivated: 0,
|
|
||||||
displayname: "User Two",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
next_token: "100",
|
|
||||||
total: 200,
|
|
||||||
})
|
|
||||||
);
|
|
||||||
|
|
||||||
const users = await dataProvider.getList("users", {
|
|
||||||
pagination: { page: 1, perPage: 5 },
|
|
||||||
sort: { field: "title", order: "ASC" },
|
|
||||||
filter: { author_id: 12 },
|
|
||||||
});
|
|
||||||
|
|
||||||
expect(users["data"][0]["id"]).toEqual("user_id1");
|
|
||||||
expect(users["total"]).toEqual(200);
|
|
||||||
expect(fetch).toHaveBeenCalledTimes(1);
|
|
||||||
});
|
|
||||||
|
|
||||||
it("fetches one user", async () => {
|
|
||||||
fetch.mockResponseOnce(
|
|
||||||
JSON.stringify({
|
|
||||||
name: "user_id1",
|
|
||||||
password: "user_password",
|
|
||||||
displayname: "User",
|
|
||||||
threepids: [
|
|
||||||
{
|
|
||||||
medium: "email",
|
|
||||||
address: "user@mail_1.com",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
medium: "email",
|
|
||||||
address: "user@mail_2.com",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
avatar_url: "mxc://localhost/user1",
|
|
||||||
admin: false,
|
|
||||||
deactivated: false,
|
|
||||||
})
|
|
||||||
);
|
|
||||||
|
|
||||||
const user = await dataProvider.getOne("users", { id: "user_id1" });
|
|
||||||
|
|
||||||
expect(user["data"]["id"]).toEqual("user_id1");
|
|
||||||
expect(user["data"]["displayname"]).toEqual("User");
|
|
||||||
expect(fetch).toHaveBeenCalledTimes(1);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user