summaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings/Definitions.php
Commit message (Collapse)AuthorAgeFilesLines
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add talk-attachment as a rich object typeJoas Schilling2019-09-171-0/+37
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Define a guest type so Talk can use it in it's notificationsJoas Schilling2019-09-021-0/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add preview data as optional data for filesJoas Schilling2019-03-071-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #6552 from nextcloud/notifications-add-highlight-definitionMorris Jobke2017-11-071-0/+25
|\ | | | | Notifications: Add highlight type definition
| * Notifications: Add highlight type definitionJulius Härtl2017-10-031-0/+25
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update license headersMorris Jobke2017-11-061-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add circle as wellJoas Schilling2017-05-091-0/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* my name as authorMaxence Lange2017-05-091-1/+1
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* using title as nameMaxence Lange2017-05-091-8/+8
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* open-graphMaxence Lange2017-05-081-0/+43
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Add call-type in case the information shall be used for styling or something ↵Joas Schilling2017-01-171-0/+6
| | | | | | else in the future Signed-off-by: Joas Schilling <coding@schilljs.com>
* Define spreed callsJoas Schilling2017-01-161-0/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update versions to 11.0.0Joas Schilling2016-12-011-39/+39
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Highlight the app name in the notificationJoas Schilling2016-12-011-0/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-0/+296
Signed-off-by: Joas Schilling <coding@schilljs.com>