-
Notifications
You must be signed in to change notification settings - Fork 317
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
Anti-GDPR1 #1393
Merged
Merged
Anti-GDPR1 #1393
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
* Optionally restore browser session maxAge default *(technically should 2 weeks from last check)* for those who need it... this is on a trial basis. If you are doing something then this really shouldn't be needed. Please use sparingly. If we find a Userscript setting this automatically it may be eligible for removal. Play nice. Ref: * https://openuserjs.org/discuss/Stay_logged_in_for_more_then_1_hour Related to OpenUserJS#604
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 3, 2018
Merged
This does not reload last setting on purpose... the saving might go away after the trial since it's technically not needed. |
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 3, 2018
Merged
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 4, 2018
* Rearrange this a bit for less abuse Post OpenUserJS#1393
Merged
Martii
added a commit
that referenced
this pull request
Jun 4, 2018
* Rearrange this a bit for less abuse Post #1393 Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 8, 2018
* Make this code look more like the others and place some in sessions lib * Remove some unused identifiers from prior patch * Retag some comments a bit * Some STYLEGUIDE.md compliance * Stop slinging around some functions on return again Post OpenUserJS#1393
Martii
added a commit
that referenced
this pull request
Jun 8, 2018
* Make this code look more like the others and place some in sessions lib * Remove some unused identifiers from prior patch * Retag some comments a bit * Some STYLEGUIDE.md compliance * Stop slinging around some functions on return again Post #1393 Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 11, 2018
* Destroy session instead of just blanking out the User object \*confused as to why this was done but pre-me joining\* * This is another session leak discovered last week and is our current orphan from OpenUserJS#1409... will clean up in a while * One comment typo that's been elusive every time I want to fix it NOTES: * Now satisfied with "logout" destroy as it seems to be working well every test... so removed fallback * "There... is... another... \*gasp\*" * Yoda *(working on twiddling to create a fix for it)* Related to OpenUserJS#604 OpenUserJS#1201 and OpenUserJS#1393
Merged
Martii
added a commit
that referenced
this pull request
Jun 11, 2018
* Destroy session instead of just blanking out the User object *(and cookie)* \*confused as to why this was done but pre-me joining\* * This is another session leak discovered last week and is our current orphan from #1409... will clean up in a while * One comment typo that's been elusive every time I want to fix it NOTES: * Now satisfied with "logout" destroy as it seems to be working well every test... so removed fallback * "There... is... another... \*gasp\*" * Yoda *(working on twiddling to create a fix for it)* Related to #604 #1201 and #1393
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jun 12, 2018
* Use very short session before successful auth. Session "bleeding" briefly mentioned at OpenUserJS#1411 . This is "expanded" after successful auth. * Output `originalMaxAge` for sync check in *express-session* via MongoDB * Don't easily expose improper/expired callbacks. Part of OpenUserJS#37 * Remove some currently unneeded `return` statements already captured by block braces Related to OpenUserJS#604 OpenUserJS#1201 OpenUserJS#1202 and OpenUserJS#1393
Merged
Martii
added a commit
that referenced
this pull request
Jun 12, 2018
* Use very short session before successful auth. Session "bleeding" briefly mentioned at #1411 . This is "expanded" after successful auth. * Output `originalMaxAge` for sync check in *express-session* via MongoDB * Don't easily expose improper/expired callbacks. Part of #37 * Remove some currently unneeded `return` statements already captured by block braces Related to #604 #1201 #1202 and #1393 Auto-merge
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.
security
Usually relates to something critical.
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.
Ref:
Related to #604