Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display displayname on federated shares | Maxence Lange | 2023-07-11 | 2 | -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 Chilliet | 2022-11-29 | 1 | -18/+2 |
| | | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use user name cache in activity providers | Joas Schilling | 2022-08-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix too many file download notifications when watching a video | szaimen | 2022-03-07 | 6 | -14/+47 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 11 | -24/+13 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | merge file activity settings into a single 'favorite changed' item | Robin Appelman | 2020-08-13 | 3 | -9/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move share notifcation settings to files group | Robin Appelman | 2020-08-13 | 4 | -36/+50 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 7 | -0/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 6 | -31/+31 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 5 | -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 if | Christoph Wurst | 2020-04-10 | 6 | -43/+43 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 4 | -4/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify the code a bit | Joas Schilling | 2020-03-10 | 3 | -37/+38 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use contacts name on federated activities | Joas Schilling | 2020-03-10 | 3 | -27/+49 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 10 | -10/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -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 sharing | Joas Schilling | 2019-10-10 | 1 | -2/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add expiration event for shares | John Molakvoæ (skjnldsv) | 2019-08-21 | 2 | -1/+21 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objects | Morris Jobke | 2018-12-04 | 1 | -1/+1 |
|\ | | | | | Validate all rich objects | ||||
| * | Fix wrong used type | Joas Schilling | 2018-11-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Parse activity when a user self-unshares a file | Joas Schilling | 2018-11-23 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update message shown when unsharing a file | Kevin Ndung'u | 2018-06-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com> | ||||
* | Fix group displaynames in activity | Joas Schilling | 2018-03-08 | 1 | -10/+54 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -0/+23 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Disable default activity email for incoming shares | Morris Jobke | 2017-07-31 | 2 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Some app fixes of phpstorm inspections | Roeland Jago Douma | 2017-07-24 | 1 | -2/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix activity emails for accept/decline of remote shares | Joas Schilling | 2017-07-10 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 5 | -10/+50 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix reshare with user activity message | Joas Schilling | 2017-03-21 | 1 | -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 back | Robin Appelman | 2017-02-08 | 1 | -3/+24 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix files sharing legacy as well | Joas Schilling | 2017-02-08 | 6 | -749/+291 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove leading slash from sharing activity | Joas Schilling | 2016-12-15 | 4 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust all implementations in the server repo | Joas Schilling | 2016-12-01 | 5 | -22/+55 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix placeholder typo in public link activity | Joas Schilling | 2016-11-23 | 1 | -1/+1 |
| | | | https://www.transifex.com/nextcloud/nextcloud/translate/#152/files_sharing/101548786/ | ||||
* | Merge pull request #2281 from nextcloud/fix-translation | Morris Jobke | 2016-11-23 | 2 | -4/+4 |
|\ | | | | | Fix language typo | ||||
| * | Fix language typo | Joas Schilling | 2016-11-23 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2262 from nextcloud/specify-parameters-on-public-download | Lukas Reschke | 2016-11-23 | 1 | -3/+9 |
|\ \ | | | | | | | Specify the parameters on public download | ||||
| * | | Specify the parameters on public download | Joas Schilling | 2016-11-22 | 1 | -3/+9 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Only do stuff when its a remote-share activity | Joas Schilling | 2016-11-22 | 1 | -2/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move file sharing activities to the new API | Joas Schilling | 2016-11-16 | 9 | -0/+1596 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |