]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 years agostill trigger conflict resolution for existing entries when the current entry doesn...
Robin Appelman [Mon, 16 Oct 2017 14:15:15 +0000 (16:15 +0200)]
still trigger conflict resolution for existing entries when the current entry doesn't need it

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #6699 from nextcloud/backport-6522-stable12
Morris Jobke [Tue, 7 Nov 2017 13:45:06 +0000 (14:45 +0100)]
Merge pull request #6699 from nextcloud/backport-6522-stable12

[stable12] fix LDAP User deletion (cleanup), fixes #3365

7 years agoMerge pull request #7095 from nextcloud/12-7059
Morris Jobke [Tue, 7 Nov 2017 12:51:20 +0000 (13:51 +0100)]
Merge pull request #7095 from nextcloud/12-7059

[stable12] hide spinner for initial install

7 years agocore: hide spinner for initial install 7095/head
Kyle Fazzari [Fri, 3 Nov 2017 20:54:56 +0000 (13:54 -0700)]
core: hide spinner for initial install

core/js/setup.js has logic to show the spinner upon form submission, but
ever since v12 was released the spinner was never hidden in the first
place.

Modify core/css/guest.css to hide it, which allows core/js/setup.js to
do its thing.

Fix #5532

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Nov 2017 01:09:08 +0000 (01:09 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #7082 from nextcloud/12-6974
Morris Jobke [Mon, 6 Nov 2017 19:21:35 +0000 (20:21 +0100)]
Merge pull request #7082 from nextcloud/12-6974

[stable12] Fix seeking on object storage

7 years agoMerge pull request #7081 from nextcloud/12-6958
Morris Jobke [Mon, 6 Nov 2017 17:45:32 +0000 (18:45 +0100)]
Merge pull request #7081 from nextcloud/12-6958

[stable12] Improve mimetype detection for object storages

7 years agoFix seeking on object storage 7082/head
Morris Jobke [Thu, 26 Oct 2017 14:47:54 +0000 (16:47 +0200)]
Fix seeking on object storage

Seeking is not needed if the $from is 0, because then the pointer is already at the correct position. Additionally another fallback is added, that if the fseek fails it just uses an fread to skip the beginning of the file until it is at the correct position. This skipping is done with a chunked fread.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #7079 from nextcloud/s3-read-object-fopen-stable12
Morris Jobke [Mon, 6 Nov 2017 14:26:16 +0000 (15:26 +0100)]
Merge pull request #7079 from nextcloud/s3-read-object-fopen-stable12

use fopen directly when reading objects from s3

7 years agoImprove mimetype detection for object storages 7081/head
Morris Jobke [Wed, 25 Oct 2017 15:57:21 +0000 (17:57 +0200)]
Improve mimetype detection for object storages

Object storage instances always fall back to the content based mimetype detection, because the file name for object storage was always random due to the fact that it was temporarily storage in a generated temp file. This patch adds a check before that to make sure to use the original file name for this purpose and also remove possible other extensions like the versioning or part file extension.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agouse fopen directly when reading objects from s3 7079/head
Robin Appelman [Thu, 26 Oct 2017 15:05:09 +0000 (17:05 +0200)]
use fopen directly when reading objects from s3

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Nov 2017 01:09:19 +0000 (01:09 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Nov 2017 01:09:07 +0000 (01:09 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 Nov 2017 01:09:10 +0000 (01:09 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 Nov 2017 01:09:18 +0000 (01:09 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 Nov 2017 01:11:03 +0000 (01:11 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #7040 from nextcloud/7039_12
Joas Schilling [Wed, 1 Nov 2017 20:30:55 +0000 (21:30 +0100)]
Merge pull request #7040 from nextcloud/7039_12

[stable12] Translate Grant Access

7 years agoTranslate Grant Access 7040/head
Roeland Jago Douma [Wed, 1 Nov 2017 14:50:34 +0000 (15:50 +0100)]
Translate Grant Access

Fixes #7038

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

7 years agoMerge pull request #7028 from nextcloud/stable12-login-readability
Jan-Christoph Borchardt [Tue, 31 Oct 2017 17:15:20 +0000 (18:15 +0100)]
Merge pull request #7028 from nextcloud/stable12-login-readability

[stable12] Better readability for text on log in page which is directly on backgrounds

7 years agoMerge pull request #6878 from nextcloud/allow-migrating-from-10.0.3.3
Joas Schilling [Tue, 31 Oct 2017 13:47:34 +0000 (14:47 +0100)]
Merge pull request #6878 from nextcloud/allow-migrating-from-10.0.3.3

Allow to migrate from 10.0.3.3

7 years agoBetter readability for text on log in page which is directly on backgrounds 7028/head
Jan-Christoph Borchardt [Mon, 30 Oct 2017 16:57:25 +0000 (17:57 +0100)]
Better readability for text on log in page which is directly on backgrounds

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 31 Oct 2017 01:08:41 +0000 (01:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6987 from burned42/stable12-6307-fix_page_title_not_changed
Morris Jobke [Mon, 30 Oct 2017 11:58:17 +0000 (12:58 +0100)]
Merge pull request #6987 from burned42/stable12-6307-fix_page_title_not_changed

#6307 fix page title not changed (stable12)

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 Oct 2017 01:08:44 +0000 (01:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 Oct 2017 00:08:41 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 28 Oct 2017 00:08:41 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agobugfix: set/change page title when switching to file tags 6987/head
Bernd Stellwag [Wed, 18 Oct 2017 17:55:30 +0000 (19:55 +0200)]
bugfix: set/change page title when switching to file tags

Signed-off-by: Bernd Stellwag <burned@zerties.org>
7 years agobugfix: set/change page title when switching to filelist
Bernd Stellwag [Wed, 18 Oct 2017 17:51:40 +0000 (19:51 +0200)]
bugfix: set/change page title when switching to filelist

Signed-off-by: Bernd Stellwag <burned@zerties.org>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 Oct 2017 00:08:39 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 Oct 2017 00:08:49 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6935 from nextcloud/12-5780
Morris Jobke [Wed, 25 Oct 2017 12:42:46 +0000 (14:42 +0200)]
Merge pull request #6935 from nextcloud/12-5780

Backport of translation string fixes

7 years agoMerge vendor/core.js 6935/head
Morris Jobke [Wed, 25 Oct 2017 12:42:20 +0000 (14:42 +0200)]
Merge vendor/core.js

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #6944 from nextcloud/12-6433
Morris Jobke [Wed, 25 Oct 2017 12:33:49 +0000 (14:33 +0200)]
Merge pull request #6944 from nextcloud/12-6433

[stable12] Fix uninitialized variable $this->params

7 years agoMerge pull request #6946 from nextcloud/12-6574
Morris Jobke [Wed, 25 Oct 2017 12:33:20 +0000 (14:33 +0200)]
Merge pull request #6946 from nextcloud/12-6574

[stable12] Fix undefined offset warning when using '/' as external storage root

7 years agoMerge pull request #6942 from nextcloud/12-6826
Joas Schilling [Wed, 25 Oct 2017 09:51:24 +0000 (11:51 +0200)]
Merge pull request #6942 from nextcloud/12-6826

[stable12] Fix class name in exception logger plugin

7 years agoMerge pull request #6943 from nextcloud/12-6758
blizzz [Wed, 25 Oct 2017 09:41:39 +0000 (11:41 +0200)]
Merge pull request #6943 from nextcloud/12-6758

[stable12] Allow quota of 0 again

7 years agoMerge pull request #6945 from nextcloud/12-6633
Roeland Jago Douma [Wed, 25 Oct 2017 06:53:37 +0000 (08:53 +0200)]
Merge pull request #6945 from nextcloud/12-6633

[stable12] Don't add a LIKE condition when it's not needed

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 Oct 2017 00:08:56 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoFix undefined offset warning when using '/' as external storage root 6946/head
Robin Appelman [Tue, 19 Sep 2017 15:18:04 +0000 (17:18 +0200)]
Fix undefined offset warning when using '/' as external storage root

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoDon't add a LIKE condition when it's not needed 6945/head
Thomas Citharel [Sun, 24 Sep 2017 13:24:08 +0000 (15:24 +0200)]
Don't add a LIKE condition when it's not needed

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 years agoFix uninitialized variable $this->params 6944/head
William Pain [Sun, 10 Sep 2017 13:31:57 +0000 (15:31 +0200)]
Fix uninitialized variable $this->params
Signed-off-by: William Pain <pain.william@gmail.com>
7 years agoAllow quota of 0 again 6943/head
Joas Schilling [Wed, 4 Oct 2017 13:40:39 +0000 (15:40 +0200)]
Allow quota of 0 again

Regression from f1fccaca0605a5d183f78b2c39d2e09a54753787

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoUse ::class to avoid errors 6942/head
Joas Schilling [Fri, 13 Oct 2017 10:23:00 +0000 (12:23 +0200)]
Use ::class to avoid errors

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoFix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0
Joas Schilling [Fri, 13 Oct 2017 10:22:20 +0000 (12:22 +0200)]
Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAdd space between ellipsis and word
Morris Jobke [Tue, 24 Oct 2017 22:11:05 +0000 (00:11 +0200)]
Add space between ellipsis and word

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoUpdate file-upload.js
rakekniven [Sat, 7 Oct 2017 08:38:03 +0000 (10:38 +0200)]
Update file-upload.js

Fixed tiny translation issues. Removed space before ellipsis.

7 years agoReplace ... with …
Morris Jobke [Wed, 23 Aug 2017 14:22:11 +0000 (16:22 +0200)]
Replace ... with …

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 Oct 2017 00:08:57 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6910 from nextcloud/backport-6677-s12
Morris Jobke [Mon, 23 Oct 2017 14:46:49 +0000 (07:46 -0700)]
Merge pull request #6910 from nextcloud/backport-6677-s12

[stable12]  don't reset quota

7 years agoMerge pull request #6896 from nextcloud/12-timespan-check
Morris Jobke [Mon, 23 Oct 2017 14:45:53 +0000 (07:45 -0700)]
Merge pull request #6896 from nextcloud/12-timespan-check

[12] timespan check

7 years agoProvide tests for future timestamp formatting 6896/head
Morris Jobke [Mon, 23 Oct 2017 12:20:21 +0000 (14:20 +0200)]
Provide tests for future timestamp formatting

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #6908 from nextcloud/6132-12
Morris Jobke [Mon, 23 Oct 2017 10:41:11 +0000 (03:41 -0700)]
Merge pull request #6908 from nextcloud/6132-12

[stable12] Do not log WebDAV maintenance mode exception

7 years agoand add missing whitespaces to log outout 6910/head
Arthur Schiwon [Wed, 27 Sep 2017 23:16:57 +0000 (01:16 +0200)]
and add missing whitespaces to log outout

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoAdjust unittest
Juan Pablo Villafáñez [Wed, 16 Aug 2017 09:10:23 +0000 (11:10 +0200)]
Adjust unittest

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoKeep the current quota if no suitable quota is found
Juan Pablo Villafáñez [Wed, 16 Aug 2017 07:56:37 +0000 (09:56 +0200)]
Keep the current quota if no suitable quota is found

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoDo not log WebDAV maintenance mode exception 6908/head
Morris Jobke [Tue, 15 Aug 2017 12:46:22 +0000 (14:46 +0200)]
Do not log WebDAV maintenance mode exception

Log the maintenance mode exception only in debug level. Fixes #6124

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 23 Oct 2017 00:08:49 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoCorrection
dartcafe [Sun, 22 Oct 2017 05:46:18 +0000 (07:46 +0200)]
Correction

Signed-off-by: dartcafe <github@dartcafe.de>
7 years agoFix future time spans
dartcafe [Sun, 22 Oct 2017 05:26:52 +0000 (07:26 +0200)]
Fix future time spans

Signed-off-by: dartcafe <github@dartcafe.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 22 Oct 2017 00:08:45 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 21 Oct 2017 00:08:36 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 Oct 2017 00:08:44 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoAllow to migrate from 10.0.3.3 6878/head
Joas Schilling [Thu, 19 Oct 2017 14:59:54 +0000 (16:59 +0200)]
Allow to migrate from 10.0.3.3

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

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 Oct 2017 00:08:33 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6855 from nextcloud/s3-multipart-propagate-exception-12
Roeland Jago Douma [Tue, 17 Oct 2017 18:42:30 +0000 (20:42 +0200)]
Merge pull request #6855 from nextcloud/s3-multipart-propagate-exception-12

[12] propagate multipart upload exception when aborting upload

7 years agopropagate multipart upload exception when aborting upload 6855/head
Robin Appelman [Tue, 17 Oct 2017 13:10:58 +0000 (15:10 +0200)]
propagate multipart upload exception when aborting upload

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agofix url
Bjoern Schiessle [Tue, 17 Oct 2017 09:24:01 +0000 (11:24 +0200)]
fix url

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 17 Oct 2017 00:08:33 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 16 Oct 2017 00:08:36 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6814 from nextcloud/upload-cache-path-12
Roeland Jago Douma [Sun, 15 Oct 2017 19:43:03 +0000 (21:43 +0200)]
Merge pull request #6814 from nextcloud/upload-cache-path-12

[12] also use configured 'cache_path' for new chunking

7 years agoMerge pull request #6815 from nextcloud/s3-multipart-upload-part-size-12
Roeland Jago Douma [Sun, 15 Oct 2017 19:41:15 +0000 (21:41 +0200)]
Merge pull request #6815 from nextcloud/s3-multipart-upload-part-size-12

[12] set s3 part size to 500mb

7 years agoMerge pull request #6774 from nextcloud/backport-6645-only-colons-for-ipv6
Roeland Jago Douma [Sun, 15 Oct 2017 19:40:04 +0000 (21:40 +0200)]
Merge pull request #6774 from nextcloud/backport-6645-only-colons-for-ipv6

[stable12] Only allow colons in db host for IPv6 addresses

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 14 Oct 2017 02:29:15 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6823 from nextcloud/stable12-fix/contactsmenu-ie11
Roeland Jago Douma [Fri, 13 Oct 2017 17:54:05 +0000 (19:54 +0200)]
Merge pull request #6823 from nextcloud/stable12-fix/contactsmenu-ie11

[stable12] Fix contacts menu for IE11

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 13 Oct 2017 00:08:37 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoFix contacts menu for IE11 6823/head
Christoph Wurst [Mon, 9 Oct 2017 13:09:11 +0000 (15:09 +0200)]
Fix contacts menu for IE11

IE11 triggers an 'input' event whenever an input is focussed
or loses focus. Thus this causes an endless loading loop as soon
as the view is re-rendered. To prevent this, this remembers the
previous search term and ignores events where the term has not
changed.

Fixes https://github.com/nextcloud/server/issues/5281

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 12 Oct 2017 00:08:38 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoset s3 part size to 500mb 6815/head
Robin Appelman [Wed, 11 Oct 2017 13:59:53 +0000 (15:59 +0200)]
set s3 part size to 500mb

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoalso use configured 'cache_path' for new chunking 6814/head
Robin Appelman [Wed, 11 Oct 2017 12:18:45 +0000 (14:18 +0200)]
also use configured 'cache_path' for new chunking

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 11 Oct 2017 00:08:40 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 Oct 2017 00:08:41 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoupdate 3rdparty
Robin Appelman [Mon, 9 Oct 2017 16:11:30 +0000 (18:11 +0200)]
update 3rdparty

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #6737 from nextcloud/aws-sdk-12
Robin Appelman [Mon, 9 Oct 2017 16:05:16 +0000 (18:05 +0200)]
Merge pull request #6737 from nextcloud/aws-sdk-12

[12] Update aws sdk + s3 improvements

7 years agoAdd tests for multipart upload 6737/head
Robin Appelman [Thu, 21 Sep 2017 12:47:14 +0000 (14:47 +0200)]
Add tests for multipart upload

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoonly do multipart upload for large files
Robin Appelman [Thu, 21 Sep 2017 12:06:59 +0000 (14:06 +0200)]
only do multipart upload for large files

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agomultipart upload for s3 object storage
Robin Appelman [Mon, 18 Sep 2017 16:24:53 +0000 (18:24 +0200)]
multipart upload for s3 object storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #6792 from nextcloud/6790-bp-s12
Joas Schilling [Mon, 9 Oct 2017 12:11:57 +0000 (14:11 +0200)]
Merge pull request #6792 from nextcloud/6790-bp-s12

[stable12] fix postgresql tests

7 years agofix postgresql tests 6792/head
blizzz [Mon, 9 Oct 2017 10:45:00 +0000 (12:45 +0200)]
fix postgresql tests

we don't support pgsql 10 yet. because Doctrine does not either.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 Oct 2017 00:08:42 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Oct 2017 00:08:32 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

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

7 years agoOnly allow colons in db host for IPv6 addresses 6774/head
Joas Schilling [Tue, 26 Sep 2017 12:20:04 +0000 (14:20 +0200)]
Only allow colons in db host for IPv6 addresses

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

7 years agoMerge pull request #6751 from nextcloud/backport-6750-fix-language-when-setting-password
Joas Schilling [Thu, 5 Oct 2017 07:36:09 +0000 (09:36 +0200)]
Merge pull request #6751 from nextcloud/backport-6750-fix-language-when-setting-password

[stable12] Fix language when trying to change password

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Oct 2017 00:08:34 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #6743 from nextcloud/invalid-path-repair-from11-12
Robin Appelman [Wed, 4 Oct 2017 13:08:34 +0000 (15:08 +0200)]
Merge pull request #6743 from nextcloud/invalid-path-repair-from11-12

[12] dont run invalid path repair step when upgrading from 11.0.5.2 and later

7 years agoFix language when trying to change password 6751/head
Joas Schilling [Wed, 4 Oct 2017 07:43:16 +0000 (09:43 +0200)]
Fix language when trying to change password

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