summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-2020-126/+54
|
* Merge pull request #13111 from ↵Roeland Jago Douma2018-12-192-22/+22
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.1 Bump css-loader from 2.0.0 to 2.0.1 in /apps/accessibility
| * Bump css-loader from 2.0.0 to 2.0.1 in /apps/accessibilitydependabot[bot]2018-12-172-22/+22
| | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.0 to 2.0.1. - [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/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13133 from nextcloud/file-drop-char-fixesRoeland Jago Douma2018-12-191-0/+4
|\ \ | | | | | | Prevent special characters from breaking the file drop remote url
| * | Prevent special characters from breaking the file drop remote urlJohn Molakvoæ (skjnldsv)2018-12-181-0/+4
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #13116 from ↵Roeland Jago Douma2018-12-192-55/+98
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/only_trust_xforwardedhost_for_trusted_proxies Only trust the X-FORWARDED-HOST header for trusted proxies
| * | | Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-172-55/+98
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-1918-48/+62
| | | |
* | | | Merge pull request #12678 from nextcloud/encryption-emergency-recoveryBjörn Schießle2018-12-181-2/+10
|\ \ \ \ | |_|/ / |/| | | Allow to disable the signature check
| * | | improve variable namingBjoern Schiessle2018-11-301-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | in case 'encryption_skip_signature_check' was set to true we accept if the ↵Bjoern Schiessle2018-11-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | file doesn't has a signature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | Allow to disable the signature checkBjoern Schiessle2018-11-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | This allows you to recover encryption files even if the signature is broken Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #12766 from stalker314314/streaming-optionsJohn Molakvoæ2018-12-183-0/+33
|\ \ \ \ | | | | | | | | | | Expose Swift Mailer streaming options in config, fixes #12702
| * | | | Addressing comments, array() to []Branko Kokanovic2018-12-172-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
| * | | | Addressing comments, count to emptyBranko Kokanovic2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
| * | | | Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic2018-11-303-0/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
| |_|/ / |/| | |
* | | | Merge pull request #12883 from nextcloud/appdata-performanceJoas Schilling2018-12-174-44/+81
|\ \ \ \ | |_|_|/ |/| | | try to grab the appdata folder directly without going trough the whole tree
| * | | use a fresh appdata factory in background job testRobin Appelman2018-12-061-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | try to grab the appdata folder directly without going trough the whole treeRobin Appelman2018-12-063-43/+76
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #13118 from nextcloud/fix/login_flow_with_saml_iosRoeland Jago Douma2018-12-171-0/+1
|\ \ \ \ | | | | | | | | | | Fix SAML Client login flow on Apple devices
| * | | | Fix SAML Client login flow on Apple devicesRoeland Jago Douma2018-12-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the redirect from the SAML/SSO endpoint is a POST the lax/strict cookies are not properly send. Note that it is not strictly requried on this endpoint as we do not need the remember me data. Only the real session info is enough. The endpoint is also already protected by a state token. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #12693 from nextcloud/fix/11474/fix-first-ldap-loginblizzz2018-12-177-17/+71
|\ \ \ \ \ | |/ / / / |/| | | | fix exception on LDAP mapping during login
| * | | | LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-173-1/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | run LDAP integrations tests with redis which is the recommended setupArthur Schiwon2018-12-031-0/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-11-272-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | cache users as existing after mappingArthur Schiwon2018-11-271-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during login they might be cached as non-existing and cause an Exception in the long run reduces some duplication, too Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #13109 from ↵John Molakvoæ2018-12-172-9/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/@babel/core-7.2.2 Bump @babel/core from 7.2.0 to 7.2.2 in /apps/updatenotification
| * | | | | Bump @babel/core from 7.2.0 to 7.2.2 in /apps/updatenotificationdependabot[bot]2018-12-172-13/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.2.0 to 7.2.2. - [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.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #13110 from ↵John Molakvoæ2018-12-172-26/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/@babel/core-7.2.2 Bump @babel/core from 7.2.0 to 7.2.2 in /apps/accessibility
| * | | | | | Bump @babel/core from 7.2.0 to 7.2.2 in /apps/accessibilitydependabot[bot]2018-12-172-26/+59
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.2.0 to 7.2.2. - [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.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #13108 from ↵John Molakvoæ2018-12-172-85/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/@babel/core-7.2.2 Bump @babel/core from 7.2.0 to 7.2.2 in /settings
| * | | | | | Bump @babel/core from 7.2.0 to 7.2.2 in /settingsdependabot[bot]2018-12-172-85/+39
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.2.0 to 7.2.2. - [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.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #13107 from ↵John Molakvoæ2018-12-172-28/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/css-loader-2.0.1 Bump css-loader from 2.0.0 to 2.0.1 in /apps/oauth2
| * | | | | | Bump css-loader from 2.0.0 to 2.0.1 in /apps/oauth2dependabot[bot]2018-12-172-28/+22
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.0 to 2.0.1. - [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/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #13106 from ↵John Molakvoæ2018-12-172-26/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-2.0.1 Bump css-loader from 2.0.0 to 2.0.1 in /apps/updatenotification
| * | | | | | Bump css-loader from 2.0.0 to 2.0.1 in /apps/updatenotificationdependabot[bot]2018-12-172-26/+31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.0 to 2.0.1. - [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/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #13105 from ↵John Molakvoæ2018-12-172-22/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/css-loader-2.0.1 Bump css-loader from 2.0.0 to 2.0.1 in /settings
| * | | | | Bump css-loader from 2.0.0 to 2.0.1 in /settingsdependabot[bot]2018-12-172-22/+22
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.0 to 2.0.1. - [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/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-12-1736-40/+250
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-12-1624-42/+100
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-12-1516-14/+40
| | | | |
* | | | | Merge pull request #13070 from nextcloud/ie11-compatibility-updatenotificationsJohn Molakvoæ2018-12-146-33/+1266
|\ \ \ \ \ | | | | | | | | | | | | Ie11 compatibility updatenotifications
| * | | | | Transpile arrow function for ie11 compatibilityJohn Molakvoæ (skjnldsv)2018-12-146-33/+1266
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #13073 from nextcloud/ie11-compatibility-accessibilityJohn Molakvoæ2018-12-146-39/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ie11 compatibility accessibility
| * | | | | | Transpile arrow function for ie11 compatibilityJohn Molakvoæ (skjnldsv)2018-12-146-39/+20
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-12-1416-2/+72
| | | | | |
* | | | | | Merge pull request #13033 from RandieM/password-reset-checkbox-invisibleRoeland Jago Douma2018-12-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fixes issue #12383
| * | | | | fixes issue #12383RandieM2018-12-121-1/+1
| | | | | |
* | | | | | Merge pull request #12923 from nextcloud/fix/12832/share-autocompleteJohn Molakvoæ2018-12-132-1/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes the share autocomplete layout