-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash RFID readers from admin panel #42
Merged
leechwort
merged 2 commits into
dev
from
3-implement-change-firmware-for-the-reader-from-the-admin-panel
Dec 18, 2023
Merged
Flash RFID readers from admin panel #42
leechwort
merged 2 commits into
dev
from
3-implement-change-firmware-for-the-reader-from-the-admin-panel
Dec 18, 2023
Conversation
This file contains 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
Also some bug fixes etc...
leechwort
deleted the
3-implement-change-firmware-for-the-reader-from-the-admin-panel
branch
December 18, 2023 17:54
leechwort
added a commit
that referenced
this pull request
Feb 5, 2024
* Automatic RFID reader code reworked and refined. Also some bug fixes etc... * Fix pylint
leechwort
added a commit
that referenced
this pull request
Feb 14, 2024
* Very various code revork and refactoring (#29) * Smoke try... * Fix problem with user name and icon * WIP: rework, bug fixes, renaming, etc * WIP: refactor, stage 0 * WIP: refactor, stage 1 * WIP: refactor, stage 2 * WIP: refactor, web API separated * API extended * WIP: AI-generated stuff for user table just for test:) * Web API extended for devices * Fix and rework auth * Some hacks about development described * Add columns to users table * Small fixes: delete user and device menu button * Config and logging refactored * Latest key API endpoind extended * Load config from file + API + Settings page(WIP) * Create user API fix: return code for existing user * Add functionality to users page * Fix add user * Add latest key time * Basic slack notifyer implemented * Fix slack warning * Devices pages added * Added "Delete device" functionality + some fixes * Add settings JSON editor * Pylint + Autopep8 fixes --------- Co-authored-by: Anna Deeva <ann.deeva@gmail.com> * Delete file, forgotten from previous commit * Fixed docker file and add ci for build docker images * change to correct tag * Implement build docker image with correct tags * Implement creating database on start if not exist * Flash RFID readers from admin panel (#42) * Automatic RFID reader code reworked and refined. Also some bug fixes etc... * Fix pylint * Fix problem with settings editor * Docker configuration changed - Now config file is specified in dockerfile - Readme updated * Improve plugin subsystem * Now we have plugin manager, which handles plugin loading * Crash in plugin load does not lead to crash in app * Plugins has separate branch in config * Plugin has its own directory * Fix UUID generator Built-in UUID generator does not work in some cases * Fix AddUser() bug * Some changes to login and database create logic - If no admin users are present force to go to init_app page - Only one admin user is allowed(to prevent to anyone to register) * UI fixes (#53) * Make navigation sticky * Add time and date selectors * Add paddings * Fix buttons with on smaller screens * Docker-related stuff changed Mainly because Docker worked poorly with automated reader device flasher, so: - ttyUSB device made accessed in container - reader firmware now automatically downloaded from git ... other changes * Fix add user functionality * Some fixes (#57) * Fix add user functionality * Set wifi credentials in settings * Fix pylint * Add image and other fix (#58) * Fix add user functionality * Set wifi credentials in settings * Fix pylint * Add image and some fixes * Another fixes * Fix add user functionality * Set wifi credentials in settings * Fix pylint * Add image and some fixes * Fix log representation issues - Remove links in logs - Device name instead device ID - Heh, remove checkbox on init page with DB restore:) * Several changes, revealed during smoke test on final stages (#61) * Several changes, revealed during smoke test on final stages + documentation start * Added instructions steps * Contributors added * Tool door split (#65) * Several changes, revealed during smoke test on final stages + documentation start * Added instructions steps * Contributors added * Added tool and door devices split * Latest activity added (#66) * Slack notifier separately notify door and tool (#67) * Slack notifier separately notify door and tool * Fix pylint --------- Co-authored-by: Anna Deeva <ann.deeva@gmail.com> Co-authored-by: vovastelmashchuk <vovochkastelmashchuk@gmail.com> Co-authored-by: Volodymyr Stelmashchuk <smallstells@gmail.com> Co-authored-by: Anna Deeva <37623333+temhota@users.noreply.github.com>
Merged
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.
No description provided.