Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 1 | -5/+12 |
* | fix instanceof ISettings check for activity settings | Robin Appelman | 2020-07-30 | 1 | -1/+1 |
* | implement old settings interface | Robin Appelman | 2020-07-24 | 1 | -3/+5 |
* | build autoloader | Robin Appelman | 2020-07-21 | 1 | -1/+1 |
* | basic settings system for activity notifications | Robin Appelman | 2020-07-21 | 1 | -4/+7 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Set false as default for requirePNG | Daniel Kesselberg | 2019-02-18 | 1 | -1/+1 |
* | Remove legacy activity stuff | Joas Schilling | 2019-01-24 | 1 | -342/+27 |
* | Remove deprecated publishActivity function | Roeland Jago Douma | 2018-10-05 | 1 | -25/+0 |
* | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 1 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
* | Add a flag to allow checking if SVGs are okay | Joas Schilling | 2017-06-20 | 1 | -0/+17 |
* | Merge pull request #2165 from nextcloud/sharing-activities-update | Roeland Jago Douma | 2016-11-22 | 1 | -5/+0 |
|\ | |||||
| * | Move file sharing activities to the new API | Joas Schilling | 2016-11-16 | 1 | -5/+0 |
* | | Fix wrong copyright headers | Joas Schilling | 2016-11-16 | 1 | -0/+1 |
|/ | |||||
* | Update the since version to 11.0.0 | Joas Schilling | 2016-11-16 | 1 | -8/+8 |
* | Fix integration tests | Joas Schilling | 2016-11-16 | 1 | -10/+2 |
* | Make sure they are always arrays | Joas Schilling | 2016-11-16 | 1 | -6/+6 |
* | Fix activity manager tests | Joas Schilling | 2016-11-16 | 1 | -11/+19 |
* | Allow to register Providers | Joas Schilling | 2016-11-16 | 1 | -0/+35 |
* | Add ROS and icon support to the events | Joas Schilling | 2016-11-16 | 1 | -13/+8 |
* | Allow to register settings/types via info.xml | Joas Schilling | 2016-11-16 | 1 | -31/+105 |
* | Allow to register activity filters via info.xml | Joas Schilling | 2016-11-16 | 1 | -55/+130 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Move activity manager to the namespace | Joas Schilling | 2016-05-02 | 1 | -0/+533 |