]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 years agoUse selectAlias()
Joas Schilling [Sat, 22 Jul 2017 10:48:10 +0000 (12:48 +0200)]
Use selectAlias()

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoCan not insert auto increment on oracle
Joas Schilling [Sat, 22 Jul 2017 10:21:00 +0000 (12:21 +0200)]
Can not insert auto increment on oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoFix missing escape on column and table name
Joas Schilling [Fri, 21 Jul 2017 12:45:49 +0000 (14:45 +0200)]
Fix missing escape on column and table name

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoFix clob comparison
Joas Schilling [Fri, 21 Jul 2017 12:44:35 +0000 (14:44 +0200)]
Fix clob comparison

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAllow to specify the table space on occ
Joas Schilling [Fri, 21 Jul 2017 09:17:12 +0000 (11:17 +0200)]
Allow to specify the table space on occ

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoQuote aliases as well
Joas Schilling [Thu, 20 Jul 2017 18:14:31 +0000 (20:14 +0200)]
Quote aliases as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoOracle does not support PDO::FETCH_KEY_PAIR
Joas Schilling [Thu, 20 Jul 2017 18:13:35 +0000 (20:13 +0200)]
Oracle does not support PDO::FETCH_KEY_PAIR

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Aug 2017 00:08:15 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Aug 2017 00:08:21 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Aug 2017 00:08:35 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Jul 2017 00:08:12 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5924 from nextcloud/12.0.1rc4 v12.0.1RC4
Lukas Reschke [Sun, 30 Jul 2017 13:39:19 +0000 (15:39 +0200)]
Merge pull request #5924 from nextcloud/12.0.1rc4

12.0.1RC4

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Jul 2017 00:08:40 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago12.0.1RC4 5924/head
Lukas Reschke [Fri, 28 Jul 2017 14:03:36 +0000 (16:03 +0200)]
12.0.1RC4

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoMerge pull request #5919 from nextcloud/add-brackets-on-concat-method
Lukas Reschke [Fri, 28 Jul 2017 13:35:49 +0000 (15:35 +0200)]
Merge pull request #5919 from nextcloud/add-brackets-on-concat-method

Add brackets around concat statements so comparing the result works a…

7 years agoAdd brackets around concat statements so comparing the result works as intended 5919/head
Joas Schilling [Fri, 28 Jul 2017 09:34:35 +0000 (11:34 +0200)]
Add brackets around concat statements so comparing the result works as intended

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Jul 2017 00:08:14 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5902 from nextcloud/oc-migration v12.0.1RC3
Morris Jobke [Thu, 27 Jul 2017 15:25:21 +0000 (17:25 +0200)]
Merge pull request #5902 from nextcloud/oc-migration

Add a repair step to drop the account_terms table on oc migration

7 years agoMerge pull request #5896 from nextcloud/12-5895
Morris Jobke [Thu, 27 Jul 2017 11:26:17 +0000 (13:26 +0200)]
Merge pull request #5896 from nextcloud/12-5895

[stable12] Fix show password button for password change

7 years agoUse the existing array of OC versions 5902/head
Joas Schilling [Thu, 27 Jul 2017 10:07:51 +0000 (12:07 +0200)]
Use the existing array of OC versions

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoThis is RC3
Lukas Reschke [Thu, 27 Jul 2017 09:49:16 +0000 (11:49 +0200)]
This is RC3

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoAdd a repair step to drop the account_terms table on oc migration
Joas Schilling [Thu, 27 Jul 2017 09:27:25 +0000 (11:27 +0200)]
Add a repair step to drop the account_terms table on oc migration

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoFix show password button for password change 5896/head
Morris Jobke [Wed, 26 Jul 2017 20:54:23 +0000 (22:54 +0200)]
Fix show password button for password change

* fix the show password button on the personal page
* before: if the password change failed the show password icon was not shown again
* after: show password icon is visible

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #5883 from nextcloud/12-5871
Morris Jobke [Wed, 26 Jul 2017 20:31:20 +0000 (22:31 +0200)]
Merge pull request #5883 from nextcloud/12-5871

[stable12] Enable postgres on drone again

7 years agoMerge pull request #5889 from nextcloud/stable12-overlay-on-show-password v12.0.1RC2
Lukas Reschke [Wed, 26 Jul 2017 14:55:34 +0000 (16:55 +0200)]
Merge pull request #5889 from nextcloud/stable12-overlay-on-show-password

fix overlay on show password

7 years agoMerge pull request #5875 from nextcloud/stable12-edu-edition
Morris Jobke [Wed, 26 Jul 2017 14:47:32 +0000 (16:47 +0200)]
Merge pull request #5875 from nextcloud/stable12-edu-edition

[stable12] Add new bundle

7 years agofix overlay on show password 5889/head
Maxence Lange [Wed, 26 Jul 2017 14:18:57 +0000 (16:18 +0200)]
fix overlay on show password

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
7 years agoEnable postgres on drone again 5883/head
Morris Jobke [Tue, 25 Jul 2017 11:39:43 +0000 (13:39 +0200)]
Enable postgres on drone again

* use proper password

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdd new bundle 5875/head
Lukas Reschke [Tue, 25 Jul 2017 13:46:21 +0000 (15:46 +0200)]
Add new bundle

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Jul 2017 00:08:14 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5851 from nextcloud/make-it-rc2
Lukas Reschke [Tue, 25 Jul 2017 08:28:17 +0000 (10:28 +0200)]
Merge pull request #5851 from nextcloud/make-it-rc2

v12.0.1 RC2

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agov12.0.1 RC2 5851/head
Lukas Reschke [Mon, 24 Jul 2017 08:42:33 +0000 (10:42 +0200)]
v12.0.1 RC2

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoMerge pull request #5858 from nextcloud/12-5850
Morris Jobke [Mon, 24 Jul 2017 14:16:16 +0000 (16:16 +0200)]
Merge pull request #5858 from nextcloud/12-5850

[stable12] proper logo height in emails for Outlook

7 years agoRemove unneeded styles 5858/head
Morris Jobke [Mon, 24 Jul 2017 09:09:14 +0000 (11:09 +0200)]
Remove unneeded styles

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdjust to height=120
Lukas Reschke [Mon, 24 Jul 2017 08:17:12 +0000 (10:17 +0200)]
Adjust to height=120

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5830 from nextcloud/12-5812
Roeland Jago Douma [Sun, 23 Jul 2017 12:05:17 +0000 (14:05 +0200)]
Merge pull request #5830 from nextcloud/12-5812

[stable12] Fix for mb strlen

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Jul 2017 00:08:07 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoadd tests for renaming paths with multibyte utf8 characters 5830/head
Robin Appelman [Fri, 21 Jul 2017 12:25:38 +0000 (14:25 +0200)]
add tests for renaming paths with multibyte utf8 characters

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoFix for mb strlen
Artem Kochnev [Thu, 20 Jul 2017 14:29:50 +0000 (17:29 +0300)]
Fix for mb strlen

Error with moving files with long names in UTF-8

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Jul 2017 00:08:16 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5826 from nextcloud/12-backport-5821
Morris Jobke [Fri, 21 Jul 2017 21:35:46 +0000 (23:35 +0200)]
Merge pull request #5826 from nextcloud/12-backport-5821

[stable12] Fix error message on untrusted domain error page

7 years agoMerge pull request #5757 from nextcloud/mount-rename-12
Morris Jobke [Fri, 21 Jul 2017 21:30:42 +0000 (23:30 +0200)]
Merge pull request #5757 from nextcloud/mount-rename-12

[12]  Fix renaming of non-renamble mounts

7 years agoFix error message on untrusted domain error page 5826/head
Morris Jobke [Fri, 21 Jul 2017 09:46:35 +0000 (11:46 +0200)]
Fix error message on untrusted domain error page

Fixes #5347

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #5786 from nextcloud/path-repair-steps-storage-12
Morris Jobke [Fri, 21 Jul 2017 12:03:38 +0000 (14:03 +0200)]
Merge pull request #5786 from nextcloud/path-repair-steps-storage-12

[12] Also repair storage id's when repairing invalid entries

7 years agoMerge pull request #5754 from nextcloud/fed-unshare-fail-remote-12
Roeland Jago Douma [Fri, 21 Jul 2017 10:46:31 +0000 (12:46 +0200)]
Merge pull request #5754 from nextcloud/fed-unshare-fail-remote-12

[12] still remove the federated share even if we cant notify the remote

7 years agoMerge pull request #5792 from nextcloud/stable12-prevent-php7.2-usage
Roeland Jago Douma [Fri, 21 Jul 2017 10:38:35 +0000 (12:38 +0200)]
Merge pull request #5792 from nextcloud/stable12-prevent-php7.2-usage

[stable12] Show warning if PHP 7.2 is used

7 years agoMerge pull request #5805 from nextcloud/fix-public-links-stable12
Roeland Jago Douma [Fri, 21 Jul 2017 09:02:02 +0000 (11:02 +0200)]
Merge pull request #5805 from nextcloud/fix-public-links-stable12

[stable12] fix preview for public links

7 years agoShow warning if PHP 7.2 is used 5792/head
Lukas Reschke [Wed, 19 Jul 2017 15:11:32 +0000 (17:11 +0200)]
Show warning if PHP 7.2 is used

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Jul 2017 00:08:16 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5807 from nextcloud/12-backport-5790
Morris Jobke [Thu, 20 Jul 2017 20:38:15 +0000 (22:38 +0200)]
Merge pull request #5807 from nextcloud/12-backport-5790

[stable12] Fix config.sample.php documentation

7 years agoMerge pull request #5630 from nextcloud/add-recovery-key-on-public-upload-stable12
Björn Schießle [Thu, 20 Jul 2017 12:27:57 +0000 (14:27 +0200)]
Merge pull request #5630 from nextcloud/add-recovery-key-on-public-upload-stable12

[stable12] Add recovery key on public upload

7 years agoMerge pull request #5759 from nextcloud/backport-translations-stuff-12
Roeland Jago Douma [Thu, 20 Jul 2017 12:25:11 +0000 (14:25 +0200)]
Merge pull request #5759 from nextcloud/backport-translations-stuff-12

[stable12] Backport translation fixes

7 years agoMerge pull request #5804 from nextcloud/12-backport-5800
Morris Jobke [Thu, 20 Jul 2017 11:07:59 +0000 (13:07 +0200)]
Merge pull request #5804 from nextcloud/12-backport-5800

[stable12] Enable acceptance tests again on Drone 0.7

7 years agoFix config.sample.php documentation 5807/head
Morris Jobke [Wed, 19 Jul 2017 14:44:57 +0000 (16:44 +0200)]
Fix config.sample.php documentation

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agomake sure that we always have a owner 5630/head
Bjoern Schiessle [Mon, 17 Jul 2017 11:13:27 +0000 (13:13 +0200)]
make sure that we always have a owner

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agoAdd recovery key on public upload
Bjoern Schiessle [Thu, 6 Jul 2017 09:06:48 +0000 (11:06 +0200)]
Add recovery key on public upload

In order to decide if a recovery key needs to be added we always
need to check the files owner settings and not the settings of
the currently logged in user.

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agoEnable acceptance tests again on Drone 0.7 5804/head
Daniel Calviño Sánchez [Thu, 20 Jul 2017 06:08:35 +0000 (08:08 +0200)]
Enable acceptance tests again on Drone 0.7

Running the acceptance tests on Drone relied on the pod-style networking
used by services (service containers were available at 127.0.0.1 from
the build containers). However, in Drone 0.7 service and build
containers must be accessed from each other using their domain name
instead. Thus, acceptance tests had to be disabled on Drone.

Now that the acceptance test system supports setting a different domain
for the Selenium server and for the Nextcloud test server the acceptance
tests can be enabled again on Drone.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years agoAdd option to acceptance test runner to set the Selenium server
Daniel Calviño Sánchez [Thu, 20 Jul 2017 05:56:51 +0000 (07:56 +0200)]
Add option to acceptance test runner to set the Selenium server

By default "127.0.0.1:4444" is used, so nothing needs to be set when the
acceptance tests and the Selenium server share the same network (like
when called by "run.sh").

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years agoAdd option to acceptance test runner to set the Nextcloud server domain
Daniel Calviño Sánchez [Thu, 20 Jul 2017 05:54:39 +0000 (07:54 +0200)]
Add option to acceptance test runner to set the Nextcloud server domain

By default "127.0.0.1" is used, so nothing needs to be set when the
Selenium server and the Nextcloud test server share the same network
(like when called by "run.sh").

Besides passing the domain to the acceptance tests the Nextcloud test
server configuration must be modified to see the given domain as a
trusted domain; otherwise the access would be forbidden.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years agoMake possible to configure the domain for the Nextcloud test server
Daniel Calviño Sánchez [Thu, 20 Jul 2017 05:50:33 +0000 (07:50 +0200)]
Make possible to configure the domain for the Nextcloud test server

The NextcloudTestServerLocalHelper started the PHP built-in web server
for the Nextcloud test server at 127.0.0.1; as the Selenium server has
to access the Nextcloud test server they were forced to share the same
network. Now, the domain at which the PHP built-in web server is started
can be specified when the NextcloudTestServerLocalHelper is created,
which removes the need of sharing the same network, as the Selenium
server now can access the Nextcloud test server at an arbitrary domain.
However, by default "127.0.0.1" is still used if no domain is given.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years agofix preview for public links 5805/head
Bjoern Schiessle [Thu, 20 Jul 2017 09:24:52 +0000 (11:24 +0200)]
fix preview for public links

in case a user is already logged in on the same server from
which the public link comes from, we need to setup the owners
file system in order to show the preview

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agoMerge pull request #5796 from nextcloud/backport-allow-to-theme-emails
Lukas Reschke [Thu, 20 Jul 2017 08:20:30 +0000 (10:20 +0200)]
Merge pull request #5796 from nextcloud/backport-allow-to-theme-emails

[stable12] Backport allow to theme emails

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoAllow to overwrite the email template again 5796/head
Joas Schilling [Tue, 6 Jun 2017 12:17:04 +0000 (14:17 +0200)]
Allow to overwrite the email template again

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #5777 from nextcloud/app-menu-ellipsis-stable12
Joas Schilling [Wed, 19 Jul 2017 14:21:30 +0000 (16:21 +0200)]
Merge pull request #5777 from nextcloud/app-menu-ellipsis-stable12

[stable 12] Add ellipsis for app titles in the app menu popover

7 years agoMerge pull request #5784 from nextcloud/backport-5745-12
Joas Schilling [Wed, 19 Jul 2017 13:06:16 +0000 (15:06 +0200)]
Merge pull request #5784 from nextcloud/backport-5745-12

[stable12] Fix emitting of legacy hook post_unshare

7 years agoMerge pull request #5782 from nextcloud/backport-5781-stable12
Morris Jobke [Wed, 19 Jul 2017 10:37:29 +0000 (12:37 +0200)]
Merge pull request #5782 from nextcloud/backport-5781-stable12

[stable12] Allow overwriting of IOS theming values

7 years agoAlso repair storage id's when repairing invalid entries 5786/head
Robin Appelman [Wed, 19 Jul 2017 10:30:59 +0000 (12:30 +0200)]
Also repair storage id's when repairing invalid entries

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoFix emitting of legacy hook post_unshare 5784/head
Pauli Järvinen [Sun, 16 Jul 2017 09:49:46 +0000 (12:49 +0300)]
Fix emitting of legacy hook post_unshare

- When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error.

Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
7 years agoAdd Android and iOS URLs to theming app 5782/head
Morris Jobke [Wed, 19 Jul 2017 08:20:47 +0000 (10:20 +0200)]
Add Android and iOS URLs to theming app

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAllow overwriting of IOS theming values
Roeland Jago Douma [Wed, 19 Jul 2017 06:22:45 +0000 (08:22 +0200)]
Allow overwriting of IOS theming values

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Jul 2017 00:08:32 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5765 from nextcloud/update-3rdparty-12
Morris Jobke [Tue, 18 Jul 2017 21:13:32 +0000 (23:13 +0200)]
Merge pull request #5765 from nextcloud/update-3rdparty-12

Update 3rdparty for "Fix infinite propfinds reporting files as direct…

7 years agoMerge pull request #5771 from nextcloud/path-repair-steps-loop-12
Roeland Jago Douma [Tue, 18 Jul 2017 20:23:22 +0000 (22:23 +0200)]
Merge pull request #5771 from nextcloud/path-repair-steps-loop-12

[12] Fix invalid path repair step not getting all invalid entries

7 years agoMerge pull request #5762 from nextcloud/files-checker-12
Morris Jobke [Tue, 18 Jul 2017 19:12:53 +0000 (21:12 +0200)]
Merge pull request #5762 from nextcloud/files-checker-12

[stable12] Add test to check if new files are added to the root of the repository

7 years agoAdd ellipsis for app titles in the app menu popover 5777/head
Marin Treselj [Tue, 18 Jul 2017 18:57:20 +0000 (20:57 +0200)]
Add ellipsis for app titles in the app menu popover

Backport of #5733

Signed-off-by: Marin Treselj <marin@pixelipo.com>
7 years agoAdd test to check if new files are added to the root of the repository 5762/head
Morris Jobke [Wed, 12 Jul 2017 09:52:42 +0000 (11:52 +0200)]
Add test to check if new files are added to the root of the repository

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoFix invalid path repair step not getting all invalid entries 5771/head
Robin Appelman [Tue, 18 Jul 2017 12:01:49 +0000 (14:01 +0200)]
Fix invalid path repair step not getting all invalid entries

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoUpdate 3rdparty for "Fix infinite propfinds reporting files as directories" 5765/head
Joas Schilling [Tue, 18 Jul 2017 08:07:50 +0000 (10:07 +0200)]
Update 3rdparty for "Fix infinite propfinds reporting files as directories"

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago: Bigversal 5759/head
Allan Nordhøy [Mon, 17 Jul 2017 22:05:01 +0000 (00:05 +0200)]
: Bigversal

7 years ago- your
Allan Nordhøy [Sat, 15 Jul 2017 09:39:50 +0000 (11:39 +0200)]
- your

This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.

7 years agosent, an invitation, - successful
Allan Nordhøy [Fri, 14 Jul 2017 15:28:57 +0000 (17:28 +0200)]
sent, an invitation, - successful

7 years agolog out, : Bigversal
Allan Nordhøy [Fri, 14 Jul 2017 15:02:48 +0000 (17:02 +0200)]
log out, : Bigversal

7 years ago: Bigversal and LDAP
Allan Nordhøy [Fri, 14 Jul 2017 13:46:05 +0000 (15:46 +0200)]
: Bigversal and LDAP

7 years agocommand-line, Consider narrowing
Allan Nordhøy [Fri, 14 Jul 2017 13:32:47 +0000 (15:32 +0200)]
command-line, Consider narrowing

7 years agoSpelling: Shortening and binding
Allan Nordhøy [Fri, 14 Jul 2017 13:24:55 +0000 (15:24 +0200)]
Spelling: Shortening and binding

7 years ago[tx-robot] updated from transifex v12.0.1RC1
Nextcloud bot [Tue, 18 Jul 2017 00:08:12 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agofix parsing of dav permissions 5757/head
Robin Appelman [Mon, 3 Jul 2017 13:37:26 +0000 (15:37 +0200)]
fix parsing of dav permissions

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agonon movable mounts can not be moved
Robin Appelman [Mon, 3 Jul 2017 12:58:34 +0000 (14:58 +0200)]
non movable mounts can not be moved

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agostill remove the federated share even if we cant notify the remote 5754/head
Robin Appelman [Mon, 17 Jul 2017 12:19:44 +0000 (14:19 +0200)]
still remove the federated share even if we cant notify the remote

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #5728 from nextcloud/bump-stable12-version
Lukas Reschke [Mon, 17 Jul 2017 06:16:22 +0000 (08:16 +0200)]
Merge pull request #5728 from nextcloud/bump-stable12-version

12.0.1RC1

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Jul 2017 00:08:12 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago12.0.1RC1 5728/head
Lukas Reschke [Fri, 14 Jul 2017 10:47:04 +0000 (12:47 +0200)]
12.0.1RC1

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Jul 2017 00:09:06 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #5730 from nextcloud/stable12-fix-drone
Morris Jobke [Fri, 14 Jul 2017 21:34:12 +0000 (23:34 +0200)]
Merge pull request #5730 from nextcloud/stable12-fix-drone

[stable12] fix drone for 0.7

7 years agoTemporarily disable acceptance and object storage tests 5730/head
Morris Jobke [Fri, 14 Jul 2017 10:46:19 +0000 (12:46 +0200)]
Temporarily disable acceptance and object storage tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>