aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16588 improve project authorization searchBenjamin Campomenosi2022-10-132-4/+82
* NO-JIRA fix code smellsAurelien Poscia2022-10-132-2/+16
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-125-20/+19
* SONAR-17291 better message for user login requirements Benjamin Campomenosi2022-10-104-21/+56
* SONAR_17313 Allow to provision projects with Global Analysis Token, when user...Aurelien Poscia2022-09-262-5/+41
* SONAR-17296 move validation callback under /saml controller alongside init ac...Steve Marion2022-09-222-2/+8
* SONAR-15513 Fix SSF-153Zipeng WU2022-09-225-11/+53
* SONAR-17296 fix SAML validation page not being accessible with a user session.Steve Marion2022-09-223-6/+94
* SONAR-17271 Request body can be read multiple time & implement support of com...Aurelien Poscia2022-09-192-16/+16
* SONAR-17296 Add SamlValidationRedirectionFilter and SamlValidationCallbackFil...Dimitris Kavvathas2022-09-154-1/+148
* SONAR-17296 action for generating SAML requestSteve Marion2022-09-151-1/+7
* SONAR-17266 Implement authentification for GitHub webhook requestsAurelien Poscia2022-09-136-20/+270
* SONAR-17266 add GithubWebhookUserSessionAurelien Poscia2022-09-1315-24/+479
* SONAR-17156 add unique index on project_uuid of project_badge_token and clean...Aurelien Poscia2022-08-103-4/+23
* [NO-JIRA] Fix code smellsKlaudio Sinani2022-07-192-1/+24
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-184-27/+44
* SONAR-16567 remove confusing select method in UserTokenDaoZipeng WU2022-07-072-4/+4
* SONAR-16567 add an analysis warning when using a token expiring in less than ...Matteo Mara2022-07-064-0/+54
* SONAR-16567 Notify the token creator about expiring tokens via emailZipeng WU2022-07-0616-3/+724
* SONAR-16565 handle token expiration at the authentication levelMatteo Mara2022-07-012-2/+50
* SONAR-16592 - Make email matching case insensitiveBelen Pruvost2022-07-012-1/+19
* SONAR-16479 remove root user conceptPierre2022-06-1515-325/+8
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-074-87/+0
* SONAR-16246 Fix incorrect warning in portfolio view when user has relevant pe...Aurelien Poscia2022-06-021-21/+25
* SONAR-16246 Show correct Project Count in Telemetry and System Info endpointAurelien Poscia2022-06-021-2/+1
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-3113-232/+590
* SONAR-16260 Fix typo endpoint for analysisDuarte Meneses2022-05-241-1/+1
* SONAR-16260 Add missing endpoint for analysisDuarte Meneses2022-05-231-0/+1
* SONAR-16263 Handle analysis token lifecycleMatteo Mara2022-04-296-37/+6
* 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
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
* 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
* Revert "SONAR-15978 api/system/status Remove Server ID and Version for unauth...Pierre2022-03-212-16/+7
* SONAR-15978 api/system/status Remove Server ID and Version for unauthenticate...Pierre2022-03-212-7/+16
* 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 su...Lukasz Jarocki2022-02-1833-4933/+0
* 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