Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to get activities for files by email again | Joas Schilling | 2020-09-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | merge file activity settings into a single 'favorite changed' item | Robin Appelman | 2020-08-13 | 5 | -280/+16 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 7 | -90/+54 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+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 | 3 | -21/+21 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 8 | -8/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify the code a bit | Joas Schilling | 2020-03-10 | 1 | -16/+36 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use contacts name on federated activities | Joas Schilling | 2020-03-10 | 1 | -11/+35 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Combine move activities as well | Joas Schilling | 2020-03-10 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 11 | -11/+12 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 6 | -6/+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> | ||||
* | Make the yellow favorite icon non-monochrome | Joas Schilling | 2019-01-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add icon to restore activity | Joas Schilling | 2019-01-22 | 1 | -3/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Mixin scss icon api | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Catch exception when the parent is deleted as well | Joas Schilling | 2018-02-28 | 1 | -2/+27 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Do a recursion instead of an endless loop | Joas Schilling | 2018-02-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix problem with deleted files | Joas Schilling | 2018-02-28 | 1 | -5/+14 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix path handling for activities | Joas Schilling | 2018-02-28 | 1 | -7/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add special handling for e2e encryption | Joas Schilling | 2018-02-28 | 1 | -1/+108 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Extract duplicated logic into a method | Joas Schilling | 2018-02-28 | 1 | -80/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -0/+21 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix copy and paste error on activity descriptions | Joas Schilling | 2017-07-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 2 | -22/+102 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix username and avatar for external users | Joas Schilling | 2017-05-19 | 1 | -0/+26 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #3181 from nextcloud/fix-favorite-activity-mail | Björn Schießle | 2017-02-10 | 1 | -4/+13 |
|\ | | | | | Make sure the file information is available when sending the email | ||||
| * | Make sure the file information is available when sending the email | Joas Schilling | 2017-01-20 | 1 | -4/+13 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix files sharing legacy as well | Joas Schilling | 2017-02-08 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add tests for getFile() | Joas Schilling | 2017-02-07 | 1 | -11/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Make sure ownCloud 8.2 activities also can get displayed | Joas Schilling | 2017-02-07 | 1 | -12/+30 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove leading slash from sharing activity | Joas Schilling | 2016-12-15 | 2 | -4/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add some generic tests | Joas Schilling | 2016-12-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an activity when managing favorites | Joas Schilling | 2016-12-04 | 2 | -0/+249 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust all implementations in the server repo | Joas Schilling | 2016-12-01 | 1 | -4/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an event merger and use it for the files activities | Joas Schilling | 2016-11-25 | 1 | -1/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Working towards groups | Joas Schilling | 2016-11-25 | 1 | -108/+68 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | document new variable | Morris Jobke | 2016-11-22 | 1 | -0/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use the display name for files activities again | Joas Schilling | 2016-11-22 | 1 | -4/+28 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix wrong copyright headers | Joas Schilling | 2016-11-16 | 1 | -10/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update the since version to 11.0.0 | Joas Schilling | 2016-11-16 | 8 | -50/+50 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add back the support for the short translations | Joas Schilling | 2016-11-16 | 1 | -4/+68 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't even try to combine when the subject is different | Joas Schilling | 2016-11-16 | 1 | -0/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Provider for the files app | Joas Schilling | 2016-11-16 | 1 | -0/+207 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Register the settings of the files app via info.xml | Joas Schilling | 2016-11-16 | 5 | -0/+490 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move the favorites filter to IFilter | Joas Schilling | 2016-11-16 | 2 | -0/+245 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move files filter to IFilter | Joas Schilling | 2016-11-16 | 1 | -0/+95 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |