summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-234-0/+26
|
* Merge pull request #13195 from ↵Roeland Jago Douma2018-12-212-5/+18
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/file-loader-3.0.1 Bump file-loader from 1.1.11 to 3.0.1 in /apps/accessibility
| * Bump file-loader from 1.1.11 to 3.0.1 in /apps/accessibilitydependabot[bot]2018-12-212-5/+18
| | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [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/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13190 from ↵Roeland Jago Douma2018-12-212-5/+18
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/file-loader-3.0.1 Bump file-loader from 1.1.11 to 3.0.1 in /apps/updatenotification
| * | Bump file-loader from 1.1.11 to 3.0.1 in /apps/updatenotificationdependabot[bot]2018-12-212-5/+18
| |/ | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [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/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13212 from nextcloud/bugfix/noid/ie11-files-loadingRoeland Jago Douma2018-12-211-2/+5
|\ \ | | | | | | Files list not rendering if user has favorites navigation unfolded
| * | Replace ChildNode.before with custom before helperJulius Härtl2018-12-211-2/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #13187 from ↵John Molakvoæ2018-12-211-1/+1
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/fix/noid/ldap-misses-store-2n-displayname-portion do not forgot to store the second displayname portion
| * | do not forgot to store the second displayname portionArthur Schiwon2018-12-201-1/+1
| | | | | | | | | | | | | | | | | | otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #13197 from ↵John Molakvoæ2018-12-212-55/+175
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/@babel/preset-env-7.2.3 Bump @babel/preset-env from 7.2.0 to 7.2.3 in /apps/accessibility
| * | | Bump @babel/preset-env from 7.2.0 to 7.2.3 in /apps/accessibilitydependabot[bot]2018-12-212-55/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3. - [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.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13193 from ↵John Molakvoæ2018-12-212-38/+164
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/@babel/preset-env-7.2.3 Bump @babel/preset-env from 7.2.0 to 7.2.3 in /apps/updatenotification
| * | | | Bump @babel/preset-env from 7.2.0 to 7.2.3 in /apps/updatenotificationdependabot[bot]2018-12-212-38/+164
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3. - [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.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13183 from nextcloud/enhancement/whats_new_one_per_hourRoeland Jago Douma2018-12-211-1/+4
|\ \ \ \ | | | | | | | | | | Only check whatsnew once per hour
| * | | | Only check whatsnew once per hourRoeland Jago Douma2018-12-201-1/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Store the last check in the session storage. (Which gets cleared on logout). And only check once an hour. Saves a request to the server on most requests when browsing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #13192 from ↵Roeland Jago Douma2018-12-212-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.28.1 Bump webpack from 4.28.0 to 4.28.1 in /apps/updatenotification
| * | | | Bump webpack from 4.28.0 to 4.28.1 in /apps/updatenotificationdependabot[bot]2018-12-212-4/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13191 from ↵Roeland Jago Douma2018-12-212-13/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.28.1 Bump webpack from 4.28.0 to 4.28.1 in /apps/oauth2
| * | | | Bump webpack from 4.28.0 to 4.28.1 in /apps/oauth2dependabot[bot]2018-12-212-13/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13189 from ↵Roeland Jago Douma2018-12-212-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.28.1 Bump webpack from 4.28.0 to 4.28.1 in /apps/accessibility
| * | | | Bump webpack from 4.28.0 to 4.28.1 in /apps/accessibilitydependabot[bot]2018-12-212-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / / Bump file-loader from 1.1.11 to 3.0.1 in /apps/oauth2dependabot[bot]2018-12-212-5/+18
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [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/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / [tx-robot] updated from transifexNextcloud bot2018-12-2112-6/+62
|/ /
* | Merge pull request #13167 from ↵John Molakvoæ2018-12-203-34/+29
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.28.0 Bump webpack from 4.27.1 to 4.28.0 in /apps/updatenotification
| * | Compile assetsJohn Molakvoæ (skjnldsv)2018-12-201-12/+12
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Bump webpack from 4.27.1 to 4.28.0 in /apps/updatenotificationdependabot[bot]2018-12-202-22/+17
| |/ | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13166 from ↵John Molakvoæ2018-12-203-25/+20
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.28.0 Bump webpack from 4.27.1 to 4.28.0 in /apps/accessibility
| * | Compile assetsJohn Molakvoæ (skjnldsv)2018-12-201-3/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Bump webpack from 4.27.1 to 4.28.0 in /apps/accessibilitydependabot[bot]2018-12-202-22/+17
| |/ | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Compile assetsJohn Molakvoæ (skjnldsv)2018-12-201-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | build assetsRoeland Jago Douma2018-12-203-9/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump webpack from 4.27.1 to 4.28.0 in /apps/oauth2dependabot[bot]2018-12-202-22/+17
|/ | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-2014-124/+46
|
* 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>
* | | [tx-robot] updated from transifexNextcloud bot2018-12-1914-22/+36
| | |
* | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
| |/ |/|
* | Merge pull request #12693 from nextcloud/fix/11474/fix-first-ldap-loginblizzz2018-12-176-17/+53
|\ \ | | | | | | 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>
| * | 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