]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agosplit off s3 connection logic
Robin Appelman [Mon, 8 Aug 2016 11:54:46 +0000 (13:54 +0200)]
split off s3 connection logic

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoMerge pull request #2148 from nextcloud/add_autoloader_before_enabling
Roeland Jago Douma [Wed, 16 Nov 2016 11:09:39 +0000 (12:09 +0100)]
Merge pull request #2148 from nextcloud/add_autoloader_before_enabling

Add autoloader before enabling apps

8 years agoMerge pull request #2092 from nextcloud/activity-filter-api
Joas Schilling [Wed, 16 Nov 2016 10:47:17 +0000 (11:47 +0100)]
Merge pull request #2092 from nextcloud/activity-filter-api

Better API for activity filters, settings and providers + Rich Object support

8 years agoUpdate the since version to 11.0.0 2092/head
Joas Schilling [Wed, 16 Nov 2016 08:29:27 +0000 (09:29 +0100)]
Update the since version to 11.0.0

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoFix integration tests
Joas Schilling [Fri, 11 Nov 2016 12:44:57 +0000 (13:44 +0100)]
Fix integration tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMake sure they are always arrays
Joas Schilling [Fri, 11 Nov 2016 10:27:39 +0000 (11:27 +0100)]
Make sure they are always arrays

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoRemove the old activity extension
Joas Schilling [Thu, 10 Nov 2016 15:03:51 +0000 (16:03 +0100)]
Remove the old activity extension

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAdd back the support for the short translations
Joas Schilling [Thu, 10 Nov 2016 15:02:19 +0000 (16:02 +0100)]
Add back the support for the short translations

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoFix InfoParser empty tests
Joas Schilling [Thu, 10 Nov 2016 14:39:41 +0000 (15:39 +0100)]
Fix InfoParser empty tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoFix activity manager tests
Joas Schilling [Thu, 10 Nov 2016 14:33:00 +0000 (15:33 +0100)]
Fix activity manager tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoDon't even try to combine when the subject is different
Joas Schilling [Tue, 8 Nov 2016 13:09:41 +0000 (14:09 +0100)]
Don't even try to combine when the subject is different

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAllow combining events
Joas Schilling [Mon, 7 Nov 2016 16:39:23 +0000 (17:39 +0100)]
Allow combining events

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoProvider for the files app
Joas Schilling [Fri, 4 Nov 2016 10:34:42 +0000 (11:34 +0100)]
Provider for the files app

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAllow to register Providers
Joas Schilling [Fri, 4 Nov 2016 10:33:33 +0000 (11:33 +0100)]
Allow to register Providers

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAdd ROS and icon support to the events
Joas Schilling [Fri, 28 Oct 2016 12:55:53 +0000 (14:55 +0200)]
Add ROS and icon support to the events

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoValidate the input into Event already
Joas Schilling [Fri, 28 Oct 2016 12:40:23 +0000 (14:40 +0200)]
Validate the input into Event already

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoRegister the settings of the files app via info.xml
Joas Schilling [Tue, 25 Oct 2016 16:23:51 +0000 (18:23 +0200)]
Register the settings of the files app via info.xml

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAllow to register settings/types via info.xml
Joas Schilling [Tue, 25 Oct 2016 16:00:25 +0000 (18:00 +0200)]
Allow to register settings/types via info.xml

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMove the favorites filter to IFilter
Joas Schilling [Fri, 21 Oct 2016 10:46:04 +0000 (12:46 +0200)]
Move the favorites filter to IFilter

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMove files filter to IFilter
Joas Schilling [Fri, 21 Oct 2016 09:50:28 +0000 (11:50 +0200)]
Move files filter to IFilter

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAllow to register activity filters via info.xml
Joas Schilling [Thu, 20 Oct 2016 15:57:44 +0000 (17:57 +0200)]
Allow to register activity filters via info.xml

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMerge pull request #2145 from nextcloud/docs_to_com
Morris Jobke [Tue, 15 Nov 2016 23:57:35 +0000 (00:57 +0100)]
Merge pull request #2145 from nextcloud/docs_to_com

docs are on nc.com

8 years agoMerge pull request #2144 from nextcloud/fix_1303
Morris Jobke [Tue, 15 Nov 2016 22:13:53 +0000 (23:13 +0100)]
Merge pull request #2144 from nextcloud/fix_1303

Do not cache version info in the session

8 years agoAdd autoloader before enabling apps 2148/head
Roeland Jago Douma [Tue, 15 Nov 2016 21:28:57 +0000 (22:28 +0100)]
Add autoloader before enabling apps

Else apps that require already autoloading in the installer
(files_antivius) die hard!

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #2137 from nextcloud/make-sure-tests-run-on-phpunit-4-again
Roeland Jago Douma [Tue, 15 Nov 2016 20:48:55 +0000 (21:48 +0100)]
Merge pull request #2137 from nextcloud/make-sure-tests-run-on-phpunit-4-again

Add a magic wrapper to allow phpunit4 to run the code again

8 years agoMerge pull request #2139 from nextcloud/increase-version-to-ELF
Morris Jobke [Tue, 15 Nov 2016 19:56:41 +0000 (20:56 +0100)]
Merge pull request #2139 from nextcloud/increase-version-to-ELF

Use 11.0 instead 9.2

8 years agodocs are on nc.com 2145/head
Roeland Jago Douma [Tue, 15 Nov 2016 18:17:42 +0000 (19:17 +0100)]
docs are on nc.com

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #2132 from nextcloud/federated-cloud-id
Roeland Jago Douma [Tue, 15 Nov 2016 17:57:43 +0000 (18:57 +0100)]
Merge pull request #2132 from nextcloud/federated-cloud-id

specify Federated Cloud ID syntax

8 years ago@since 9.2.0 to @since 11.0.0 2139/head
Roeland Jago Douma [Tue, 15 Nov 2016 17:51:52 +0000 (18:51 +0100)]
@since 9.2.0 to @since 11.0.0

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoFix tests 2144/head
Roeland Jago Douma [Tue, 15 Nov 2016 17:10:17 +0000 (18:10 +0100)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoDo not cache version info in the sessions
Roeland Jago Douma [Tue, 15 Nov 2016 16:51:03 +0000 (17:51 +0100)]
Do not cache version info in the sessions

If the session is cleared and closed for whatever reason the loadVersion
will write to the session anyways. This will lead to an exception.

This should fix #1303

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoEndpoint is now 11.0.0
Lukas Reschke [Tue, 15 Nov 2016 14:10:17 +0000 (15:10 +0100)]
Endpoint is now 11.0.0

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoAdjust previous fallbacks
Lukas Reschke [Tue, 15 Nov 2016 14:07:58 +0000 (15:07 +0100)]
Adjust previous fallbacks

11.0 is 11 and not 9.2 anymore

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoAdd a magic wrapper from hell to allow phpunit4 to run the code again 2137/head
Joas Schilling [Tue, 15 Nov 2016 13:33:06 +0000 (14:33 +0100)]
Add a magic wrapper from hell to allow phpunit4 to run the code again

Remove this once phpunit 5 is the lowest supported version, by reverting:
https://github.com/nextcloud/server/pull/2137

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoUse 11.0 instead 9.2
Lukas Reschke [Tue, 15 Nov 2016 13:45:58 +0000 (14:45 +0100)]
Use 11.0 instead 9.2

As discussed we're changing the version from 9.2 to 11.0 to make some more sense.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agospecify Federated Cloud ID syntax 2132/head
Jan-Christoph Borchardt [Tue, 15 Nov 2016 11:07:54 +0000 (12:07 +0100)]
specify Federated Cloud ID syntax

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Nov 2016 01:07:05 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #2125 from nextcloud/downstream-26546
Morris Jobke [Mon, 14 Nov 2016 23:08:09 +0000 (00:08 +0100)]
Merge pull request #2125 from nextcloud/downstream-26546

Transfer ownership now returns exit code on error

8 years agoMerge pull request #2119 from nextcloud/downstream-26555
Roeland Jago Douma [Mon, 14 Nov 2016 16:45:15 +0000 (17:45 +0100)]
Merge pull request #2119 from nextcloud/downstream-26555

disabling dropping on dragging objects temporarily

8 years agoMerge pull request #2117 from nextcloud/master-add-bruteforce-check-to-person-endpoint
Roeland Jago Douma [Mon, 14 Nov 2016 16:18:31 +0000 (17:18 +0100)]
Merge pull request #2117 from nextcloud/master-add-bruteforce-check-to-person-endpoint

Add bruteforce checker to Person.php

8 years agoMerge pull request #2084 from nextcloud/files_drop_avatars_disabled
Morris Jobke [Mon, 14 Nov 2016 16:14:09 +0000 (17:14 +0100)]
Merge pull request #2084 from nextcloud/files_drop_avatars_disabled

Fixes files_drop when avatars are disabled

8 years agoMerge pull request #2115 from nextcloud/oc_26527
Roeland Jago Douma [Mon, 14 Nov 2016 16:07:59 +0000 (17:07 +0100)]
Merge pull request #2115 from nextcloud/oc_26527

Skip broken shares when transferring ownership (#26527)

8 years agoMerge pull request #2114 from nextcloud/downstream-26498
Roeland Jago Douma [Mon, 14 Nov 2016 16:07:00 +0000 (17:07 +0100)]
Merge pull request #2114 from nextcloud/downstream-26498

make object prefix configurable

8 years agoMerge pull request #2110 from nextcloud/oc_26526
Roeland Jago Douma [Mon, 14 Nov 2016 16:06:28 +0000 (17:06 +0100)]
Merge pull request #2110 from nextcloud/oc_26526

First process group shares and then user shares

8 years agoMerge pull request #2111 from nextcloud/oc_26549
Roeland Jago Douma [Mon, 14 Nov 2016 16:00:04 +0000 (17:00 +0100)]
Merge pull request #2111 from nextcloud/oc_26549

Remove unused $view from FilesPlugin (#26549)

8 years agoTransfer ownership now returns exit code on error (#26546) 2125/head
Vincent Petry [Mon, 7 Nov 2016 12:22:11 +0000 (13:22 +0100)]
Transfer ownership now returns exit code on error (#26546)

8 years agoMerge pull request #2113 from nextcloud/downstream-26299
Roeland Jago Douma [Mon, 14 Nov 2016 15:44:16 +0000 (16:44 +0100)]
Merge pull request #2113 from nextcloud/downstream-26299

We need to ensure that the app holding the objectstore implementation…

8 years agoMerge pull request #2112 from nextcloud/downstream-26206
Roeland Jago Douma [Mon, 14 Nov 2016 15:13:16 +0000 (16:13 +0100)]
Merge pull request #2112 from nextcloud/downstream-26206

Introduce an event for first time login based on the last login time …

8 years agodisabling dropping on dragging objects temporarily 2119/head
Michael Jobst [Sat, 5 Nov 2016 19:29:56 +0000 (20:29 +0100)]
disabling dropping on dragging objects temporarily

better solution

8 years agoAdd bruteforce checker to Person.php 2117/head
Lukas Reschke [Mon, 14 Nov 2016 14:26:23 +0000 (15:26 +0100)]
Add bruteforce checker to Person.php

Also check for attempts on this endpoint

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoMerge pull request #2100 from nextcloud/do_not_increse_link_share_perms
Roeland Jago Douma [Mon, 14 Nov 2016 14:21:08 +0000 (15:21 +0100)]
Merge pull request #2100 from nextcloud/do_not_increse_link_share_perms

Fixes not allowed increasing of link share permissions

8 years agoSkip broken shares when transferring ownership (#26527) 2115/head
Vincent Petry [Mon, 7 Nov 2016 19:20:16 +0000 (20:20 +0100)]
Skip broken shares when transferring ownership (#26527)

8 years agomake object prefix configurable 2114/head
Jörn Friedrich Dreyer [Thu, 27 Oct 2016 12:15:59 +0000 (14:15 +0200)]
make object prefix configurable

8 years agoWe need to ensure that the app holding the objectstore implementation is loaded ... 2113/head
Thomas Müller [Fri, 7 Oct 2016 10:41:37 +0000 (12:41 +0200)]
We need to ensure that the app holding the objectstore implementation is loaded - fixes owncloud/objectstore#38

8 years agoIntroduce an event for first time login based on the last login time stamp 2112/head
Thomas Müller [Fri, 23 Sep 2016 15:21:07 +0000 (17:21 +0200)]
Introduce an event for first time login based on the last login time stamp

Use firstLogin event to trigger creation of default calendar and default address book

Delay login of admin user after setup so that firstLogin event can properly be processed for the admin

Fixing tests ...

Skeleton files are not copied over -> only 3 cache entries are remaining

Use updateLastLoginTimestamp to properly setup lastLogin value for a test user

8 years agoRemove unused $view from FilesPlugin (#26549) 2111/head
Vincent Petry [Mon, 7 Nov 2016 12:23:10 +0000 (13:23 +0100)]
Remove unused $view from FilesPlugin (#26549)

The Sabre FilesPlugin never uses the view so remove it.

8 years agoFirst process group shares and then user shares 2110/head
Vincent Petry [Wed, 2 Nov 2016 15:19:46 +0000 (16:19 +0100)]
First process group shares and then user shares

This prevents a validation failure where the code checks whether a file
is already shared with another user, but the check disables itself when
the owner is the same. Processing the groups first prevents the check
to kick in too early when the group share still has the old owner while
we try transferring the user share.

8 years agoMerge pull request #2106 from nextcloud/proper-empty-message-for-tags
Morris Jobke [Mon, 14 Nov 2016 13:02:07 +0000 (14:02 +0100)]
Merge pull request #2106 from nextcloud/proper-empty-message-for-tags

Show specific empty message for tag input fields

8 years agoAdd intergration test 2100/head
Roeland Jago Douma [Mon, 14 Nov 2016 12:54:25 +0000 (13:54 +0100)]
Add intergration test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #2068 from nextcloud/sharetypesinfolder-no-getdirectorycontent
Morris Jobke [Mon, 14 Nov 2016 10:49:24 +0000 (11:49 +0100)]
Merge pull request #2068 from nextcloud/sharetypesinfolder-no-getdirectorycontent

remove unneeded getDirectoryContent when getting share types for a folder

8 years agoShow specific empty message for tag input fields 2106/head
Morris Jobke [Mon, 14 Nov 2016 10:46:21 +0000 (11:46 +0100)]
Show specific empty message for tag input fields

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoMerge pull request #2067 from nextcloud/fileinfo-lazy-substorages
Morris Jobke [Mon, 14 Nov 2016 10:39:02 +0000 (11:39 +0100)]
Merge pull request #2067 from nextcloud/fileinfo-lazy-substorages

only query substorages to calculate the final mtime/size/etag when we need it

8 years agoMerge pull request #2093 from nextcloud/fix-single-author-with-details
Joas Schilling [Mon, 14 Nov 2016 08:50:57 +0000 (09:50 +0100)]
Merge pull request #2093 from nextcloud/fix-single-author-with-details

Fix single author with details

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Nov 2016 01:07:06 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

8 years agoFixes not allowed increasing of link share permissions
Roeland Jago Douma [Sun, 13 Nov 2016 19:29:34 +0000 (20:29 +0100)]
Fixes not allowed increasing of link share permissions

Fixes the following:

1. user0 shares folder with user1 (RO but with sharing permissions)
2. user1 shares by link
3. user1 send 'publicUpload=true' OCS request to the link share

before this increased the permissions of the link share. Which should
not happen.

now: API reponds with an error that the permissions can't be increased.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoFixes files_drop when avatars are disabled 2084/head
Roeland Jago Douma [Thu, 10 Nov 2016 19:55:18 +0000 (20:55 +0100)]
Fixes files_drop when avatars are disabled

Fixes: #2080
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoFixes javascript tests for apps.js 2093/head
Roeland Jago Douma [Sun, 13 Nov 2016 13:28:32 +0000 (14:28 +0100)]
Fixes javascript tests for apps.js

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Nov 2016 01:07:09 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Nov 2016 01:07:11 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #2094 from nextcloud/prevent-downgrade-attacks
Morris Jobke [Fri, 11 Nov 2016 21:46:49 +0000 (22:46 +0100)]
Merge pull request #2094 from nextcloud/prevent-downgrade-attacks

Prevent downgrade attacks for apps

8 years agoMerge pull request #2088 from nextcloud/issue-2079-breadcrumb-padding
Lukas Reschke [Fri, 11 Nov 2016 17:55:48 +0000 (18:55 +0100)]
Merge pull request #2088 from nextcloud/issue-2079-breadcrumb-padding

Restore the padding on the home icon

8 years agoPrevent downgrade attacks for apps 2094/head
Lukas Reschke [Fri, 11 Nov 2016 17:53:26 +0000 (18:53 +0100)]
Prevent downgrade attacks for apps

We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature.

Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoMerge pull request #2082 from nextcloud/files_drop_sabre32
Joas Schilling [Fri, 11 Nov 2016 14:09:50 +0000 (15:09 +0100)]
Merge pull request #2082 from nextcloud/files_drop_sabre32

Fixes files_drop for sabre 3.2

8 years agoFix single author with details
Joas Schilling [Fri, 11 Nov 2016 13:11:19 +0000 (14:11 +0100)]
Fix single author with details

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMerge pull request #2087 from nextcloud/fix-more-vendor-naming
Lukas Reschke [Fri, 11 Nov 2016 11:35:10 +0000 (12:35 +0100)]
Merge pull request #2087 from nextcloud/fix-more-vendor-naming

Replace more vendor naming

8 years agoRestore the padding on the home icon 2088/head
Joas Schilling [Fri, 11 Nov 2016 07:59:34 +0000 (08:59 +0100)]
Restore the padding on the home icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoReplace more vendor naming 2087/head
Joas Schilling [Fri, 11 Nov 2016 07:54:21 +0000 (08:54 +0100)]
Replace more vendor naming

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Nov 2016 01:07:18 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

8 years agoFixes files_drop for sabre 3.2 2082/head
Roeland Jago Douma [Thu, 10 Nov 2016 19:44:41 +0000 (20:44 +0100)]
Fixes files_drop for sabre 3.2

In the new sabre (3.2) the order of beforeMethod is switched. it used to
be that beforeMethod:METHOD was called after beforeMethod. But now it is
called before. Since we need the view this was broken.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #2077 from nextcloud/allow-sharees-to-be-used-for-other-things
Roeland Jago Douma [Thu, 10 Nov 2016 19:16:36 +0000 (20:16 +0100)]
Merge pull request #2077 from nextcloud/allow-sharees-to-be-used-for-other-things

Only check the sharing backends for file/folder items

8 years agoOnly check the sharing backends for file/folder items 2077/head
Joas Schilling [Thu, 10 Nov 2016 13:16:35 +0000 (14:16 +0100)]
Only check the sharing backends for file/folder items

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agofix tests 2068/head
Robin Appelman [Thu, 10 Nov 2016 14:06:24 +0000 (15:06 +0100)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoMerge pull request #2070 from nextcloud/fix_admin_translations
Lukas Reschke [Thu, 10 Nov 2016 13:38:11 +0000 (14:38 +0100)]
Merge pull request #2070 from nextcloud/fix_admin_translations

Get correct L10N for Settings Manager

8 years agoonly query substorages to calculate the final mtime/size/etag lazily 2067/head
Robin Appelman [Wed, 9 Nov 2016 15:14:54 +0000 (16:14 +0100)]
only query substorages to calculate the final mtime/size/etag lazily

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoGet correct L10N for Settings Manager 2070/head
Roeland Jago Douma [Thu, 10 Nov 2016 10:08:37 +0000 (11:08 +0100)]
Get correct L10N for Settings Manager

Fixes #2022

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Nov 2016 01:07:14 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

8 years agoremove unneeded getDirectoryContent when getting share types for a folder
Robin Appelman [Wed, 9 Nov 2016 15:59:36 +0000 (16:59 +0100)]
remove unneeded getDirectoryContent when getting share types for a folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agofix phpdoc
Robin Appelman [Wed, 9 Nov 2016 15:59:03 +0000 (16:59 +0100)]
fix phpdoc

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoMerge pull request #2058 from nextcloud/better-error-message-for-installation-error
Morris Jobke [Wed, 9 Nov 2016 12:59:34 +0000 (13:59 +0100)]
Merge pull request #2058 from nextcloud/better-error-message-for-installation-error

Use a better error message and point the users to the support channels

8 years agoMerge pull request #2052 from nextcloud/ros-definitions-as-php-class
Morris Jobke [Wed, 9 Nov 2016 12:53:54 +0000 (13:53 +0100)]
Merge pull request #2052 from nextcloud/ros-definitions-as-php-class

Use a php class for the definitions to avoid loading problems

8 years agoMerge pull request #1792 from nextcloud/bump_sabre
Roeland Jago Douma [Wed, 9 Nov 2016 12:06:52 +0000 (13:06 +0100)]
Merge pull request #1792 from nextcloud/bump_sabre

Bump sabre

8 years agoAdjust third-party ref 1792/head
Lukas Reschke [Wed, 9 Nov 2016 10:53:36 +0000 (11:53 +0100)]
Adjust third-party ref

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoAdd tests
Lukas Reschke [Wed, 9 Nov 2016 10:52:40 +0000 (11:52 +0100)]
Add tests

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoMerge pull request #2055 from nextcloud/js-codecov
Lukas Reschke [Wed, 9 Nov 2016 09:54:57 +0000 (10:54 +0100)]
Merge pull request #2055 from nextcloud/js-codecov

Javascript code coverage

8 years agoAdd test and adjust PHP function arguments 2052/head
Lukas Reschke [Wed, 9 Nov 2016 09:49:57 +0000 (10:49 +0100)]
Add test and adjust PHP function arguments

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoCorrectly catch the "soft errors" now 2058/head
Joas Schilling [Wed, 9 Nov 2016 09:29:25 +0000 (10:29 +0100)]
Correctly catch the "soft errors" now

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAdd tests for validity of the definitions
Joas Schilling [Wed, 9 Nov 2016 09:08:29 +0000 (10:08 +0100)]
Add tests for validity of the definitions

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoUse a better error message and point the users to the support channels
Joas Schilling [Wed, 9 Nov 2016 08:10:32 +0000 (09:10 +0100)]
Use a better error message and point the users to the support channels

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoUse a php class for the definitions to avoid loading problems
Joas Schilling [Tue, 8 Nov 2016 14:56:39 +0000 (15:56 +0100)]
Use a php class for the definitions to avoid loading problems

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoGenerate js codecov coverage 2055/head
Roeland Jago Douma [Tue, 8 Nov 2016 19:42:51 +0000 (20:42 +0100)]
Generate js codecov coverage

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>