aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Activity/Settings
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-5/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-6/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-294-79/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Don't provide favorite activity settingsJoas Schilling2022-02-091-2/+10
| | | | | | | | | Since mails and notifications are only available for actions of other users it does not make sense to allow changing this. It also prevents the common misunderstanding with "file was changed inside a favorited folder" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't allow to change activity settings that don't workJoas Schilling2021-09-151-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow to get activities for files by email againJoas Schilling2020-09-101-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-135-280/+16
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* allow grouping of activity settingsRobin Appelman2020-08-057-90/+54
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-056-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-226-6/+0
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-066-0/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix copy and paste error on activity descriptionsJoas Schilling2017-07-202-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an activity when managing favoritesJoas Schilling2016-12-041-0/+98
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the since version to 11.0.0Joas Schilling2016-11-165-35/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the settings of the files app via info.xmlJoas Schilling2016-11-165-0/+490
Signed-off-by: Joas Schilling <coding@schilljs.com>