]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFix getDirectoryContent implementation for Jail wrapper 20725/head
Robin Appelman [Wed, 29 Apr 2020 14:34:41 +0000 (16:34 +0200)]
Fix getDirectoryContent implementation for Jail wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20710 from nextcloud/fix/argon2-options-checks
Roeland Jago Douma [Thu, 30 Apr 2020 12:42:33 +0000 (14:42 +0200)]
Merge pull request #20710 from nextcloud/fix/argon2-options-checks

Fix Argon2 options checks

4 years agoMerge pull request #20742 from nextcloud/fix/cs
Roeland Jago Douma [Thu, 30 Apr 2020 12:41:50 +0000 (14:41 +0200)]
Merge pull request #20742 from nextcloud/fix/cs

Run the cs fixer for green ci

4 years agoMerge pull request #20718 from nextcloud/fix/public_share_owner_activity_mess
Morris Jobke [Thu, 30 Apr 2020 11:46:13 +0000 (13:46 +0200)]
Merge pull request #20718 from nextcloud/fix/public_share_owner_activity_mess

Add a wrapper to fall back to the share owner on public shares

4 years agoMerge pull request #20677 from nextcloud/followup/17718/scaling-user-provisioning
Joas Schilling [Thu, 30 Apr 2020 10:49:57 +0000 (12:49 +0200)]
Merge pull request #20677 from nextcloud/followup/17718/scaling-user-provisioning

Scaling user provisioning for subadmins with many groups

4 years agoMerge pull request #20634 from nextcloud/legacy-avatar-placeholder
Roeland Jago Douma [Thu, 30 Apr 2020 10:25:37 +0000 (12:25 +0200)]
Merge pull request #20634 from nextcloud/legacy-avatar-placeholder

Generate legacy image placeholder text by taking first letters

4 years agoRun the cs fixer for green ci 20742/head
Roeland Jago Douma [Thu, 30 Apr 2020 08:28:44 +0000 (10:28 +0200)]
Run the cs fixer for green ci

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix Argon2 options checks 20710/head
MichaIng [Tue, 28 Apr 2020 19:04:34 +0000 (21:04 +0200)]
Fix Argon2 options checks

The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.

Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20640 from nextcloud/fix/filepicker
Roeland Jago Douma [Thu, 30 Apr 2020 07:17:51 +0000 (09:17 +0200)]
Merge pull request #20640 from nextcloud/fix/filepicker

Correctly hide table headers in filepicker

4 years agoGenerate legacy image placeholder text by taking first letters 20634/head
Sergey Shliakhov [Tue, 11 Feb 2020 06:12:42 +0000 (07:12 +0100)]
Generate legacy image placeholder text by taking first letters

https://github.com/nextcloud/server/issues/19335
Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculation
Roeland Jago Douma [Thu, 30 Apr 2020 07:13:19 +0000 (09:13 +0200)]
Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculation

Do not include mountpoints when calculating quota usage on WebDAV

4 years agoMerge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendar
Roeland Jago Douma [Thu, 30 Apr 2020 07:10:56 +0000 (09:10 +0200)]
Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendar

Provide links to calendar in event creation/update activities

4 years agoMerge pull request #18883 from adrb/optimize_swift_14116
Roeland Jago Douma [Thu, 30 Apr 2020 07:06:19 +0000 (09:06 +0200)]
Merge pull request #18883 from adrb/optimize_swift_14116

Optimize Openstack Swift files download

4 years agoMerge pull request #20717 from nextcloud/fix/getconfig-param-definitions
Roeland Jago Douma [Thu, 30 Apr 2020 07:02:58 +0000 (09:02 +0200)]
Merge pull request #20717 from nextcloud/fix/getconfig-param-definitions

Define getSystemValueBool/Int/String function default parameter with correct type

4 years agoAdd a wrapper to fall back to the share owner on public shares 20718/head
Roeland Jago Douma [Tue, 14 Apr 2020 12:42:28 +0000 (14:42 +0200)]
Add a wrapper to fall back to the share owner on public shares

Else it might happen that we setup a storage that has no real owner and
activities do boom etc (looking at you groupfolders and external
storages!).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20720 from nextcloud/bugfix/noid/temporary-fix-contacts-search
Roeland Jago Douma [Thu, 30 Apr 2020 06:52:50 +0000 (08:52 +0200)]
Merge pull request #20720 from nextcloud/bugfix/noid/temporary-fix-contacts-search

Temporary fix contacts search

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Apr 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20262 from nextcloud/fix/others_with_acces/navigation
Roeland Jago Douma [Wed, 29 Apr 2020 19:32:12 +0000 (21:32 +0200)]
Merge pull request #20262 from nextcloud/fix/others_with_acces/navigation

Allow to navigate to others with access from the sidebar

4 years agoAllow to navigate to others with access from the sidebar 20262/head
Roeland Jago Douma [Wed, 1 Apr 2020 13:07:35 +0000 (15:07 +0200)]
Allow to navigate to others with access from the sidebar

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20715 from nextcloud/dependabot/npm_and_yarn/style-loader-1.2.1
Roeland Jago Douma [Wed, 29 Apr 2020 14:16:50 +0000 (16:16 +0200)]
Merge pull request #20715 from nextcloud/dependabot/npm_and_yarn/style-loader-1.2.1

Bump style-loader from 1.1.4 to 1.2.1

4 years agoMerge pull request #20655 from nextcloud/dependabot/npm_and_yarn/build/node-sass...
Roeland Jago Douma [Wed, 29 Apr 2020 14:15:04 +0000 (16:15 +0200)]
Merge pull request #20655 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.14.0

Bump node-sass from 4.13.0 to 4.14.0 in /build

4 years agoTemporary fix contacts search 20720/head
Joas Schilling [Wed, 29 Apr 2020 12:48:41 +0000 (14:48 +0200)]
Temporary fix contacts search

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20714 from nextcloud/fix/license-headers-19
Christoph Wurst [Wed, 29 Apr 2020 12:24:27 +0000 (14:24 +0200)]
Merge pull request #20714 from nextcloud/fix/license-headers-19

Update license headers for 19

4 years agoDefine getSystemValueBool/Int/String function default parameter with correct type 20717/head
MichaIng [Wed, 29 Apr 2020 12:19:52 +0000 (14:19 +0200)]
Define getSystemValueBool/Int/String function default parameter with correct type

Signed-off-by: MichaIng <micha@dietpi.com>
4 years agoBump style-loader from 1.1.4 to 1.2.1 20715/head
dependabot-preview[bot] [Wed, 29 Apr 2020 11:07:58 +0000 (11:07 +0000)]
Bump style-loader from 1.1.4 to 1.2.1

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.4 to 1.2.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.1.4...v1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #20663 from nextcloud/dependabot/npm_and_yarn/webpack-4.43.0
Roeland Jago Douma [Wed, 29 Apr 2020 11:05:32 +0000 (13:05 +0200)]
Merge pull request #20663 from nextcloud/dependabot/npm_and_yarn/webpack-4.43.0

Bump webpack from 4.42.1 to 4.43.0

4 years agoUpdate license headers for 19 20714/head
Christoph Wurst [Wed, 29 Apr 2020 09:57:22 +0000 (11:57 +0200)]
Update license headers for 19

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoBump webpack from 4.42.1 to 4.43.0 20663/head
dependabot-preview[bot] [Wed, 29 Apr 2020 09:10:31 +0000 (09:10 +0000)]
Bump webpack from 4.42.1 to 4.43.0

Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump node-sass from 4.13.0 to 4.14.0 in /build 20655/head
dependabot-preview[bot] [Wed, 29 Apr 2020 08:27:58 +0000 (08:27 +0000)]
Bump node-sass from 4.13.0 to 4.14.0 in /build

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #20658 from nextcloud/dependabot/npm_and_yarn/node-sass-4.14.0
Roeland Jago Douma [Wed, 29 Apr 2020 08:25:58 +0000 (10:25 +0200)]
Merge pull request #20658 from nextcloud/dependabot/npm_and_yarn/node-sass-4.14.0

Bump node-sass from 4.13.1 to 4.14.0

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Apr 2020 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20636 from nextcloud/tests/noid/tests-for-update-notifications...
Morris Jobke [Tue, 28 Apr 2020 14:18:18 +0000 (16:18 +0200)]
Merge pull request #20636 from nextcloud/tests/noid/tests-for-update-notifications-controller

Add tests for update notification controller for non-default updater …

4 years agoAdd tests for update notification controller for non-default updater server URL 20636/head
Morris Jobke [Fri, 24 Apr 2020 16:00:49 +0000 (18:00 +0200)]
Add tests for update notification controller for non-default updater server URL

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #20676 from clementhk/ldap-group
blizzz [Tue, 28 Apr 2020 10:58:02 +0000 (12:58 +0200)]
Merge pull request #20676 from clementhk/ldap-group

Don't remove last user in ldap group when limit is -1

4 years agoMerge pull request #20673 from nextcloud/enh/tweaks-app-data-scan
Roeland Jago Douma [Tue, 28 Apr 2020 10:04:25 +0000 (12:04 +0200)]
Merge pull request #20673 from nextcloud/enh/tweaks-app-data-scan

Set exit code if something went wrong.

4 years agoMerge pull request #20661 from nextcloud/dependabot/npm_and_yarn/css-loader-3.5.3
Roeland Jago Douma [Tue, 28 Apr 2020 09:30:07 +0000 (11:30 +0200)]
Merge pull request #20661 from nextcloud/dependabot/npm_and_yarn/css-loader-3.5.3

Bump css-loader from 3.5.2 to 3.5.3

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Apr 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoIt's a fix for issue #14116, 18883/head
Adrian Brzezinski [Tue, 14 Jan 2020 08:47:18 +0000 (09:47 +0100)]
It's a fix for issue #14116,

Improves efficiency when downloading files from Swift storage.
Before, files were downloaded and then pushed back to user.
That behaevior causes all kinds of performance problems.

Now, files are streamed directly to user.

Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl>
4 years agoMerge pull request #20650 from tekhnee/patch-1
Morris Jobke [Mon, 27 Apr 2020 09:10:38 +0000 (11:10 +0200)]
Merge pull request #20650 from tekhnee/patch-1

Adhere to EMailTemplate interface in constructor call.

4 years agoMerge pull request #20558 from nextcloud/dependabot/npm_and_yarn/vue-click-outside...
Morris Jobke [Mon, 27 Apr 2020 09:08:21 +0000 (11:08 +0200)]
Merge pull request #20558 from nextcloud/dependabot/npm_and_yarn/vue-click-outside-1.1.0

Bump vue-click-outside from 1.0.7 to 1.1.0

4 years agoMerge pull request #19929 from nextcloud/bugfix/user-delete-avatar
Morris Jobke [Mon, 27 Apr 2020 09:06:50 +0000 (11:06 +0200)]
Merge pull request #19929 from nextcloud/bugfix/user-delete-avatar

Delete avatar if a user is deleted

4 years agoMerge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshare
Morris Jobke [Mon, 27 Apr 2020 09:05:34 +0000 (11:05 +0200)]
Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshare

Fix resharing of federated shares that were created out of links

4 years agoMerge pull request #19514 from sndrr/already-enabled-apps
Morris Jobke [Mon, 27 Apr 2020 09:00:16 +0000 (11:00 +0200)]
Merge pull request #19514 from sndrr/already-enabled-apps

Already enabled apps

4 years agoMerge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svg
Morris Jobke [Mon, 27 Apr 2020 08:58:34 +0000 (10:58 +0200)]
Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svg

Make it possible to resolve svg's outside \OC::$SERVERROOT

4 years agoMerge pull request #20632 from nextcloud/bugfix/20624
Morris Jobke [Mon, 27 Apr 2020 08:38:32 +0000 (10:38 +0200)]
Merge pull request #20632 from nextcloud/bugfix/20624

Only catch anonymous OPTIONS for Office

4 years agoMerge pull request #20678 from nextcloud/fix/missing-argument-JSConfigHelper
John Molakvoæ [Mon, 27 Apr 2020 07:49:41 +0000 (09:49 +0200)]
Merge pull request #20678 from nextcloud/fix/missing-argument-JSConfigHelper

4 years agoFix missing argument in JSConfigHelper 20678/head
John Molakvoæ (skjnldsv) [Mon, 27 Apr 2020 06:40:54 +0000 (08:40 +0200)]
Fix missing argument in JSConfigHelper

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoDon't loop over all groups to check for subadmins 20677/head
Joas Schilling [Mon, 27 Apr 2020 06:37:53 +0000 (08:37 +0200)]
Don't loop over all groups to check for subadmins

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Apr 2020 02:16:13 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoDon't remove last user in ldap group when limit is -1 20676/head
Clement Wong [Mon, 27 Apr 2020 00:28:47 +0000 (02:28 +0200)]
Don't remove last user in ldap group when limit is -1

Signed-off-by: Clement Wong <git@clement.hk>
4 years agoSet exit code if something went wrong. 20673/head
Daniel Kesselberg [Sun, 26 Apr 2020 18:37:21 +0000 (20:37 +0200)]
Set exit code if something went wrong.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoProvide links to calendar in event creation/update activities 19039/head
Thomas Citharel [Tue, 21 Jan 2020 09:32:48 +0000 (10:32 +0100)]
Provide links to calendar in event creation/update activities

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Apr 2020 02:16:12 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump css-loader from 3.5.2 to 3.5.3 20661/head
dependabot-preview[bot] [Sun, 26 Apr 2020 01:19:45 +0000 (01:19 +0000)]
Bump css-loader from 3.5.2 to 3.5.3

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.5.2...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump node-sass from 4.13.1 to 4.14.0 20658/head
dependabot-preview[bot] [Sun, 26 Apr 2020 01:17:42 +0000 (01:17 +0000)]
Bump node-sass from 4.13.1 to 4.14.0

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoAdhere to EMailTemplate interface in constructor call. 20650/head
Tekhnee [Sat, 25 Apr 2020 18:24:21 +0000 (21:24 +0300)]
Adhere to EMailTemplate interface in constructor call.

Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.

Signed-off-by: Tekhnee <info@tekhnee.org>
4 years agoPatch to optimize for large installations (>5000 users >20000 groups) where subadmins...
Mikael Hammarin [Mon, 28 Oct 2019 14:48:46 +0000 (15:48 +0100)]
Patch to optimize for large installations (>5000 users >20000 groups) where subadmins have access to many of groups (>250)
- UsersController:editUser() calls isUserAccessible() even if the user is admin

This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average.

Signed-off-by: Mikael Hammarin <mikael@try2.se>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Apr 2020 02:16:01 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoCorrectly hide table headers in filepicker 20640/head
Raimund Schlüßler [Fri, 24 Apr 2020 19:09:22 +0000 (21:09 +0200)]
Correctly hide table headers in filepicker

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
4 years agoDo not include mountpoints when calculating quota usage on WebDAV 19436/head
Julius Härtl [Wed, 12 Feb 2020 14:24:35 +0000 (15:24 +0100)]
Do not include mountpoints when calculating quota usage on WebDAV

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19002 from zertrin/patch-1
blizzz [Fri, 24 Apr 2020 15:15:12 +0000 (17:15 +0200)]
Merge pull request #19002 from zertrin/patch-1

Fix security header setting in .htaccess by adding 'onsuccess unset'

4 years agoMerge pull request #20587 from nextcloud/enh/allow_default_expiration_date
Roeland Jago Douma [Fri, 24 Apr 2020 15:08:31 +0000 (17:08 +0200)]
Merge pull request #20587 from nextcloud/enh/allow_default_expiration_date

Allow specifying a default expiration date

4 years agoBump vue-click-outside from 1.0.7 to 1.1.0 20558/head
dependabot-preview[bot] [Fri, 24 Apr 2020 14:39:34 +0000 (14:39 +0000)]
Bump vue-click-outside from 1.0.7 to 1.1.0

Bumps [vue-click-outside](https://github.com/vue-bulma/click-outside) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/vue-bulma/click-outside/releases)
- [Commits](https://github.com/vue-bulma/click-outside/commits/v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20570 from nextcloud/fix/20235/use_uploadfile
Roeland Jago Douma [Fri, 24 Apr 2020 14:31:38 +0000 (16:31 +0200)]
Merge pull request #20570 from nextcloud/fix/20235/use_uploadfile

Use a proper upload file so propfinds return 404

4 years agoDisplay notice for already enabled apps 19514/head
Sander Ruitenbeek [Mon, 17 Feb 2020 08:43:46 +0000 (08:43 +0000)]
Display notice for already enabled apps

Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
4 years agoUpdated test to check for already enabled apps
Sander Ruitenbeek [Mon, 17 Feb 2020 08:42:22 +0000 (08:42 +0000)]
Updated test to check for already enabled apps

Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
4 years agoMerge pull request #20559 from nextcloud/dependabot/npm_and_yarn/mochapack-1.1.15
Christoph Wurst [Fri, 24 Apr 2020 14:28:08 +0000 (16:28 +0200)]
Merge pull request #20559 from nextcloud/dependabot/npm_and_yarn/mochapack-1.1.15

Bump mochapack from 1.1.13 to 1.1.15

4 years agoDelete avatar if a user is deleted 19929/head
Julius Härtl [Fri, 13 Mar 2020 13:16:43 +0000 (14:16 +0100)]
Delete avatar if a user is deleted

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd test to ensure that symlinked apps_paths are not resolved 19084/head
Daniel Kesselberg [Wed, 22 Jan 2020 20:14:36 +0000 (21:14 +0100)]
Add test to ensure that symlinked apps_paths are not resolved

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMake it possible to resolve svg for apps_paths outside the document root
Daniel Kesselberg [Wed, 22 Jan 2020 20:13:36 +0000 (21:13 +0100)]
Make it possible to resolve svg for apps_paths outside the document root

Previous implementation assumes the app path is always a child \OC::$SERVERROOT. That's not always true.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAllow specifying a default expiration date 20587/head
Roeland Jago Douma [Tue, 21 Apr 2020 12:10:33 +0000 (14:10 +0200)]
Allow specifying a default expiration date

This overrides the max expiration date.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #17623 from j3l11234/master
Roeland Jago Douma [Fri, 24 Apr 2020 14:01:45 +0000 (16:01 +0200)]
Merge pull request #17623 from j3l11234/master

Add support for download share on old android browser

4 years agoOnly catch anonymous OPTIONS for Office 20632/head
Julius Härtl [Fri, 24 Apr 2020 11:31:17 +0000 (13:31 +0200)]
Only catch anonymous OPTIONS for Office

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #20627 from nextcloud/cleanup/noid/remove-obsolete-repair-steps
Morris Jobke [Fri, 24 Apr 2020 11:36:16 +0000 (13:36 +0200)]
Merge pull request #20627 from nextcloud/cleanup/noid/remove-obsolete-repair-steps

Remove obsolete repair steps for logo and updater channel

4 years agoMerge pull request #20298 from nextcloud/enh/noid/auto-logout
blizzz [Fri, 24 Apr 2020 11:20:27 +0000 (13:20 +0200)]
Merge pull request #20298 from nextcloud/enh/noid/auto-logout

Allow to configure auto logout after browser inactivity

4 years agoMerge pull request #20626 from nextcloud/enh/scan-appdata-folder-arg
Roeland Jago Douma [Fri, 24 Apr 2020 11:07:17 +0000 (13:07 +0200)]
Merge pull request #20626 from nextcloud/enh/scan-appdata-folder-arg

Add folder argument to files:scan-app-data

4 years agoMerge pull request #19919 from nextcloud/enh/noid/ldpa_group_perf
blizzz [Fri, 24 Apr 2020 10:27:27 +0000 (12:27 +0200)]
Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perf

LDAP Group Backend optimizations

4 years agoRemove obsolete repair steps for logo and updater channel 20627/head
Morris Jobke [Fri, 24 Apr 2020 07:57:52 +0000 (09:57 +0200)]
Remove obsolete repair steps for logo and updater channel

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Apr 2020 02:27:55 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-search
blizzz [Thu, 23 Apr 2020 20:20:58 +0000 (22:20 +0200)]
Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-search

Use paginated search for contacts

4 years agoformatting 19919/head
Arthur Schiwon [Fri, 17 Apr 2020 14:02:04 +0000 (16:02 +0200)]
formatting

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoBump bundles 20298/head
Julius Härtl [Thu, 23 Apr 2020 18:27:13 +0000 (20:27 +0200)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMake sure that the legacy jsunit tests can still inject OC.config
Julius Härtl [Thu, 23 Apr 2020 18:19:47 +0000 (20:19 +0200)]
Make sure that the legacy jsunit tests can still inject OC.config

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDo not create remember me cookie
Julius Härtl [Tue, 21 Apr 2020 08:54:22 +0000 (10:54 +0200)]
Do not create remember me cookie

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd config fallback for legacy tests
Julius Härtl [Tue, 21 Apr 2020 07:47:05 +0000 (09:47 +0200)]
Add config fallback for legacy tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd config for auto logout after browser inactivity
Julius Härtl [Fri, 3 Apr 2020 20:43:21 +0000 (22:43 +0200)]
Add config for auto logout after browser inactivity

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoProvide config though initial state service
Julius Härtl [Fri, 3 Apr 2020 20:42:45 +0000 (22:42 +0200)]
Provide config though initial state service

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoUse paginated search for contacts 18816/head
Julius Härtl [Fri, 10 Jan 2020 15:06:44 +0000 (16:06 +0100)]
Use paginated search for contacts

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-ui
blizzz [Thu, 23 Apr 2020 15:16:33 +0000 (17:16 +0200)]
Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-ui

Fix workflow UI

4 years agoAdjust integration tests to new permissions 19793/head
Julius Härtl [Thu, 23 Apr 2020 14:22:48 +0000 (16:22 +0200)]
Adjust integration tests to new permissions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #20599 from nextcloud/getDirectoryContent-filter-blacklisted
Robin Appelman [Thu, 23 Apr 2020 14:08:47 +0000 (14:08 +0000)]
Merge pull request #20599 from nextcloud/getDirectoryContent-filter-blacklisted

filter out blacklisted files in getDirectoryContent

4 years agoFix workflow UI 20618/head
Joas Schilling [Thu, 23 Apr 2020 11:45:17 +0000 (13:45 +0200)]
Fix workflow UI

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agomake php-cs happy 20599/head
Robin Appelman [Thu, 23 Apr 2020 11:35:30 +0000 (13:35 +0200)]
make php-cs happy

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agofilter out blacklisted files in getDirectoryContent
Robin Appelman [Wed, 22 Apr 2020 14:43:10 +0000 (16:43 +0200)]
filter out blacklisted files in getDirectoryContent

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20510 from nextcloud/version/19/beta5 v19.0.0beta5
Roeland Jago Douma [Thu, 23 Apr 2020 07:01:44 +0000 (09:01 +0200)]
Merge pull request #20510 from nextcloud/version/19/beta5

19 Beta 5

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Apr 2020 02:16:54 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19399 from nextcloud/smb-read-acl
blizzz [Wed, 22 Apr 2020 21:16:12 +0000 (23:16 +0200)]
Merge pull request #19399 from nextcloud/smb-read-acl

Add option to check share ACL's when listing directories

4 years agoMerge pull request #20576 from nextcloud/fix/dav/oc-etag
Roeland Jago Douma [Wed, 22 Apr 2020 20:21:22 +0000 (22:21 +0200)]
Merge pull request #20576 from nextcloud/fix/dav/oc-etag

Make sure that OC-ETag is set again

4 years agoMerge pull request #20595 from nextcloud/fix/ie11-fallback-upload
John Molakvoæ [Wed, 22 Apr 2020 20:06:56 +0000 (22:06 +0200)]
Merge pull request #20595 from nextcloud/fix/ie11-fallback-upload

Fix IE11 upload fallback methods

4 years agoMerge pull request #20594 from nextcloud/revert-20554-dependabot/composer/build/integ...
Roeland Jago Douma [Wed, 22 Apr 2020 17:53:08 +0000 (19:53 +0200)]
Merge pull request #20594 from nextcloud/revert-20554-dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3

Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration"