]>
source.dussan.org Git - nextcloud-server.git/log
Morris Jobke [Mon, 25 May 2020 13:03:52 +0000 (15:03 +0200)]
Do not read certificate bundle from data dir by default
Before the resources/config/ca-bundle.crt was only used when the list of custom
certificates was empty and the instance was not installed. But it should also
be used when the list is empty and the instance is installed.
This is inverting the logic to stop if the instance is not installed to use the
default bundle. And it also does this when the list is empty.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Mon, 25 May 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 May 2020 02:15:55 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 23 May 2020 07:47:53 +0000 (09:47 +0200)]
Merge pull request #20989 from nextcloud/td/js/move_core_files_webpack
Move core/js/files to webpack
Roeland Jago Douma [Sat, 23 May 2020 07:46:27 +0000 (09:46 +0200)]
Merge pull request #21065 from nextcloud/fix/cleanstatscache_before_fetching_metadata
Clear the statscache before fetching the metadata
Nextcloud bot [Sat, 23 May 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 15 May 2020 08:37:08 +0000 (10:37 +0200)]
Move core/js/files to webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Fri, 22 May 2020 14:37:58 +0000 (16:37 +0200)]
Merge pull request #21001 from rubo77/pngs
compress some images with tinypng.com
Ruben Barkow-Kuder [Sat, 16 May 2020 17:59:46 +0000 (19:59 +0200)]
compress some images with tinypng.com
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Fri, 22 May 2020 12:19:28 +0000 (14:19 +0200)]
Merge pull request #20776 from nextcloud/enh/limit_group_queries
Improve group queries
Roeland Jago Douma [Fri, 22 May 2020 07:21:53 +0000 (09:21 +0200)]
Clear the statscache before fetching the metadata
Else if a lot of writes happen. It might happen that an old stat result
is used. Resulting in a wrong file size for the file. For example the
text app when a lot of people edit at the same time.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Fri, 22 May 2020 02:17:20 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 21 May 2020 07:53:45 +0000 (09:53 +0200)]
Merge pull request #20814 from nextcloud/group-id-only
dont get the group details if we only ask for the id
Roeland Jago Douma [Thu, 21 May 2020 07:48:55 +0000 (09:48 +0200)]
Merge pull request #20586 from nextcloud/techdebt/noid/make-image-optimization.sh-better-readable
Improve build/image-optimization.sh
Roeland Jago Douma [Thu, 21 May 2020 07:47:19 +0000 (09:47 +0200)]
Merge pull request #21018 from nextcloud/bug/20498/add-defaults-on-empty
Create account structure also for empty record
Nextcloud bot [Thu, 21 May 2020 02:17:26 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 20 May 2020 13:49:20 +0000 (15:49 +0200)]
Merge pull request #21054 from nextcloud/feature/noid/default-gzip-encoding-for-http-clients
Allow gzip encoded requests by default
Morris Jobke [Wed, 20 May 2020 09:09:46 +0000 (11:09 +0200)]
Revert "Compress the appstore requests by default"
This reverts commit
6ffde128ad17a1ebe38f8d18b21a37d01b47c46b .
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 20 May 2020 09:08:27 +0000 (11:08 +0200)]
Allow gzip encoded requests by default
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 20 May 2020 09:05:34 +0000 (11:05 +0200)]
Merge pull request #21050 from nextcloud/bug/noid/caching-and-gzipping-of-appstore-requests
Caching and compression for app store requests
Morris Jobke [Tue, 19 May 2020 21:04:51 +0000 (23:04 +0200)]
Compress the appstore requests by default
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>
Morris Jobke [Tue, 19 May 2020 21:04:25 +0000 (23:04 +0200)]
Cache appstore requests for 60 instead of 5 minutes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Wed, 20 May 2020 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 19 May 2020 19:24:24 +0000 (21:24 +0200)]
Merge pull request #21010 from nextcloud/dependabot/npm_and_yarn/marked-1.1.0
Bump marked from 0.8.2 to 1.1.0
Morris Jobke [Tue, 19 May 2020 12:48:27 +0000 (14:48 +0200)]
Merge pull request #21041 from nextcloud/enh/dataresponse_etag_lastmod
Copy over the ETag and LastModified when formatting a Dataresponse
Morris Jobke [Tue, 19 May 2020 12:47:13 +0000 (14:47 +0200)]
Merge pull request #21044 from nextcloud/enhancement/app-disable-log-message
Add a message to the log entry of an app being disabled
Christoph Wurst [Tue, 19 May 2020 08:48:57 +0000 (10:48 +0200)]
Add a message to the log entry of an app being disabled
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>
dependabot-preview[bot] [Tue, 19 May 2020 08:40:29 +0000 (08:40 +0000)]
Bump marked from 0.8.2 to 1.1.0
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>
Roeland Jago Douma [Tue, 19 May 2020 08:37:38 +0000 (10:37 +0200)]
Merge pull request #21006 from nextcloud/dependabot/npm_and_yarn/moment-2.25.3
Bump moment from 2.24.0 to 2.25.3
Roeland Jago Douma [Tue, 19 May 2020 07:39:51 +0000 (09:39 +0200)]
Copy over the ETag and LastModified when formatting a Dataresponse
This way the ETag checks etc are all working.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
dependabot-preview[bot] [Tue, 19 May 2020 06:45:16 +0000 (06:45 +0000)]
Bump moment from 2.24.0 to 2.25.3
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>
Roeland Jago Douma [Tue, 19 May 2020 06:42:27 +0000 (08:42 +0200)]
Merge pull request #21009 from nextcloud/dependabot/npm_and_yarn/vuex-3.4.0
Bump vuex from 3.1.3 to 3.4.0
Nextcloud bot [Tue, 19 May 2020 02:17:09 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Mon, 18 May 2020 18:41:42 +0000 (18:41 +0000)]
Bump vuex from 3.1.3 to 3.4.0
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>
Roeland Jago Douma [Mon, 18 May 2020 18:36:40 +0000 (20:36 +0200)]
Merge pull request #21011 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.5.0
Bump bootstrap from 4.4.1 to 4.5.0
Morris Jobke [Mon, 18 May 2020 17:44:28 +0000 (19:44 +0200)]
Merge pull request #21033 from nextcloud/enh/capabilities_initialstate
Provide capabilities via initialstate
Roeland Jago Douma [Mon, 18 May 2020 14:01:54 +0000 (16:01 +0200)]
Provide capabilities via initialstate
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Mon, 18 May 2020 13:45:56 +0000 (15:45 +0200)]
Merge pull request #20846 from nextcloud/fix/link_fed_perm
Link permissions
Morris Jobke [Mon, 18 May 2020 12:24:18 +0000 (14:24 +0200)]
Merge pull request #21017 from nextcloud/enh/noid/clean-excluded-groups-list
Remove group from excluded_groups_list after delete
dependabot-preview[bot] [Mon, 18 May 2020 11:44:36 +0000 (11:44 +0000)]
Bump bootstrap from 4.4.1 to 4.5.0
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>
Roeland Jago Douma [Mon, 18 May 2020 11:41:51 +0000 (13:41 +0200)]
Merge pull request #21008 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.3.1
Bump css-vars-ponyfill from 2.2.1 to 2.3.1
Morris Jobke [Mon, 18 May 2020 09:48:10 +0000 (11:48 +0200)]
Merge pull request #21003 from nextcloud/enh/noid/validate-locale
Remove entries from locales.json incompatible with punic
dependabot-preview[bot] [Mon, 18 May 2020 09:19:02 +0000 (09:19 +0000)]
Bump css-vars-ponyfill from 2.2.1 to 2.3.1
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>
Roeland Jago Douma [Mon, 18 May 2020 08:50:20 +0000 (10:50 +0200)]
Merge pull request #21007 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.16.0
Bump blueimp-md5 from 2.15.0 to 2.16.0
Roeland Jago Douma [Mon, 18 May 2020 08:49:15 +0000 (10:49 +0200)]
Merge pull request #21026 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.31
Bump moment-timezone from 0.5.28 to 0.5.31
dependabot-preview[bot] [Mon, 18 May 2020 06:40:08 +0000 (06:40 +0000)]
Bump moment-timezone from 0.5.28 to 0.5.31
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>
Roeland Jago Douma [Mon, 18 May 2020 06:37:30 +0000 (08:37 +0200)]
Merge pull request #20988 from nextcloud/td/js/deprecate_util_moment_functions
Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDate
Nextcloud bot [Mon, 18 May 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Sun, 17 May 2020 13:30:36 +0000 (15:30 +0200)]
Create account structure also for empty record
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Fri, 24 Jan 2020 15:34:07 +0000 (16:34 +0100)]
Remove group from excluded_groups_list after delete
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Sun, 17 May 2020 02:16:59 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 17 May 2020 01:24:28 +0000 (01:24 +0000)]
Bump blueimp-md5 from 2.15.0 to 2.16.0
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>
Daniel Kesselberg [Sat, 16 May 2020 21:21:22 +0000 (23:21 +0200)]
Remove entries from locales.json incompatible with punic
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>
Nextcloud bot [Sat, 16 May 2020 02:17:14 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 15 May 2020 17:47:02 +0000 (19:47 +0200)]
Merge pull request #20629 from mejo-/files_sharing_preview_text
Don't load text file preview when text app is available (Fixes: #20615)
Roeland Jago Douma [Fri, 15 May 2020 06:42:55 +0000 (08:42 +0200)]
Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDate
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Fri, 15 May 2020 17:44:04 +0000 (19:44 +0200)]
Merge pull request #20957 from nextcloud/Valdnet-patch-5
l10n: Adding "The" before "Following"
Roeland Jago Douma [Fri, 15 May 2020 14:09:10 +0000 (16:09 +0200)]
Merge pull request #20987 from nextcloud/feature/noid/allow-compressed-templateresponses
Allow TemplateResponse to be compressed
Morris Jobke [Fri, 15 May 2020 12:32:56 +0000 (14:32 +0200)]
Merge pull request #20941 from nextcloud/smb-3.2.4
update icewind/smb to 3.2.4
Roeland Jago Douma [Fri, 15 May 2020 11:43:02 +0000 (13:43 +0200)]
Merge pull request #20904 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.11
Bump dompurify from 2.0.8 to 2.0.11
dependabot-preview[bot] [Fri, 15 May 2020 06:21:36 +0000 (06:21 +0000)]
Bump dompurify from 2.0.8 to 2.0.11
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.8 to 2.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.8...2.0.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Fri, 15 May 2020 06:38:39 +0000 (08:38 +0200)]
Allow TemplateResponse to be compressed
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Valdnet [Wed, 13 May 2020 13:29:35 +0000 (15:29 +0200)]
l10n: Add "The" before "Following"
Julius Härtl [Fri, 15 May 2020 06:19:31 +0000 (08:19 +0200)]
Fix share update test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Wed, 6 May 2020 19:49:26 +0000 (21:49 +0200)]
Update public link share permission code
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 6 May 2020 19:39:49 +0000 (21:39 +0200)]
Have share permissions on link shares if it is enabled
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Fri, 15 May 2020 02:17:17 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
blizzz [Thu, 14 May 2020 20:54:07 +0000 (22:54 +0200)]
Merge pull request #20981 from nextcloud/techdebt/remove-long-deprecated-jquery-tipsy
Remove the long deprecated jQuery tipsy
Christoph Wurst [Thu, 14 May 2020 14:12:29 +0000 (16:12 +0200)]
Remove the long deprecated jQuery tipsy
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 14 May 2020 18:32:26 +0000 (20:32 +0200)]
Merge pull request #20980 from nextcloud/techdebt/deprecate-torgb-monkey-patch
Deprecate String.prototype.toRgb
Christoph Wurst [Thu, 14 May 2020 13:59:27 +0000 (15:59 +0200)]
Deprecate String.prototype.toRgb
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Thu, 14 May 2020 15:39:02 +0000 (17:39 +0200)]
Merge pull request #20978 from nextcloud/fix/jquery-placeholder-md5
Import md5 for the jquery placeholder plugin
Christoph Wurst [Thu, 14 May 2020 13:06:38 +0000 (15:06 +0200)]
Import md5 for the jquery placeholder plugin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 14 May 2020 12:26:12 +0000 (14:26 +0200)]
Merge pull request #20949 from nextcloud/dependachristoph/npm_and_yarn/jquery-2.2.4
Bump jQuery to v2.2
Roeland Jago Douma [Thu, 14 May 2020 10:22:35 +0000 (12:22 +0200)]
Merge pull request #20911 from nextcloud/dependabot/npm_and_yarn/p-queue-6.4.0
Bump p-queue from 6.3.0 to 6.4.0
Christoph Wurst [Wed, 13 May 2020 08:48:36 +0000 (10:48 +0200)]
Bump jQuery to v2.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
dependabot-preview[bot] [Thu, 14 May 2020 08:23:33 +0000 (08:23 +0000)]
Bump p-queue from 6.3.0 to 6.4.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.3.0...v6.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Thu, 14 May 2020 08:20:58 +0000 (10:20 +0200)]
Merge pull request #20909 from nextcloud/dependabot/npm_and_yarn/babel/core-7.9.6
Bump @babel/core from 7.9.0 to 7.9.6
Christoph Wurst [Thu, 14 May 2020 06:40:45 +0000 (08:40 +0200)]
Merge pull request #20947 from nextcloud/dependachristoph/npm_and_yarn/yargs-parser
Bump yargs-parser
Nextcloud bot [Thu, 14 May 2020 02:16:36 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 13 May 2020 20:59:03 +0000 (22:59 +0200)]
Merge pull request #20932 from nextcloud/Valdnet-patch-3
l10n: Changing the word "These" to "Following"
Morris Jobke [Wed, 13 May 2020 20:58:20 +0000 (22:58 +0200)]
Merge pull request #20956 from nextcloud/Valdnet-patch-4
l10n: Adding "The" to the description
Morris Jobke [Wed, 13 May 2020 20:12:34 +0000 (22:12 +0200)]
Merge pull request #20958 from nextcloud/bugfix/talk-3523/allow-links-to-conversations
Allow links to conversations
Morris Jobke [Wed, 13 May 2020 19:42:29 +0000 (21:42 +0200)]
Merge pull request #20952 from nextcloud/test/noid/fix-lint-exit-code
Respect exit code of lint run - changed from -exec to xargs as this exits properly
dependabot-preview[bot] [Wed, 13 May 2020 17:48:16 +0000 (17:48 +0000)]
Bump @babel/core from 7.9.0 to 7.9.6
Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6.
- [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.9.0...v7.9.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Wed, 13 May 2020 17:45:48 +0000 (19:45 +0200)]
Merge pull request #20905 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.9.6
Bump @babel/preset-env from 7.9.5 to 7.9.6
dependabot-preview[bot] [Wed, 13 May 2020 10:52:35 +0000 (10:52 +0000)]
Bump @babel/preset-env from 7.9.5 to 7.9.6
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.5 to 7.9.6.
- [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.9.5...v7.9.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Joas Schilling [Wed, 13 May 2020 14:05:55 +0000 (16:05 +0200)]
Allow links to conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Wed, 13 May 2020 12:55:00 +0000 (14:55 +0200)]
Fix return code of AppConfig::deleteUserValue
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Valdnet [Wed, 13 May 2020 12:23:21 +0000 (14:23 +0200)]
Adding "The" to the description
Valdnet [Wed, 13 May 2020 12:17:57 +0000 (14:17 +0200)]
l10n: Addition of "The"
Morris Jobke [Wed, 13 May 2020 09:43:11 +0000 (11:43 +0200)]
Respect exit code of lint run - changed from -exec to xargs as this exits properly
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Wed, 13 May 2020 10:37:56 +0000 (12:37 +0200)]
Merge pull request #20951 from nextcloud/fix/no_trailing_comma_function
Trailing comma's in functin arguments break on 7.2
Roeland Jago Douma [Wed, 13 May 2020 09:20:54 +0000 (11:20 +0200)]
Trailing comma's in functin arguments break on 7.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Christoph Wurst [Wed, 13 May 2020 09:08:18 +0000 (11:08 +0200)]
Merge pull request #20946 from nextcloud/enhancement/ext-json-composer
Declare ext-json as dependency in composer.json
Christoph Wurst [Wed, 13 May 2020 08:03:14 +0000 (10:03 +0200)]
Bump yargs-parser
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 13 May 2020 07:49:26 +0000 (09:49 +0200)]
Declare ext-json as dependency in composer.json
This makes phpstorm happy as it knows that the functions like
json_encode are available.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Wed, 13 May 2020 07:04:56 +0000 (09:04 +0200)]
Merge pull request #20939 from nextcloud/enh/middleware/not_modified
Move not modified check to the middleware
Roeland Jago Douma [Wed, 13 May 2020 06:27:05 +0000 (08:27 +0200)]
Merge pull request #20897 from nextcloud/bugfix/httpcache
Proxy server could cache http response when it is not private
Roeland Jago Douma [Mon, 11 May 2020 14:18:01 +0000 (16:18 +0200)]
Move the notmodified check to middleware where it belongs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>