summaryrefslogtreecommitdiffstats
path: root/core/shipped.json
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-211-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add circles as shipped appMorris Jobke2021-05-261-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* new weather status used in dashboardJulien Veyssier2020-08-201-0/+1
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Enable user_status by defaultGeorg Ehrke2020-08-031-0/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Register an address book with recent contactsChristoph Wurst2020-03-251-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Viewer should be always enabledRoeland Jago Douma2019-12-101-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix shipped.jsonRoeland Jago Douma2019-12-051-1/+1
| | | | | | We no longer ship gallery but ship photos Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move settings to an appChristoph Wurst2019-09-281-0/+2
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove files_texteditor from shipped appsJulius Härtl2019-07-241-1/+0
| | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #16148 from nextcloud/fix/text-official-labelRoeland Jago Douma2019-06-281-0/+1
|\ | | | | Mark text as shipped so it's marked as official
| * Mark text as shipped so it's marked as officialJan-Christoph Borchardt2019-06-281-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Mark files_rightclick as shipped so it's marked as officialChristoph Wurst2019-06-281-0/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update shipped.json to include privacy, recommendations, viewerGeorg Ehrke2019-05-171-0/+3
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* remove user_external from shipped.jsonJonas Sulzer2018-12-211-1/+0
| | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* Support app is shippedMorris Jobke2018-07-251-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* always enable cloud federation apiBjoern Schiessle2018-07-021-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fixed default font and highcontrast fontJohn Molakvoæ (skjnldsv)2018-06-251-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add missing version requirement to OAuth2 appJoas Schilling2017-05-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Mark OAuth app as always enabledLukas Reschke2017-05-191-0/+1
| | | | | | At the moment we don't support disabling the OAuth app Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* user_saml is shipped via appstoreLukas Reschke2017-05-171-1/+0
| | | | | | Keeping it in the shipped.json leads to odd side-effects such as https://help.nextcloud.com/t/earn-a-t-shirt-by-testing-nextcloud-12-beta-2/12374/41?u=lukasreschke in case a previous version was installed. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* External has been moved to appstoreLukas Reschke2017-05-081-1/+0
| | | | | | As discussed with Joas. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove apps delivered from the appstoreLukas Reschke2017-05-011-4/+0
| | | | | | | | | | Apps that are in shipped.json follow some more requirements such as having a valid code integrity check. This is not something that we require when they come from the appstore as there we verify the download integrity via the signature. Also the updater treats apps that are shipped differently. We should however handle the apps like any other app from the appstore. Fixes https://github.com/nextcloud/server/issues/4605 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsRoeland Jago Douma2017-04-041-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* App is always enabledRoeland Jago Douma2017-04-021-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add nextcloud_announcements to shipped.jsonLukas Reschke2016-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | Otherwise on the update from beta1 to beta2 the app would be disabled again as incompatible: ``` root@cloud:/var/www/html# sudo -u www-data php occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Set log level to debug Turned on maintenance mode Updating database schema Updated database Disabled 3rd-party app: calendar Disabled 3rd-party app: contacts Disabled 3rd-party app: nextcloud_announcements Disabled 3rd-party app: spreed Update 3rd-party app: calendar Update 3rd-party app: contacts ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* push public user data to the lookup serverBjoern Schiessle2016-11-211-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* set logreader as shippedRobin Appelman2016-11-161-0/+1
|
* enabled by default and add to shipped.jsonBjoern Schiessle2016-11-011-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Make AppConfig part of the public APIJoas Schilling2016-10-211-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add 2fa backup codes appChristoph Wurst2016-09-051-0/+2
| | | | | * add backup codes app unit tests * add integration tests for the backup codes app
* Order alphabetically and deduplicate the shipped.jsonJoas Schilling2016-08-041-6/+4
|
* [master] Add new apps as officialLukas Reschke2016-08-041-1/+6
|
* Add access control and automated tagging as shippedJoas Schilling2016-08-031-0/+2
|
* Add workflowengineMorris Jobke2016-07-261-2/+4
|
* Remove pre-fork EE apps from shipped.jsonJoas Schilling2016-07-201-15/+4
|
* Migrate logic to dynamic controllerLukas Reschke2016-06-271-0/+1
| | | | Also adds support for having custom login backgrounds
* Add app to shipped.jsonVincent Petry2016-05-201-0/+1
|
* Mark files_videoplayer as shippedLukas Reschke2016-02-111-1/+1
| | | Ref https://github.com/owncloud/files_video_player/pull/27 + https://github.com/owncloud/files_videoplayer/issues/26#issuecomment-182968638
* Move update notification code into appLukas Reschke2016-02-091-1/+1
| | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable...
* Force app to be always enabled for nowRoeland Jago Douma2016-02-081-3/+4
|
* implementation of the federated share providerBjoern Schiessle2016-02-081-1/+2
|
* Remove files_locking from shipped.jsonRealRancor2016-02-031-1/+0
|
* Comments GUIVincent Petry2016-02-021-0/+1
|
* Added system tags GUI in sidebarVincent Petry2016-01-191-0/+1
| | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags.
* Add Workflow app to shipped listJoas Schilling2015-11-271-2/+3
|
* add federation to shipped.jsonBjörn Schießle2015-11-191-1/+2
|
* password_policy is a shipped appThomas Müller2015-11-161-1/+2
|
* Mark files_drop as shippedLukas Reschke2015-11-061-0/+1
| | | | Fixes https://github.com/owncloud/enterprise/issues/895
* Store list of apps which cannot be disabled in shipped.jsonThomas Müller2015-10-261-0/+4
|
* Remove the core version from shipped.jsonThomas Müller2015-10-211-1/+0
|