Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add nextcloud_announcements to shipped.json | Lukas Reschke | 2016-11-25 | 1 | -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 server | Bjoern Schiessle | 2016-11-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | set logreader as shipped | Robin Appelman | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | enabled by default and add to shipped.json | Bjoern Schiessle | 2016-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -0/+2 |
| | | | | | * add backup codes app unit tests * add integration tests for the backup codes app | ||||
* | Order alphabetically and deduplicate the shipped.json | Joas Schilling | 2016-08-04 | 1 | -6/+4 |
| | |||||
* | [master] Add new apps as official | Lukas Reschke | 2016-08-04 | 1 | -1/+6 |
| | |||||
* | Add access control and automated tagging as shipped | Joas Schilling | 2016-08-03 | 1 | -0/+2 |
| | |||||
* | Add workflowengine | Morris Jobke | 2016-07-26 | 1 | -2/+4 |
| | |||||
* | Remove pre-fork EE apps from shipped.json | Joas Schilling | 2016-07-20 | 1 | -15/+4 |
| | |||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 1 | -0/+1 |
| | | | | Also adds support for having custom login backgrounds | ||||
* | Add app to shipped.json | Vincent Petry | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Mark files_videoplayer as shipped | Lukas Reschke | 2016-02-11 | 1 | -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 app | Lukas Reschke | 2016-02-09 | 1 | -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 now | Roeland Jago Douma | 2016-02-08 | 1 | -3/+4 |
| | |||||
* | implementation of the federated share provider | Bjoern Schiessle | 2016-02-08 | 1 | -1/+2 |
| | |||||
* | Remove files_locking from shipped.json | RealRancor | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Comments GUI | Vincent Petry | 2016-02-02 | 1 | -0/+1 |
| | |||||
* | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 1 | -0/+1 |
| | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
* | Add Workflow app to shipped list | Joas Schilling | 2015-11-27 | 1 | -2/+3 |
| | |||||
* | add federation to shipped.json | Björn Schießle | 2015-11-19 | 1 | -1/+2 |
| | |||||
* | password_policy is a shipped app | Thomas Müller | 2015-11-16 | 1 | -1/+2 |
| | |||||
* | Mark files_drop as shipped | Lukas Reschke | 2015-11-06 | 1 | -0/+1 |
| | | | | Fixes https://github.com/owncloud/enterprise/issues/895 | ||||
* | Store list of apps which cannot be disabled in shipped.json | Thomas Müller | 2015-10-26 | 1 | -0/+4 |
| | |||||
* | Remove the core version from shipped.json | Thomas Müller | 2015-10-21 | 1 | -1/+0 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -0/+1 |
| | |||||
* | Remove user_webdavauth which is now part of user_external | Joas Schilling | 2015-09-24 | 1 | -1/+0 |
| | |||||
* | Update the list of shipped apps | Joas Schilling | 2015-09-24 | 1 | -1/+2 |
| | |||||
* | files_encryption -> encryption | Thomas Müller | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | adding enterprise apps to shipped.json | Thomas Müller | 2015-03-23 | 1 | -11/+20 |
| | |||||
* | Update shipped.json | Thomas Müller | 2015-03-16 | 1 | -1/+2 |
| | |||||
* | shipped apps are now defined in core/shipped.json - the shipped tag in ↵ | Thomas Müller | 2015-03-13 | 1 | -0/+25 |
info.xml is ignored from now on - never trust an app :speak_no_evil: |