Commit Graph

148 Commits

Author SHA1 Message Date
Tulir Asokan
30a6dd62ef Don't try to remove websocket from log listeners if it had not been added 2018-11-29 12:28:23 +02:00
Tulir Asokan
2b8a5353be Fix log live updating and add autoscrolling 2018-11-29 12:27:31 +02:00
Tulir Asokan
b858b5a056 Add spec for /logs and /debug/open endpoints 2018-11-29 11:43:57 +02:00
Tulir Asokan
8fc5350644 Remove unused import 2018-11-29 11:43:41 +02:00
Tulir Asokan
c3dbf9685d Fix clearing log focus 2018-11-29 01:06:58 +02:00
Tulir Asokan
32b60fa0ff Overhaul log viewer
* Move viewer to separate modal to allow using more horizontal space
* Load log history (up to 2048 lines)
* Add colors and use table styling for log viewer
* Add links to log entries that open mentioned instance/client or line in code
2018-11-29 00:58:20 +02:00
Tulir Asokan
aac99b7ee4 Update version 2018-11-28 15:34:21 +02:00
Tulir Asokan
c39cacbab4 Switch to Python-Markdown
Commonmark doesn't have any built-in HTML sanitization
2018-11-28 15:28:35 +02:00
Tulir Asokan
6a6e8a818e Simplify Event.reply and add MaubotMatrixClient.send_markdown 2018-11-28 02:33:59 +02:00
Tulir Asokan
8cfe2e8884 "Fix" file upload accept list 2018-11-28 02:33:37 +02:00
Tulir Asokan
d252bfbb08 Update README.md 2018-11-27 02:35:51 +02:00
Tulir Asokan
73e86ebb17 Hide config in new instances and add exceptions to log 2018-11-27 02:35:51 +02:00
Tulir Asokan
034eead840 Reload plugin metadata when reloading plugin 2018-11-17 01:11:12 +02:00
Tulir Asokan
52811681f4 Fix new plugin/instance/client pages 2018-11-14 00:06:17 +02:00
Tulir Asokan
a3dea42b1a Show log level in filtered logs 2018-11-12 00:17:31 +02:00
Tulir Asokan
08eacce0a9 Fix log map entry for instances and plugins 2018-11-12 00:14:45 +02:00
Tulir Asokan
d5cb73898f Update version 2018-11-12 00:04:11 +02:00
Tulir Asokan
c2a5451401 Finish basic log viewer 2018-11-12 00:00:37 +02:00
Tulir Asokan
6f2162d5f3 Add some backup checks when stopping maubot 2018-11-11 21:20:50 +02:00
Tulir Asokan
20a9ca6aa6 Make both instance dropdowns behave the same way 2018-11-11 20:24:59 +02:00
Tulir Asokan
5c5b3568cd Add animations to sidebar toggling 2018-11-11 20:21:51 +02:00
Tulir Asokan
91cdfc9378 Fix websockets in dev server proxy 2018-11-11 20:10:48 +02:00
Tulir Asokan
303a9827a1 Add log websocket 2018-11-11 19:27:09 +02:00
Tulir Asokan
b52766ab1e Fix minor things in management API 2018-11-11 16:06:06 +02:00
Tulir Asokan
fd5672b3dd
Merge pull request #14 from maubot/management-frontend
Add management UI
2018-11-11 01:06:57 +02:00
Tulir Asokan
640caa2f2e Fix double slash in API paths 2018-11-11 00:59:13 +02:00
Tulir Asokan
3d88277fd2 Build frontend in dockerfile 2018-11-11 00:52:28 +02:00
Tulir Asokan
5c62bb2671 Merge branch 'master' into management-frontend 2018-11-11 00:48:10 +02:00
Tulir Asokan
e0306d29b5 Make maubot http server serve frontend for production 2018-11-11 00:43:58 +02:00
Tulir Asokan
0264f7b794 Hide unnecessary scrollbars 2018-11-10 23:46:37 +02:00
Tulir Asokan
3a36b862df Add mobile compatibility to management UI 2018-11-10 23:29:31 +02:00
Tulir Asokan
9603f59b96 Fix bugs and improve minor UI things 2018-11-10 22:16:34 +02:00
Tulir Asokan
bc97df7de8 Remove code duplication and add better 404 handler 2018-11-10 20:50:09 +02:00
Tulir Asokan
f97b39f4e3 Add plugin view 2018-11-10 19:58:28 +02:00
Tulir Asokan
5220d2e5c9 Improve design of management UI 2018-11-10 19:22:04 +02:00
Tulir Asokan
15db7b95c3 Add config editor to instance view 2018-11-10 16:47:18 +02:00
Tulir Asokan
b0d782906b Implement instance view 2018-11-10 16:33:12 +02:00
Tulir Asokan
0a406ac071 Change more things 2018-11-10 13:49:54 +02:00
Tulir Asokan
53d2264351 Proxy avatar requests through server and improve css 2018-11-10 12:57:06 +02:00
Tulir Asokan
2aac4fbee1 Change things 2018-11-10 01:43:37 +02:00
Tulir Asokan
641ae49376 Add client delete button and fix minor things 2018-11-10 00:03:36 +02:00
Tulir Asokan
29adf50ae0 Finish initial client main view 2018-11-09 20:03:26 +02:00
Tulir Asokan
ef3f4a20f2 Add endpoint to upload avatars 2018-11-09 20:03:08 +02:00
Tulir Asokan
ed16ee8860 Add initial parts of client view 2018-11-09 00:54:42 +02:00
Tulir Asokan
3e661aa887 New <thing> buttons in sidebar 2018-11-08 17:25:22 +02:00
Tulir Asokan
9a21c6ade8 Add endpoint to replace specific plugin 2018-11-08 17:25:00 +02:00
Tulir Asokan
2ba1f46149 Reorganize things, add sidebar and topbar 2018-11-08 01:02:46 +02:00
Tulir Asokan
f3a0b7bc4f Implement login 2018-11-06 23:27:17 +02:00
Tulir Asokan
4bc78996c1 Add UID/GID option and custom config base for docker
Closes #13
2018-11-04 23:05:53 +02:00
Tulir Asokan
8cd8f52566 Base frontend stuff and login view 2018-11-04 22:55:58 +02:00