aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Activity/Provider.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Fix non-string values for activity rich object stringsfix/files/activity-rich-object-stringsprovokateurin2025-05-051-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix:remote account activity translationfix/noid/remote-account-activity-translationSebastianKrupinski2025-03-071-5/+2
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-40/+10
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-231-12/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-2/+3
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-22/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-291-15/+2
| | | | | | 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>
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | 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>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-18/+18
| | | | 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-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add icon to restore activityJoas Schilling2019-01-221-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.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-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-16/+80
| | | | 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>
* 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-151-2/+3
| | | | 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-161-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add back the support for the short translationsJoas Schilling2016-11-161-4/+68
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't even try to combine when the subject is differentJoas Schilling2016-11-161-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Provider for the files appJoas Schilling2016-11-161-0/+207
Signed-off-by: Joas Schilling <coding@schilljs.com>