-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add "Active at" column to user list. #3026
Merged
Commits on Jan 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 88adadb - Browse repository at this point
Copy the full SHA 88adadbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbdef8 - Browse repository at this point
Copy the full SHA ddbdef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef2ebb - Browse repository at this point
Copy the full SHA 3ef2ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7295520 - Browse repository at this point
Copy the full SHA 7295520View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f3ada - Browse repository at this point
Copy the full SHA f3f3adaView commit details -
Add user detail sync system based on Redis backend.
There is a periodic Celery task that updates a new “details” JSONB column in the “user” table with the data from Redis. Currently this is only used for tracking the date of last activity of a user but can be extended with other user information later. Updates a few dependencies.
Configuration menu - View commit details
-
Copy full SHA for fddc540 - Browse repository at this point
Copy the full SHA fddc540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e23e9d - Browse repository at this point
Copy the full SHA 3e23e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1890760 - Browse repository at this point
Copy the full SHA 1890760View commit details -
Use request_started signal to make sure we have a request context.
Otherwise loading the user based on the request won’t work.
Configuration menu - View commit details
-
Copy full SHA for ded899d - Browse repository at this point
Copy the full SHA ded899dView commit details -
Fix test that checks if disabled users can login.
This correctly uses a URL path that includes the current organization and checks for the error message. The previous test seems to have been a red herring.
Configuration menu - View commit details
-
Copy full SHA for b485a16 - Browse repository at this point
Copy the full SHA b485a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3edce - Browse repository at this point
Copy the full SHA 6c3edceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba039c - Browse repository at this point
Copy the full SHA 4ba039cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412dd69 - Browse repository at this point
Copy the full SHA 412dd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for d612a89 - Browse repository at this point
Copy the full SHA d612a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f04a15 - Browse repository at this point
Copy the full SHA 7f04a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5237137 - Browse repository at this point
Copy the full SHA 5237137View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd16b9 - Browse repository at this point
Copy the full SHA dcd16b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6301bfa - Browse repository at this point
Copy the full SHA 6301bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4281ee9 - Browse repository at this point
Copy the full SHA 4281ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb782e - Browse repository at this point
Copy the full SHA 4bb782eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a4e6f - Browse repository at this point
Copy the full SHA 10a4e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b54cbf - Browse repository at this point
Copy the full SHA 9b54cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2ed51 - Browse repository at this point
Copy the full SHA bd2ed51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55b976 - Browse repository at this point
Copy the full SHA d55b976View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bed65 - Browse repository at this point
Copy the full SHA c0bed65View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc196e8 - Browse repository at this point
Copy the full SHA dc196e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0724785 - Browse repository at this point
Copy the full SHA 0724785View commit details -
This uses the flask-sqlalchemy helpers consistently and makes more use of mixins.
Configuration menu - View commit details
-
Copy full SHA for 2bd55bf - Browse repository at this point
Copy the full SHA 2bd55bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf3621 - Browse repository at this point
Copy the full SHA 6bf3621View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde74f0 - Browse repository at this point
Copy the full SHA cde74f0View commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 392bb8d - Browse repository at this point
Copy the full SHA 392bb8dView commit details
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.