]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFix display of DTEND for multi-day all-day event 19219/head
Georg Ehrke [Thu, 30 Jan 2020 14:02:16 +0000 (15:02 +0100)]
Fix display of DTEND for multi-day all-day event

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encoding
Roeland Jago Douma [Thu, 30 Jan 2020 08:45:13 +0000 (09:45 +0100)]
Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encoding

Do not encode contacts menu mailto links

4 years agoMerge pull request #19192 from nextcloud/enh/settings/move_2fa_to_own_settings_class
Roeland Jago Douma [Thu, 30 Jan 2020 08:44:42 +0000 (09:44 +0100)]
Merge pull request #19192 from nextcloud/enh/settings/move_2fa_to_own_settings_class

Move the personal 2FA settings to its settings

4 years agoMerge pull request #19125 from nextcloud/bugfix/noid/tab-id
John Molakvoæ [Thu, 30 Jan 2020 08:39:30 +0000 (09:39 +0100)]
Merge pull request #19125 from nextcloud/bugfix/noid/tab-id

Give the sharing tab a unique id so it also opens properly on other languages

4 years agoMerge pull request #19179 from nextcloud/followup/19113/fix-query-selector-for-invert...
Joas Schilling [Thu, 30 Jan 2020 08:33:02 +0000 (09:33 +0100)]
Merge pull request #19179 from nextcloud/followup/19113/fix-query-selector-for-inverted-icons

Fix query selector for inverted icons

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Jan 2020 02:18:12 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMove the personal 2FA settings to its own app 19192/head
Roeland Jago Douma [Wed, 29 Jan 2020 09:42:11 +0000 (10:42 +0100)]
Move the personal 2FA settings to its own app

Small isolated classes are easier to understand and to maintain!
Another step in the cleaning up of the settings. So that adding new
stuff later is easier.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settings
Roeland Jago Douma [Wed, 29 Jan 2020 19:13:23 +0000 (20:13 +0100)]
Merge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settings

Move can create token logic

4 years agoFix legacy tabs 19125/head
John Molakvoæ (skjnldsv) [Wed, 29 Jan 2020 15:31:47 +0000 (16:31 +0100)]
Fix legacy tabs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoBump @nextcloud/vue
Julius Härtl [Mon, 27 Jan 2020 11:57:56 +0000 (12:57 +0100)]
Bump @nextcloud/vue

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoGive the sharing tab a unique id so it also opens properly on other languages
Julius Härtl [Fri, 24 Jan 2020 16:35:28 +0000 (17:35 +0100)]
Give the sharing tab a unique id so it also opens properly on other languages

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMove can create token logic 19185/head
Roeland Jago Douma [Tue, 28 Jan 2020 19:48:18 +0000 (20:48 +0100)]
Move can create token logic

It makes sense to have this in the actual authtoken settings. As well.
This is where it is used.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19029 from nextcloud/improve-new-issue-flow
John Molakvoæ [Wed, 29 Jan 2020 14:44:49 +0000 (15:44 +0100)]
Merge pull request #19029 from nextcloud/improve-new-issue-flow

Add link to help.nextcloud.com and bugbounty

4 years agoMerge pull request #19186 from nextcloud/bugfix/noid/fix-flow-error
blizzz [Wed, 29 Jan 2020 09:43:42 +0000 (10:43 +0100)]
Merge pull request #19186 from nextcloud/bugfix/noid/fix-flow-error

Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"

4 years agoMerge pull request #19174 from nextcloud/enh/settings/admin_sectorions_to_proper_app
Roeland Jago Douma [Wed, 29 Jan 2020 09:10:39 +0000 (10:10 +0100)]
Merge pull request #19174 from nextcloud/enh/settings/admin_sectorions_to_proper_app

Move admin sections to settings app

4 years agoFix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" 19186/head
Joas Schilling [Wed, 29 Jan 2020 08:22:42 +0000 (09:22 +0100)]
Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Jan 2020 02:18:13 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19178 from nextcloud/bugfix/noid/prevent-potential-problems
Roeland Jago Douma [Tue, 28 Jan 2020 19:39:18 +0000 (20:39 +0100)]
Merge pull request #19178 from nextcloud/bugfix/noid/prevent-potential-problems

Make sure the default share provider does not execute for other things

4 years agoFix query selector for inverted icons 19179/head
Joas Schilling [Tue, 28 Jan 2020 15:35:41 +0000 (16:35 +0100)]
Fix query selector for inverted icons

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake sure the default share provider does not execute for other things 19178/head
Joas Schilling [Tue, 28 Jan 2020 15:00:03 +0000 (16:00 +0100)]
Make sure the default share provider does not execute for other things

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDo not encode contacts menu mailto links 19176/head
Christoph Wurst [Tue, 28 Jan 2020 13:29:41 +0000 (14:29 +0100)]
Do not encode contacts menu mailto links

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMove admin sections to settings app 19174/head
Roeland Jago Douma [Tue, 28 Jan 2020 11:38:11 +0000 (12:38 +0100)]
Move admin sections to settings app

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19168 from nextcloud/enh/settings/personal_sections_to_proper_app
blizzz [Tue, 28 Jan 2020 09:38:00 +0000 (10:38 +0100)]
Merge pull request #19168 from nextcloud/enh/settings/personal_sections_to_proper_app

Move the Personal sections to the settings app

4 years agoMerge pull request #19164 from nextcloud/dependabot/various
Roeland Jago Douma [Tue, 28 Jan 2020 08:51:50 +0000 (09:51 +0100)]
Merge pull request #19164 from nextcloud/dependabot/various

Dependabot/various

4 years agoMove the Personal sections to the settings app 19168/head
Roeland Jago Douma [Mon, 27 Jan 2020 19:47:41 +0000 (20:47 +0100)]
Move the Personal sections to the settings app

There is no need to have weird magic in the manager. This should be
properly registered in the right way. The settings code is messy
anyways. This is a start to make it a tad more clean.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Jan 2020 02:18:33 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge multiple dependabots updates 19164/head
John Molakvoæ (skjnldsv) [Mon, 27 Jan 2020 16:47:42 +0000 (17:47 +0100)]
Merge multiple dependabots updates

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #19167 from nextcloud/fix/tests/18745
Roeland Jago Douma [Mon, 27 Jan 2020 19:49:27 +0000 (20:49 +0100)]
Merge pull request #19167 from nextcloud/fix/tests/18745

Fix tests after #18745

4 years agoFix tests after #18745 19167/head
Roeland Jago Douma [Mon, 27 Jan 2020 19:17:16 +0000 (20:17 +0100)]
Fix tests after #18745

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19142 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.2.1
John Molakvoæ [Mon, 27 Jan 2020 14:07:05 +0000 (15:07 +0100)]
Merge pull request #19142 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.2.1

Bump @nextcloud/auth from 1.1.0 to 1.2.1

4 years agoMerge pull request #19140 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger...
John Molakvoæ [Mon, 27 Jan 2020 14:06:46 +0000 (15:06 +0100)]
Merge pull request #19140 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-1.1.1

Bump @nextcloud/logger from 1.0.0 to 1.1.1

4 years agoMerge pull request #18745 from 4workers/avatar-text
John Molakvoæ [Mon, 27 Jan 2020 11:29:02 +0000 (12:29 +0100)]
Merge pull request #18745 from 4workers/avatar-text

Change avatar placeholder from single letter to 2 letters

4 years agoChange avatar placeholder from single letter to 2 letters 18745/head
Sergey Shliakhov [Wed, 8 Jan 2020 12:21:50 +0000 (13:21 +0100)]
Change avatar placeholder from single letter to 2 letters

https://github.com/nextcloud/server/issues/18717
Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>
4 years agoMerge pull request #19105 from nextcloud/enh/noid/hub-bundle
Roeland Jago Douma [Mon, 27 Jan 2020 07:20:14 +0000 (08:20 +0100)]
Merge pull request #19105 from nextcloud/enh/noid/hub-bundle

add hub bundle for easy installation on upgraded instances

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jan 2020 02:17:55 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoadd hub bundle for easy post-installation 19105/head
Arthur Schiwon [Thu, 23 Jan 2020 20:06:59 +0000 (21:06 +0100)]
add hub bundle for easy post-installation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #19115 from nextcloud/fix/share_accepting/do_not_use_node_yet
Roeland Jago Douma [Sun, 26 Jan 2020 19:43:51 +0000 (20:43 +0100)]
Merge pull request #19115 from nextcloud/fix/share_accepting/do_not_use_node_yet

Use the target for file notifications

4 years agoBump @nextcloud/logger from 1.0.0 to 1.1.1 19140/head
dependabot-preview[bot] [Sun, 26 Jan 2020 19:36:20 +0000 (19:36 +0000)]
Bump @nextcloud/logger from 1.0.0 to 1.1.1

Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/nextcloud/nextcloud-logger/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v1.0.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #19120 from nextcloud/fix/recommended_apps/spreed_not_talk
Roeland Jago Douma [Sun, 26 Jan 2020 19:35:40 +0000 (20:35 +0100)]
Merge pull request #19120 from nextcloud/fix/recommended_apps/spreed_not_talk

Use correct appid for talk

4 years agoMerge pull request #19139 from nextcloud/dependabot/npm_and_yarn/node-sass-4.13.1
Roeland Jago Douma [Sun, 26 Jan 2020 19:34:57 +0000 (20:34 +0100)]
Merge pull request #19139 from nextcloud/dependabot/npm_and_yarn/node-sass-4.13.1

Bump node-sass from 4.13.0 to 4.13.1

4 years agoMerge pull request #19138 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.2.7
Roeland Jago Douma [Sun, 26 Jan 2020 19:34:31 +0000 (20:34 +0100)]
Merge pull request #19138 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.2.7

Bump @nextcloud/vue from 1.2.5 to 1.2.7

4 years agoBump @nextcloud/vue from 1.2.5 to 1.2.7 19138/head
dependabot-preview[bot] [Sun, 26 Jan 2020 02:14:30 +0000 (02:14 +0000)]
Bump @nextcloud/vue from 1.2.5 to 1.2.7

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.5...V1.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump @nextcloud/auth from 1.1.0 to 1.2.1 19142/head
dependabot-preview[bot] [Sun, 26 Jan 2020 02:17:40 +0000 (02:17 +0000)]
Bump @nextcloud/auth from 1.1.0 to 1.2.1

Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.1.0...v1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Jan 2020 02:17:33 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoBump node-sass from 4.13.0 to 4.13.1 19139/head
dependabot-preview[bot] [Sun, 26 Jan 2020 02:15:12 +0000 (02:15 +0000)]
Bump node-sass from 4.13.0 to 4.13.1

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Jan 2020 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19116 from nextcloud/fix/19104/fix-bundle-view
blizzz [Fri, 24 Jan 2020 18:06:29 +0000 (19:06 +0100)]
Merge pull request #19116 from nextcloud/fix/19104/fix-bundle-view

apps can have polyamorous relationships with bundles

4 years agoMerge pull request #19113 from nextcloud/bugfix/19112/do-not-invert-avatars-in-dark...
Joas Schilling [Fri, 24 Jan 2020 14:12:03 +0000 (15:12 +0100)]
Merge pull request #19113 from nextcloud/bugfix/19112/do-not-invert-avatars-in-dark-mode

Do not invert avatar colors when dark theme is enabled

4 years agoUse correct appid for talk 19120/head
Roeland Jago Douma [Fri, 24 Jan 2020 12:36:01 +0000 (13:36 +0100)]
Use correct appid for talk

Else it won't show up of course...

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19111 from nextcloud/bugfix/noid/sticky-header-zindex
Roeland Jago Douma [Fri, 24 Jan 2020 12:30:13 +0000 (13:30 +0100)]
Merge pull request #19111 from nextcloud/bugfix/noid/sticky-header-zindex

New file menu needs to be above the filelist header

4 years agoMerge pull request #19100 from nextcloud/refactor/leafo-to-scssphp
Roeland Jago Douma [Fri, 24 Jan 2020 12:13:20 +0000 (13:13 +0100)]
Merge pull request #19100 from nextcloud/refactor/leafo-to-scssphp

Migrate leafo/scssphp to scssphp/scssphp

4 years agoMerge pull request #19109 from nextcloud/bugfix/18528/dark-theme-last-modified
Roeland Jago Douma [Fri, 24 Jan 2020 12:10:56 +0000 (13:10 +0100)]
Merge pull request #19109 from nextcloud/bugfix/18528/dark-theme-last-modified

Adjust filelist color handling to new dark theme value

4 years agoMerge pull request #19110 from nextcloud/backpost/recommended_apps/master
Roeland Jago Douma [Fri, 24 Jan 2020 12:09:07 +0000 (13:09 +0100)]
Merge pull request #19110 from nextcloud/backpost/recommended_apps/master

Update recommended apps

4 years agoCompile assets 19116/head
npmbuildbot[bot] [Fri, 24 Jan 2020 11:56:01 +0000 (11:56 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoapps can have polyamorous relationships with bundles
Arthur Schiwon [Fri, 24 Jan 2020 11:50:06 +0000 (12:50 +0100)]
apps can have polyamorous relationships with bundles

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoUse the target for file notifications 19115/head
Roeland Jago Douma [Fri, 24 Jan 2020 11:43:17 +0000 (12:43 +0100)]
Use the target for file notifications

The node is not yet accessible if you did not accept the share yet.
So trying to get it results in an acception.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDo not invert avatar colors when dark theme is enabled 19113/head
Marco Ambrosini [Fri, 24 Jan 2020 11:14:03 +0000 (12:14 +0100)]
Do not invert avatar colors when dark theme is enabled

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
4 years agoNew file menu needs to be above the filelist header 19111/head
Julius Härtl [Fri, 24 Jan 2020 10:49:37 +0000 (11:49 +0100)]
New file menu needs to be above the filelist header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix width and icon 19110/head
Roeland Jago Douma [Fri, 17 Jan 2020 11:57:06 +0000 (12:57 +0100)]
Fix width and icon

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoAdjust filelist color handling to new dark theme value 19109/head
Julius Härtl [Fri, 24 Jan 2020 09:31:18 +0000 (10:31 +0100)]
Adjust filelist color handling to new dark theme value

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd new recommended 18 apps
Christoph Wurst [Fri, 17 Jan 2020 01:02:10 +0000 (02:02 +0100)]
Add new recommended 18 apps

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #18913 from nextcloud/bugfix/fix_multiselect_actions
Roeland Jago Douma [Fri, 24 Jan 2020 09:05:30 +0000 (10:05 +0100)]
Merge pull request #18913 from nextcloud/bugfix/fix_multiselect_actions

fix multiselect actions for files

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Jan 2020 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoUpdate scssphp/scssphp to v1.0.3 19100/head
Christoph Wurst [Thu, 23 Jan 2020 14:01:10 +0000 (15:01 +0100)]
Update scssphp/scssphp to v1.0.3

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMigrate leafo/scssphp to scssphp/scssphp
Christoph Wurst [Thu, 23 Jan 2020 13:52:16 +0000 (14:52 +0100)]
Migrate leafo/scssphp to scssphp/scssphp

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #19023 from nextcloud/enh+fix/17131/hasher-config
blizzz [Thu, 23 Jan 2020 10:47:43 +0000 (11:47 +0100)]
Merge pull request #19023 from nextcloud/enh+fix/17131/hasher-config

expose Argon2 options (as we did for bcrypt)

4 years agoMerge pull request #19081 from nextcloud/dependabot/npm_and_yarn/babel/plugin-proposa...
Roeland Jago Douma [Thu, 23 Jan 2020 08:07:46 +0000 (09:07 +0100)]
Merge pull request #19081 from nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.8.3

Bump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.3

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Jan 2020 02:18:24 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18917 from nextcloud/enhancement/migrate-to-nextcloud-vue-1
Roeland Jago Douma [Wed, 22 Jan 2020 18:49:39 +0000 (19:49 +0100)]
Merge pull request #18917 from nextcloud/enhancement/migrate-to-nextcloud-vue-1

Migrate to @nextcloud/vue 1.x.x

4 years agoextended documentation 19023/head
Arthur Schiwon [Wed, 22 Jan 2020 16:45:27 +0000 (17:45 +0100)]
extended documentation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMigrate to @nextcloud/vue 1.x.x 18917/head
John Molakvoæ (skjnldsv) [Wed, 15 Jan 2020 23:03:29 +0000 (00:03 +0100)]
Migrate to @nextcloud/vue 1.x.x

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoignore values that undershoot the minimum, go with default
Arthur Schiwon [Tue, 21 Jan 2020 10:58:13 +0000 (11:58 +0100)]
ignore values that undershoot the minimum, go with default

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #18929 from nextcloud/enh/sidebar/promise
John Molakvoæ [Wed, 22 Jan 2020 13:44:32 +0000 (14:44 +0100)]
Merge pull request #18929 from nextcloud/enh/sidebar/promise

Allow to await the sidebar

4 years agoBump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.3 19081/head
dependabot-preview[bot] [Wed, 22 Jan 2020 13:26:29 +0000 (13:26 +0000)]
Bump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.3

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.4 to 7.8.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.7.4...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #19067 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
Roeland Jago Douma [Wed, 22 Jan 2020 13:24:32 +0000 (14:24 +0100)]
Merge pull request #19067 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.8.3

Bump @babel/preset-env from 7.7.7 to 7.8.3

4 years agoMerge pull request #19041 from GrayFix/fix-admin_audit-preview
Roeland Jago Douma [Wed, 22 Jan 2020 10:38:05 +0000 (11:38 +0100)]
Merge pull request #19041 from GrayFix/fix-admin_audit-preview

mb substring in audit_log

4 years agoClose handling 18929/head
John Molakvoæ (skjnldsv) [Thu, 16 Jan 2020 15:51:47 +0000 (16:51 +0100)]
Close handling

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoAllow to await the sidebar
John Molakvoæ (skjnldsv) [Thu, 16 Jan 2020 14:28:03 +0000 (15:28 +0100)]
Allow to await the sidebar

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUpdate Application.php 19041/head
GrayFix [Tue, 21 Jan 2020 10:22:10 +0000 (15:22 +0500)]
Update Application.php

Fix corruption for logging internal path with multibyte characters in file preview event

Signed-off-by: GrayFix <grayfix@gmail.com>
4 years agoMerge pull request #18990 from nextcloud/dependabot/npm_and_yarn/sass-loader-8.0.2
Roeland Jago Douma [Wed, 22 Jan 2020 08:16:56 +0000 (09:16 +0100)]
Merge pull request #18990 from nextcloud/dependabot/npm_and_yarn/sass-loader-8.0.2

Bump sass-loader from 7.3.1 to 8.0.2

4 years agoMerge pull request #19054 from nextcloud/theming/use-fbicon
Roeland Jago Douma [Wed, 22 Jan 2020 07:02:12 +0000 (08:02 +0100)]
Merge pull request #19054 from nextcloud/theming/use-fbicon

Use themed favicon-fb

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Jan 2020 02:18:03 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18986 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.2
Roeland Jago Douma [Tue, 21 Jan 2020 19:25:28 +0000 (20:25 +0100)]
Merge pull request #18986 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.2

Bump handlebars from 4.5.3 to 4.7.2

4 years agoMerge pull request #19053 from nextcloud/bugfix/noid/opsy-fix-loaded-controller-check
Roeland Jago Douma [Tue, 21 Jan 2020 19:12:43 +0000 (20:12 +0100)]
Merge pull request #19053 from nextcloud/bugfix/noid/opsy-fix-loaded-controller-check

Fix loaded controller check

4 years agoUse proper ellipsis and replace sparkle with rocket 19029/head
Daniel Kesselberg [Tue, 21 Jan 2020 16:56:58 +0000 (17:56 +0100)]
Use proper ellipsis and replace sparkle with rocket

Thanks to nextcloud/calendar

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoFix loaded controller check 19053/head
Joas Schilling [Tue, 21 Jan 2020 15:35:10 +0000 (16:35 +0100)]
Fix loaded controller check

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse themed favicon-fb 19054/head
Julius Härtl [Tue, 21 Jan 2020 15:34:08 +0000 (16:34 +0100)]
Use themed favicon-fb

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #18907 from nextcloud/enhancement/httplug-psr7
Christoph Wurst [Tue, 21 Jan 2020 15:31:42 +0000 (16:31 +0100)]
Merge pull request #18907 from nextcloud/enhancement/httplug-psr7

Update 3rdparty for HTTPlug and PSR7 adapter

4 years agoCompile assets 18986/head
npmbuildbot[bot] [Tue, 21 Jan 2020 15:28:43 +0000 (15:28 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoCompile templates
John Molakvoæ (skjnldsv) [Tue, 21 Jan 2020 15:25:59 +0000 (16:25 +0100)]
Compile templates

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoBump handlebars from 4.5.3 to 4.7.2
dependabot-preview[bot] [Mon, 20 Jan 2020 20:59:42 +0000 (20:59 +0000)]
Bump handlebars from 4.5.3 to 4.7.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #19045 from nextcloud/editorconfig-svg
Roeland Jago Douma [Tue, 21 Jan 2020 14:57:30 +0000 (15:57 +0100)]
Merge pull request #19045 from nextcloud/editorconfig-svg

change .editorconfig to not add newline on SVGs

4 years agoMerge pull request #18765 from nextcloud/this/is/19
Roeland Jago Douma [Tue, 21 Jan 2020 14:50:38 +0000 (15:50 +0100)]
Merge pull request #18765 from nextcloud/this/is/19

NC 19 development

4 years agoFix app updates 18765/head
Roeland Jago Douma [Tue, 21 Jan 2020 12:23:07 +0000 (13:23 +0100)]
Fix app updates

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoNC 19 development
Roeland Jago Douma [Thu, 9 Jan 2020 07:16:14 +0000 (08:16 +0100)]
NC 19 development

We branched of stable18. So time to bump the version number.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agochange .editorconfig to not add newline on SVGs 19045/head
Christian Oliff [Tue, 21 Jan 2020 11:42:05 +0000 (20:42 +0900)]
change .editorconfig to not add newline on SVGs

adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D

4 years agoMerge pull request #19035 from nextcloud/bugfix/noid/increase-timeout-for-downloads
Roeland Jago Douma [Tue, 21 Jan 2020 09:53:08 +0000 (10:53 +0100)]
Merge pull request #19035 from nextcloud/bugfix/noid/increase-timeout-for-downloads

Adjust unit test for #19017

4 years agouse getSystemValueInt
blizzz [Tue, 21 Jan 2020 08:03:58 +0000 (09:03 +0100)]
use getSystemValueInt

Co-Authored-By: kesselb <mail@danielkesselberg.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoAdjust unit test for #19017 19035/head
Joas Schilling [Tue, 21 Jan 2020 07:44:35 +0000 (08:44 +0100)]
Adjust unit test for #19017

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #18842 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.0.1
Roeland Jago Douma [Tue, 21 Jan 2020 07:28:29 +0000 (08:28 +0100)]
Merge pull request #18842 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.0.1

Bump @nextcloud/l10n from 1.0.0 to 1.0.1