Morris Jobke
18b0d753f2
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>
2020-05-25 16:57:56 +02:00
Nextcloud bot
cbde1d102c
[tx-robot] updated from transifex
2020-05-25 02:16:22 +00:00
Nextcloud bot
be7a198762
[tx-robot] updated from transifex
2020-05-24 02:15:55 +00:00
Roeland Jago Douma
5e35594cb6
Merge pull request #20989 from nextcloud/td/js/move_core_files_webpack
...
Move core/js/files to webpack
2020-05-23 09:47:53 +02:00
Roeland Jago Douma
533cb6992b
Merge pull request #21065 from nextcloud/fix/cleanstatscache_before_fetching_metadata
...
Clear the statscache before fetching the metadata
2020-05-23 09:46:27 +02:00
Nextcloud bot
23080fcd9c
[tx-robot] updated from transifex
2020-05-23 02:16:22 +00:00
Roeland Jago Douma
44d05bf356
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>
2020-05-22 20:28:31 +02:00
Roeland Jago Douma
4db4d8fc93
Merge pull request #21001 from rubo77/pngs
...
compress some images with tinypng.com
2020-05-22 16:37:58 +02:00
Ruben Barkow-Kuder
4ad622a720
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>
2020-05-22 13:07:11 +00:00
Roeland Jago Douma
fd805a0388
Merge pull request #20776 from nextcloud/enh/limit_group_queries
...
Improve group queries
2020-05-22 14:19:28 +02:00
Roeland Jago Douma
6b26744787
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>
2020-05-22 09:21:53 +02:00
Nextcloud bot
3b519f776a
[tx-robot] updated from transifex
2020-05-22 02:17:20 +00:00
Roeland Jago Douma
cac844d915
Merge pull request #20814 from nextcloud/group-id-only
...
dont get the group details if we only ask for the id
2020-05-21 09:53:45 +02:00
Roeland Jago Douma
bd0a1b6e7d
Merge pull request #20586 from nextcloud/techdebt/noid/make-image-optimization.sh-better-readable
...
Improve build/image-optimization.sh
2020-05-21 09:48:55 +02:00
Roeland Jago Douma
1c1b349473
Merge pull request #21018 from nextcloud/bug/20498/add-defaults-on-empty
...
Create account structure also for empty record
2020-05-21 09:47:19 +02:00
Nextcloud bot
d870e9ece5
[tx-robot] updated from transifex
2020-05-21 02:17:26 +00:00
Morris Jobke
0a45f44beb
Merge pull request #21054 from nextcloud/feature/noid/default-gzip-encoding-for-http-clients
...
Allow gzip encoded requests by default
2020-05-20 15:49:20 +02:00
Morris Jobke
8123737a40
Revert "Compress the appstore requests by default"
...
This reverts commit 6ffde128ad
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 13:37:28 +02:00
Morris Jobke
8bcd1c31da
Allow gzip encoded requests by default
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 13:37:28 +02:00
Morris Jobke
526905cfc2
Merge pull request #21050 from nextcloud/bug/noid/caching-and-gzipping-of-appstore-requests
...
Caching and compression for app store requests
2020-05-20 11:05:34 +02:00
Morris Jobke
6ffde128ad
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>
2020-05-20 09:51:07 +02:00
Morris Jobke
3e0d8df036
Cache appstore requests for 60 instead of 5 minutes
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 09:51:06 +02:00
Nextcloud bot
74e577876c
[tx-robot] updated from transifex
2020-05-20 02:16:28 +00:00
Roeland Jago Douma
e4c9acd4ed
Merge pull request #21010 from nextcloud/dependabot/npm_and_yarn/marked-1.1.0
...
Bump marked from 0.8.2 to 1.1.0
2020-05-19 21:24:24 +02:00
Morris Jobke
d26169838e
Merge pull request #21041 from nextcloud/enh/dataresponse_etag_lastmod
...
Copy over the ETag and LastModified when formatting a Dataresponse
2020-05-19 14:48:27 +02:00
Morris Jobke
7a22039ce0
Merge pull request #21044 from nextcloud/enhancement/app-disable-log-message
...
Add a message to the log entry of an app being disabled
2020-05-19 14:47:13 +02:00
Christoph Wurst
0556fe351a
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>
2020-05-19 11:44:51 +02:00
dependabot-preview[bot]
245636cf64
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>
2020-05-19 08:55:57 +00:00
Roeland Jago Douma
71cc9441ad
Merge pull request #21006 from nextcloud/dependabot/npm_and_yarn/moment-2.25.3
...
Bump moment from 2.24.0 to 2.25.3
2020-05-19 10:37:38 +02:00
Roeland Jago Douma
c92c378a9c
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>
2020-05-19 09:39:51 +02:00
dependabot-preview[bot]
70afde16bd
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>
2020-05-19 07:12:30 +00:00
Roeland Jago Douma
187eedf443
Merge pull request #21009 from nextcloud/dependabot/npm_and_yarn/vuex-3.4.0
...
Bump vuex from 3.1.3 to 3.4.0
2020-05-19 08:42:27 +02:00
Nextcloud bot
1b55119c85
[tx-robot] updated from transifex
2020-05-19 02:17:09 +00:00
dependabot-preview[bot]
75b813b8b9
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>
2020-05-18 19:01:02 +00:00
Roeland Jago Douma
5d0dc3d18d
Merge pull request #21011 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.5.0
...
Bump bootstrap from 4.4.1 to 4.5.0
2020-05-18 20:36:40 +02:00
Morris Jobke
3e65cc1bba
Merge pull request #21033 from nextcloud/enh/capabilities_initialstate
...
Provide capabilities via initialstate
2020-05-18 19:44:28 +02:00
Roeland Jago Douma
e822c33a90
Provide capabilities via initialstate
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-18 16:20:25 +02:00
Morris Jobke
ca276a9d60
Merge pull request #20846 from nextcloud/fix/link_fed_perm
...
Link permissions
2020-05-18 15:45:56 +02:00
Morris Jobke
1bba7de28f
Merge pull request #21017 from nextcloud/enh/noid/clean-excluded-groups-list
...
Remove group from excluded_groups_list after delete
2020-05-18 14:24:18 +02:00
dependabot-preview[bot]
f5f5342609
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>
2020-05-18 12:07:24 +00:00
Roeland Jago Douma
73f58483da
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
2020-05-18 13:41:51 +02:00
Morris Jobke
0a21f0f295
Merge pull request #21003 from nextcloud/enh/noid/validate-locale
...
Remove entries from locales.json incompatible with punic
2020-05-18 11:48:10 +02:00
dependabot-preview[bot]
eec7cfc7cd
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>
2020-05-18 09:36:04 +00:00
Roeland Jago Douma
72cd146322
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
2020-05-18 10:50:20 +02:00
Roeland Jago Douma
d01e282ca7
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
2020-05-18 10:49:15 +02:00
dependabot-preview[bot]
c39e9a855c
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>
2020-05-18 08:23:45 +00:00
Roeland Jago Douma
f73c1f74c0
Merge pull request #20988 from nextcloud/td/js/deprecate_util_moment_functions
...
Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDate
2020-05-18 08:37:30 +02:00
Nextcloud bot
a8ac6df1d0
[tx-robot] updated from transifex
2020-05-18 02:16:22 +00:00
Daniel Kesselberg
c6f770ea59
Create account structure also for empty record
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-17 15:30:36 +02:00
Daniel Kesselberg
16da29caba
Remove group from excluded_groups_list after delete
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-17 15:15:06 +02:00