aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16263 Handle analysis token lifecycleMatteo Mara2022-04-294-37/+4
* SONAR-16260 authentication now takes into account token typeLukasz Jarocki2022-04-293-17/+102
* SONAR-16260 - Add project and global analysis token typesMatteo Mara2022-04-291-1/+3
* SONAR-16227 changed generation of tokens in sonarqube to include identifierLukasz Jarocki2022-04-053-5/+46
* SONAR-16204 drop sha1 legacy hash methodAurelien Poscia2022-03-312-55/+25
* SONAR-16181 fix SSF-227Aurelien2022-03-292-12/+37
* Revert "SONAR-15978 Require auth for api/server/version"Pierre2022-03-211-0/+1
* Revert "SONAR-15978 api/system/status Remove Server ID and Version for unauth...Pierre2022-03-211-11/+4
* SONAR-15978 api/system/status Remove Server ID and Version for unauthenticate...Pierre2022-03-211-4/+11
* SONAR-15978 Require auth for api/server/versionPierre2022-03-211-1/+0
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-226-61/+33
* SONAR-15985 implemented security checks before pushing a message to SL clientsLukasz Jarocki2022-02-185-0/+22
* SONAR-15919 added filtering rule set change events based on languages user su...Lukasz Jarocki2022-02-1823-2743/+0
* SONAR-15919 add ruleset changesPierre2022-02-187-8/+380
* [NO-JIRA] Improving logs for when a user is added to a groupBelen Pruvost2022-02-071-2/+2
* Update license headers for 2022 [update headers]Pierre2022-01-28100-100/+100
* SONAR-15881 Filter unauthorized portfolio projectsJacek2022-01-204-36/+29
* SONAR-15880 Filter authorized components from `api/measures/component_tree` &...Klaudio Sinani2022-01-204-2/+37
* SONAR-15877 Flag portfolios that contain inaccessible components (#5239)klaudio-sinani-sonarsource2022-01-206-0/+81
* SONAR-15801 - Add accessible field to api/applications/search_projects (#5221)belen-pruvost-sonarsource2021-12-303-0/+15
* SONAR-15688 add prometheus web API endpointPierre2021-12-072-1/+55
* SONAR-15702 Return '403' in case WEB API called without access to all applica...Jacek2021-12-033-2/+39
* SONAR-15741 - Centralized check for child projects permissionBelen Pruvost2021-12-036-3/+90
* Improve code qualityDuarte Meneses2021-11-202-8/+6
* SONAR-13426 Validate token for public project when auth is forcedPierre2021-11-181-1/+0
* SONAR-15654 added liveness endpoint to allowlist with passcodeTobias Trabelsi2021-11-171-2/+5
* SONAR-13426 accept tokens on api/project_badges/measure and quality_gate endp...Pierre2021-11-151-2/+3
* Fix code quality issuesDuarte Meneses2021-10-251-1/+1
* Fix code quality issuesDuarte Meneses2021-09-241-5/+0
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-161-1/+0
* SONAR-15172 Fix SSF-173Duarte Meneses2021-09-151-20/+8
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-1/+1
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-191-2/+21
* SONAR-15142 consistently log 'userLogin' when refering to a userDuarte Meneses2021-08-191-54/+0
* SONAR-15240 Startup fails if rule is moved to a different languageDuarte Meneses2021-08-062-3/+2
* SONAR-15236 Check that data is indexed in ElasticSearch before DB commitDuarte Meneses2021-08-042-15/+12
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-043-51/+42
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-291-7/+11
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-273-5/+7
* Code smell fix: Remove unused importsBruno Andrade2021-07-121-1/+0
* Fix code smell: add package-info.javaZipeng WU2021-07-091-0/+24
* SONAR-15137 Prevent users from associating their account with a new identity...Jacek2021-07-0911-177/+7
* SONAR-15074 allow users without an email in database to login with a new emailLukasz Jarocki2021-07-021-8/+8
* SSF-173 SONAR-15074Lukasz Jarocki2021-06-252-16/+66
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-91/+0
* SONAR-14559 Update active rule for descendant when rule inheritedJacek2021-05-041-34/+80
* SONAR-14320 Do not throw an exception if password is NULL and hash is BCryptWouter Admiraal2021-04-291-14/+25
* SONAR-14582 SSF-124Duarte Meneses2021-03-291-29/+99
* SONAR-14586 Add a new filter to redirect system administrators to reset admin...Wouter Admiraal2021-03-184-74/+212
* SONAR-14586 Move DefaultAdminCredentialsVerifier to sonar-webserver-authWouter Admiraal2021-03-184-0/+238