]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Tue, 19 Nov 2019 18:18:00 +0000 (19:18 +0100)]
Add typed events for password_policy
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Wed, 27 Nov 2019 07:36:25 +0000 (08:36 +0100)]
Merge pull request #17997 from nextcloud/enh/workflow-frontend
More workflow frontend polishing
Nextcloud bot [Wed, 27 Nov 2019 02:16:25 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 26 Nov 2019 14:24:24 +0000 (15:24 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 26 Nov 2019 14:24:04 +0000 (15:24 +0100)]
Fix wording
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 19 Nov 2019 08:59:35 +0000 (09:59 +0100)]
Rename to flow
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 19 Nov 2019 08:53:56 +0000 (09:53 +0100)]
Add cancel button to restore previously saved rule
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 19 Nov 2019 08:31:46 +0000 (09:31 +0100)]
Add hint about developer docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 19 Nov 2019 07:52:02 +0000 (08:52 +0100)]
Move systemtags to general settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 14 Nov 2019 21:50:33 +0000 (22:50 +0100)]
Small fixes for workflow frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 26 Nov 2019 18:49:01 +0000 (19:49 +0100)]
Merge pull request #18058 from nextcloud/enh/shareinfo/permissionmask
Apply share permission mask to all files obtained via shareinfo
Roeland Jago Douma [Tue, 26 Nov 2019 18:47:59 +0000 (19:47 +0100)]
Merge pull request #17939 from nextcloud/fix/token-insert-conflict-handling
Handle token insert conflicts
Roeland Jago Douma [Tue, 26 Nov 2019 18:39:57 +0000 (19:39 +0100)]
Merge pull request #18123 from nextcloud/fixbug/18053/summary_not_aligned
fix summary elements alignment
Greta Doci [Tue, 26 Nov 2019 17:52:56 +0000 (18:52 +0100)]
fix summary elements alignment
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Roeland Jago Douma [Tue, 26 Nov 2019 14:24:36 +0000 (15:24 +0100)]
Merge pull request #17995 from nextcloud/fix/sharing/federation-order
Sort users and groups first in sharing input
Roeland Jago Douma [Tue, 26 Nov 2019 11:25:36 +0000 (12:25 +0100)]
Merge pull request #17948 from nextcloud/enh/check-if-property-is-bool
Make isXXX available for bool properties only
John Molakvoæ (skjnldsv) [Tue, 19 Nov 2019 07:40:12 +0000 (08:40 +0100)]
Sort users and groups first in sharing input
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Christoph Wurst [Thu, 14 Nov 2019 11:14:26 +0000 (12:14 +0100)]
Handle token insert conflicts
Env-based SAML uses the "Apache auth" mechanism to log users in. In this
code path, we first delete all existin auth tokens from the database,
before a new one is inserted. This is problematic for concurrent
requests as they might reach the same code at the same time, hence both
trying to insert a new row wit the same token (the session ID). This
also bubbles up and disables user_saml.
As the token might still be OK (both request will insert the same data),
we can actually just check if the UIDs of the conflict row is the same
as the one we want to insert right now. In that case let's just use the
existing entry and carry on.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Tue, 26 Nov 2019 11:02:41 +0000 (12:02 +0100)]
Merge pull request #18026 from nextcloud/feature/noid/fix_overlappin_text_icon
fix share side bar icon and text overlapping
Roeland Jago Douma [Tue, 26 Nov 2019 11:01:47 +0000 (12:01 +0100)]
Merge pull request #18082 from nextcloud/design/style-update
Update style of log in page and header
Roeland Jago Douma [Tue, 26 Nov 2019 10:12:10 +0000 (11:12 +0100)]
Merge pull request #18013 from nextcloud/bugfix/noid/fix-autocomplete-suggestions-with-numeric-users
Fix autocomplete suggestions with numeric users
Roeland Jago Douma [Thu, 21 Nov 2019 11:57:54 +0000 (12:57 +0100)]
Apply share permission mask to all files obtained via shareinfo
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Tue, 26 Nov 2019 09:55:20 +0000 (10:55 +0100)]
add var for theming images , advanced options (#16815)
add var for theming images , advanced options
Roeland Jago Douma [Tue, 26 Nov 2019 08:32:18 +0000 (09:32 +0100)]
Merge pull request #18025 from nextcloud/refactor/extract-ownership-transfer-service
Extract transfer ownership logic into a reusable service
Roeland Jago Douma [Tue, 26 Nov 2019 08:20:14 +0000 (09:20 +0100)]
Merge pull request #18005 from nextcloud/fix/manual-app-instances
Remove some more direct app instance creations
Joas Schilling [Tue, 19 Nov 2019 15:43:46 +0000 (16:43 +0100)]
Fix autocomplete suggestions with numeric user ids
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Wed, 20 Nov 2019 10:41:31 +0000 (11:41 +0100)]
Extract transfer ownership logic into a reusable service
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Tue, 26 Nov 2019 07:08:10 +0000 (08:08 +0100)]
Merge pull request #18108 from nextcloud/refactor/strict-credential-store
Add return type hint to credential store and make it strict
Nextcloud bot [Tue, 26 Nov 2019 02:15:57 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 25 Nov 2019 19:53:02 +0000 (20:53 +0100)]
Merge pull request #18107 from nextcloud/undefined-index-owner
dont throw undefined index errors for storages that have no owner set
Roeland Jago Douma [Mon, 25 Nov 2019 19:02:58 +0000 (20:02 +0100)]
Merge pull request #18088 from nextcloud/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.5.2 to 4.5.3
John Molakvoæ [Mon, 25 Nov 2019 16:43:31 +0000 (17:43 +0100)]
Improve tag icon (#18109)
Improve tag icon
blizzz [Mon, 25 Nov 2019 16:16:40 +0000 (17:16 +0100)]
Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result
take group creation result into consideration
John Molakvoæ (skjnldsv) [Mon, 25 Nov 2019 15:31:46 +0000 (16:31 +0100)]
Improve tag icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Julius Härtl [Mon, 25 Nov 2019 15:29:29 +0000 (16:29 +0100)]
Adjust gradient to theming value
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Christoph Wurst [Mon, 25 Nov 2019 14:59:55 +0000 (15:59 +0100)]
Add return type hint to credential store and make it strict
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Robin Appelman [Mon, 25 Nov 2019 14:17:15 +0000 (15:17 +0100)]
dont throw undefined index errors for storages that have no owner set
Signed-off-by: Robin Appelman <robin@icewind.nl>
dependabot-preview[bot] [Sun, 24 Nov 2019 10:13:21 +0000 (10:13 +0000)]
Bump handlebars from 4.5.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Mon, 25 Nov 2019 13:11:09 +0000 (14:11 +0100)]
Merge pull request #18098 from nextcloud/fix/migration_import_order
Fix the import order of new migrations
Roeland Jago Douma [Mon, 25 Nov 2019 13:07:00 +0000 (14:07 +0100)]
Merge pull request #18079 from nextcloud/fixes/phpcs
Some php-cs fixes
Arthur Schiwon [Tue, 5 Nov 2019 15:17:24 +0000 (16:17 +0100)]
fix and improve check of create group result
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 14 Oct 2019 09:32:05 +0000 (11:32 +0200)]
reformat Setup.php
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 9 Oct 2019 17:15:43 +0000 (19:15 +0200)]
reformat code for @skjnldsv <3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 9 Oct 2019 17:13:27 +0000 (19:13 +0200)]
fix documentation, get and createGroup may return null
* also have stricter checks in place
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 8 Oct 2019 16:05:13 +0000 (18:05 +0200)]
take group creation result into consideration
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Mon, 25 Nov 2019 10:37:45 +0000 (11:37 +0100)]
Merge pull request #18027 from str0g/fix/14920/convert_type_boolean
Incorrect integer value: '' for column 'password_invalid' while migra…
Roeland Jago Douma [Mon, 25 Nov 2019 10:37:14 +0000 (11:37 +0100)]
Merge pull request #18068 from nextcloud/3rdparty/swiftmailer/6.2.3
Bump swiftmailer to 6.2.3
Roeland Jago Douma [Mon, 25 Nov 2019 09:06:04 +0000 (10:06 +0100)]
Merge pull request #18073 from nextcloud/harden/cache/watcher
Harden watcher
Greta Doci [Wed, 20 Nov 2019 17:32:24 +0000 (18:32 +0100)]
fix min-height
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Mon, 25 Nov 2019 09:05:23 +0000 (10:05 +0100)]
Merge pull request #17993 from waleczny/patch-1
Get first element of nodes array
Roeland Jago Douma [Mon, 25 Nov 2019 08:46:39 +0000 (09:46 +0100)]
Fix the import order of new migrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 25 Nov 2019 08:20:35 +0000 (09:20 +0100)]
Merge pull request #18081 from nextcloud/design/info-icon
Adjust info icon style to other icons
Christoph Wurst [Tue, 19 Nov 2019 13:36:27 +0000 (14:36 +0100)]
Remove some more direct app instance creations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Mon, 25 Nov 2019 07:40:59 +0000 (08:40 +0100)]
Merge pull request #18057 from nextcloud/fix/noid/forbidden-help
make help available to ordinary users again
John Molakvoæ [Mon, 25 Nov 2019 07:38:03 +0000 (08:38 +0100)]
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4 (#18085)
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4
John Molakvoæ [Mon, 25 Nov 2019 07:37:43 +0000 (08:37 +0100)]
Bump url-loader from 2.2.0 to 2.3.0 (#18089)
Bump url-loader from 2.2.0 to 2.3.0
Roeland Jago Douma [Mon, 25 Nov 2019 07:37:09 +0000 (08:37 +0100)]
Merge pull request #18095 from nextcloud/enh/svg-settings-app
Remove exception for settings app from svg controller
dependabot-preview[bot] [Mon, 25 Nov 2019 06:07:56 +0000 (06:07 +0000)]
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4
Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.2.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Mon, 25 Nov 2019 06:05:55 +0000 (07:05 +0100)]
Merge pull request #18090 from nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.7.4
Bump @babel/plugin-proposal-class-properties from 7.7.0 to 7.7.4
Nextcloud bot [Mon, 25 Nov 2019 02:15:54 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Sun, 24 Nov 2019 20:51:02 +0000 (21:51 +0100)]
Remove some whitespace
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Guillaume COMPAGNON [Tue, 27 Aug 2019 13:35:04 +0000 (15:35 +0200)]
fix test for new css vars / logoheader and favicon
Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
Guillaume COMPAGNON [Wed, 21 Aug 2019 15:18:23 +0000 (17:18 +0200)]
add var for theming images , advanced options
Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
Daniel Kesselberg [Sun, 24 Nov 2019 16:15:06 +0000 (17:15 +0100)]
Remove exception for settings app from svg controller
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
dependabot-preview[bot] [Sun, 24 Nov 2019 13:28:36 +0000 (13:28 +0000)]
Bump @babel/plugin-proposal-class-properties from 7.7.0 to 7.7.4
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 24 Nov 2019 13:26:37 +0000 (14:26 +0100)]
Merge pull request #18091 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.7.4
Bump @babel/preset-env from 7.7.1 to 7.7.4
dependabot-preview[bot] [Sun, 24 Nov 2019 10:13:16 +0000 (10:13 +0000)]
Bump @babel/preset-env from 7.7.1 to 7.7.4
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.1 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.1...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 24 Nov 2019 10:11:30 +0000 (11:11 +0100)]
Merge pull request #18087 from nextcloud/dependabot/npm_and_yarn/file-loader-4.3.0
Bump file-loader from 4.2.0 to 4.3.0
Roeland Jago Douma [Sun, 24 Nov 2019 10:10:53 +0000 (11:10 +0100)]
Merge pull request #18086 from nextcloud/dependabot/npm_and_yarn/babel/core-7.7.4
Bump @babel/core from 7.7.2 to 7.7.4
dependabot-preview[bot] [Sun, 24 Nov 2019 02:15:05 +0000 (02:15 +0000)]
Bump @babel/core from 7.7.2 to 7.7.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 24 Nov 2019 07:33:00 +0000 (08:33 +0100)]
Merge pull request #18083 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.5.3
Bump handlebars from 4.5.2 to 4.5.3 in /build
dependabot-preview[bot] [Sun, 24 Nov 2019 02:17:22 +0000 (02:17 +0000)]
Bump url-loader from 2.2.0 to 2.3.0
Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Sun, 24 Nov 2019 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 24 Nov 2019 02:15:56 +0000 (02:15 +0000)]
Bump file-loader from 4.2.0 to 4.3.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.2.0...v4.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 24 Nov 2019 02:12:31 +0000 (02:12 +0000)]
Bump handlebars from 4.5.2 to 4.5.3 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jan-Christoph Borchardt [Sat, 23 Nov 2019 12:16:59 +0000 (19:16 +0700)]
Update style of log in page and header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Sat, 23 Nov 2019 09:16:01 +0000 (16:16 +0700)]
Adjust info icon style to other icons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Nextcloud bot [Sat, 23 Nov 2019 02:16:07 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 22 Nov 2019 19:52:10 +0000 (20:52 +0100)]
Some php-cs fixes
* Order the imports
* No leading slash on imports
* Empty line before namespace
* One line per import
* Empty after imports
* Emmpty line at bottom of file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 22 Nov 2019 10:03:45 +0000 (11:03 +0100)]
Bump swiftmailer to 6.2.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 22 Nov 2019 12:37:42 +0000 (13:37 +0100)]
Harden watcher
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 22 Nov 2019 09:54:36 +0000 (10:54 +0100)]
Merge pull request #18067 from nextcloud/3rdparty/phpseclib/2.0.23
Bump phpseclib to 2.0.23
Roeland Jago Douma [Fri, 22 Nov 2019 08:55:56 +0000 (09:55 +0100)]
Bump phpseclib to 2.0.23
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 22 Nov 2019 08:57:22 +0000 (09:57 +0100)]
Merge pull request #18007 from nextcloud/fix/17291/update-id3parser
[3rdparty] Bump id3parser to 0.10
Nextcloud bot [Fri, 22 Nov 2019 02:16:16 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 21 Nov 2019 21:58:07 +0000 (22:58 +0100)]
Merge pull request #18063 from nextcloud/fix/test/18029
Fix the tests after #18029
Roeland Jago Douma [Thu, 21 Nov 2019 21:31:45 +0000 (22:31 +0100)]
Fix the tests after #18029
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Kesselberg [Tue, 19 Nov 2019 14:04:34 +0000 (15:04 +0100)]
Bump id3parser to 0.10
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Thu, 21 Nov 2019 14:53:50 +0000 (15:53 +0100)]
Merge pull request #18045 from nextcloud/ci/other/php73
Move more CI tests to php7.3
Arthur Schiwon [Thu, 21 Nov 2019 11:52:37 +0000 (12:52 +0100)]
make help available to ordinary users again
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Thu, 21 Nov 2019 11:39:42 +0000 (12:39 +0100)]
Merge pull request #18029 from nextcloud/feature/public-post-login-event
Make the post login event public
blizzz [Thu, 21 Nov 2019 10:05:54 +0000 (11:05 +0100)]
Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsize
make chunksize (used to check for gone LDAP users) configurable
Roeland Jago Douma [Thu, 21 Nov 2019 07:02:08 +0000 (08:02 +0100)]
Merge pull request #17994 from nextcloud/fix/accessibility
Fix accessibility
Roeland Jago Douma [Wed, 20 Nov 2019 20:57:26 +0000 (21:57 +0100)]
Move more CI tests to php7.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 21 Nov 2019 06:51:01 +0000 (07:51 +0100)]
Merge pull request #18035 from nextcloud/update/crl
Update the CRL
Roeland Jago Douma [Thu, 21 Nov 2019 06:50:37 +0000 (07:50 +0100)]
Merge pull request #18042 from nextcloud/ci/integration/php73
Move integration tests to php7.3
Roeland Jago Douma [Thu, 21 Nov 2019 06:49:49 +0000 (07:49 +0100)]
Merge pull request #18039 from nextcloud/accept-incoming-shares-in-acceptance-tests
Accept incoming shares in acceptance tests
John Molakvoæ [Thu, 21 Nov 2019 06:08:33 +0000 (07:08 +0100)]
uid can be false when the user record does not exit (#18030)
uid can be false when the user record does not exit
Nextcloud bot [Thu, 21 Nov 2019 02:16:02 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 20 Nov 2019 20:51:16 +0000 (21:51 +0100)]
Merge pull request #18009 from nextcloud/bugfix/noid/install-with-mysql-8.0.4+
Fix installing with MySQL 8.0.4+