summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.2' into stable-3.3Marco Miller2021-06-281-1/+0
|\
| * Elasticsearch: Discontinue EOL version 7.5 supportMarco Miller2021-06-221-1/+0
* | Honour change.maxUpdates for AS changes without commentsFabio Ponciroli2021-06-241-1/+13
* | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2021-06-112-0/+34
|\|
| * LocalUsernamesToLowerCase: manage duplication automaticallyLuca Milanesio2021-06-112-0/+34
* | Merge "AS ops shouldn't count towards change.maxUpdates limit" into stable-3.3Fabio Ponciroli2021-06-082-5/+25
|\ \
| * | AS ops shouldn't count towards change.maxUpdates limitFabio Ponciroli2021-06-072-5/+25
* | | Merge branch 'stable-3.2' into stable-3.3Prudhvi Akhil Alahari2021-05-282-2/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'stable-3.1' into stable-3.2Prudhvi Akhil Alahari2021-05-272-2/+10
| |\ \
| | * \ Merge branch 'stable-3.0' into stable-3.1Prudhvi Akhil Alahari2021-05-272-2/+10
| | |\ \
| | | * \ Merge branch 'stable-2.16' into stable-3.0Prudhvi Akhil Alahari2021-05-272-2/+10
| | | |\ \
| | | | * | Merge branch 'stable-2.15' into stable-2.16Prudhvi Akhil Alahari2021-05-272-3/+11
| | | * | | Merge changes If5e4876e,I37e57397 into stable-3.0Saša Živkov2021-03-122-2/+2
| | | |\ \ \
* | | | \ \ \ Merge "Allow removal from AS even if comments limits is exceeded" into stable...Fabio Ponciroli2021-05-272-4/+13
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Allow removal from AS even if comments limits is exceededFabio Ponciroli2021-05-272-4/+13
* | | | | | | Merge branch 'stable-3.2' into stable-3.3Marco Miller2021-05-251-1/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Elasticsearch: Discontinue EOL version 7.4 supportMarco Miller2021-05-251-1/+0
* | | | | | | Merge remote-tracking branch 'origin/stable-3.2' into merge-stable-3.3Fabio Ponciroli2021-05-241-7/+20
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | Always terminate the ServletRequest associated taskFabio Ponciroli2021-05-241-7/+20
* | | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2021-05-173-12/+35
|\| | | | |
| * | | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2021-05-173-12/+35
| |\| | | |
| | * | | | Don't serve polygerrit assets for git requestsDavid Ostrovsky2021-05-172-24/+31
| | * | | | Fix PUT/POST/DELETE REST-API with cookie authenticationLuca Milanesio2021-05-171-1/+17
| | * | | | Merge "Adapt SendMessage of the NoShell command to AsyncCommand type" into st...David Ostrovsky2021-05-141-9/+33
| | |\ \ \ \
* | | | | | | Merge branch 'stable-3.2' into stable-3.3David Ostrovsky2021-05-141-9/+33
|\| | | | | |
| * | | | | | Merge branch 'stable-3.1' into stable-3.2David Ostrovsky2021-05-141-9/+33
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Adapt SendMessage of the NoShell command to AsyncCommand typeMark Bekhet2021-05-141-9/+33
* | | | | | | Merge branch 'stable-3.2' into stable-3.3Marco Miller2021-05-123-3/+48
|\| | | | | |
| * | | | | | Merge branch 'stable-3.1' into stable-3.2Marco Miller2021-05-123-3/+48
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fix registration redirect on OpenIDDiogo Ferreira2021-05-121-2/+3
| | |/ / / /
| | * | | | Merge "Log when a new SSH connection is rejected due to exceeded limit" into ...David Ostrovsky2021-05-112-1/+45
| | |\ \ \ \
| | | * | | | Log when a new SSH connection is rejected due to exceeded limitSaša Živkov2021-02-022-1/+45
* | | | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2021-05-102-27/+30
|\| | | | | |
| * | | | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2021-05-102-27/+30
| |\| | | | |
| | * | | | | Allow GerritAccount Cookie authentication for Git/HTTPLuca Milanesio2021-05-102-27/+30
* | | | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2021-05-071-1/+1
|\| | | | | |
| * | | | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2021-05-071-1/+1
| |\| | | | |
| | * | | | | Avoid multiple auth requests for Git/HTTP accessLuca Milanesio2021-05-071-1/+1
* | | | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2021-05-076-12/+172
|\| | | | | |
| * | | | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2021-05-064-12/+70
| |\| | | | |
| | * | | | | Introduce LDAP metricsLuca Milanesio2021-05-063-9/+54
| | * | | | | Respect auth.userNameToLowerCase when creating accounts via REST or SSHThomas Draebing2021-04-301-3/+16
| * | | | | | Fix EqualsLabelPredicate to not fail when calling match() from a pluginPrudhvi Akhil Alahari2021-05-042-0/+105
| * | | | | | Merge branch 'stable-3.1' into stable-3.2Sven Selberg2021-04-061-3/+5
| |\| | | | |
| | * | | | | Merge "Fix binding of DELETE REST calls from plugins" into stable-3.1Sven Selberg2021-04-061-3/+5
| | |\ \ \ \ \
| | | * | | | | Fix binding of DELETE REST calls from pluginsSaša Živkov2021-04-011-3/+5
* | | | | | | | Merge "Add initial stream-events acceptance tests" into stable-3.3David Ostrovsky2021-04-261-0/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Add initial stream-events acceptance testsLuca Milanesio2021-03-161-0/+18
* | | | | | | | | Merge branch 'stable-3.2' into stable-3.3David Ostrovsky2021-04-052-4/+1
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'stable-3.1' into stable-3.2David Ostrovsky2021-04-052-4/+1
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |