]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoFix unit tests 14066/head
Joas Schilling [Fri, 22 Feb 2019 07:27:22 +0000 (08:27 +0100)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMake sure maintenance mode is always casted to bool
Joas Schilling [Wed, 6 Feb 2019 16:08:41 +0000 (17:08 +0100)]
Make sure maintenance mode is always casted to bool

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoAdd methods to get casted system values
Joas Schilling [Wed, 6 Feb 2019 16:07:20 +0000 (17:07 +0100)]
Add methods to get casted system values

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #14263 from nextcloud/publish-activity-app-token
Roeland Jago Douma [Tue, 19 Feb 2019 14:08:43 +0000 (15:08 +0100)]
Merge pull request #14263 from nextcloud/publish-activity-app-token

Publish activity if app password created by ocs api or client login flow

5 years agoMerge pull request #14242 from nextcloud/dependabot/npm_and_yarn/bootstrap-3.4.1
Roeland Jago Douma [Tue, 19 Feb 2019 11:54:04 +0000 (12:54 +0100)]
Merge pull request #14242 from nextcloud/dependabot/npm_and_yarn/bootstrap-3.4.1

Bump bootstrap from 3.4.0 to 3.4.1

5 years agoMerge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3
Morris Jobke [Tue, 19 Feb 2019 11:01:08 +0000 (12:01 +0100)]
Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3

Prefix $path for filename for internal file cache

5 years agoMerge pull request #14249 from nextcloud/enhancement/noid/add-gotindex-to-indexdocument
Morris Jobke [Tue, 19 Feb 2019 10:59:26 +0000 (11:59 +0100)]
Merge pull request #14249 from nextcloud/enhancement/noid/add-gotindex-to-indexdocument

Add hasIndex() to OCP\FullTextSearch\Model\IndexDocument

5 years agoMerge pull request #14282 from nextcloud/bugfix/noid/public-folder-share
Morris Jobke [Tue, 19 Feb 2019 10:56:37 +0000 (11:56 +0100)]
Merge pull request #14282 from nextcloud/bugfix/noid/public-folder-share

Fix writable public folder share

5 years agoMerge pull request #14279 from nextcloud/bugfix/14220/header-label
Morris Jobke [Tue, 19 Feb 2019 10:35:42 +0000 (11:35 +0100)]
Merge pull request #14279 from nextcloud/bugfix/14220/header-label

Fix header label visibility on open menu

5 years agoMerge pull request #14264 from nextcloud/null-is-not-a-boolean
Roeland Jago Douma [Tue, 19 Feb 2019 10:26:33 +0000 (11:26 +0100)]
Merge pull request #14264 from nextcloud/null-is-not-a-boolean

Set false as default for requirePNG

5 years agoUse npm ci for webpack builds 14242/head
Julius Härtl [Tue, 19 Feb 2019 07:37:14 +0000 (08:37 +0100)]
Use npm ci for webpack builds

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoBump bootstrap from 3.4.0 to 3.4.1
dependabot[bot] [Sat, 16 Feb 2019 02:14:07 +0000 (02:14 +0000)]
Bump bootstrap from 3.4.0 to 3.4.1

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #14269 from nextcloud/cache-update-event
Morris Jobke [Tue, 19 Feb 2019 10:07:59 +0000 (11:07 +0100)]
Merge pull request #14269 from nextcloud/cache-update-event

add event for cache update

5 years agoAdd hasIndex() to OCP\FullTextSearch\Model\IndexDocument 14249/head
Maxence Lange [Sat, 16 Feb 2019 10:40:12 +0000 (09:40 -0100)]
Add hasIndex() to OCP\FullTextSearch\Model\IndexDocument

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Co-Authored-By: daita <maxence@artificial-owl.com>
5 years agoMerge pull request #14261 from nextcloud/show-warning-if-x-forwarded-set-with-empty...
Morris Jobke [Tue, 19 Feb 2019 09:31:57 +0000 (10:31 +0100)]
Merge pull request #14261 from nextcloud/show-warning-if-x-forwarded-set-with-empty-trusted-proxies

Warning if x-forwarded-host present but trusted_proxies empty

5 years agoMerge pull request #14194 from nextcloud/bugfix/noid/correctly-determinate-owner...
Morris Jobke [Tue, 19 Feb 2019 09:28:28 +0000 (10:28 +0100)]
Merge pull request #14194 from nextcloud/bugfix/noid/correctly-determinate-owner-in-case-of-shared-external-storages

Correctly determinate the owner in case of shared external storages

5 years agoFix writable public folder share 14282/head
Julius Härtl [Tue, 19 Feb 2019 09:18:26 +0000 (10:18 +0100)]
Fix writable public folder share

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpack
Morris Jobke [Tue, 19 Feb 2019 09:01:38 +0000 (10:01 +0100)]
Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpack

Move updatenotifications to unified webpack

5 years agoFix header label visibility on open menu 14279/head
Julius Härtl [Tue, 19 Feb 2019 08:12:05 +0000 (09:12 +0100)]
Fix header label visibility on open menu

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #14218 from nextcloud/enh/files_sharing_to_webpack
Roeland Jago Douma [Tue, 19 Feb 2019 07:20:16 +0000 (08:20 +0100)]
Merge pull request #14218 from nextcloud/enh/files_sharing_to_webpack

Move files_sharing additionalscripts over to webpack

5 years agoMerge pull request #14246 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.3.3
John Molakvoæ [Tue, 19 Feb 2019 07:11:18 +0000 (08:11 +0100)]
Merge pull request #14246 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.3.3

Bump @babel/core from 7.2.2 to 7.3.3

5 years agoMerge pull request #14234 from nextcloud/fix/catch_requestexception
Roeland Jago Douma [Tue, 19 Feb 2019 07:05:05 +0000 (08:05 +0100)]
Merge pull request #14234 from nextcloud/fix/catch_requestexception

Catch Request exception in testRemoteUrl

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Feb 2019 01:12:10 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoBump @babel/core from 7.2.2 to 7.3.3 14246/head
dependabot[bot] [Sun, 17 Feb 2019 20:55:52 +0000 (20:55 +0000)]
Bump @babel/core from 7.2.2 to 7.3.3

Bumps [@babel/core](https://github.com/babel/babel) from 7.2.2 to 7.3.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.2.2...v7.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoEmit event if app password created 14263/head
Daniel Kesselberg [Mon, 18 Feb 2019 16:38:38 +0000 (17:38 +0100)]
Emit event if app password created

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoadd event for cache update 14269/head
Robin Appelman [Mon, 18 Feb 2019 14:47:54 +0000 (15:47 +0100)]
add event for cache update

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoMerge pull request #14210 from nextcloud/fix/14192/fix_empty_uploads
Roeland Jago Douma [Mon, 18 Feb 2019 14:39:17 +0000 (15:39 +0100)]
Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploads

Fix empty file uploads to S3 (and other streaming storages)

5 years agoMerge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returns
Roeland Jago Douma [Mon, 18 Feb 2019 13:30:15 +0000 (14:30 +0100)]
Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returns

Fixing phpdoc in FullTextSearch/Model/ISearchResult

5 years agoMake sure that we have a stream 14210/head
Roeland Jago Douma [Mon, 18 Feb 2019 13:25:57 +0000 (14:25 +0100)]
Make sure that we have a stream

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #14223 from nextcloud/enh/use_CountWrapper
Morris Jobke [Mon, 18 Feb 2019 13:25:42 +0000 (14:25 +0100)]
Merge pull request #14223 from nextcloud/enh/use_CountWrapper

Use CountWrapper instead of almost identical CountReadStream

5 years agoMove updatenotifications to unified webpack 14232/head
Roeland Jago Douma [Fri, 15 Feb 2019 19:31:47 +0000 (20:31 +0100)]
Move updatenotifications to unified webpack

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoBump icewind/streams for supported streams
Roeland Jago Douma [Fri, 15 Feb 2019 07:41:52 +0000 (08:41 +0100)]
Bump icewind/streams for supported streams

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #14266 from nextcloud/enhancement/public-menu
Roeland Jago Douma [Mon, 18 Feb 2019 11:50:59 +0000 (12:50 +0100)]
Merge pull request #14266 from nextcloud/enhancement/public-menu

Add guest navigation type

5 years agoMerge pull request #14258 from nextcloud/enh/node_production
Roeland Jago Douma [Mon, 18 Feb 2019 11:47:51 +0000 (12:47 +0100)]
Merge pull request #14258 from nextcloud/enh/node_production

Add proper NODE_ENV

5 years agoMove settings to NODE_ENV 14258/head
Roeland Jago Douma [Sun, 17 Feb 2019 19:19:32 +0000 (20:19 +0100)]
Move settings to NODE_ENV

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMove general webpack to NODE_ENV
Julius Härtl [Sat, 16 Feb 2019 14:03:44 +0000 (15:03 +0100)]
Move general webpack to NODE_ENV

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoCorrectly determinate the owner in case of shared external storages 14194/head
Joas Schilling [Thu, 14 Feb 2019 09:59:17 +0000 (10:59 +0100)]
Correctly determinate the owner in case of shared external storages

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoAdd guest navigation type 14266/head
Julius Härtl [Mon, 18 Feb 2019 08:12:11 +0000 (09:12 +0100)]
Add guest navigation type

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Feb 2019 01:12:09 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoSet false as default for requirePNG 14264/head
Daniel Kesselberg [Sun, 17 Feb 2019 23:13:02 +0000 (00:13 +0100)]
Set false as default for requirePNG

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoWarning if x-forwarded-host present but trusted_proxies empty 14261/head
Daniel Kesselberg [Sun, 17 Feb 2019 20:55:55 +0000 (21:55 +0100)]
Warning if x-forwarded-host present but trusted_proxies empty

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoPublish activity for app token created by client login flow
Daniel Kesselberg [Sun, 17 Feb 2019 22:49:54 +0000 (23:49 +0100)]
Publish activity for app token created by client login flow

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoPublish activity for app token created by ocs api
Daniel Kesselberg [Sun, 17 Feb 2019 21:45:05 +0000 (22:45 +0100)]
Publish activity for app token created by ocs api

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #14245 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template...
Roeland Jago Douma [Sun, 17 Feb 2019 20:53:04 +0000 (21:53 +0100)]
Merge pull request #14245 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.6

Bump vue and vue-template-compiler

5 years agoBump vue and vue-template-compiler 14245/head
dependabot[bot] [Sat, 16 Feb 2019 02:15:07 +0000 (02:15 +0000)]
Bump vue and vue-template-compiler

Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.5 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6)

Updates `vue-template-compiler` from 2.6.5 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Feb 2019 01:13:29 +0000 (01:13 +0000)]
[tx-robot] updated from transifex

5 years agofixing phpdoc 14248/head
Maxence Lange [Sat, 16 Feb 2019 10:35:22 +0000 (09:35 -0100)]
fixing phpdoc

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Feb 2019 01:12:24 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #14174 from nextcloud/feature/noid/extstorage-mountconfighandler
blizzz [Fri, 15 Feb 2019 22:09:45 +0000 (23:09 +0100)]
Merge pull request #14174 from nextcloud/feature/noid/extstorage-mountconfighandler

Mount configuration handlers for external storages

5 years agoCatch Request exception in testRemoteUrl 14234/head
Roeland Jago Douma [Fri, 15 Feb 2019 22:06:21 +0000 (23:06 +0100)]
Catch Request exception in testRemoteUrl

Else the background job fails hard if the remote has for example an
invalid certificate.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agotypos in doc, no code changes 14174/head
Arthur Schiwon [Fri, 15 Feb 2019 21:41:29 +0000 (22:41 +0100)]
typos in doc, no code changes

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #14221 from nextcloud/fix/noid/no-trailing-spaces-in-l10n-strings
Morris Jobke [Fri, 15 Feb 2019 12:42:32 +0000 (13:42 +0100)]
Merge pull request #14221 from nextcloud/fix/noid/no-trailing-spaces-in-l10n-strings

Remove trailing spaces from localized strings

5 years agoUse CountWrapper instead of almost identical CountReadStream 14223/head
Roeland Jago Douma [Fri, 15 Feb 2019 12:24:58 +0000 (13:24 +0100)]
Use CountWrapper instead of almost identical CountReadStream

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMove files_sharing additionalscripts over to webpack 14218/head
Roeland Jago Douma [Fri, 15 Feb 2019 08:10:07 +0000 (09:10 +0100)]
Move files_sharing additionalscripts over to webpack

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoRemove trailing spaces from localized strings 14221/head
Morris Jobke [Fri, 15 Feb 2019 10:26:52 +0000 (11:26 +0100)]
Remove trailing spaces from localized strings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoAdd a wrapper to determine if a file is EOF
Roeland Jago Douma [Thu, 14 Feb 2019 15:46:30 +0000 (16:46 +0100)]
Add a wrapper to determine if a file is EOF

The stream is already closed at this point. Which means feof will always
return false. We have to determine if the stream is EOF in the
preCloseCallback. And pass this info along. Then the logic works as
expected.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFix empty file uploads to S3
Roeland Jago Douma [Thu, 14 Feb 2019 14:51:40 +0000 (15:51 +0100)]
Fix empty file uploads to S3

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 15 Feb 2019 01:12:49 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #14191 from nextcloud/bugfix/noid/make-testcase-overwrite-service...
Morris Jobke [Thu, 14 Feb 2019 20:28:49 +0000 (21:28 +0100)]
Merge pull request #14191 from nextcloud/bugfix/noid/make-testcase-overwrite-service-work-with-app-classes

Make TestCase->overwriteService() work with App classes

5 years agoMerge pull request #14167 from nextcloud/techdebt/noid/update-php-parser-for-7.1...
Roeland Jago Douma [Thu, 14 Feb 2019 20:23:42 +0000 (21:23 +0100)]
Merge pull request #14167 from nextcloud/techdebt/noid/update-php-parser-for-7.1-compat

Update PHP-Parser for 7.1 compatibility

5 years agoMerge pull request #14186 from nextcloud/enh/systemtags_to_webpack
Roeland Jago Douma [Thu, 14 Feb 2019 20:17:50 +0000 (21:17 +0100)]
Merge pull request #14186 from nextcloud/enh/systemtags_to_webpack

Move systemtags (app) to webpack

5 years agoMerge pull request #14199 from nextcloud/enh/core_scss_to_webpack
Morris Jobke [Thu, 14 Feb 2019 20:08:50 +0000 (21:08 +0100)]
Merge pull request #14199 from nextcloud/enh/core_scss_to_webpack

Move 2 always loaded styles to webpack bundle

5 years agoFix AsyncBusTests 14167/head
Roeland Jago Douma [Thu, 14 Feb 2019 18:36:19 +0000 (19:36 +0100)]
Fix AsyncBusTests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoUpdate PHP-Parser for 7.1 compatibility
Joas Schilling [Tue, 12 Feb 2019 16:41:52 +0000 (17:41 +0100)]
Update PHP-Parser for 7.1 compatibility

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #13995 from nextcloud/feature/dont-call-get-repair-steps
Roeland Jago Douma [Thu, 14 Feb 2019 18:51:39 +0000 (19:51 +0100)]
Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-steps

Do not run getRepairSteps in register_commands

5 years agoMerge pull request #14197 from nextcloud/fix/trashbin_restore_translation
Roeland Jago Douma [Thu, 14 Feb 2019 18:44:17 +0000 (19:44 +0100)]
Merge pull request #14197 from nextcloud/fix/trashbin_restore_translation

Fix trashbin restore translation

5 years agoCall headObject if file not in filecache :see_no_evil: 14211/head
Daniel Kesselberg [Thu, 14 Feb 2019 17:34:04 +0000 (18:34 +0100)]
Call headObject if file not in filecache :see_no_evil:

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoPrefix $path for filename for internal file cache
Daniel Kesselberg [Thu, 14 Feb 2019 16:06:14 +0000 (17:06 +0100)]
Prefix $path for filename for internal file cache

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoadd GUI option to set the $home placeholder
Arthur Schiwon [Wed, 13 Feb 2019 11:42:41 +0000 (12:42 +0100)]
add GUI option to set the $home placeholder

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoreject mounts with unsubstituted placeholders as incompletely configured
Arthur Schiwon [Wed, 13 Feb 2019 11:21:51 +0000 (12:21 +0100)]
reject mounts with unsubstituted placeholders as incompletely configured

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoadd LDAP ConfigHandler for external storages and "$home" var
Arthur Schiwon [Tue, 12 Feb 2019 23:14:56 +0000 (00:14 +0100)]
add LDAP ConfigHandler for external storages and "$home" var

* handler registered upon OCA\\Files_External::loadAdditionalBackends
  event as user_ldap is loaded before files_external
* new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agofiles_external: allow to register config handlers for flexible placeholders
Arthur Schiwon [Mon, 11 Feb 2019 22:18:08 +0000 (23:18 +0100)]
files_external: allow to register config handlers for flexible placeholders

* BackendService (directly accessable via \OC_Server) offers registerConfigHandler
* SimpleSubstitutionTrait brings reusable logic for simple string replacments
* internal $user replacement mechanism was migrated

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #14200 from nextcloud/fix/noid/ldap-lowercase-request-attributes
blizzz [Thu, 14 Feb 2019 14:06:39 +0000 (15:06 +0100)]
Merge pull request #14200 from nextcloud/fix/noid/ldap-lowercase-request-attributes

ensure attribute names are lower cased

5 years agoMerge pull request #14160 from nextcloud/update-crl
Morris Jobke [Thu, 14 Feb 2019 13:53:05 +0000 (14:53 +0100)]
Merge pull request #14160 from nextcloud/update-crl

Update CRL to contain revoked files_external_dropbox, passman & payback

5 years agoMerge pull request #12652 from tomasz-grobelny/operation_progress_improvements3
John Molakvoæ [Thu, 14 Feb 2019 13:24:20 +0000 (14:24 +0100)]
Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3

Operation progress improvements

5 years agoensure attribute names are lower cased 14200/head
Arthur Schiwon [Thu, 14 Feb 2019 13:02:03 +0000 (14:02 +0100)]
ensure attribute names are lower cased

otherwise they will be skipped when the results is being formatted and the
lower-cased result keys do not match.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMove jquery.ocdialog.scss to bundle 14199/head
Roeland Jago Douma [Thu, 14 Feb 2019 12:34:20 +0000 (13:34 +0100)]
Move jquery.ocdialog.scss to bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMove jquery-ui-fixes to bundle
Roeland Jago Douma [Thu, 14 Feb 2019 12:31:49 +0000 (13:31 +0100)]
Move jquery-ui-fixes to bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoUpdate tests 14186/head
Roeland Jago Douma [Wed, 13 Feb 2019 21:58:49 +0000 (22:58 +0100)]
Update tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMove systemtags to common webpack
Roeland Jago Douma [Wed, 13 Feb 2019 21:54:48 +0000 (22:54 +0100)]
Move systemtags to common webpack

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMove systemtags icon to icons.scss
Roeland Jago Douma [Wed, 13 Feb 2019 21:48:20 +0000 (22:48 +0100)]
Move systemtags icon to icons.scss

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoCompile assets 14197/head
Roeland Jago Douma [Thu, 14 Feb 2019 11:00:12 +0000 (12:00 +0100)]
Compile assets

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFix trashbin restore translation
Roeland Jago Douma [Thu, 14 Feb 2019 10:57:52 +0000 (11:57 +0100)]
Fix trashbin restore translation

The files app doesn't have this entry.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoUpdate CRL to contain revoked files_external_dropbox, passman & payback 14160/head
Morris Jobke [Tue, 12 Feb 2019 14:01:49 +0000 (15:01 +0100)]
Update CRL to contain revoked files_external_dropbox, passman & payback

* see https://github.com/nextcloud/app-certificate-requests/pull/221
* see https://github.com/nextcloud/app-certificate-requests/pull/219#issuecomment-463577509

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #14183 from BrookeDot/patch-2
Roeland Jago Douma [Thu, 14 Feb 2019 10:46:10 +0000 (11:46 +0100)]
Merge pull request #14183 from BrookeDot/patch-2

Remove Nextcloud's Google+ link

5 years agoMerge pull request #13681 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud...
Roeland Jago Douma [Thu, 14 Feb 2019 10:40:33 +0000 (11:40 +0100)]
Merge pull request #13681 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-vue-0.6.0

Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settings

5 years agoMerge pull request #14185 from nextcloud/fix/init_shared_storage_for_recents
Morris Jobke [Thu, 14 Feb 2019 10:26:41 +0000 (11:26 +0100)]
Merge pull request #14185 from nextcloud/fix/init_shared_storage_for_recents

Fix recent files

5 years agoMerge pull request #14168 from nextcloud/feature/noid/improve-update-channel-layout
Morris Jobke [Thu, 14 Feb 2019 09:37:47 +0000 (10:37 +0100)]
Merge pull request #14168 from nextcloud/feature/noid/improve-update-channel-layout

Improve update channel layout to be a popup menu

5 years agoAdjust Apps and User settings to new Vue components 13681/head
Christoph Wurst [Wed, 30 Jan 2019 08:48:52 +0000 (09:48 +0100)]
Adjust Apps and User settings to new Vue components

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoBump nextcloud-vue from 0.5.0 to 0.6.0 in /settings
dependabot[bot] [Sat, 26 Jan 2019 13:40:38 +0000 (13:40 +0000)]
Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settings

Bumps [nextcloud-vue](https://github.com/nextcloud/vue-components) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/nextcloud/vue-components/releases)
- [Commits](https://github.com/nextcloud/vue-components/compare/v0.5.0...v0.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMake TestCase->overwriteService() work with App classes 14191/head
Joas Schilling [Thu, 14 Feb 2019 07:40:21 +0000 (08:40 +0100)]
Make TestCase->overwriteService() work with App classes

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Feb 2019 01:12:26 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

5 years agoremove googleplus svg see #14183 14183/head
BandonRandon [Wed, 13 Feb 2019 23:26:51 +0000 (15:26 -0800)]
remove googleplus svg see #14183

Signed-off-by: BandonRandon <BandonRandon@gmail.com>
5 years agoFix unit test 13995/head
Daniel Kesselberg [Mon, 11 Feb 2019 16:27:48 +0000 (17:27 +0100)]
Fix unit test

Null is not longer possible as value for $dispatcher.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMake $repairSteps & $dispatcher mandatory
Daniel Kesselberg [Wed, 6 Feb 2019 19:56:17 +0000 (20:56 +0100)]
Make $repairSteps & $dispatcher mandatory

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoDo not run getRepairSteps in register_commands
Daniel Kesselberg [Sat, 2 Feb 2019 17:07:48 +0000 (18:07 +0100)]
Do not run getRepairSteps in register_commands

getRepairSteps is quite expensive (because every repair step is
initialized and their dependencies are injected). Should not
call it during register.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #14170 from nextcloud/feature/update-app-password-activity
Roeland Jago Douma [Wed, 13 Feb 2019 21:45:12 +0000 (22:45 +0100)]
Merge pull request #14170 from nextcloud/feature/update-app-password-activity

Show more information on app password update

5 years agoMerge pull request #14005 from nextcloud/enh/versions_to_webpack
Roeland Jago Douma [Wed, 13 Feb 2019 21:43:09 +0000 (22:43 +0100)]
Merge pull request #14005 from nextcloud/enh/versions_to_webpack

Move files_versions to webpack

5 years agoMove of files_versions to webpack 14005/head
Roeland Jago Douma [Sun, 3 Feb 2019 18:56:44 +0000 (19:56 +0100)]
Move of files_versions to webpack

* Move CSS into bundle
* Old merged.json no longer needed!
* No need to load the style still

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFilter out versions and trashbin 14185/head
Roeland Jago Douma [Wed, 13 Feb 2019 20:27:25 +0000 (21:27 +0100)]
Filter out versions and trashbin

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>