aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22155 Add missing prefix for token expiration emailNolwenn Cadic2025-01-093-9/+41
|
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara2025-01-093-84/+8
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09171-171/+171
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-22/+19
|
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-241-1/+0
|
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-181-48/+19
| | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* SONAR-17786 Update Jetty to 11.XJacek Poreda2024-12-182-46/+0
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-1816-63/+56
|
* SONAR-23932 Update sonar-plugin-api and remove dropped methodsJacek Poreda2024-12-185-33/+3
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-1/+0
|
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-292-14/+17
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-243-17/+17
| | | | plugin API
* SONAR-23205 Migrate build system to viteJeremy Davis2024-10-221-1/+1
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-144-18/+18
|
* SONAR-23265 Fix SSF-623Julien Camus2024-10-045-3/+59
|
* SONAR-23008 Add AI Code Assurance badge endpoint (#11794)Anita Stanisz2024-09-252-1/+2
|
* SONAR-23070 Fix SSF-635Jacek Poreda2024-09-204-40/+304
|
* SONAR-22731 Define flag to be able to use legacy ratingsDejan Milisavljevic2024-08-261-3/+3
|
* SONAR-22479 moved 'user_enabled' metric to sonar-telemetrylukasz-jarocki-sonarsource2024-07-245-221/+1
|
* SONAR-22479 added new telemetry metric 'user_enabled'lukasz-jarocki-sonarsource2024-07-245-1/+221
|
* SONAR-22447 Moved from javax.servlet-api to jakarta.servlet-api plus patch ↵Matteo Mara2024-07-041-2/+2
| | | | version bump
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-3/+3
|
* SONAR-19530 acted upon warnings about missing response examples in webapilukasz-jarocki-sonarsource2024-06-261-3/+3
|
* SONAR-22329 Fix URL sanitization logic for OAuth2 authentication params.Dimitris Kavvathas2024-06-142-4/+14
|
* SONAR-21973 Update CSP with font-src to accept data: fontsGrégoire Aubert2024-04-151-0/+1
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-3/+3
|
* SONAR-21889 Fix SSF-539Aurelien Poscia2024-03-202-7/+42
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1623-40/+41
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-222-1/+24
|
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-4/+3
| | | | | | Uses `Gson.fromJson(..., TypeToken<T>)` instead of `fromJson(..., Type)` Also replaces some usage of the deprecated `JsonParser()` constructor.
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-172-2/+2
|
* SONAR-21114 Remove the version tag from api/v2Aurelien Poscia2024-01-161-4/+2
|
* SONAR-21114 Allow updating externalProvider/externalLogin in PATCH ↵Aurelien Poscia2024-01-164-76/+156
| | | | /api/v2/users-management/users endpoint
* NO-JIRA Update license headers to 2024Pierre2024-01-03171-171/+171
|
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-192-0/+38
|
* [NO-JIRA] Update io.jsonwebtoken 0.11.5 -> 0.12.3Jacek Poreda2023-11-073-105/+119
|
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-203-149/+0
|
* SONAR-20825 Replace log assertions with explicit not expected logsDimitris Kavvathas2023-10-201-49/+56
|
* SONAR-20758 fix FP log pollutionSteve Marion2023-10-131-1/+1
|
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-0524-21/+122
|
* SONAR-20475 Ignore allowUsersToSignUp parameter on managed instanceAntoine Vigneau2023-09-192-6/+15
|
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵Dimitris Kavvathas2023-09-071-1/+1
| | | | from breaking changes.
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-184-172/+7
|
* SONAR-19785 update SQ groups permissions from GitHub teams permissionsAurelien Poscia2023-07-182-4/+27
|
* NO-JIRA remove unused importsPierre2023-07-173-5/+0
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-4/+5
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-174-6/+4
|
* NO-JIRA replace MoreCollectors.join with String.join or Collectors.joiningPierre2023-07-171-3/+1
|
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-3/+2
|