Beta release.#25
Draft
Armored-Dragon wants to merge 16 commits into
Draft
Conversation
* Functional OAuth implementation. * Fixed navigation. Logout functionality. * Added custom account-server specification. Allows users to specify their home server.
* Functional OAuth implementation. * Fixed navigation. Logout functionality. * Added custom account-server specification. Allows users to specify their home server. * Dev placeholder. * Get authenticationKey validation improvements. * Basic session advertising. * Redesign the website to follow brand standard. (#19) * New theme file. New index page. * Footer. * Login page. * Admin page placeholder. * Removed now unused css/scss files. Added headers to scss files. * Basic scaling. * Fixed width. Previously was not activating soon enough. * Fixed conflict error. Woopsie!
* Formatting and ESLint. * Clean sessions without a heartbeat automatically. * ESLint fixes. * Changed session removal to use filtering. Maybe prevents future issues? * Session heartbeats. ESLint api.js. * ESLint fixes. * Initial updating and deleting session work. * Error checks. Session privacy. * Handle custom server ports. * Fixed port when advertising a session.
* Initial work. Adds basic config manager. Adds api admin route. * Basic setting validation. * Setting type checking. Checks the type of a setting value before setting it based upon the template. * Fixed intellisense documentation. * Adjusted settings validation. Added more settings to the page. * Initial dialog work. * Admin manipulation. Admin adding, viewing, and removing. * Account server whitelist and blacklist. * Optimized dialog handling. Removes a lot of duplicate code and logic. * Added automatic account server connection. * Misc fixes (#22) * Remove unused template. * Remove unused files. * Improved JWT handling. Added JWT audience validation. Added logging to the JWT validation. * Removed jsonwebtoken package. * Require authentication for admin page. * Middlewere formatting adjustments. * Theme adjustments (#24) * Improved button handling. * Button partial. Button colors. Button icons.
Added template .env file.
* I have no idea how this was working before. This was entirely wrong? * Small authentication adjustment. * Added debug logs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release represents a somewhat stable build of this repository containing all of the required minimal features required from this service.