summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Activity
Commit message (Collapse)AuthorAgeFilesLines
* 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 email
| * Make sure the file information is available when sending the emailJoas Schilling2017-01-201-4/+13
| | | | | | | | 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-152-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add some generic testsJoas Schilling2016-12-041-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an activity when managing favoritesJoas Schilling2016-12-042-0/+249
| | | | 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-168-50/+50
| | | | 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>
* Register the settings of the files app via info.xmlJoas Schilling2016-11-165-0/+490
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the favorites filter to IFilterJoas Schilling2016-11-162-0/+245
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files filter to IFilterJoas Schilling2016-11-161-0/+95
Signed-off-by: Joas Schilling <coding@schilljs.com>