aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/lib/AppInfo/Application.php
Commit message (Expand)AuthorAgeFilesLines
* fix(admin_audit): Listen to the right eventsbackport/48548/stable30Côme Chilliet2024-10-031-13/+5
* feat(admin_audit): Audit the tag creationgreta2024-08-011-0/+9
* fix: rename params old path passed from before rename to after rename to have...yemkareems2024-06-201-6/+6
* fix: rename logged as beforeRename and afterRename, and in both place getInte...yemkareems2024-06-201-1/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-261-28/+2
* feat: include file id in audit logsyemkareems2024-04-301-44/+49
* Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-2/+2
* Refactor admin_audit appHamid Dehnavi2024-02-231-2/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* fix: Cleanup unused imports and some type deprecationsJoas Schilling2023-07-061-9/+2
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-19/+23
* Fix the logger that is imported for critical actionsCarl Schwan2022-03-101-31/+20
* Allow write audit log to syslog and systemdlogJoas Schilling2022-01-201-7/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Move to another namespace and class nameJoas Schilling2021-04-091-3/+3
* Allow apps to log actions into the audit_logJoas Schilling2021-04-091-0/+3
* Add return type to functionsRoeland Jago Douma2021-03-081-11/+11
* Move admin_audit to LoggerInterfaceRoeland Jago Douma2021-03-051-17/+17
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Help static code analysis to understand code.Daniel Kesselberg2020-09-161-2/+4
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-22/+16
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-20/+21
* Use \OCP\IContainer::injectFn to boot the admin_audit appChristoph Wurst2020-07-031-4/+4
* Migrate Admin Audit app to new bootstrap mechanismChristoph Wurst2020-06-171-67/+91
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Audit log unsharing from selfTiago Flores2020-02-031-0/+1
* Update Application.phpGrayFix2020-01-221-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-261-1/+3
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-41/+55
* more consistent namingArthur Schiwon2018-04-051-2/+2
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+2
* Make admin_audit strictRoeland Jago Douma2018-03-101-0/+1
* Use ::class statement instead of stringMorris Jobke2018-01-291-6/+7
* Make admin_audit listen to 2fa eventsRoeland Jago Douma2018-01-251-0/+16
* Update license headersMorris Jobke2017-11-061-0/+3
* Log console commandsJoas Schilling2017-07-011-0/+11
* Listen to app enable/disable eventsJoas Schilling2017-07-011-1/+26
* Move logic to Application classJoas Schilling2017-07-011-0/+151
* Move to PSR-4Joas Schilling2017-07-011-0/+31