aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Activity
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-215-92/+30
* fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-232-19/+19
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-172-4/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-299-180/+20
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-6/+6
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-042-7/+4
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-251-22/+42
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-292-17/+3
* Use user name cache in activity providersJoas Schilling2022-08-191-4/+4
* Don't provide favorite activity settingsJoas Schilling2022-02-091-2/+10
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
* Don't allow to change activity settings that don't workJoas Schilling2021-09-151-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-18/+10
* Activity: show if files are hidden or notRoeland Jago Douma2021-03-041-2/+38
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Allow to get activities for files by email againJoas Schilling2020-09-101-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+6
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-135-280/+16
* allow grouping of activity settingsRobin Appelman2020-08-057-90/+54
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-102-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Use elseif instead of else ifChristoph Wurst2020-04-103-21/+21
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-098-8/+0
* Unify the code a bitJoas Schilling2020-03-101-16/+36
* Use contacts name on federated activitiesJoas Schilling2020-03-101-11/+35
* Combine move activities as wellJoas Schilling2020-03-101-1/+5
* Update license headersChristoph Wurst2019-12-0511-11/+12
* Some php-cs fixesRoeland Jago Douma2019-11-226-6/+0
* Make the yellow favorite icon non-monochromeJoas Schilling2019-01-221-0/+2
* Add icon to restore activityJoas Schilling2019-01-221-3/+6
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Catch exception when the parent is deleted as wellJoas Schilling2018-02-281-2/+27
* Do a recursion instead of an endless loopJoas Schilling2018-02-281-1/+1
* Fix problem with deleted filesJoas Schilling2018-02-281-5/+14
* Fix path handling for activitiesJoas Schilling2018-02-281-7/+20
* Add special handling for e2e encryptionJoas Schilling2018-02-281-1/+108
* Extract duplicated logic into a methodJoas Schilling2018-02-281-80/+24
* Update license headersMorris Jobke2017-11-0610-0/+21
* Fix copy and paste error on activity descriptionsJoas Schilling2017-07-202-2/+2
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-202-22/+102
* Fix username and avatar for external usersJoas Schilling2017-05-191-0/+26
* 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 emailJoas Schilling2017-01-201-4/+13
* | Fix files sharing legacy as wellJoas Schilling2017-02-081-1/+5
* | Add tests for getFile()Joas Schilling2017-02-071-11/+12