aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16263 Handle analysis token lifecycleMatteo Mara2022-04-292-0/+2
* SONAR-16260 authentication now takes into account token typeLukasz Jarocki2022-04-292-11/+119
* SONAR-16260 - Add project and global analysis token typesMatteo Mara2022-04-291-3/+17
* NO-JIRA Upgrade servlet version to 4.xLéo Geoffroy2022-04-111-0/+35
* SONAR-16227 changed generation of tokens in sonarqube to include identifierLukasz Jarocki2022-04-051-5/+12
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-046-36/+36
* SONAR-16139 Drop api/users/set_setting and related db tableDuarte Meneses2022-04-012-27/+0
* SONAR-16204 drop sha1 legacy hash methodAurelien Poscia2022-03-312-119/+88
* SONAR-16181 fix SSF-227Aurelien2022-03-292-7/+59
* Revert "SONAR-15978 api/system/status Remove Server ID and Version for unauth...Pierre2022-03-211-5/+3
* SONAR-15978 api/system/status Remove Server ID and Version for unauthenticate...Pierre2022-03-211-3/+5
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-223-11/+16
* SONAR-15985 implemented security checks before pushing a message to SL clientsLukasz Jarocki2022-02-184-0/+14
* SONAR-15919 added filtering rule set change events based on languages user su...Lukasz Jarocki2022-02-189-2087/+0
* SONAR-15919 add ruleset changesPierre2022-02-182-9/+34
* Update license headers for 2022 [update headers]Pierre2022-01-2870-70/+70
* SONAR-15877 Ensure `canBrowseAllChildProjects` is present for subview componentsKlaudio Sinani2022-01-201-0/+10
* SONAR-15881 Filter unauthorized portfolio projectsJacek2022-01-202-124/+24
* SONAR-15880 Filter authorized components from `api/measures/component_tree` &...Klaudio Sinani2022-01-202-2/+200
* SONAR-15877 Flag portfolios that contain inaccessible components (#5239)klaudio-sinani-sonarsource2022-01-204-0/+107
* SONAR-15801 - Add accessible field to api/applications/search_projects (#5221)belen-pruvost-sonarsource2021-12-301-0/+25
* SONAR-15688 add prometheus web API endpointPierre2021-12-072-0/+72
* SONAR-15702 Return '403' in case WEB API called without access to all applica...Jacek2021-12-031-0/+44
* SONAR-15741 - Centralized check for child projects permissionBelen Pruvost2021-12-034-48/+185
* Improve code qualityDuarte Meneses2021-11-207-17/+19
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1931-581/+513
* SONAR-15654 added liveness endpoint to allowlist with passcodeTobias Trabelsi2021-11-171-0/+1
* SONAR-13426 accept tokens on api/project_badges/measure and quality_gate endp...Pierre2021-11-151-2/+4
* Fix code quality issuesDuarte Meneses2021-10-254-17/+17
* Fix code quality issuesDuarte Meneses2021-09-242-6/+6
* SONAR-15172 Fix SSF-173Duarte Meneses2021-09-151-22/+48
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-3/+3
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-195-6/+30
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-3/+3
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-3/+3
* SONAR-15240 Startup fails if rule is moved to a different languageDuarte Meneses2021-08-061-0/+28
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-041-2/+1
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-043-47/+99
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-23/+25
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-272-3/+3
* SONAR-15137 Prevent users from associating their account with a new identity...Jacek2021-07-096-266/+16
* SONAR-10762 Drop custom metrics WSsJacek2021-07-071-1/+1
* SONAR-15074 allow users without an email in database to login with a new emailLukasz Jarocki2021-07-021-6/+5
* SSF-173 SONAR-15074Lukasz Jarocki2021-06-252-209/+201
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-106/+0
* SONAR-14559 Update active rule for descendant when rule inheritedJacek2021-05-042-4/+298
* SONAR-14320 Fix unit testWouter Admiraal2021-04-291-1/+5
* SONAR-14320 Do not throw an exception if password is NULL and hash is BCryptWouter Admiraal2021-04-291-42/+59
* SONAR-14582 SSF-124Duarte Meneses2021-03-298-20/+173
* SONAR-14586 Add a new filter to redirect system administrators to reset admin...Wouter Admiraal2021-03-182-3/+187