-
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
Migrate to latest Play version #92
Comments
resamsel
added a commit
that referenced
this issue
Aug 20, 2020
* Migrates to 2.7 * Removes server-side templates * Removes play-authenticate * Introduces pac4j
resamsel
added a commit
that referenced
this issue
Sep 20, 2020
* re-introduces access token authorization with scope * replaces deprecated request() calls with injected requests * cleans-up unnecessary code
resamsel
added a commit
that referenced
this issue
Sep 20, 2020
Moves session storage to cookie instead of cache.
resamsel
added a commit
that referenced
this issue
Sep 26, 2020
Injecting request wherever necessary to replace using the context. Still has some work to be done, like removing the AuthProvider from the repositories.
resamsel
added a commit
that referenced
this issue
Sep 26, 2020
- removes the AuthProvider from the repositories - fixes unit tests
resamsel
added a commit
that referenced
this issue
Oct 2, 2020
- fixes load generator - fixes issues occurring while generating load - author is happy about load test error rate :)
resamsel
added a commit
that referenced
this issue
Oct 2, 2020
- cleans up load generator - fixes issues discovered by load test
resamsel
added a commit
that referenced
this issue
Oct 2, 2020
Removes styles, fonts, and JavaScript sources that are no longer used.
resamsel
added a commit
that referenced
this issue
Oct 2, 2020
Introduces performance improvement on the database table log_entry.
resamsel
added a commit
that referenced
this issue
Oct 2, 2020
- removes last remnants of the deadbolt dependency - marks users deleted instead of actually deleting them - re-introduce redirect_uri mechanism - introduce error report to load-generator - replaces http error handler with http interceptor
resamsel
added a commit
that referenced
this issue
Oct 2, 2020
Integrates the language switcher on the main and login pages
resamsel
added a commit
that referenced
this issue
Oct 3, 2020
- fixes load generator - fixes issues occurring while generating load - author is happy about load test error rate :)
resamsel
added a commit
that referenced
this issue
Oct 3, 2020
- cleans up load generator - fixes issues discovered by load test
resamsel
added a commit
that referenced
this issue
Oct 3, 2020
Removes styles, fonts, and JavaScript sources that are no longer used.
resamsel
added a commit
that referenced
this issue
Oct 3, 2020
Introduces performance improvement on the database table log_entry.
resamsel
added a commit
that referenced
this issue
Oct 3, 2020
- removes last remnants of the deadbolt dependency - marks users deleted instead of actually deleting them - re-introduce redirect_uri mechanism - introduce error report to load-generator - replaces http error handler with http interceptor
resamsel
added a commit
that referenced
this issue
Oct 3, 2020
Integrates the language switcher on the main and login pages
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
* Migrates to 2.7 * Removes server-side templates * Removes play-authenticate * Introduces pac4j
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
* re-introduces access token authorization with scope * replaces deprecated request() calls with injected requests * cleans-up unnecessary code
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
Moves session storage to cookie instead of cache.
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
Injecting request wherever necessary to replace using the context. Still has some work to be done, like removing the AuthProvider from the repositories.
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
- removes the AuthProvider from the repositories - fixes unit tests
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
- fixes load generator - fixes issues occurring while generating load - author is happy about load test error rate :)
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
- cleans up load generator - fixes issues discovered by load test
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
Removes styles, fonts, and JavaScript sources that are no longer used.
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
Introduces performance improvement on the database table log_entry.
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
- removes last remnants of the deadbolt dependency - marks users deleted instead of actually deleting them - re-introduce redirect_uri mechanism - introduce error report to load-generator - replaces http error handler with http interceptor
resamsel
added a commit
that referenced
this issue
Nov 9, 2020
Integrates the language switcher on the main and login pages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migration steps:
The text was updated successfully, but these errors were encountered: