]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoAllow Context subclasses in acceptance tests to access parent actor 16756/head
Daniel Calviño Sánchez [Thu, 8 Aug 2019 08:54:12 +0000 (10:54 +0200)]
Allow Context subclasses in acceptance tests to access parent actor

Although uncommon, in some cases a Context may need to be extended (for
example, to override a step defined in the server with a specific
behaviour in the acceptance tests of an app); in those cases the
subclass should be able to access the actor attribute defined in the
Context it is extending.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Aug 2019 02:14:16 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16408 from nextcloud/version/noid/17.0.0beta1 v17.0.0beta1
Roeland Jago Douma [Thu, 15 Aug 2019 19:26:53 +0000 (21:26 +0200)]
Merge pull request #16408 from nextcloud/version/noid/17.0.0beta1

17.0.0 Beta 1

5 years agoMerge pull request #3044 from nextcloud/dav-email-reminders
Roeland Jago Douma [Thu, 15 Aug 2019 19:21:11 +0000 (21:21 +0200)]
Merge pull request #3044 from nextcloud/dav-email-reminders

Calendar events email reminders

5 years agoMerge pull request #16507 from nextcloud/bugfix/15416/update_autodisabled_apps
Roeland Jago Douma [Thu, 15 Aug 2019 18:08:58 +0000 (20:08 +0200)]
Merge pull request #16507 from nextcloud/bugfix/15416/update_autodisabled_apps

Fix tracking of auto disabled apps in Updater

5 years agoFinal fixes 3044/head
Georg Ehrke [Mon, 12 Aug 2019 11:20:03 +0000 (13:20 +0200)]
Final fixes

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoAdd repair step to register reminder index for existing events
Georg Ehrke [Sun, 11 Aug 2019 15:54:14 +0000 (17:54 +0200)]
Add repair step to register reminder index for existing events

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoSupport recurring events + repeating alarms
Georg Ehrke [Fri, 9 Aug 2019 18:25:21 +0000 (20:25 +0200)]
Support recurring events + repeating alarms

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoProvide a fake AudioProvider that is basically the same as PushProvider, better then...
Georg Ehrke [Fri, 2 Aug 2019 14:49:53 +0000 (16:49 +0200)]
Provide a fake AudioProvider that is basically the same as PushProvider, better then not showing reminders at all for now

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoStop using deprecated registerNotifier, use registerNotifierService instead
Georg Ehrke [Fri, 2 Aug 2019 14:40:35 +0000 (16:40 +0200)]
Stop using deprecated registerNotifier, use registerNotifierService instead

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoImplement getID and getName in Reminder/Notifier as required since Nextcloud 17
Georg Ehrke [Fri, 2 Aug 2019 14:36:50 +0000 (16:36 +0200)]
Implement getID and getName in Reminder/Notifier as required since Nextcloud 17

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agosmaller syntax changes to CalDAV reminder classes
Georg Ehrke [Fri, 2 Aug 2019 14:34:39 +0000 (16:34 +0200)]
smaller syntax changes to CalDAV reminder classes

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agorun send reminders background-job only when mode is not set to occ
Georg Ehrke [Fri, 2 Aug 2019 14:26:51 +0000 (16:26 +0200)]
run send reminders background-job only when mode is not set to occ

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoadd occ dav:send-event-reminders, so you don't have to rely on the background-job
Georg Ehrke [Fri, 2 Aug 2019 14:25:35 +0000 (16:25 +0200)]
add occ dav:send-event-reminders, so you don't have to rely on the background-job

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoSupport event reminders (email and notifications)
Thomas Citharel [Sat, 16 Mar 2019 15:19:25 +0000 (16:19 +0100)]
Support event reminders (email and notifications)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 years agoMerge pull request #16666 from nextcloud/feature/calendar/delegation
Roeland Jago Douma [Thu, 15 Aug 2019 17:30:45 +0000 (19:30 +0200)]
Merge pull request #16666 from nextcloud/feature/calendar/delegation

Feature/calendar/delegation

5 years agouse principaluri instead of userid, allowing to add delegates for rooms and things 16666/head
Georg Ehrke [Wed, 14 Aug 2019 11:38:11 +0000 (13:38 +0200)]
use principaluri instead of userid, allowing to add delegates for rooms and things

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
!fixup add owner_id and proxy_id as db index, since we use it for querying

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
!fixup don't add ACL for each individual proxy, just use calendar-proxy groups

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
!fixup allow delegation of resources / rooms

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
!fixup fix addIndex call in migration

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
!fixup fix remaining constructor calls of Principal

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
!fixup minor fixes and unit tests

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoEarly first stage implementation of the groupset
Roeland Jago Douma [Tue, 6 Aug 2019 12:41:33 +0000 (14:41 +0200)]
Early first stage implementation of the groupset

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoUse the proxymapper to obtain valid proxy data
Roeland Jago Douma [Tue, 6 Aug 2019 11:40:52 +0000 (13:40 +0200)]
Use the proxymapper to obtain valid proxy data

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMake the auto-disabled list more broad 16507/head
Joas Schilling [Tue, 23 Jul 2019 08:28:47 +0000 (10:28 +0200)]
Make the auto-disabled list more broad

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoFix tracking of auto disabled apps in Updater
Georg Ehrke [Mon, 22 Jul 2019 19:28:03 +0000 (21:28 +0200)]
Fix tracking of auto disabled apps in Updater

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoMerge pull request #16154 from nextcloud/fix/noid/accessibility-focusable-viewtoggle
Roeland Jago Douma [Thu, 15 Aug 2019 08:56:52 +0000 (10:56 +0200)]
Merge pull request #16154 from nextcloud/fix/noid/accessibility-focusable-viewtoggle

Make possible to focus grid/list view toggle via keyboard

5 years agoMerge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdav
Roeland Jago Douma [Thu, 15 Aug 2019 08:22:50 +0000 (10:22 +0200)]
Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdav

Update Encryption.php

5 years agoRename delete label to Delete folder/file (#16741)
John Molakvoæ [Thu, 15 Aug 2019 08:20:20 +0000 (10:20 +0200)]
Rename delete label to Delete folder/file (#16741)

Rename delete label to Delete folder/file

5 years agoMerge pull request #12392 from brad2014/feature/properly-present-buttons-from-imip...
Roeland Jago Douma [Thu, 15 Aug 2019 06:17:30 +0000 (08:17 +0200)]
Merge pull request #12392 from brad2014/feature/properly-present-buttons-from-imip-mails

Customize presentation of accept/decline buttons in iMip mail

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Aug 2019 02:14:35 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoReset and init new user form language (#16727)
John Molakvoæ [Wed, 14 Aug 2019 18:58:18 +0000 (20:58 +0200)]
Reset and init new user form language (#16727)

Reset and init new user form language

5 years agoMerge pull request #16739 from nextcloud/office/head
Roeland Jago Douma [Wed, 14 Aug 2019 18:11:35 +0000 (20:11 +0200)]
Merge pull request #16739 from nextcloud/office/head

Fix opening office documents from webdav network mounts on windows

5 years agoRename delete label to Delete folder/file 16741/head
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 16:27:12 +0000 (18:27 +0200)]
Rename delete label to Delete folder/file

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoAlways put the gridview toggle on the visible part of the page 16154/head
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 14:45:26 +0000 (16:45 +0200)]
Always put the gridview toggle on the visible part of the page

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoMerge pull request #16663 from JakubOnderka/patch-2
Roeland Jago Douma [Wed, 14 Aug 2019 08:29:53 +0000 (10:29 +0200)]
Merge pull request #16663 from JakubOnderka/patch-2

files_trashbin: File can be without extension

5 years agoReturn proper responses when office is requesting OPTIONS/HEAD with empty Bearer... 16739/head
Julius Härtl [Wed, 14 Aug 2019 07:27:20 +0000 (09:27 +0200)]
Return proper responses when office is requesting OPTIONS/HEAD with empty Bearer header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #16572 from nextcloud/fix/15613/bring-back-psql9-compat
Roeland Jago Douma [Wed, 14 Aug 2019 08:10:37 +0000 (10:10 +0200)]
Merge pull request #16572 from nextcloud/fix/15613/bring-back-psql9-compat

instead of upsert query, fallback to default on PSQL <= 9.4

5 years agoMerge pull request #16725 from nextcloud/bugfix/noid/syslog-di
blizzz [Wed, 14 Aug 2019 07:46:48 +0000 (09:46 +0200)]
Merge pull request #16725 from nextcloud/bugfix/noid/syslog-di

Fix loading of the syslog logging class

5 years agoAdd DB mapper and Entity
Roeland Jago Douma [Tue, 6 Aug 2019 11:10:04 +0000 (13:10 +0200)]
Add DB mapper and Entity

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd table to handle calendar delegations
Roeland Jago Douma [Tue, 6 Aug 2019 10:51:54 +0000 (12:51 +0200)]
Add table to handle calendar delegations

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoinstead of upsert, fallback to default query on PgSQL <= 9.4 16572/head
Arthur Schiwon [Tue, 30 Jul 2019 22:53:20 +0000 (00:53 +0200)]
instead of upsert, fallback to default query on PgSQL <= 9.4

because there is no upsert yet

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Aug 2019 02:14:58 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #14429 from tobiasKaminsky/shareesOnDav
Roeland Jago Douma [Tue, 13 Aug 2019 18:22:47 +0000 (20:22 +0200)]
Merge pull request #14429 from tobiasKaminsky/shareesOnDav

Show sharees via propfind

5 years agoMake sure SystemConfig class can be injected and syslog_tag is fetched properly 16725/head
Julius Härtl [Mon, 12 Aug 2019 15:54:27 +0000 (17:54 +0200)]
Make sure SystemConfig class can be injected and syslog_tag is fetched properly

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #16728 from nextcloud/bugfix/invalid_uid
Roeland Jago Douma [Tue, 13 Aug 2019 09:04:19 +0000 (11:04 +0200)]
Merge pull request #16728 from nextcloud/bugfix/invalid_uid

Get the proper UID

5 years agoGet the proper UID 16728/head
Roeland Jago Douma [Tue, 13 Aug 2019 07:33:46 +0000 (09:33 +0200)]
Get the proper UID

Some user backends (like the database backend) allow us to obtain a user
case insensitive. However the UID itself is case sensitive.

Example:
* create a user User1
* login as User1
  - This results the data/User1 folder to be created etc
* now have some code somewhere that obtains the userFolder (from
IRootFolder) but pas in 'uSER1' as uid
  - The code will check if that is a valid user. And in this case it is
  since User1 and uSER1 both map to the same user
  - However the the UID in the user object is used for the folder a new
  folder fill be create data/uSER1

With this PR this is avoided now. Since we obtain the real UID casing in
the backend before creating the user object.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoReset and init new user form language 16727/head
John Molakvoæ (skjnldsv) [Tue, 13 Aug 2019 06:46:22 +0000 (08:46 +0200)]
Reset and init new user form language

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Aug 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16711 from nextcloud/fix/csp/form_actions/loginflow
Roeland Jago Douma [Mon, 12 Aug 2019 06:24:53 +0000 (08:24 +0200)]
Merge pull request #16711 from nextcloud/fix/csp/form_actions/loginflow

Fix login flow form actions

5 years agoBump vue-router from 3.0.7 to 3.1.2 (#16718)
John Molakvoæ [Mon, 12 Aug 2019 06:06:15 +0000 (08:06 +0200)]
Bump vue-router from 3.0.7 to 3.1.2 (#16718)

Bump vue-router from 3.0.7 to 3.1.2

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Aug 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16721 from nextcloud/fix/16644
Roeland Jago Douma [Sun, 11 Aug 2019 20:46:01 +0000 (22:46 +0200)]
Merge pull request #16721 from nextcloud/fix/16644

Correctly handle emtpy string in proxyuserpwd config

5 years agoBump vue-router from 3.0.7 to 3.1.2 16718/head
dependabot-preview[bot] [Sun, 11 Aug 2019 19:48:58 +0000 (19:48 +0000)]
Bump vue-router from 3.0.7 to 3.1.2

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.7 to 3.1.2.
- [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.0.7...v3.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoFix tests 14429/head
Roeland Jago Douma [Sun, 11 Aug 2019 19:34:28 +0000 (21:34 +0200)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #16179 from J0WI/mv-frameoptions
Roeland Jago Douma [Sun, 11 Aug 2019 19:30:51 +0000 (21:30 +0200)]
Merge pull request #16179 from J0WI/mv-frameoptions

Add X-Frame-Options header to .htaccess

5 years agoCorrectly handle emtpy string in proxyuserpwd config 16721/head
Scott Shambarger [Fri, 2 Aug 2019 22:18:01 +0000 (15:18 -0700)]
Correctly handle emtpy string in proxyuserpwd config

As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
 "cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.

Signed-off-by: Scott Shambarger <devel@shambarger.net>
5 years agoMerge pull request #16713 from nextcloud/dependabot/npm_and_yarn/style-loader-1.0.0
Roeland Jago Douma [Sun, 11 Aug 2019 18:39:25 +0000 (20:39 +0200)]
Merge pull request #16713 from nextcloud/dependabot/npm_and_yarn/style-loader-1.0.0

Bump style-loader from 0.23.1 to 1.0.0

5 years agoRemove duplicated spaces 16179/head
J0WI [Mon, 1 Jul 2019 16:45:27 +0000 (18:45 +0200)]
Remove duplicated spaces

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoUse "always" condition for security headers
J0WI [Mon, 1 Jul 2019 16:41:59 +0000 (18:41 +0200)]
Use "always" condition for security headers

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoSort headers
J0WI [Mon, 1 Jul 2019 16:41:04 +0000 (18:41 +0200)]
Sort headers

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoAdd X-Frame-Options header to .htaccess
J0WI [Mon, 1 Jul 2019 16:40:17 +0000 (18:40 +0200)]
Add X-Frame-Options header to .htaccess

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoFix login flow form actions 16711/head
Roeland Jago Douma [Sat, 10 Aug 2019 17:27:01 +0000 (19:27 +0200)]
Fix login flow form actions

So fun fact. Chrome considers a redirect after submitting a form part of
the form actions. Since we redirect to a new protocol (nc://login/).
Causing the form submission to work but the redirect failing hard.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoBump style-loader from 0.23.1 to 1.0.0 16713/head
dependabot-preview[bot] [Sun, 11 Aug 2019 14:27:48 +0000 (14:27 +0000)]
Bump style-loader from 0.23.1 to 1.0.0

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 0.23.1 to 1.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #16716 from nextcloud/dependabot/npm_and_yarn/css-loader-3.2.0
Roeland Jago Douma [Sun, 11 Aug 2019 13:59:56 +0000 (15:59 +0200)]
Merge pull request #16716 from nextcloud/dependabot/npm_and_yarn/css-loader-3.2.0

Bump css-loader from 3.1.0 to 3.2.0

5 years agoMerge pull request #16717 from nextcloud/dependabot/npm_and_yarn/file-loader-4.2.0
Roeland Jago Douma [Sun, 11 Aug 2019 11:56:38 +0000 (13:56 +0200)]
Merge pull request #16717 from nextcloud/dependabot/npm_and_yarn/file-loader-4.2.0

Bump file-loader from 4.1.0 to 4.2.0

5 years agoBump css-loader from 3.1.0 to 3.2.0 16716/head
dependabot-preview[bot] [Sun, 11 Aug 2019 10:51:38 +0000 (10:51 +0000)]
Bump css-loader from 3.1.0 to 3.2.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #16714 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0...
Roeland Jago Douma [Sun, 11 Aug 2019 10:51:17 +0000 (12:51 +0200)]
Merge pull request #16714 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.1

Bump nextcloud-vue from 0.12.0 to 0.12.1

5 years agoMerge pull request #16715 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.1
Roeland Jago Douma [Sun, 11 Aug 2019 10:48:07 +0000 (12:48 +0200)]
Merge pull request #16715 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.1

Bump blueimp-md5 from 2.11.0 to 2.11.1

5 years agoBump file-loader from 4.1.0 to 4.2.0 16717/head
dependabot-preview[bot] [Sun, 11 Aug 2019 08:48:09 +0000 (08:48 +0000)]
Bump file-loader from 4.1.0 to 4.2.0

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump sass-loader from 7.1.0 to 7.2.0 (#16712)
John Molakvoæ [Sun, 11 Aug 2019 08:46:14 +0000 (10:46 +0200)]
Bump sass-loader from 7.1.0 to 7.2.0 (#16712)

Bump sass-loader from 7.1.0 to 7.2.0

5 years agoBump nextcloud-vue from 0.12.0 to 0.12.1 16714/head
dependabot-preview[bot] [Sun, 11 Aug 2019 01:14:42 +0000 (01:14 +0000)]
Bump nextcloud-vue from 0.12.0 to 0.12.1

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.0...v0.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #16613 from nextcloud/enh/featurepolicy
Roeland Jago Douma [Sun, 11 Aug 2019 08:16:58 +0000 (10:16 +0200)]
Merge pull request #16613 from nextcloud/enh/featurepolicy

Add Feature-Policy header

5 years agoBump blueimp-md5 from 2.11.0 to 2.11.1 16715/head
dependabot-preview[bot] [Sun, 11 Aug 2019 01:15:19 +0000 (01:15 +0000)]
Bump blueimp-md5 from 2.11.0 to 2.11.1

Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.11.0...v2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Aug 2019 02:15:28 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump sass-loader from 7.1.0 to 7.2.0 16712/head
dependabot-preview[bot] [Sun, 11 Aug 2019 01:13:24 +0000 (01:13 +0000)]
Bump sass-loader from 7.1.0 to 7.2.0

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoAdd tests 16613/head
Roeland Jago Douma [Sat, 10 Aug 2019 12:34:45 +0000 (14:34 +0200)]
Add tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd feature policy header
Roeland Jago Douma [Sat, 27 Jul 2019 13:33:55 +0000 (15:33 +0200)]
Add feature policy header

This adds the events and the classes to modify the feature policy.
It also adds a default restricted feature policy.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex 16644/head
Nextcloud bot [Sat, 10 Aug 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Aug 2019 02:14:15 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoBump js-yaml from 3.12.0 to 3.13.1 in /build (#16693)
John Molakvoæ [Thu, 8 Aug 2019 11:51:00 +0000 (13:51 +0200)]
Bump js-yaml from 3.12.0 to 3.13.1 in /build (#16693)

Bump js-yaml from 3.12.0 to 3.13.1 in /build

5 years agoget all shares, not only first one per type
tobiasKaminsky [Thu, 8 Aug 2019 09:01:23 +0000 (11:01 +0200)]
get all shares, not only first one per type

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
5 years agoMerge pull request #16638 from nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli
Roeland Jago Douma [Thu, 8 Aug 2019 08:48:59 +0000 (10:48 +0200)]
Merge pull request #16638 from nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli

delay sending event from app init to when they are needed

5 years agoHave the OCSBaseResponse call the parent constructor
Roeland Jago Douma [Tue, 30 Jul 2019 08:44:44 +0000 (10:44 +0200)]
Have the OCSBaseResponse call the parent constructor

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoBump js-yaml from 3.12.0 to 3.13.1 in /build 16693/head
dependabot[bot] [Thu, 8 Aug 2019 07:43:03 +0000 (07:43 +0000)]
Bump js-yaml from 3.12.0 to 3.13.1 in /build

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years agoMerge pull request #15187 from vitormattos/bugfix-create-database-user
Roeland Jago Douma [Thu, 8 Aug 2019 07:03:48 +0000 (09:03 +0200)]
Merge pull request #15187 from vitormattos/bugfix-create-database-user

Bugfix: user is not allowed

5 years agoMerge pull request #16683 from nextcloud/fix/audit/disabled-user-message
Roeland Jago Douma [Thu, 8 Aug 2019 06:20:06 +0000 (08:20 +0200)]
Merge pull request #16683 from nextcloud/fix/audit/disabled-user-message

Fix enable/disable user audit message

5 years ago17.0.0 Beta 1 16408/head
Morris Jobke [Mon, 15 Jul 2019 19:45:29 +0000 (21:45 +0200)]
17.0.0 Beta 1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #16686 from nextcloud/fix/16684/return_int_getIf
Roeland Jago Douma [Thu, 8 Aug 2019 06:14:21 +0000 (08:14 +0200)]
Merge pull request #16686 from nextcloud/fix/16684/return_int_getIf

Properly return an int in the getId function of the cache

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Aug 2019 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoBump nextcloud-vue to 0.12.0 (#16681)
John Molakvoæ [Wed, 7 Aug 2019 20:22:31 +0000 (22:22 +0200)]
Bump nextcloud-vue to 0.12.0 (#16681)

Bump nextcloud-vue to 0.12.0

5 years agoProperly return an int in the getId function of the cache 16686/head
Roeland Jago Douma [Wed, 7 Aug 2019 18:38:42 +0000 (20:38 +0200)]
Properly return an int in the getId function of the cache

fixes #16684

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFix enable/disable user audit message 16683/head
John Molakvoæ (skjnldsv) [Wed, 7 Aug 2019 15:50:59 +0000 (17:50 +0200)]
Fix enable/disable user audit message

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoBump nextcloud-vue to 0.12.0 16681/head
John Molakvoæ (skjnldsv) [Wed, 7 Aug 2019 15:08:12 +0000 (17:08 +0200)]
Bump nextcloud-vue to 0.12.0

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agofiles_trashbin: File can be without extension 16663/head
Jakub Onderka [Tue, 6 Aug 2019 08:55:13 +0000 (10:55 +0200)]
files_trashbin: File can be without extension

Signed-off-by: Jakub Onderka <jakub.onderka@gmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Aug 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoFix ie app menu loading click (#16667)
John Molakvoæ [Tue, 6 Aug 2019 17:58:40 +0000 (19:58 +0200)]
Fix ie app menu loading click (#16667)

Fix ie app menu loading click

5 years agoFix ie app menu loading click 16667/head
John Molakvoæ (skjnldsv) [Tue, 6 Aug 2019 12:37:03 +0000 (14:37 +0200)]
Fix ie app menu loading click

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoprevent the server's app-navigation's css to overrule the scop… (#16661)
John Molakvoæ [Tue, 6 Aug 2019 13:37:55 +0000 (15:37 +0200)]
prevent the server's app-navigation's css to overrule the scop… (#16661)

prevent the server's app-navigation's css to overrule the scoped css …

5 years agouse namespace everywhere
tobiasKaminsky [Tue, 6 Aug 2019 08:32:46 +0000 (10:32 +0200)]
use namespace everywhere
no camelCase

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
5 years agoprevent the server's app-navigation's css to overrule the scoped css in vue components 16661/head
Marco Ambrosini [Tue, 6 Aug 2019 06:45:19 +0000 (08:45 +0200)]
prevent the server's app-navigation's css to overrule the scoped css in vue components

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Aug 2019 02:14:36 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16498 from nextcloud/feature/noid/room_metadata
Morris Jobke [Mon, 5 Aug 2019 12:52:45 +0000 (14:52 +0200)]
Merge pull request #16498 from nextcloud/feature/noid/room_metadata

Allow calendar resources/rooms to provide metadata

5 years agoMerge pull request #16639 from nextcloud/feature/noid/new-types
Roeland Jago Douma [Mon, 5 Aug 2019 12:21:12 +0000 (14:21 +0200)]
Merge pull request #16639 from nextcloud/feature/noid/new-types

Adding comparaison types: +regex +wildcard (fulltextsearch)

5 years agoMerge pull request #16643 from nextcloud/enh/moreDIUsage
Morris Jobke [Mon, 5 Aug 2019 10:55:52 +0000 (12:55 +0200)]
Merge pull request #16643 from nextcloud/enh/moreDIUsage

Lets use DI where we can