| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(admin_audit): Fix incorrect truncation of files path in admin audit logbackport/50992/stable31 | Côme Chilliet | 2025-02-25 | 2 | -9/+9 |
* | feat(admin_audit): write admin audit log for AnyLoginFailedEventbackport/50697/stable31 | Luka Trovic | 2025-02-06 | 2 | -1/+19 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 3 | -9/+12 |
* | fix(admin_audit): Listen to the right eventsfix/fix-admin-audit-event-listening | Côme Chilliet | 2024-10-03 | 2 | -55/+9 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -9/+9 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -11/+11 |
* | fix(admin_audit): Remove now unused methods and classes | Côme Chilliet | 2024-09-10 | 4 | -354/+23 |
* | chore(admin_audit): Fix License headers on new files | Côme Chilliet | 2024-09-10 | 8 | -133/+23 |
* | feat(admin_audit): Move admin_audit hooks to modern event listeners | Thomas Citharel | 2024-09-10 | 16 | -450/+964 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -9/+9 |
* | fix(adminaudit): Don't crash when creating folder | Joas Schilling | 2024-08-15 | 1 | -2/+3 |
* | fix(admin_audit): Do not log errors for new files | Julius Härtl | 2024-08-07 | 1 | -2/+4 |
* | feat(admin_audit): Audit the tag creation | greta | 2024-08-01 | 2 | -0/+36 |
* | fix: renameParams named as renamedNodes and code changed accordingly as sugge... | yemkareems | 2024-06-20 | 1 | -8/+4 |
* | fix: rename params old path passed from before rename to after rename to have... | yemkareems | 2024-06-20 | 2 | -13/+12 |
* | fix: rename logged as beforeRename and afterRename, and in both place getInte... | yemkareems | 2024-06-20 | 2 | -6/+40 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 16 | -360/+34 |
* | feat: include file id in audit logs | yemkareems | 2024-04-30 | 2 | -101/+194 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -9/+9 |
* | Make adjustments based on the psalm review | Hamid Dehnavi | 2024-02-23 | 1 | -2/+2 |
* | Refactor admin_audit app | Hamid Dehnavi | 2024-02-23 | 3 | -14/+12 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -13/+14 |
* | fix: Cleanup unused imports and some type deprecations | Joas Schilling | 2023-07-06 | 1 | -9/+2 |
* | Merge pull request #38176 from danialRahimy/master | Arthur Schiwon | 2023-07-05 | 2 | -12/+7 |
|\ |
|
| * | Admin audit app: optimization according to PHP 8 | Danial Rahimi | 2023-07-05 | 2 | -12/+7 |
* | | feat(admin_audit): Migrate to non-deprecated IEventDispatcher | Joas Schilling | 2023-07-04 | 2 | -33/+38 |
|/ |
|
* | fix(l10n):Aligned spelling of ScienceMesh | rakekniven | 2023-04-18 | 1 | -2/+2 |
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 1 | -0/+25 |
* | Use TimedJob from OCP instead of OC | Côme Chilliet | 2022-12-05 | 1 | -3/+7 |
* | Fix the logger that is imported for critical actions | Carl Schwan | 2022-03-10 | 4 | -34/+143 |
* | Allow write audit log to syslog and systemdlog | Joas Schilling | 2022-01-20 | 1 | -7/+11 |
* | Admin Audit - Sharing: createShare - report the full path | szaimen | 2021-07-22 | 1 | -9/+9 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 14 | -30/+25 |
* | Fix grammar | Lukas Reschke | 2021-06-01 | 1 | -1/+1 |
* | Properly log expiration date removal in audit log | Roeland Jago Douma | 2021-05-19 | 1 | -9/+20 |
* | Move to another namespace and class name | Joas Schilling | 2021-04-09 | 2 | -6/+6 |
* | Allow apps to log actions into the audit_log | Joas Schilling | 2021-04-09 | 2 | -0/+47 |
* | Add return type to functions | Roeland Jago Douma | 2021-03-08 | 13 | -50/+53 |
* | Move background job to DI | Roeland Jago Douma | 2021-03-05 | 1 | -5/+10 |
* | Move admin_audit to LoggerInterface | Roeland Jago Douma | 2021-03-05 | 2 | -23/+20 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |
* | Handle deck share type in audit and dav app | Julius Härtl | 2020-12-09 | 1 | -0/+25 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Help static code analysis to understand code. | Daniel Kesselberg | 2020-09-16 | 1 | -2/+4 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+0 |
* | Use the proper IAppContainer and IServerContainer type hints to know which co... | Morris Jobke | 2020-07-21 | 1 | -22/+16 |
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -20/+21 |
* | Use \OCP\IContainer::injectFn to boot the admin_audit app | Christoph Wurst | 2020-07-03 | 1 | -4/+4 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -17/+17 |