]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoFix template format 13901/head
Daniel Calviño Sánchez [Tue, 29 Jan 2019 23:16:50 +0000 (00:16 +0100)]
Fix template format

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoFix updating the password of a link share when passwords are enforced
Daniel Calviño Sánchez [Tue, 29 Jan 2019 23:10:03 +0000 (00:10 +0100)]
Fix updating the password of a link share when passwords are enforced

The password input was shown in the popup menu when passwords were not
enforced, or when they were enforced but no password was set, which
prevented updating/changing the password once set. As the popover menu
is shown only when the share is a link share, and the password input
should be shown too when password are enforced and a password is set no
condition is needed, so now the password input is always shown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoRemove unused parameter
Daniel Calviño Sánchez [Tue, 29 Jan 2019 23:07:31 +0000 (00:07 +0100)]
Remove unused parameter

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoMerge pull request #13708 from nextcloud/stb14-vcard-avatar-fixes
Morris Jobke [Mon, 28 Jan 2019 16:36:12 +0000 (17:36 +0100)]
Merge pull request #13708 from nextcloud/stb14-vcard-avatar-fixes

[stable14] vcard avatar fixes

5 years agoMerge pull request #13822 from nextcloud/dependabot/npm_and_yarn/build/stable14/bower...
Roeland Jago Douma [Mon, 28 Jan 2019 12:41:57 +0000 (13:41 +0100)]
Merge pull request #13822 from nextcloud/dependabot/npm_and_yarn/build/stable14/bower-1.8.8

[Security] Bump bower from 1.8.4 to 1.8.8 in /build

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Jan 2019 01:12:36 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[Security] Bump bower from 1.8.4 to 1.8.8 in /build 13822/head
dependabot[bot] [Fri, 25 Jan 2019 11:43:40 +0000 (11:43 +0000)]
[Security] Bump bower from 1.8.4 to 1.8.8 in /build

Bumps [bower](https://github.com/bower/bower) from 1.8.4 to 1.8.8. **This update includes security fixes.**
- [Release notes](https://github.com/bower/bower/releases)
- [Changelog](https://github.com/bower/bower/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bower/bower/compare/v1.8.4...v1.8.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Jan 2019 01:12:38 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13767 from nextcloud/backport/13747/stable14
Roeland Jago Douma [Thu, 24 Jan 2019 17:32:43 +0000 (18:32 +0100)]
Merge pull request #13767 from nextcloud/backport/13747/stable14

[stable14] Honor remember_login_cookie_lifetime

5 years agoMerge pull request #13788 from nextcloud/stable14-13217-add-acceptance-tests-for...
Morris Jobke [Thu, 24 Jan 2019 13:52:32 +0000 (14:52 +0100)]
Merge pull request #13788 from nextcloud/stable14-13217-add-acceptance-tests-for-moving-and-copying-files

[stable14] Add acceptance tests for moving and copying files

5 years agoAdd acceptance tests for moving and copying selections to another folder 13788/head
Daniel Calviño Sánchez [Tue, 22 Jan 2019 11:36:13 +0000 (12:36 +0100)]
Add acceptance tests for moving and copying selections to another folder

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoAdd acceptance tests for moving and copying files to another folder
Daniel Calviño Sánchez [Fri, 21 Dec 2018 12:44:41 +0000 (13:44 +0100)]
Add acceptance tests for moving and copying files to another folder

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoMerge pull request #13782 from nextcloud/backport/13772/stable14
Morris Jobke [Thu, 24 Jan 2019 10:02:35 +0000 (11:02 +0100)]
Merge pull request #13782 from nextcloud/backport/13772/stable14

[stable14] Show proper default locale

5 years agoShow proper default locale 13782/head
Morris Jobke [Wed, 23 Jan 2019 22:17:44 +0000 (23:17 +0100)]
Show proper default locale

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Jan 2019 01:12:25 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoHonor remember_login_cookie_lifetime 13767/head
Roeland Jago Douma [Tue, 22 Jan 2019 15:16:55 +0000 (16:16 +0100)]
Honor remember_login_cookie_lifetime

If the remember_login_cookie_lifetime is set to 0 this means we do not
want to use remember me at all. In that case we should also not creatae
a remember me cookie and should create a proper temp token.

Further this specifies that is not 0 the remember me time should always
be larger than the session timeout. Because else the behavior is not
really defined.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #13741 from nextcloud/backport/13140/stable14
Morris Jobke [Wed, 23 Jan 2019 14:30:12 +0000 (15:30 +0100)]
Merge pull request #13741 from nextcloud/backport/13140/stable14

[stable14] Cache tokens when using swift's v2 authentication

5 years agoMerge pull request #13763 from nextcloud/backport/13730/stable14
Morris Jobke [Wed, 23 Jan 2019 12:33:45 +0000 (13:33 +0100)]
Merge pull request #13763 from nextcloud/backport/13730/stable14

[stable14] Respect user locale in natural sort comparator

5 years agoRespect user locale in natural sort comparator 13763/head
Christoph Wurst [Tue, 22 Jan 2019 09:14:32 +0000 (10:14 +0100)]
Respect user locale in natural sort comparator

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #13745 from nextcloud/backport/13739/stable14
Morris Jobke [Wed, 23 Jan 2019 07:18:37 +0000 (08:18 +0100)]
Merge pull request #13745 from nextcloud/backport/13739/stable14

[stable14] cleanup shared lock if changing to exclusive lock failed

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Jan 2019 01:12:27 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agocleanup shared lock if changing to exclusive lock failed 13745/head
Robin Appelman [Tue, 22 Jan 2019 14:32:48 +0000 (15:32 +0100)]
cleanup shared lock if changing to exclusive lock failed

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoBump autoloader 13741/head
Roeland Jago Douma [Sun, 13 Jan 2019 19:00:17 +0000 (20:00 +0100)]
Bump autoloader

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoCache tokens when using swift's v2 authentication
Robin Appelman [Tue, 18 Dec 2018 13:27:29 +0000 (14:27 +0100)]
Cache tokens when using swift's v2 authentication

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoMerge pull request #13671 from nextcloud/backport/13660/stable14
Roeland Jago Douma [Tue, 22 Jan 2019 10:08:17 +0000 (11:08 +0100)]
Merge pull request #13671 from nextcloud/backport/13660/stable14

[stable14] Fix template paramter

5 years agoFix template paramter 13671/head
Roeland Jago Douma [Fri, 18 Jan 2019 08:17:26 +0000 (09:17 +0100)]
Fix template paramter

Else we get shown an error page instead of the correct 403.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Jan 2019 01:12:46 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoUpdate apps/dav/lib/CardDAV/PhotoCache.php 13708/head
Morris Jobke [Fri, 4 Jan 2019 14:02:15 +0000 (15:02 +0100)]
Update apps/dav/lib/CardDAV/PhotoCache.php

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Co-Authored-By: skjnldsv <skjnldsv@users.noreply.github.com>
5 years agoLog failure on parsing
John Molakvoæ (skjnldsv) [Mon, 17 Dec 2018 16:28:19 +0000 (17:28 +0100)]
Log failure on parsing

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoAllow URI as data for vcard PHOTO
John Molakvoæ (skjnldsv) [Mon, 17 Dec 2018 11:45:07 +0000 (12:45 +0100)]
Allow URI as data for vcard PHOTO

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Jan 2019 01:12:11 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Jan 2019 01:12:50 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Jan 2019 01:12:40 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13666 from nextcloud/backport/13664/stable14
Morris Jobke [Fri, 18 Jan 2019 16:11:58 +0000 (17:11 +0100)]
Merge pull request #13666 from nextcloud/backport/13664/stable14

[stable14] Use warning background color & primary text color for setting warnings

5 years agoUse warning background color & primary text color for setting warnings 13666/head
Morris Jobke [Fri, 18 Jan 2019 11:07:10 +0000 (12:07 +0100)]
Use warning background color & primary text color for setting warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #13654 from nextcloud/backport/13650/stable14
Joas Schilling [Fri, 18 Jan 2019 08:06:12 +0000 (09:06 +0100)]
Merge pull request #13654 from nextcloud/backport/13650/stable14

[stable14] Fix colorizeSvg with transformations that contain a comma (,)

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Jan 2019 01:14:52 +0000 (01:14 +0000)]
[tx-robot] updated from transifex

5 years ago[stable15] Fix colorizeSvg with transformations that contain a comma (,) 13654/head
John Molakvoæ [Thu, 17 Jan 2019 15:02:21 +0000 (16:02 +0100)]
[stable15] Fix colorizeSvg with transformations that contain a comma (,)

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoMerge pull request #13637 from nextcloud/backport/13634/stable14
Morris Jobke [Thu, 17 Jan 2019 08:34:58 +0000 (09:34 +0100)]
Merge pull request #13637 from nextcloud/backport/13634/stable14

[stable14] update URL for federation

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Jan 2019 01:12:39 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoupdate URL for federation 13637/head
Jos Poortvliet [Thu, 27 Dec 2018 12:12:23 +0000 (13:12 +0100)]
update URL for federation

5 years agoMerge pull request #13599 from nextcloud/3rdpart/stable14/pear/archive_tar-1.4.5
Morris Jobke [Wed, 16 Jan 2019 15:22:15 +0000 (16:22 +0100)]
Merge pull request #13599 from nextcloud/3rdpart/stable14/pear/archive_tar-1.4.5

[stable14] [3rdparty] Update pear/acrchive_tar to 1.4.5

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Jan 2019 01:12:56 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[3rdparty] Update pear/acrchive_tar to 1.4.5 13599/head
Roeland Jago Douma [Tue, 15 Jan 2019 08:06:36 +0000 (09:06 +0100)]
[3rdparty] Update pear/acrchive_tar to 1.4.5

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Jan 2019 01:12:35 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13583 from nextcloud/backport/13573/stable14
Morris Jobke [Mon, 14 Jan 2019 14:22:53 +0000 (15:22 +0100)]
Merge pull request #13583 from nextcloud/backport/13573/stable14

[stable14] Principals can be principal/user/<name> or principal/<name> from lega…

5 years agoPrincipals can be principal/user/<name> or principal/<name> from legacy installs 13583/head
Joas Schilling [Mon, 14 Jan 2019 10:21:41 +0000 (11:21 +0100)]
Principals can be principal/user/<name> or principal/<name> from legacy installs

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #13385 from nextcloud/3rdparty/broker-add-timezone-cancel-message...
Morris Jobke [Mon, 14 Jan 2019 10:47:50 +0000 (11:47 +0100)]
Merge pull request #13385 from nextcloud/3rdparty/broker-add-timezone-cancel-message-stable14

[stable14][3rdparty] Broker: add timezone to CANCEL messages

5 years agoMerge pull request #13035 from nextcloud/objectstore-write-exists-14
Roeland Jago Douma [Mon, 14 Jan 2019 10:29:52 +0000 (11:29 +0100)]
Merge pull request #13035 from nextcloud/objectstore-write-exists-14

[14] upload new files in objectstore to a .part path first

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Jan 2019 01:12:20 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13558 from nextcloud/backport/13354/stable14
Roeland Jago Douma [Sun, 13 Jan 2019 18:34:53 +0000 (19:34 +0100)]
Merge pull request #13558 from nextcloud/backport/13354/stable14

[stable14] check anonymous OPTIONS requests file in root (not in subdir)

5 years agocheck anonymous OPTIONS requests file in root (not in subdir) 13558/head
Bastien Durel [Fri, 4 Jan 2019 12:05:35 +0000 (13:05 +0100)]
check anonymous OPTIONS requests file in root (not in subdir)

Signed-off-by: Bastien Durel <bastien@durel.org>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Jan 2019 01:13:14 +0000 (01:13 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Jan 2019 01:12:17 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13516 from nextcloud/version/noid/14.0.6 v14.0.6
Morris Jobke [Fri, 11 Jan 2019 15:17:39 +0000 (16:17 +0100)]
Merge pull request #13516 from nextcloud/version/noid/14.0.6

14.0.6

5 years ago14.0.6 13516/head
Morris Jobke [Fri, 11 Jan 2019 13:28:22 +0000 (14:28 +0100)]
14.0.6

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #13507 from nextcloud/backport/13503/stable14
Roeland Jago Douma [Fri, 11 Jan 2019 11:56:30 +0000 (12:56 +0100)]
Merge pull request #13507 from nextcloud/backport/13503/stable14

[stable14] RemoveClassifiedEventActivity: check if calendar still exists

5 years agoCheck for no longer existing calendars 13507/head
Roeland Jago Douma [Fri, 11 Jan 2019 08:46:55 +0000 (09:46 +0100)]
Check for no longer existing calendars

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Jan 2019 01:12:50 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[3rdparty] Broker: add timezone to CANCEL messages 13385/head
Daniel Kesselberg [Sat, 5 Jan 2019 21:45:49 +0000 (22:45 +0100)]
[3rdparty] Broker: add timezone to CANCEL messages

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #13480 from nextcloud/backport/13473/stable14
Roeland Jago Douma [Thu, 10 Jan 2019 18:57:22 +0000 (19:57 +0100)]
Merge pull request #13480 from nextcloud/backport/13473/stable14

[stable14] Don't log parameters on user creation in case of error/exception

5 years agoMerge pull request #13476 from nextcloud/version/noid/14.0.5 v14.0.5
Morris Jobke [Thu, 10 Jan 2019 14:29:53 +0000 (15:29 +0100)]
Merge pull request #13476 from nextcloud/version/noid/14.0.5

14.0.5

5 years agoFix doc block 13480/head
Joas Schilling [Thu, 10 Jan 2019 09:49:09 +0000 (10:49 +0100)]
Fix doc block

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoDon't log parameters on user creation in case of error/exception
Joas Schilling [Thu, 10 Jan 2019 09:46:58 +0000 (10:46 +0100)]
Don't log parameters on user creation in case of error/exception

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago14.0.5 13476/head
Morris Jobke [Thu, 10 Jan 2019 10:21:03 +0000 (11:21 +0100)]
14.0.5

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #13470 from nextcloud/backport/13467/stable14
Morris Jobke [Thu, 10 Jan 2019 09:46:02 +0000 (10:46 +0100)]
Merge pull request #13470 from nextcloud/backport/13467/stable14

[stable14] Show the repair steps and repair info output in the web for better feedback

5 years agoShow the repair steps and repair info output in the web for better feedback 13470/head
Morris Jobke [Wed, 9 Jan 2019 22:10:52 +0000 (23:10 +0100)]
Show the repair steps and repair info output in the web for better feedback

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Jan 2019 01:12:26 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13453 from nextcloud/version/noid/14.0.5RC2 v14.0.5RC2
Roeland Jago Douma [Wed, 9 Jan 2019 20:16:41 +0000 (21:16 +0100)]
Merge pull request #13453 from nextcloud/version/noid/14.0.5RC2

14.0.5 RC 2

5 years ago14.0.5 RC 2 13453/head
Morris Jobke [Wed, 9 Jan 2019 16:14:10 +0000 (17:14 +0100)]
14.0.5 RC 2

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #13441 from nextcloud/backport/13430-14
Roeland Jago Douma [Wed, 9 Jan 2019 19:21:41 +0000 (20:21 +0100)]
Merge pull request #13441 from nextcloud/backport/13430-14

[stable14] Respect classification of calendar events in activity stream

5 years agoMerge pull request #13445 from nextcloud/backport/12969/stable14
Morris Jobke [Wed, 9 Jan 2019 16:58:48 +0000 (17:58 +0100)]
Merge pull request #13445 from nextcloud/backport/12969/stable14

[stable14] add support for boolean default

5 years agoPrevent php info about missing index for old events 13441/head
Joas Schilling [Wed, 9 Jan 2019 13:51:34 +0000 (14:51 +0100)]
Prevent php info about missing index for old events

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoadd support for boolean default 13445/head
Maxence Lange [Wed, 9 Jan 2019 09:51:31 +0000 (08:51 -0100)]
add support for boolean default

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
5 years agoAdd a repair step to remove sensitive event activity
Joas Schilling [Tue, 8 Jan 2019 17:39:40 +0000 (18:39 +0100)]
Add a repair step to remove sensitive event activity

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoCorrectly handle the classification of events in the activity stream
Joas Schilling [Tue, 8 Jan 2019 16:46:07 +0000 (17:46 +0100)]
Correctly handle the classification of events in the activity stream

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Jan 2019 01:13:00 +0000 (01:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13426 from nextcloud/backport/13418/stable14
Morris Jobke [Tue, 8 Jan 2019 16:02:02 +0000 (17:02 +0100)]
Merge pull request #13426 from nextcloud/backport/13418/stable14

[stable14] HttpClient getHeader can return empty string

5 years agoHttpClient getHeader can return empty string 13426/head
Roeland Jago Douma [Mon, 7 Jan 2019 21:08:32 +0000 (22:08 +0100)]
HttpClient getHeader can return empty string

Fixes #11999

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Jan 2019 01:12:22 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Jan 2019 01:12:19 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Jan 2019 01:13:25 +0000 (01:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13347 from nextcloud/version/noid/14.0.5RC1 v14.0.5RC1
Roeland Jago Douma [Sat, 5 Jan 2019 20:38:33 +0000 (21:38 +0100)]
Merge pull request #13347 from nextcloud/version/noid/14.0.5RC1

14.0.5 RC 1

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Jan 2019 01:12:17 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years ago14.0.5 RC 1 13347/head
Morris Jobke [Fri, 4 Jan 2019 08:38:37 +0000 (09:38 +0100)]
14.0.5 RC 1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #13373 from nextcloud/backport/13138/stable14
Morris Jobke [Fri, 4 Jan 2019 23:12:36 +0000 (00:12 +0100)]
Merge pull request #13373 from nextcloud/backport/13138/stable14

[stable14] register and show when an LDAP user was detected as unavailable/deleted

5 years agoMerge pull request #13371 from nextcloud/backport/13363/stable14
Morris Jobke [Fri, 4 Jan 2019 22:57:53 +0000 (23:57 +0100)]
Merge pull request #13371 from nextcloud/backport/13363/stable14

[stable14] Fix loginflow with apptoken enter on iOS

5 years agoMerge pull request #13369 from nextcloud/backport/13367/stable14
Morris Jobke [Fri, 4 Jan 2019 22:24:28 +0000 (23:24 +0100)]
Merge pull request #13369 from nextcloud/backport/13367/stable14

[stable14] Throttle with correct metadata

5 years agoensure db is pristine before starting the tests 13373/head
Arthur Schiwon [Fri, 4 Jan 2019 21:10:22 +0000 (22:10 +0100)]
ensure db is pristine before starting the tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoLDAP: extend remnants output with "detected on" field
Arthur Schiwon [Mon, 17 Dec 2018 16:37:45 +0000 (17:37 +0100)]
LDAP: extend remnants output with "detected on" field

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoadd tests for the DUI
Arthur Schiwon [Mon, 17 Dec 2018 13:55:00 +0000 (14:55 +0100)]
add tests for the DUI

as they are interact with the DB they are more integraiton than unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoFix loginflow with apptoken enter on iOS 13371/head
Roeland Jago Douma [Fri, 4 Jan 2019 19:30:37 +0000 (20:30 +0100)]
Fix loginflow with apptoken enter on iOS

It seems iOS doesn't like us to change the location. So now we submit it
to the server that geneartes the redirect.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoThrottle with correct metadata 13369/head
Roeland Jago Douma [Fri, 4 Jan 2019 20:45:44 +0000 (21:45 +0100)]
Throttle with correct metadata

Fixes #13202

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #13350 from nextcloud/backport/13172/stable14
Roeland Jago Douma [Fri, 4 Jan 2019 13:10:16 +0000 (14:10 +0100)]
Merge pull request #13350 from nextcloud/backport/13172/stable14

[stable14] fix can change password check in case of encryption is enabled

5 years agoMerge pull request #13353 from nextcloud/backport/13351/stable14
Morris Jobke [Fri, 4 Jan 2019 09:44:42 +0000 (10:44 +0100)]
Merge pull request #13353 from nextcloud/backport/13351/stable14

[stable14] Update the CRL

5 years agoUpdate the CRL 13353/head
Roeland Jago Douma [Fri, 4 Jan 2019 08:59:00 +0000 (09:59 +0100)]
Update the CRL

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agofix can change password check in case of encryption is enabled 13350/head
Bjoern Schiessle [Thu, 20 Dec 2018 10:11:04 +0000 (11:11 +0100)]
fix can change password check in case of encryption is enabled

Admin should _not_ be able to change password when:
- if an encryption module is loaded and it uses per-user keys
- if encryption is enabled but no encryption modules are loaded

Admin should be able to change the password when:
- no encryption module is loaded and encryption is disabled
- encryption module is loaded but it doesn't require per user keys

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Jan 2019 01:12:48 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #13224 from nextcloud/stb14-svg-controller-fixes
John Molakvoæ [Thu, 3 Jan 2019 16:53:53 +0000 (17:53 +0100)]
Merge pull request #13224 from nextcloud/stb14-svg-controller-fixes

[stable14] Use only app path to get the icon on the svg api

5 years agoMerge pull request #13254 from nextcloud/backport/13227/stable14
Roeland Jago Douma [Thu, 3 Jan 2019 10:37:14 +0000 (11:37 +0100)]
Merge pull request #13254 from nextcloud/backport/13227/stable14

[stable14] Fix opening search results for comments