aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/permission/template
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-274-0/+37
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0911-11/+11
* NO-JIRA Update license headers to 2024Pierre2024-01-0311-11/+11
* SONAR-20315 update PermissionTemplateDao queriesPierre2023-09-282-6/+6
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-191-3/+3
* Update license templates for 2023Pierre2023-01-0211-11/+11
* [NO JIRA] Remove unused codeDuarte Meneses2022-12-141-8/+0
* Update license headers for 2022 [update headers]Pierre2022-01-2811-11/+11
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-262-49/+21
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-192-15/+15
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-272-10/+96
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0811-11/+11
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-221-0/+82
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-161-6/+0
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-163-39/+16
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-253-15/+15
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-252-3/+3
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-253-18/+18
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-259-125/+103
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-256-17/+20
* Format all headers for 2020Wouter Admiraal2020-01-0710-10/+10
* SONAR-11882 ORA-01795 failure in PermissionTemplateCharacteristicDaoSimon Brandhof2019-04-031-2/+2
* Fix license headers for 2019Duarte Meneses2019-01-0210-10/+10
* Fix license headers for 2018Simon Brandhof2018-01-0710-10/+10
* SONAR-9535 Upgrade to MyBatis 3.4.4Eric Hartmann2017-07-112-4/+4
* SONAR-8957 Remove permission templates when deactivating a userJulien Lancelot2017-04-202-1/+6
* SONAR-9020 Copy 'sonar-users' permission templates when creating "members" gr...Julien Lancelot2017-04-132-0/+6
* SONAR-8997 SONAR-8998 Filter organization members when selecting users to cha...Teryk Bellahsene2017-03-272-4/+3
* Use java.util.function.Consumer when executing DB large input without outputTeryk Bellahsene2017-03-211-3/+0
* SONAR-8893 WS api/organizations/remove_member delete template permissionsTeryk Bellahsene2017-03-212-0/+6
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1710-0/+924