aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/lib
Commit message (Expand)AuthorAgeFilesLines
* Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-2/+2
* Refactor admin_audit appHamid Dehnavi2024-02-233-14/+12
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-13/+14
* fix: Cleanup unused imports and some type deprecationsJoas Schilling2023-07-061-9/+2
* Merge pull request #38176 from danialRahimy/masterArthur Schiwon2023-07-052-12/+7
|\
| * Admin audit app: optimization according to PHP 8Danial Rahimi2023-07-052-12/+7
* | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-042-33/+38
|/
* fix(l10n):Aligned spelling of ScienceMeshrakekniven2023-04-181-2/+2
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+25
* Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-3/+7
* Fix the logger that is imported for critical actionsCarl Schwan2022-03-104-34/+143
* Allow write audit log to syslog and systemdlogJoas Schilling2022-01-201-7/+11
* Admin Audit - Sharing: createShare - report the full pathszaimen2021-07-221-9/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0414-30/+25
* Fix grammarLukas Reschke2021-06-011-1/+1
* Properly log expiration date removal in audit logRoeland Jago Douma2021-05-191-9/+20
* Move to another namespace and class nameJoas Schilling2021-04-092-6/+6
* Allow apps to log actions into the audit_logJoas Schilling2021-04-092-0/+47
* Add return type to functionsRoeland Jago Douma2021-03-0813-50/+53
* Move background job to DIRoeland Jago Douma2021-03-051-5/+10
* Move admin_audit to LoggerInterfaceRoeland Jago Douma2021-03-052-23/+20
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Handle deck share type in audit and dav appJulius Härtl2020-12-091-0/+25
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Help static code analysis to understand code.Daniel Kesselberg2020-09-161-2/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* 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
* Update share type constant usageJoas Schilling2020-06-241-17/+17
* Migrate Admin Audit app to new bootstrap mechanismChristoph Wurst2020-06-171-67/+91
* Update license headers for 19Christoph Wurst2020-04-296-0/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-32/+25
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1
* 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 headers for 18Christoph Wurst2019-12-201-1/+0
* Update license headersChristoph Wurst2019-12-0513-13/+51
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix enable/disable user audit messageJohn Molakvoæ (skjnldsv)2019-08-071-1/+3
* log circles and remote shares in admin_auditSascha Wiswedel2019-08-011-2/+77
* log email shares in admin_audit logSascha Wiswedel2019-07-261-0/+25
* Check if array element is present before accessDaniel Kesselberg2019-02-221-1/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* don't blame email address changersArthur Schiwon2018-08-141-8/+19
* Log sharing and unsharing with a room in the auditing appDaniel Calviño Sánchez2018-08-081-0/+25
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-262-1/+55