summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21054 from ↵Morris Jobke2020-05-204-47/+19
|\ | | | | | | | | nextcloud/feature/noid/default-gzip-encoding-for-http-clients Allow gzip encoded requests by default
| * Revert "Compress the appstore requests by default"Morris Jobke2020-05-202-44/+8
| | | | | | | | | | | | This reverts commit 6ffde128ad17a1ebe38f8d18b21a37d01b47c46b. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Allow gzip encoded requests by defaultMorris Jobke2020-05-202-3/+11
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #21050 from ↵Morris Jobke2020-05-202-17/+53
|\ | | | | | | | | nextcloud/bug/noid/caching-and-gzipping-of-appstore-requests Caching and compression for app store requests
| * Compress the appstore requests by defaultMorris Jobke2020-05-202-8/+44
| | | | | | | | | | | | In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Cache appstore requests for 60 instead of 5 minutesMorris Jobke2020-05-202-9/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-05-2024-48/+154
|/
* Merge pull request #21010 from nextcloud/dependabot/npm_and_yarn/marked-1.1.0Roeland Jago Douma2020-05-1914-274/+274
|\ | | | | Bump marked from 0.8.2 to 1.1.0
| * Bump marked from 0.8.2 to 1.1.0dependabot-preview[bot]2020-05-1914-274/+274
| | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 1.1.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #21041 from nextcloud/enh/dataresponse_etag_lastmodMorris Jobke2020-05-191-0/+8
|\ \ | | | | | | Copy over the ETag and LastModified when formatting a Dataresponse
| * | Copy over the ETag and LastModified when formatting a DataresponseRoeland Jago Douma2020-05-191-0/+8
| | | | | | | | | | | | | | | | | | This way the ETag checks etc are all working. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21044 from nextcloud/enhancement/app-disable-log-messageMorris Jobke2020-05-191-2/+8
|\ \ \ | |_|/ |/| | Add a message to the log entry of an app being disabled
| * | Add a message to the log entry of an app being disabledChristoph Wurst2020-05-191-2/+8
|/ / | | | | | | | | | | | | | | | | As an admin, it's always a surprise to see that an app got disabled. On a busy server with many log entries, it's hard to locate the entry that explains why Nextcloud disabled an app. Adding a message will make it more obvious, allowing admins and developers to grep for the string. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #21006 from nextcloud/dependabot/npm_and_yarn/moment-2.25.3Roeland Jago Douma2020-05-1914-94/+1158
|\ \ | |/ |/| Bump moment from 2.24.0 to 2.25.3
| * Bump moment from 2.24.0 to 2.25.3dependabot-preview[bot]2020-05-1914-94/+1158
|/ | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.25.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21009 from nextcloud/dependabot/npm_and_yarn/vuex-3.4.0Roeland Jago Douma2020-05-1910-26/+26
|\ | | | | Bump vuex from 3.1.3 to 3.4.0
| * Bump vuex from 3.1.3 to 3.4.0dependabot-preview[bot]2020-05-1810-26/+26
| | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.3 to 3.4.0. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.3...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-1914-48/+88
|/
* Merge pull request #21011 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.5.0Roeland Jago Douma2020-05-184-11/+11
|\ | | | | Bump bootstrap from 4.4.1 to 4.5.0
| * Bump bootstrap from 4.4.1 to 4.5.0dependabot-preview[bot]2020-05-184-11/+11
| | | | | | | | | | | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #21033 from nextcloud/enh/capabilities_initialstateMorris Jobke2020-05-181-0/+1
|\ \ | | | | | | Provide capabilities via initialstate
| * | Provide capabilities via initialstateRoeland Jago Douma2020-05-181-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #20846 from nextcloud/fix/link_fed_permMorris Jobke2020-05-183-12/+14
|\ \ \ | | | | | | | | Link permissions
| * | | Fix share update testJulius Härtl2020-05-151-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Update public link share permission codeRoeland Jago Douma2020-05-151-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Have share permissions on link shares if it is enabledRoeland Jago Douma2020-05-151-9/+10
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21017 from nextcloud/enh/noid/clean-excluded-groups-listMorris Jobke2020-05-181-0/+13
|\ \ \ \ | |_|_|/ |/| | | Remove group from excluded_groups_list after delete
| * | | Remove group from excluded_groups_list after deleteDaniel Kesselberg2020-05-171-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21008 from ↵Roeland Jago Douma2020-05-184-24/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.3.1 Bump css-vars-ponyfill from 2.2.1 to 2.3.1
| * | | | Bump css-vars-ponyfill from 2.2.1 to 2.3.1dependabot-preview[bot]2020-05-184-24/+33
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #21003 from nextcloud/enh/noid/validate-localeMorris Jobke2020-05-182-5/+13
|\ \ \ \ | |/ / / |/| | | Remove entries from locales.json incompatible with punic
| * | | Remove entries from locales.json incompatible with punicDaniel Kesselberg2020-05-162-5/+13
| |/ / | | | | | | | | | | | | | | | As reported at https://github.com/nextcloud/server/issues/20999 the list contains en_US_POSIX as locale but punic is unable to parse such a locale. If you select that locale everyone is confused. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #21007 from ↵Roeland Jago Douma2020-05-182-4/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.16.0 Bump blueimp-md5 from 2.15.0 to 2.16.0
| * | | Bump blueimp-md5 from 2.15.0 to 2.16.0dependabot-preview[bot]2020-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.15.0...v2.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #21026 from ↵Roeland Jago Douma2020-05-184-21/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.31 Bump moment-timezone from 0.5.28 to 0.5.31
| * | | | Bump moment-timezone from 0.5.28 to 0.5.31dependabot-preview[bot]2020-05-184-21/+21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.28 to 0.5.31. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.28...0.5.31) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #20988 from nextcloud/td/js/deprecate_util_moment_functionsRoeland Jago Douma2020-05-187-6/+8
|\ \ \ \ | | | | | | | | | | Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDate
| * | | | Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDateRoeland Jago Douma2020-05-157-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-05-1830-72/+166
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-05-1734-112/+174
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-16160-264/+392
| | | |
* | | | Merge pull request #20629 from mejo-/files_sharing_preview_textRoeland Jago Douma2020-05-151-1/+2
|\ \ \ \ | | | | | | | | | | Don't load text file preview when text app is available (Fixes: #20615)
| * | | | Don't load text file preview when text app is available (Fixes: #20615)Jonas Meurer2020-04-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When opening a shared text document, the files_sharing app uses internal preview support in case no other app to open the text file is available. So far, it only checks for the old files_texteditor app, not for the new new text app. This commit fixes this by checking for both. Signed-off-by: Jonas Meurer <jonas@freesources.org>
* | | | | Merge pull request #20957 from nextcloud/Valdnet-patch-5Roeland Jago Douma2020-05-152-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | | l10n: Adding "The" before "Following"
| * | | | l10n: Add "The" before "Following"Valdnet2020-05-152-6/+6
| | | | |
* | | | | Merge pull request #20987 from ↵Roeland Jago Douma2020-05-151-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/allow-compressed-templateresponses Allow TemplateResponse to be compressed
| * | | | | Allow TemplateResponse to be compressedMorris Jobke2020-05-151-0/+4
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #20941 from nextcloud/smb-3.2.4Morris Jobke2020-05-154-26/+53
|\ \ \ \ \ | | | | | | | | | | | | update icewind/smb to 3.2.4
| * | | | | update icewind/smb to 3.2.4Robin Appelman2020-05-124-26/+53
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #20904 from ↵Roeland Jago Douma2020-05-1512-16/+24
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/dompurify-2.0.11 Bump dompurify from 2.0.8 to 2.0.11