aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-16260 authentication now takes into account token typeLukasz Jarocki2022-04-295-28/+221
|
* SONAR-16260 - Add project and global analysis token typesMatteo Mara2022-04-292-4/+20
|
* 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-054-10/+58
|
* 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-314-174/+113
|
* SONAR-16181 fix SSF-227Aurelien2022-03-294-19/+96
|
* Revert "SONAR-15978 Require auth for api/server/version"Pierre2022-03-211-0/+1
| | | | This reverts commit f6cd161c2be90530b4bf4bfabf7c4965c770b30a.
* Revert "SONAR-15978 api/system/status Remove Server ID and Version for ↵Pierre2022-03-212-16/+7
| | | | | | unauthenticated users" This reverts commit 29e97adee8b97c038f0414314e6202873feab377.
* SONAR-15978 api/system/status Remove Server ID and Version for ↵Pierre2022-03-212-7/+16
| | | | unauthenticated users
* SONAR-15978 Require auth for api/server/versionPierre2022-03-211-1/+0
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2210-72/+53
|
* SONAR-15985 implemented security checks before pushing a message to SL clientsLukasz Jarocki2022-02-1813-0/+56
|
* SONAR-15919 added filtering rule set change events based on languages user ↵Lukasz Jarocki2022-02-1833-4933/+0
| | | | subscribed to
* SONAR-15919 add ruleset changesPierre2022-02-189-17/+414
|
* [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-28179-179/+179
|
* SONAR-15877 Ensure `canBrowseAllChildProjects` is present for subview componentsKlaudio Sinani2022-01-201-0/+10
|
* SONAR-15881 Filter unauthorized portfolio projectsJacek2022-01-207-165/+53
|
* SONAR-15880 Filter authorized components from `api/measures/component_tree` ↵Klaudio Sinani2022-01-207-4/+242
| | | | & `api/components/tree` endpoints.
* SONAR-15877 Flag portfolios that contain inaccessible components (#5239)klaudio-sinani-sonarsource2022-01-2013-0/+217
|
* SONAR-15801 - Add accessible field to api/applications/search_projects (#5221)belen-pruvost-sonarsource2021-12-305-0/+45
|
* SONAR-15688 add prometheus web API endpointPierre2021-12-074-1/+127
|
* SONAR-15702 - Return 403 or filter issues when user can't access child ↵Belen Pruvost2021-12-032-0/+17
| | | | | | | | | | projects in app - api/issues/search - api/hotspots/search - api/governance_reports/download - api/governance_reports/subscribe - api/applications/create_branch - api/applications/update_branch
* SONAR-15702 Return '403' in case WEB API called without access to all ↵Jacek2021-12-035-2/+94
| | | | | | | | | application's projects - api/measures/component_tree - api/measures/search_history - api/qualitygates/application_status - api/applications/show_leak - api/project_analysis/search
* 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 ↵Pierre2021-11-152-4/+7
| | | | endpoints, including with force auth enabled
* 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 ↵Duarte Meneses2021-08-262-4/+4
| | | | for each audit
* 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
|