Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 11 | -382/+7 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 176 | -178/+176 |
| | |||||
* | SONAR-13999 Remove OrganizationDbTester | Michal Duda | 2020-12-22 | 1 | -6/+2 |
| | |||||
* | SONAR-13999 drop more organization utility classes | Jacek | 2020-12-22 | 7 | -1216/+0 |
| | |||||
* | SONAR-13999 remove orgs from application WS | Michal Duda | 2020-12-22 | 1 | -0/+2 |
| | |||||
* | SONAR-13999 remove some organization WS | Michal Duda | 2020-12-22 | 1 | -118/+0 |
| | |||||
* | SONAR-13999 drop completely usage of association between QualityGate and ↵ | Jacek | 2020-12-22 | 1 | -1/+0 |
| | | | | Organization | ||||
* | SONAR-13999 drop organization from QualityGate WS | Jacek | 2020-12-22 | 1 | -27/+14 |
| | |||||
* | SONAR-13999 removed OrganizationMemberDao | Michal Duda | 2020-12-22 | 4 | -104/+33 |
| | |||||
* | SONAR-13999 remove organizations from user WS | Michal Duda | 2020-12-22 | 7 | -99/+51 |
| | |||||
* | SONAR-13999 remove orgs from permission WS | Michal Duda | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 3 | -4/+4 |
| | |||||
* | remove use of Stream.peek() | Pierre | 2020-12-09 | 1 | -7/+7 |
| | |||||
* | Don't use fail() in a try/catch block | Philippe Perrin | 2020-12-09 | 1 | -10/+8 |
| | |||||
* | fix assertions on incompatible types on overall code | Pierre | 2020-12-09 | 1 | -2/+0 |
| | |||||
* | SSF-134 Fail to parse jwt using 'none' algorithm | Benoît Gianinetti | 2020-12-02 | 2 | -3/+19 |
| | |||||
* | SONAR-14175 Redirect when 'reset_password' is set | Jacek | 2020-12-02 | 18 | -71/+386 |
| | |||||
* | Speed up unit tests by improving indexing in unit tests | Duarte Meneses | 2020-11-30 | 1 | -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 applications | Duarte Meneses | 2020-11-28 | 1 | -1/+6 |
| | |||||
* | SONAR-14159 enforce user authentication by default | Jacek | 2020-11-26 | 2 | -8/+21 |
| | |||||
* | SONAR-13936 Fix quality flaws after merge to master | Julien Lancelot | 2020-10-19 | 1 | -7/+5 |
| | |||||
* | SONAR-13936 cleanup | Michal Duda | 2020-10-16 | 3 | -57/+6 |
| | |||||
* | SONAR-13936 Rename OrganizationPermission to GlobalPermission | Julien Lancelot | 2020-10-16 | 16 | -53/+53 |
| | |||||
* | SONAR-13936 Move default permission templates to internal properties | Julien Lancelot | 2020-10-16 | 1 | -5/+0 |
| | |||||
* | SONAR-13936 Remove use of organizations in Groups | Michal Duda | 2020-10-16 | 7 | -53/+44 |
| | |||||
* | SONAR-13936 Remove use of organizations in Permissions WS and DB | Julien Lancelot | 2020-10-16 | 4 | -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/Permission | Duarte Meneses | 2020-10-16 | 36 | -1870/+243 |
| | |||||
* | SONAR-13903 Remove use of organizations in Quality Profiles and Active Rules | Pierre | 2020-10-05 | 8 | -107/+37 |
| | |||||
* | SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update` | Duarte Meneses | 2020-09-22 | 1 | -37/+0 |
| | |||||
* | SONAR-13373 sonar.web.sessionTimeoutInMinutes cannot be lower than 5 minutes | Julien Lancelot | 2020-06-26 | 2 | -7/+16 |
| | |||||
* | SONAR-13372 JWT refresh now really occurs every 5 minutes | Julien Lancelot | 2020-06-26 | 3 | -15/+17 |
| | |||||
* | SONAR-13327 Fix SSF-107 | Julien Lancelot | 2020-06-15 | 5 | -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-113 | Julien Lancelot | 2020-06-11 | 10 | -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 FK | Michal Duda | 2020-05-25 | 14 | -89/+86 |
| | |||||
* | SONAR-13221 drop id column of USERS table | Jacek | 2020-05-25 | 14 | -87/+18 |
| | |||||
* | SONAR-13221 change USER_ROLES user_id FK to user_uuid | Jacek | 2020-05-25 | 2 | -4/+3 |
| | |||||
* | SONAR-13221 change PROPERTIES user_id FK to user_uuid | Jacek | 2020-05-25 | 2 | -11/+12 |
| | |||||
* | SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuid | Jacek | 2020-05-25 | 2 | -8/+8 |
| | |||||
* | SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuid | Jacek | 2020-05-25 | 9 | -19/+20 |
| | |||||
* | SONAR-13221 change USERS_GROUPS user_id FK to user_uuid | Jacek | 2020-05-25 | 9 | -25/+31 |
| | |||||
* | SONAR-13221 Update method and var names | Duarte Meneses | 2020-05-25 | 2 | -5/+5 |
| | |||||
* | SONAR-13221 change PK of GROUPS and update FKs | Duarte Meneses | 2020-05-25 | 20 | -101/+106 |
| | |||||
* | SONAR-13221 change PK to uuid of RULES_PROFILES table | Jacek | 2020-05-25 | 7 | -18/+17 |
| | | | | * change profile_id to profile_uuid for ACTIVE_RULES | ||||
* | SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES table | Jacek | 2020-05-25 | 4 | -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 FK | Duarte Meneses | 2020-05-25 | 4 | -11/+11 |
| | |||||
* | SONAR-13221 Feedback from review and fix tests | Duarte Meneses | 2020-05-25 | 3 | -3/+11 |
| | |||||
* | SONAR-13193 Stop using legacy project ID and use project UUID instead | Duarte Meneses | 2020-04-14 | 5 | -35/+28 |
| | |||||
* | SONAR-13272 fix issue with setting some properties through env variables | Michal Duda | 2020-04-14 | 2 | -8/+9 |
| | |||||
* | SONAR-12862 Fix SSF-101 | Julien Lancelot | 2020-02-19 | 2 | -18/+15 |
| | |||||
* | SONAR-12689 Separate storage of projects/apps from their components and branches | Duarte Meneses | 2020-01-31 | 6 | -2/+111 |
| |