Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Fix typo in PHPDoc | Morris Jobke | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Move the notification API to public namespace | Joas Schilling | 2016-01-22 | 8 | -505/+10 |
| | |||||
* | Merge pull request #21824 from owncloud/list-of-notifiers | Thomas Müller | 2016-01-22 | 2 | -7/+50 |
|\ | | | | | Make it possible to get a list of notifiers for a potential settings … | ||||
| * | Make it possible to get a list of notifiers for a potential settings page | Joas Schilling | 2016-01-22 | 2 | -7/+50 |
| | | |||||
* | | Fix PHPDoc - @changed is no official tag -> use @since | Morris Jobke | 2016-01-22 | 2 | -8/+4 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -8/+8 |
| | |||||
* | Make sure that object id can be a string | Joas Schilling | 2015-11-23 | 2 | -10/+14 |
| | |||||
* | Use a DateTime object instead of a timestamp | Joas Schilling | 2015-11-23 | 2 | -22/+23 |
| | |||||
* | Add tests for the "return $this" and fix it on the new method | Joas Schilling | 2015-11-17 | 2 | -1/+4 |
| | |||||
* | Remove the icon for now | Joas Schilling | 2015-11-16 | 4 | -72/+0 |
| | |||||
* | Add "is primary action" to actions | Joas Schilling | 2015-11-16 | 3 | -0/+61 |
| | |||||
* | Allow checking whether there are notifiers registered | Joas Schilling | 2015-09-17 | 2 | -0/+14 |
| | |||||
* | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 8 | -8/+505 |
| | |||||
* | Add tests for the notification manager | Joas Schilling | 2015-09-08 | 1 | -2/+15 |
| | |||||
* | Add tests for notification | Joas Schilling | 2015-09-08 | 1 | -8/+8 |
| | |||||
* | Add tests for Action | Joas Schilling | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Fix the subject of notifications | Joas Schilling | 2015-09-08 | 2 | -2/+2 |
| | |||||
* | Fix closures and adding parsed Actions | Joas Schilling | 2015-09-08 | 2 | -3/+3 |
| | |||||
* | Fix the request type and the validity | Joas Schilling | 2015-09-08 | 2 | -3/+4 |
| | |||||
* | Allow getting the request type | Joas Schilling | 2015-09-08 | 1 | -0/+8 |
| | |||||
* | Use an INotification to getCount() and markProcessed() | Joas Schilling | 2015-09-08 | 1 | -10/+6 |
| | |||||
* | Add the request type to the action | Joas Schilling | 2015-09-08 | 1 | -1/+9 |
| | |||||
* | Add the app id to the markProcessed method | Joas Schilling | 2015-09-08 | 1 | -2/+3 |
| | |||||
* | Handle InvalidArgumentException more gracefully | Joas Schilling | 2015-09-08 | 1 | -5/+10 |
| | |||||
* | Add language to the preparation method | Joas Schilling | 2015-09-08 | 1 | -2/+3 |
| | |||||
* | Notification API | Joas Schilling | 2015-09-08 | 3 | -0/+779 |