Releases: nwrenger/schiller-db
SchillerDB - Schillernover's Database Managment Release v4.1
A release with the current version 4.1. Provided is a dummy data file (benutzer.txt), a dummy logins file (logins.txt), an admin.env file for setting up an admin and a version for Linux and Windows. Make sure to run it with enough permissions (sudo/admin) and that the files are in the same directory as the executable.
Current Admin: Can be Set in the Environment File - SNDM_USER="" and SNDM_PASSWORD=""
IP: Default 0.0.0.0:80, Changeable via flags -p (port) and -a (address).
Changes
- Frontend Transition to Svelte -> Refactored
- UI/UX fixes and improvements
- General Modal Changes, like adding a Confirmation Modal
- Design Changes
- Faster Frontend
- Added Flags to change Port and Address
- put all server database calls under /api
- Name Change from SNDI to SchillerDB
- A lot of Bug Fixes
- ...
Pull Requests
Full Changelog: v3.0...v4.1
SNDM - Schillernover's Database Managment Release v3.0
A release with the current version 3.0. Provided is a dummy data file (benutzer.txt), a dummy logins file (logins.txt), an admin.env file for setting up an admin and a version for Linux and Windows. Make sure to run it with enough permissions (sudo/admin) and that the files are in the same directory as the executable.
Current Admin: Can be Set in the Environment File - SNDM_USER="" and SNDM_PASSWORD=""
IP: Should be http://0.0.0.0/. You can also use http://localhost/, which you have to use on Windows.
Changes:
- Added UI with main and login Page
- A lot of internal data table changes
- fixed a lot of bugs
- a lot of security changes
- UI improvements
- hosting everything locally
- improved more than I can remember
- ...
Full Changelog: v2.4...v3.0
SNDM - Schillernover's Database Managment Release v2.4
A release with the current version 2.4. Provided is a dummy data file(benutzer.txt), admin.env file for setting up an admin and a version for Linux and Windows. Make sure to run it with enough permissions (sudo/admin) and that the files are in the same directory as the executable.
Current Admin: Can be Set in the Environment File - SNDM_USER="" and SNDM_PASSWORD=""
IP: Should be http://0.0.0.0/. You can also use http://localhost/, which you have to use on Windows.
Changes:
- User System
- Added a all_roles route
- Improved Security System
- More Detailed Log
- Small bug fixes and speed improvements
What's Changed
Current Contributors
Full Changelog: v2.2...v2.4
SNDM - Schillernover's Database Managment Release v2.2
A release with the current version 2.2. Provided is a dummy data file(benutzer.txt), keys.env file with defaults for the keys and a version for Linux and Windows. Make sure to run it with enough permissions (sudo/admin) and that the files are in the same directory as the executable.
Current Keys: Can be Set in the Environment File (SNDM_KEY_A = Changing Users/Admin Key, SNDM_KEY_W = Changing Absence/Criminal, SNDM_KEY_E = Accessing Absence, SNDM_KEY_P = Accessing Criminal). Only the W Key is in the write_api_key header. The Admin Key can do everything.
IP: Should be http://0.0.0.0/. You can also use http://localhost/, which you have to use on Windows.
Changes:
- Keys are now set using the environment
- Presence changed into Absence
- fixed DB Naming
- added an Admin Key
- added dotenv integration
- streamlined Errors
Full Changelog: v2.1...v2.2
SNDM - Schillernover's Database Managment Release v2.1
A release with the current version 2.1. Provided is a dummy data file(benutzer.txt) and a version for Linux and Windows. Make sure to run it with enough permissions(sudo/admin) and that the dummy data file is in the same directory as the executable.
Current Keys: "w" for writing (put in writing_api_key), "p" for police (put in server_api_key, can see users and criminals) and "e" for employment (put in server_api_key, can see users and presences).
IP: Should be http://0.0.0.0. You can also use http://localhost, which you have to use on Windows.
Changes:
- Added a Log File (it Logs all Successful requests)
- Finalized Error Handling
- Fixed a lot of bugs
Full Changelog: https://github.com/nwrenger/sndm/commits/v2.1
SNDM - Schillernova's Database Managment Release v2.0
A release with the current version 2.0. Provided is a dummy data file (benutzer.txt) and a version for Linux and Windows. Make sure to run it with enough permissions and that the dummy data file is in the same directory as the executable.
Current Keys: "w" for writing (put in writing_api_key), "p" for police (put in server_api_key, can see users and criminals) and "e" for employment (put in server_api_key, can see users and presences).
Full Changelog: https://github.com/nwrenger/sndm/commits/v2.0