aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jacek2020-12-221-1/+0
| | | | Organization
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-221-27/+14
|
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-224-104/+33
|
* SONAR-13999 remove organizations from user WSMichal Duda2020-12-227-99/+51
|
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-221-1/+1
|
* fix code smellsPierre2020-12-143-4/+4
|
* remove use of Stream.peek()Pierre2020-12-091-7/+7
|
* Don't use fail() in a try/catch blockPhilippe Perrin2020-12-091-10/+8
|
* fix assertions on incompatible types on overall codePierre2020-12-091-2/+0
|
* SSF-134 Fail to parse jwt using 'none' algorithmBenoît Gianinetti2020-12-022-3/+19
|
* SONAR-14175 Redirect when 'reset_password' is setJacek2020-12-0218-71/+386
|
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-301-3/+3
| | | | | * Unit tests no longer use the LargeSizeHandler for indexing. This handler is designed for indexing large amounts of data and is slower for the data sets used in unit tests. * Insert all data in DB before indexing in unit tests (there is a huge overhead in each call to index)
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-1/+6
|
* SONAR-14159 enforce user authentication by defaultJacek2020-11-262-8/+21
|
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-191-7/+5
|
* SONAR-13936 cleanupMichal Duda2020-10-163-57/+6
|
* SONAR-13936 Rename OrganizationPermission to GlobalPermissionJulien Lancelot2020-10-1616-53/+53
|
* SONAR-13936 Move default permission templates to internal propertiesJulien Lancelot2020-10-161-5/+0
|
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-167-53/+44
|
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-164-5/+4
| | | | | | | | | | | | * SONAR-13936 Remove organization parameters from permissions WS * SONAR-13936 Remove organization_uuid column from user_roles table * SONAR-13936 Fix developer ITs * SONAR-13936 Remove organization_uuid column from group_roles table * SONAR-13936 Remove organization_uuid column from permission_templates table
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-1636-1870/+243
|
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-058-107/+37
|
* SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update`Duarte Meneses2020-09-221-37/+0
|
* SONAR-13373 sonar.web.sessionTimeoutInMinutes cannot be lower than 5 minutesJulien Lancelot2020-06-262-7/+16
|
* SONAR-13372 JWT refresh now really occurs every 5 minutesJulien Lancelot2020-06-263-15/+17
|
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-155-33/+54
| | | | | | * SONAR-13327 Create 'SAML_MESSAGE_IDS' table and DAO * SONAR-13327 Check SAML Message id not already exist during auth * SONAR-13327 Clean expired SAML Message ids daily
* SONAR-13472 Fix SSF-113Julien Lancelot2020-06-1110-124/+522
| | | | | | | | | * SONAR-13472 Create 'SESSION_TOKENS' table * SONAR-13472 Remove 'SESSION_TOKENS' from user when disabling an user * SONAR-13472 Replace JwtSession expiration duration by a time * SONAR-13472 Create, update and delete SessionToken during authentication lifecycle * SONAR-13472 Purge expired session tokens at start-up and every day * SONAR-13472 Improve log during session tokens cleaning * Add example to start a Keycloak server already configured
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-2514-89/+86
|
* SONAR-13221 drop id column of USERS tableJacek2020-05-2514-87/+18
|
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-252-4/+3
|
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-252-11/+12
|
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-252-8/+8
|
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-259-19/+20
|
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-259-25/+31
|
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-252-5/+5
|
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-2520-101/+106
|
* SONAR-13221 change PK to uuid of RULES_PROFILES tableJacek2020-05-257-18/+17
| | | | * change profile_id to profile_uuid for ACTIVE_RULES
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-254-9/+9
| | | | * change template_id to template_uuid for PERM_TEMPLATES_GROUPS, PERM_TEMPLATES_USERS, PERM_TPL_CHARACTERISTICS
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-254-11/+11
|
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-253-3/+11
|
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-145-35/+28
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-8/+9
|
* SONAR-12862 Fix SSF-101Julien Lancelot2020-02-192-18/+15
|
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-316-2/+111
|