aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/permission/GroupPermissionDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-0/+9
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20315 update GroupPermissionDao queriesPierre2023-09-281-2/+2
* SONAR-19785 Fetch all group permissions for a project from the database.Wojtek Wajerowicz2023-07-181-8/+4
* SONAR-19445 Fix new mapper query from masterLukasz Jarocki2023-06-191-3/+3
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-191-48/+34
* [NO JIRA] Remove unused importsDuarte Meneses2023-06-191-1/+0
* SONAR-19445 Update AuthorizationDao to not rely on componentsLéo Geoffroy2023-06-191-0/+15
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-191-13/+14
* SONAR-18266 - Prevent project admin from removing own browse rightAntoine Vinot2023-06-051-0/+7
* Update license templates for 2023Pierre2023-01-021-1/+1
* MMF-2745 Default permission improvementsJacek2022-11-211-0/+8
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-16/+10
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-6/+8
* SONAR-15142 - Include template data on user/group permission insertsBelen Pruvost2021-08-191-2/+4
* SONAR-15142 adding user login to audit log when removing or adding permissionLukasz Jarocki2021-08-191-16/+15
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-191-7/+7
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-16/+31
* SONAR-15271 Add/remove permission from a group should have group nameZipeng WU2021-08-191-11/+16
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-7/+45
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-2/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13936 cleanupMichal Duda2020-10-161-2/+2
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-161-42/+10
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-251-22/+22
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-251-2/+0
* SONAR-13221 Group rolesDuarte Meneses2020-05-251-0/+2
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-23/+23
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9105 add GroupPermissionDao#selectGroupIdsWithPermissionOnProjectButSébastien Lesaint2017-04-271-0/+10
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndPermissionSébastien Lesaint2017-04-271-0/+7
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndGroupIdSébastien Lesaint2017-04-271-0/+8
* SONAR-9020 Copy 'sonar-users' permission when creating "members" group on def...Julien Lancelot2017-04-131-0/+8
* SONAR-8997 SONAR-8998 Filter organization members when selecting users to cha...Teryk Bellahsene2017-03-271-5/+5
* Use java.util.function.Consumer when executing DB large input without outputTeryk Bellahsene2017-03-211-1/+0
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+159