summaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings
Commit message (Collapse)AuthorAgeFilesLines
* Include RichObject for formsJonas Rittershofer2021-03-021-0/+25
| | | | | | Ref. https://github.com/nextcloud/forms/pull/789 Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
* Deck Rich-Object-String definitions for deck boards and cardsJoas Schilling2021-01-111-0/+62
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add optional size field for the file objVincent Petry2020-10-271-0/+6
| | | | | | Add optional size field for the file rich object definition. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-263-3/+0
|\ | | | | Add php docs build script
| * Remove @package annotations from public namespaceJulius Härtl2020-08-263-3/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow links to conversationsJoas Schilling2020-05-131-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-261-0/+6
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* 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-053-3/+4
| | | | 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-063-0/+10
|/ | | | 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-153-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-092-247/+296
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add new definitionBjoern Schiessle2016-11-081-0/+19
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Move federated share notifications to ROSJoas Schilling2016-10-201-0/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add Rich Object Definitions and a validatorJoas Schilling2016-10-203-0/+279
Signed-off-by: Joas Schilling <coding@schilljs.com>