-
Notifications
You must be signed in to change notification settings - Fork 326
Add a simple admin UI to show the session length #1203
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
Merged
Merged
Conversation
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
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 12, 2018
* The basics of this should be covered by session active data route now. A view will be worked on to integrate it over time when available. Post OpenUserJS#1203 ... related to OpenUserJS#604
Martii
added a commit
that referenced
this pull request
Jun 12, 2018
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 25, 2018
NOTES: * This is a continuous WIP e.g. there will be a lot more in stages when there is available time. We need a more user friendly UI though right now. * All columns are to ensure integrity and facilitate easier bug checking. TODO: * Pagination * Possible sort-able column headers * Search-ability * Revoke in `modifySessions.js` and enable with strict logging *(hopefully)* * `authedUser` filter * Possible modified integration with `Session` in Preferences for GDPR Post OpenUserJS#1203 ... related to OpenUserJS#604
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 25, 2018
NOTES: * This is a continuous WIP e.g. there will be a lot more in stages when there is available time. We need a more user friendly UI though right now. * All columns are to ensure integrity and facilitate easier bug checking. TODO: * Pagination * Possible sort-able column headers * Search-ability * Revoke in `modifySessions.js` and enable with strict logging *(hopefully)* * `authedUser` filter * Possible modified integration with `Session` in Preferences for GDPR Post OpenUserJS#1203 ... related to OpenUserJS#604
Martii
added a commit
that referenced
this pull request
Jun 25, 2018
NOTES: * This is a continuous WIP e.g. there will be a lot more in stages when there is available time. We need a more user friendly UI though right now. * All columns are to ensure integrity and facilitate easier bug checking. TODO: * Pagination * Possible sort-able column headers * Search-ability * Revoke in `modifySessions.js` and enable with strict logging *(hopefully)* * `authedUser` filter * Possible modified integration with `Session` in Preferences for GDPR Post #1203 ... related to #604 Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 25, 2018
* Fix some view elements too NOTE: * This may need some mitigation as I'm quite tired twiddling. Haven't tested adding to existing login yet. At some point I'll boot everyone off for current sessions but not right now. Post OpenUserJS#1203 1446 ... related to 604
Merged
Martii
added a commit
that referenced
this pull request
Jun 25, 2018
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 26, 2018
* `getTimeStamp` isn't available to my knowledge on any identifiers since they are Objects of the real thing. NOTE: * Needed for a change that is being worked on Post OpenUserJS#1203 OpenUserJS#1446 OpenUserJS#1447 ... related to OpenUserJS#604
Merged
Martii
added a commit
that referenced
this pull request
Jun 26, 2018
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 26, 2018
* Tables and forms don't mix Duhh * Add Sign Out routine... logged * Bug fix for extending NOTE: * This isn't as pretty as I would like in View but still working on it * Will be booting everyone off shortly for the bug fix Post OpenUserJS#1203 OpenUserJS#1446 OpenUserJS#1447 ... related to OpenUserJS#604
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
DB
Pertains inclusively to the Database operations.
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
UI
Pertains inclusively to the User Interface.
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.
Related to #604