summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Activity
Commit message (Collapse)AuthorAgeFilesLines
* display displayname on federated sharesMaxence Lange2023-07-112-4/+7
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-291-18/+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>
* Fix too many file download notifications when watching a videoszaimen2022-03-076-14/+47
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0411-24/+13
| | | | 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>
* Update license headers for 19Christoph Wurst2020-04-297-0/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-106-31/+31
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-11/+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-106-43/+43
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify the code a bitJoas Schilling2020-03-103-37/+38
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use contacts name on federated activitiesJoas Schilling2020-03-103-27/+49
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-0510-10/+13
| | | | 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>
* List share download activity under sharingJoas Schilling2019-10-101-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-212-1/+21
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-041-1/+1
|\ | | | | Validate all rich objects
| * Fix wrong used typeJoas Schilling2018-11-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Parse activity when a user self-unshares a fileJoas Schilling2018-11-231-0/+12
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update message shown when unsharing a fileKevin Ndung'u2018-06-181-1/+1
| | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
* Fix group displaynames in activityJoas Schilling2018-03-081-10/+54
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-0610-0/+23
| | | | 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>
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-241-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix activity emails for accept/decline of remote sharesJoas Schilling2017-07-101-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-205-10/+50
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix reshare with user activity messageJoas Schilling2017-03-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-3/+24
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix files sharing legacy as wellJoas Schilling2017-02-086-749/+291
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove leading slash from sharing activityJoas Schilling2016-12-154-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-015-22/+55
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix placeholder typo in public link activityJoas Schilling2016-11-231-1/+1
| | | https://www.transifex.com/nextcloud/nextcloud/translate/#152/files_sharing/101548786/
* Merge pull request #2281 from nextcloud/fix-translationMorris Jobke2016-11-232-4/+4
|\ | | | | Fix language typo
| * Fix language typoJoas Schilling2016-11-232-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2262 from nextcloud/specify-parameters-on-public-downloadLukas Reschke2016-11-231-3/+9
|\ \ | | | | | | Specify the parameters on public download
| * | Specify the parameters on public downloadJoas Schilling2016-11-221-3/+9
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Only do stuff when its a remote-share activityJoas Schilling2016-11-221-2/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move file sharing activities to the new APIJoas Schilling2016-11-169-0/+1596
Signed-off-by: Joas Schilling <coding@schilljs.com>