summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Activity/Providers
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-296-0/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-105-29/+29
| | | | 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>
* 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-056-6/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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-066-0/+13
| | | | 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-165-0/+1207
Signed-off-by: Joas Schilling <coding@schilljs.com>