aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15688 add prometheus web API endpointPierre2021-12-074-1/+127
* SONAR-15702 - Return 403 or filter issues when user can't access child projec...Belen Pruvost2021-12-032-0/+17
* SONAR-15702 Return '403' in case WEB API called without access to all applica...Jacek2021-12-035-2/+94
* SONAR-15741 - Centralized check for child projects permissionBelen Pruvost2021-12-0313-54/+320
* Improve code qualityDuarte Meneses2021-11-209-25/+25
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1931-581/+513
* 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-172-2/+6
* SONAR-13426 accept tokens on api/project_badges/measure and quality_gate endp...Pierre2021-11-152-4/+7
* Fix code quality issuesDuarte Meneses2021-10-255-18/+18
* Fix code quality issuesDuarte Meneses2021-09-243-11/+6
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-161-1/+0
* SONAR-15172 Fix SSF-173Duarte Meneses2021-09-152-42/+56
* SONAR-15259 Fix generation of subview keyDuarte Meneses2021-09-082-1/+35
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-262-4/+4
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-196-8/+51
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-3/+3
* SONAR-15142 consistently log 'userLogin' when refering to a userDuarte Meneses2021-08-191-54/+0
* 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-063-3/+30
* SONAR-15236 Check that data is indexed in ElasticSearch before DB commitDuarte Meneses2021-08-042-15/+12
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-041-2/+1
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-046-98/+141
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-291-7/+11
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-23/+25
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-275-8/+10
* 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-0917-443/+23
* 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-022-14/+13
* SSF-173 SONAR-15074Lukasz Jarocki2021-06-254-225/+267
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-172-197/+0
* SONAR-14559 Update active rule for descendant when rule inheritedJacek2021-05-043-38/+378
* 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-292-56/+84
* SONAR-14582 SSF-124Duarte Meneses2021-03-299-49/+272
* SONAR-14586 Add a new filter to redirect system administrators to reset admin...Wouter Admiraal2021-03-186-77/+399
* SONAR-14586 Move DefaultAdminCredentialsVerifier to sonar-webserver-authWouter Admiraal2021-03-187-0/+531
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-048-1/+50
* SONAR-14424 fix SSF-140Michal Duda2021-02-102-21/+18
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-1111-382/+7
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08176-178/+176
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-221-6/+2
* SONAR-13999 drop more organization utility classesJacek2020-12-227-1216/+0
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-221-0/+2
* SONAR-13999 remove some organization WSMichal Duda2020-12-221-118/+0
* SONAR-13999 drop completely usage of association between QualityGate and Orga...Jacek2020-12-221-1/+0
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-221-27/+14
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-224-104/+33