summaryrefslogtreecommitdiffstats
path: root/gerrit-oauth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.14'David Pursehouse2017-04-251-1/+3
|\
| * Trim leading slash from redirect after oauth loginLogan Hanks2017-04-241-1/+3
* | Move classes that are related to external IDs into an own packageEdwin Kempin2017-03-271-1/+1
|/
* Migrate external IDs to NoteDb (part 1)Edwin Kempin2017-02-282-3/+6
* Format all Java files with google-java-formatDave Borowitz2017-02-073-90/+75
* Remove Buck based buildDavid Ostrovsky2017-01-231-26/+0
* Return Optional<Account.Id> from AccountManager.lookup(String)Edwin Kempin2016-12-281-10/+11
* Bazel: Reformat build filesDavid Ostrovsky2016-12-071-21/+22
* OAuthTokenCache: Use account id as keyDavid Ostrovsky2016-10-181-9/+13
* Implement Bazel buildDavid Ostrovsky2016-06-141-0/+26
* Enable and fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-022-21/+18
* Cache for OAuth access tokensMichael Ochmann2016-05-101-7/+14
* Import StandardCharsets.UTF_8 as staticDavid Pursehouse2015-10-191-2/+3
* Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-05-073-61/+85
|\
| * Merge "OAuth: Check for session validity during logout" into stable-2.10Saša Živkov2015-05-061-1/+3
| |\
| | * OAuth: Check for session validity during logoutDavid Ostrovsky2015-04-251-1/+3
| * | OAuth: Simplify protocol implementationDavid Ostrovsky2015-05-052-30/+6
| * | Allow to link user identity to another OAuth providerDavid Ostrovsky2015-05-052-36/+82
| |/
* | Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-04-142-13/+28
|\|
| * Merge "OAuth: Respect servlet context path in URL for login token" into stabl...Shawn Pearce2015-04-141-12/+23
| |\
| | * OAuth: Respect servlet context path in URL for login tokenDavid Ostrovsky2015-04-131-12/+23
| * | Invalidate OAuth session after web_sessions cache expirationDavid Ostrovsky2015-04-121-1/+5
| |/
* | Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-03-292-6/+46
|\|
| * Merge "Remove unused OAuthToken in authorisation URL" into stable-2.10Saša Živkov2015-03-261-3/+2
| |\
| | * Remove unused OAuthToken in authorisation URLLuca Milanesio2015-03-251-3/+2
| * | Add log messages to troubleshoot OAuth/OpenID linkingDavid Ostrovsky2015-03-261-0/+5
| * | OAuth: Allow to link claimed identity to existing accountsDavid Ostrovsky2015-03-202-3/+39
| |/
* / Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-03-162-5/+4
|/
* Expose extension point for generic OAuth providersDavid Ostrovsky2015-03-066-0/+571