aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Activity
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-292-17/+3
| | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use user name cache in activity providersJoas Schilling2022-08-191-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
| | | | 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-049-18/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Activity: show if files are hidden or notRoeland Jago Douma2021-03-041-2/+38
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-102-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-103-21/+21
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-098-8/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify the code a bitJoas Schilling2020-03-101-16/+36
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use contacts name on federated activitiesJoas Schilling2020-03-101-11/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Combine move activities as wellJoas Schilling2020-03-101-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-0511-11/+12
| | | | 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>
* Make the yellow favorite icon non-monochromeJoas Schilling2019-01-221-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add icon to restore activityJoas Schilling2019-01-221-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Catch exception when the parent is deleted as wellJoas Schilling2018-02-281-2/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do a recursion instead of an endless loopJoas Schilling2018-02-281-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix problem with deleted filesJoas Schilling2018-02-281-5/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix path handling for activitiesJoas Schilling2018-02-281-7/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add special handling for e2e encryptionJoas Schilling2018-02-281-1/+108
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Extract duplicated logic into a methodJoas Schilling2018-02-281-80/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-0610-0/+21
| | | | 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>
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-202-22/+102
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix username and avatar for external usersJoas Schilling2017-05-191-0/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3181 from nextcloud/fix-favorite-activity-mailBjörn Schießle2017-02-101-4/+13
|\ | | | | Make sure the file information is available when sending the email
| * Make sure the file information is available when sending the emailJoas Schilling2017-01-201-4/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix files sharing legacy as wellJoas Schilling2017-02-081-1/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add tests for getFile()Joas Schilling2017-02-071-11/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Make sure ownCloud 8.2 activities also can get displayedJoas Schilling2017-02-071-12/+30
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove leading slash from sharing activityJoas Schilling2016-12-152-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add some generic testsJoas Schilling2016-12-041-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an activity when managing favoritesJoas Schilling2016-12-042-0/+249
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-1/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Working towards groupsJoas Schilling2016-11-251-108/+68
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* document new variableMorris Jobke2016-11-221-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the display name for files activities againJoas Schilling2016-11-221-4/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix wrong copyright headersJoas Schilling2016-11-161-10/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the since version to 11.0.0Joas Schilling2016-11-168-50/+50
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>