Block a user
fabc82a0a2
moved the README file back to the root directory and fixed a few grammar
e79efb9482
Update README.md
508af40359
Moved logging out of the host database and a few bug fixes
c8f53d1e5c
Slimmed down and simplified host administering
4fdbfe1c2f
Slimmed down and simplified host administering - I decided to remove the entire concept of a root user. Instead, the host initializes as a blank slate and it will be up to the host admin to create a rank 1 user via the new command line option "-add_admin" to do initial setup with. - There is no longer such a concept as a protected user. Meaning even the last rank 1 user in the host database is allowed to delete or modify the rank of their own account. To prevent permanent "admin lock out" in this scenario the "-elevate" command line option was created. - Host settings are no longer stored in the database. Instead, host settings are now stored in a conf.json file in /etc/mrci/conf.json if running on a linux based OS or in %Programdata%\mrci\conf.json if running on Windows. - Email templates are no longer stored in the database. Instead, the templates can be any file formatted in UTF-8 text stored in the host file system. The files they point to can be modified in the conf.json file. - The conf file also replaced all use env variables so MRCI_DB_PATH, MRCI_WORK_DIR, MRCI_PRIV_KEY and MRCI_PUB_KEY are no longer in use. SSL/TLS cert paths can be modified in the conf file. - Removed email template cmds set_email_template and preview_email. - Also removed cmds close_host, host_config and restart_host. The actions these commands could do is best left to the host system command line. - The database class will now explicitly check for write permissions to the database and throw an appropriate error message if the check fails. "DROP TABLE" SQL abilities were added to make this happen. - Removed async cmds exit(3), maxses(5) and restart(11).
79ea070b75
not sure what was done to this project to be honest.
d4eef2c0e2
updated the readme file.
7af2528bfd
- Made some major changes to the JustAudio project.
c3ec7e7085
made better use of Ui::trayActivated() so it can not only display the
2fa5bc7bf3
README.md edited
f50643a4d4
removed app_dir and build from the repo. updated gitignore to keep those dirs out
1caf9d309f
fixed up the documentation and moved the README to the root dir for
b66c2b92ab
initial commit (wip)
27b03885df
fixed some grammar issues in the README. also moved it back to root
d268fcb2ee
Added support for QT6
2d1eef3700
removed linux_build.sh
fb4d0bed87
Added Windows Build/Install Support
0c575ed8c9
Updated SSL Handling