]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Tue, 26 May 2020 19:56:40 +0000 (21:56 +0200)]
Move the systemtags to core/src
* Move to the handlebar loader from webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Thu, 28 May 2020 12:15:59 +0000 (14:15 +0200)]
Merge pull request #20597 from nextcloud/enh/lazy_node_events
Add lazy events for the Node API
Roeland Jago Douma [Thu, 28 May 2020 12:13:48 +0000 (14:13 +0200)]
Merge pull request #21124 from nextcloud/feature/20612/add-capability-for-file-comments
Add a capability when file comments are enabled
Joas Schilling [Wed, 27 May 2020 13:14:40 +0000 (15:14 +0200)]
Add a capability when file comments are enabled
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 22 Apr 2020 13:21:15 +0000 (15:21 +0200)]
Add lazy events for the Node API
Right now if you want to get events via the Node API you have to have a
real instance of the Root. Which in turns sets up the whole FS.
We should make sure this is done lazy. Else enabling the preview
generator for example makes you setup the whole FS on each and every
authenticated call.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Thu, 28 May 2020 02:16:38 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 27 May 2020 17:37:22 +0000 (19:37 +0200)]
Merge pull request #21122 from nextcloud/enhancement/auth-token-exception-reporting
Improve traces of invalid token exceptions
Roeland Jago Douma [Wed, 27 May 2020 17:36:49 +0000 (19:36 +0200)]
Merge pull request #21123 from nextcloud/fix/noid/fix-retrieval-of-groups
simplify getGroups, fixing wrong chunking logic
Joas Schilling [Wed, 27 May 2020 14:19:38 +0000 (16:19 +0200)]
Merge pull request #21112 from nextcloud/techdebt/noid/remove-db-prefix
Remove db prefix option from cli install command
Christoph Wurst [Wed, 27 May 2020 13:47:28 +0000 (15:47 +0200)]
Merge pull request #20976 from nextcloud/fix/make-translation-sanitization-optional
Make the translation sanitization optional
Christoph Wurst [Thu, 14 May 2020 13:37:50 +0000 (15:37 +0200)]
Fix devices & sessions sanitization
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 14 May 2020 13:03:45 +0000 (15:03 +0200)]
Make the translation sanitization optional
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Arthur Schiwon [Wed, 27 May 2020 12:41:10 +0000 (14:41 +0200)]
simplify getGroups, fixing wrong chunking logic
pagination is taken care of properly in the search logic in Access class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Wed, 27 May 2020 10:55:50 +0000 (12:55 +0200)]
Merge pull request #21079 from nextcloud/dependabot/npm_and_yarn/moment-2.26.0
Bump moment from 2.25.3 to 2.26.0
Morris Jobke [Wed, 27 May 2020 08:50:43 +0000 (10:50 +0200)]
Merge pull request #21117 from nextcloud/design/text-variables-simplify
Simplify text variables from 4 to 2, map -lighter to -maxcontrast
Christoph Wurst [Wed, 27 May 2020 07:58:44 +0000 (09:58 +0200)]
Log why a token is not valid during password check
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 27 May 2020 07:21:47 +0000 (09:21 +0200)]
Improve traces of invalid token exceptions
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Wed, 27 May 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Jan-Christoph Borchardt [Thu, 7 May 2020 09:46:25 +0000 (11:46 +0200)]
Simplify text variables from 4 to 2, map -lighter to -maxcontrast
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
dependabot-preview[bot] [Mon, 25 May 2020 18:50:09 +0000 (18:50 +0000)]
Bump moment from 2.25.3 to 2.26.0
Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.26.0.
- [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.25.3...2.26.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, 26 May 2020 19:18:57 +0000 (21:18 +0200)]
Merge pull request #21106 from nextcloud/fix/10809/user-pwd-change-loginname
use the loginname to verify the old password in user password changes
Joas Schilling [Tue, 26 May 2020 14:56:41 +0000 (16:56 +0200)]
Remove the prefix setting attempt from our CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Mon, 25 May 2020 21:00:00 +0000 (23:00 +0200)]
use the loginname to verify the old password in user password changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Tue, 26 May 2020 12:10:39 +0000 (14:10 +0200)]
Remove db prefix option from cli install command
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Tue, 26 May 2020 09:54:20 +0000 (11:54 +0200)]
Merge pull request #21108 from nextcloud/fix/20745/eor-old-php-api
fixes infinitely repeating LDPA search results with PHP <= 7.2
Nextcloud bot [Tue, 26 May 2020 02:16:03 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Mon, 25 May 2020 22:33:21 +0000 (00:33 +0200)]
fixes infinitely repeating LDPA search results with PHP <= 7.2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Mon, 25 May 2020 18:47:20 +0000 (20:47 +0200)]
Merge pull request #21092 from nextcloud/enh/noid/recommended-apps
Update recommended apps
Roeland Jago Douma [Mon, 25 May 2020 17:48:00 +0000 (19:48 +0200)]
Merge pull request #21090 from nextcloud/bug/noid/do-not-read-cert-from-datadir-by-default
Do not read certificate bundle from data dir by default
Roeland Jago Douma [Mon, 25 May 2020 17:45:53 +0000 (19:45 +0200)]
Merge pull request #21078 from nextcloud/dependabot/npm_and_yarn/vue-router-3.2.0
Bump vue-router from 3.1.6 to 3.2.0
Julius Härtl [Mon, 25 May 2020 15:13:34 +0000 (17:13 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>
Julius Härtl [Mon, 25 May 2020 14:04:54 +0000 (16:04 +0200)]
Update hub bundle and add proxy rule to htaccess
Signed-off-by: Julius Härtl <jus@bitgrid.net>
dependabot-preview[bot] [Sun, 24 May 2020 01:14:29 +0000 (01:14 +0000)]
Bump vue-router from 3.1.6 to 3.2.0
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.6 to 3.2.0.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.6...v3.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Mon, 25 May 2020 12:04:18 +0000 (14:04 +0200)]
Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ip
Implement occ command to reset bruteforce attemps from a given IP address
Morris Jobke [Mon, 25 May 2020 12:03:21 +0000 (14:03 +0200)]
Fix code style
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>