aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
Commit message (Collapse)AuthorAgeFilesLines
* fix(admin_audit): Listen to the right eventsfix/fix-admin-audit-event-listeningCôme Chilliet2024-10-032-55/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #47414 from nextcloud/debt/noid/user-changed-eventArthur Schiwon2024-10-021-0/+92
|\ | | | | test(admin_audit): add test for user management listener
| * test(admin_audit): add test for user management listenerdebt/noid/user-changed-eventDaniel Kesselberg2024-09-231-0/+92
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-232-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-9/+9
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-11/+11
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(admin_audit): Remove now unused methods and classesCôme Chilliet2024-09-106-356/+23
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(admin_audit): Fix License headers on new filesCôme Chilliet2024-09-108-133/+23
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(admin_audit): Move admin_audit hooks to modern event listenersThomas Citharel2024-09-1019-477/+998
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-9/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(adminaudit): Don't crash when creating folderJoas Schilling2024-08-151-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(admin_audit): Do not log errors for new filesJulius Härtl2024-08-071-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-072-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(admin_audit): Audit the tag creationgreta2024-08-014-0/+38
| | | | | | Co-authored-by: greta <gretadoci@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: greta <gretadoci@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-032-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: renameParams named as renamedNodes and code changed accordingly as ↵yemkareems2024-06-201-8/+4
| | | | | | suggested in review comments Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: rename params old path passed from before rename to after rename to ↵yemkareems2024-06-202-13/+12
| | | | | | have one log for rename event Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: rename logged as beforeRename and afterRename, and in both place ↵yemkareems2024-06-202-6/+40
| | | | | | getInternalPath is used in place of getPath to make it consistent across the logs Signed-off-by: yemkareems <yemkareems@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-2618-381/+41
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-062-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-052-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: include file id in audit logsyemkareems2024-04-302-101/+194
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-9/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-302-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-252-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-162-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-292-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-2/+2
| | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* Refactor admin_audit appHamid Dehnavi2024-02-234-20/+16
| | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(build): Do not generated OpenAPI for non-shipped apps or apps without ↵provokateurin2024-01-181-0/+0
| | | | | | OpenAPI support Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-232-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-222-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-212-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-262-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41678 from nextcloud/branchoff/master-is-now-29Arthur Schiwon2023-11-231-2/+2
|\ | | | | Master is now 29
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-13/+14
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-112-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-222-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-272-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Cleanup unused imports and some type deprecationsJoas Schilling2023-07-061-9/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #38176 from danialRahimy/masterArthur Schiwon2023-07-052-12/+7
|\ | | | | Admin audit app: optimization according to PHP 8