Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(admin_audit): Fix incorrect truncation of files path in admin audit logfix/fix-admin-audit-paths | Côme Chilliet | 2025-02-24 | 2 | -9/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Work around false-positive psalm taint error calling print_r in admin_audit | Côme Chilliet | 2025-02-17 | 1 | -5/+2 |
| | | | | | | | Same issue as var_export, print_r is listed as sink but it’s not when using return:true. Anyway, using the logger context feature is better. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(admin_audit): write admin audit log for AnyLoginFailedEventadmin-audit-listen-failed-login | Luka Trovic | 2025-02-06 | 2 | -1/+19 |
| | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 3 | -9/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(admin_audit): Listen to the right eventsfix/fix-admin-audit-event-listening | Côme Chilliet | 2024-10-03 | 2 | -55/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -9/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -11/+11 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(admin_audit): Remove now unused methods and classes | Côme Chilliet | 2024-09-10 | 4 | -354/+23 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(admin_audit): Fix License headers on new files | Côme Chilliet | 2024-09-10 | 8 | -133/+23 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(admin_audit): Move admin_audit hooks to modern event listeners | Thomas Citharel | 2024-09-10 | 16 | -450/+964 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -9/+9 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(adminaudit): Don't crash when creating folder | Joas Schilling | 2024-08-15 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(admin_audit): Do not log errors for new files | Julius Härtl | 2024-08-07 | 1 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | feat(admin_audit): Audit the tag creation | greta | 2024-08-01 | 2 | -0/+36 |
| | | | | | | Co-authored-by: greta <gretadoci@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: greta <gretadoci@gmail.com> | ||||
* | fix: renameParams named as renamedNodes and code changed accordingly as ↵ | yemkareems | 2024-06-20 | 1 | -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 ↵ | yemkareems | 2024-06-20 | 2 | -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 ↵ | yemkareems | 2024-06-20 | 2 | -6/+40 |
| | | | | | | getInternalPath is used in place of getPath to make it consistent across the logs Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 16 | -360/+34 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat: include file id in audit logs | yemkareems | 2024-04-30 | 2 | -101/+194 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -9/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Make adjustments based on the psalm review | Hamid Dehnavi | 2024-02-23 | 1 | -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 app | Hamid Dehnavi | 2024-02-23 | 3 | -14/+12 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -13/+14 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix: Cleanup unused imports and some type deprecations | Joas Schilling | 2023-07-06 | 1 | -9/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #38176 from danialRahimy/master | Arthur Schiwon | 2023-07-05 | 2 | -12/+7 |
|\ | | | | | Admin audit app: optimization according to PHP 8 | ||||
| * | Admin audit app: optimization according to PHP 8 | Danial Rahimi | 2023-07-05 | 2 | -12/+7 |
| | | | | | | | | Signed-off-by: Danial Rahimi <daniel_rahimi@outlook.com> | ||||
* | | feat(admin_audit): Migrate to non-deprecated IEventDispatcher | Joas Schilling | 2023-07-04 | 2 | -33/+38 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 |
| | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | ||||
* | Use TimedJob from OCP instead of OC | Côme Chilliet | 2022-12-05 | 1 | -3/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix the logger that is imported for critical actions | Carl Schwan | 2022-03-10 | 4 | -34/+143 |
| | | | | | | | | This use a new interface AuditLogger that makes it easier to seperate the roles of the various loggers and enforce that we don't use the wrong one by mistake. Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Allow write audit log to syslog and systemdlog | Joas Schilling | 2022-01-20 | 1 | -7/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Admin Audit - Sharing: createShare - report the full path | szaimen | 2021-07-22 | 1 | -9/+9 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 14 | -30/+25 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix grammar | Lukas Reschke | 2021-06-01 | 1 | -1/+1 |
| | | | | | | changed removed -> removed Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Properly log expiration date removal in audit log | Roeland Jago Douma | 2021-05-19 | 1 | -9/+20 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move to another namespace and class name | Joas Schilling | 2021-04-09 | 2 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow apps to log actions into the audit_log | Joas Schilling | 2021-04-09 | 2 | -0/+47 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add return type to functions | Roeland Jago Douma | 2021-03-08 | 13 | -50/+53 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move background job to DI | Roeland Jago Douma | 2021-03-05 | 1 | -5/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move admin_audit to LoggerInterface | Roeland Jago Douma | 2021-03-05 | 2 | -23/+20 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Handle deck share type in audit and dav app | Julius Härtl | 2020-12-09 | 1 | -0/+25 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Help static code analysis to understand code. | Daniel Kesselberg | 2020-09-16 | 1 | -2/+4 |
| | | | | | | It adds proper type hints to private namespace to allow private namespace methods. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the proper IAppContainer and IServerContainer type hints to know which ↵ | Morris Jobke | 2020-07-21 | 1 | -22/+16 |
| | | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -20/+21 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use \OCP\IContainer::injectFn to boot the admin_audit app | Christoph Wurst | 2020-07-03 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |