aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Activity/Settings
Commit message (Collapse)AuthorAgeFilesLines
* feat(activity): add share link upload notificationsskjnldsv2024-08-071-0/+66
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-011-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-064-81/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-133-9/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move share notifcation settings to files groupRobin Appelman2020-08-134-36/+50
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-053-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+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-063-0/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Disable default activity email for incoming sharesMorris Jobke2017-07-312-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move file sharing activities to the new APIJoas Schilling2016-11-163-0/+294
Signed-off-by: Joas Schilling <coding@schilljs.com>