* WIP: add scheduler commands
* refactor scheduler commands page
* WIP on CRUD for ScheduledCommands
* more refactoring, finish CRUD On scheduled pages
* Add info text about Scheduler service
* Finish recurring commands add/edit
* add more texts
* fix server status behavior on not-loaded-yet state; adjust texts; lint fixes
* add link to the help pages in the commands palette
* Move Commands Panel to ServerSchedulesPage
* Rename Server Schedules to Server Actions
* more texts, a bit changed visual of the actions page, lint fix
* add docs
* fix tests
* Add UTC label to scheduled command create/edit
* WIP on Media tab to rooms
* handle error for downloadFile if it's missing
* Add warning message for rooms Media tab
* Fix error message for download media of rooms
* update readme
* WIP: Add server status and running process indicators
* Finish ServerStatusPage and ServerRunningProcess
* fix typos, add running process info to the server status page
* Remove ServerRunningProcess and integrate it into ServerStatusBadge
* remove divider in menu
* display time as started X minutes ago
* add documentation; clearly state what new components are; update readme
* change wording a bit, cross-link with docs/README.md
* use returned HTML
* Finish ServerStatus page and badges
* Fix types
* cleanup
* remove some code
* adjust config load
* wip on make admin button
* Finish assign admin button
* fixes from pr
* update readme; remove unnecessary console.log; add assign admin to room directory and room view; rename user_id label; set own MXID by default; fix room name display when there is no name
* Add button to generate password in UserEdit
* increase default random password length to 64, add more possible symbols to the generator
* update readme
* Add option to control user's experimental features
* Don't use ReferenceManyField, load experimental features manually
* cleanup
* Move experimental features to their own components, improve UI
* remove background from Stack
* update readme
* Fix AvatarField to work with authenticated media
* Fix ViewMediaButton to work for user's media tab and reported events
* remove console.log
* cleanup AvatarField
* use correct thumbnail size
* fix AvatarField.test
* ignore postgres data for watchman
* fix new avatar preview
* watchman should ignore testdata completely, instead of specific subdirs
* update README
* change user's media icon in sidebar - use the same icon as the media tab
* Add preview for user media files if mimeType is image/*
* Add new line in user media Dialog