]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoMove settings to an app 17182/head
Christoph Wurst [Tue, 17 Sep 2019 14:33:27 +0000 (16:33 +0200)]
Move settings to an app

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoRemove input id on login form (#17294)
John Molakvoæ [Sat, 28 Sep 2019 08:46:31 +0000 (10:46 +0200)]
Remove input id on login form (#17294)

Remove input id on login form

5 years agoRemove input id on login form 17294/head
John Molakvoæ (skjnldsv) [Fri, 27 Sep 2019 06:11:44 +0000 (08:11 +0200)]
Remove input id on login form

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 [Sat, 28 Sep 2019 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17258 from nextcloud/smb-timeout-config
Roeland Jago Douma [Fri, 27 Sep 2019 10:29:56 +0000 (12:29 +0200)]
Merge pull request #17258 from nextcloud/smb-timeout-config

add (hidden) option to configure smb timeout

5 years agoMerge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetype-from...
Joas Schilling [Fri, 27 Sep 2019 08:51:10 +0000 (10:51 +0200)]
Merge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetype-from-uploads

Correctly detect the mimetype from uploads

5 years agoMerge pull request #17245 from nextcloud/bugfix/noid/fix-migration
Roeland Jago Douma [Thu, 26 Sep 2019 20:44:21 +0000 (22:44 +0200)]
Merge pull request #17245 from nextcloud/bugfix/noid/fix-migration

Fix "Cannot add a NOT NULL column with default value NULL"

5 years agoCorrectly detect the mimetype from uploads 17286/head
Joas Schilling [Thu, 26 Sep 2019 15:43:47 +0000 (17:43 +0200)]
Correctly detect the mimetype from uploads

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoFix "Cannot add a NOT NULL column with default value NULL" 17245/head
Joas Schilling [Tue, 24 Sep 2019 09:01:18 +0000 (11:01 +0200)]
Fix "Cannot add a NOT NULL column with default value NULL"

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17264 from nextcloud/move-from-storage-wrappers
Roeland Jago Douma [Thu, 26 Sep 2019 13:48:59 +0000 (15:48 +0200)]
Merge pull request #17264 from nextcloud/move-from-storage-wrappers

handle moveFromStorage within the same storage even when storage wrap…

5 years agoMerge pull request #14913 from nextcloud/bugfix/6954/scan-external-s3
Roeland Jago Douma [Thu, 26 Sep 2019 09:39:17 +0000 (11:39 +0200)]
Merge pull request #14913 from nextcloud/bugfix/6954/scan-external-s3

Fix directory detection for s3

5 years agoMerge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-comment
Roeland Jago Douma [Thu, 26 Sep 2019 09:30:56 +0000 (11:30 +0200)]
Merge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-comment

Fix user with id 0 to be able to comment

5 years agoMerge pull request #17262 from nextcloud/objectstore-remove-cache-on-delete
Roeland Jago Douma [Thu, 26 Sep 2019 09:24:02 +0000 (11:24 +0200)]
Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-delete

dont delete cache entries if deleting an object from object store failed

5 years agoMerge pull request #17181 from nextcloud/feature/noid/talk-attachment
Joas Schilling [Thu, 26 Sep 2019 07:27:03 +0000 (09:27 +0200)]
Merge pull request #17181 from nextcloud/feature/noid/talk-attachment

Add talk-attachment as a rich object type

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 Sep 2019 02:14:57 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agohandle moveFromStorage within the same storage even when storage wrappers are applied... 17264/head
Robin Appelman [Wed, 25 Sep 2019 17:17:06 +0000 (19:17 +0200)]
handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage

the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that

Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agodont delete cache entries if deleting an object from object store failed 17262/head
Robin Appelman [Wed, 25 Sep 2019 16:07:32 +0000 (18:07 +0200)]
dont delete cache entries if deleting an object from object store failed

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoUpdate apps/files_external/lib/Lib/Backend/SMB.php 17258/head
Robin Appelman [Wed, 25 Sep 2019 12:59:44 +0000 (14:59 +0200)]
Update apps/files_external/lib/Lib/Backend/SMB.php

Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoadd (hidden) option to configure smb timeout
Robin Appelman [Wed, 25 Sep 2019 11:30:40 +0000 (13:30 +0200)]
add (hidden) option to configure smb timeout

hidden from ui to prevent clutter

```occ files_external:config <mount> timeout 30```

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoMerge pull request #17254 from nextcloud/fix/double_escape
Roeland Jago Douma [Wed, 25 Sep 2019 09:59:31 +0000 (11:59 +0200)]
Merge pull request #17254 from nextcloud/fix/double_escape

Properly import DOMPurify in l10n.js

5 years agoFix spaces being collapsed in move dialog (#17240)
John Molakvoæ [Wed, 25 Sep 2019 09:23:34 +0000 (11:23 +0200)]
Fix spaces being collapsed in move dialog (#17240)

Fix spaces being collapsed in move dialog

5 years agoProperly import DOMPurify in l10n.js 17254/head
Roeland Jago Douma [Wed, 25 Sep 2019 07:35:12 +0000 (09:35 +0200)]
Properly import DOMPurify in l10n.js

Fixes a bunch of warning in the console.
And fixed the doube escaping.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17253 from nextcloud/fix/apptoken_creation
Roeland Jago Douma [Wed, 25 Sep 2019 08:53:58 +0000 (10:53 +0200)]
Merge pull request #17253 from nextcloud/fix/apptoken_creation

Fix apptoken creation

5 years agoFix apptoken creation 17253/head
Roeland Jago Douma [Wed, 25 Sep 2019 07:16:51 +0000 (09:16 +0200)]
Fix apptoken creation

Seems there was a small bug in #15936
This inverts the check and add the property

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFix user with id 0 to be able to comment 17252/head
Joas Schilling [Wed, 25 Sep 2019 07:07:07 +0000 (09:07 +0200)]
Fix user with id 0 to be able to comment

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 Sep 2019 02:14:47 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16641 from nextcloud/enh/files_additionalscripts
Roeland Jago Douma [Tue, 24 Sep 2019 19:56:50 +0000 (21:56 +0200)]
Merge pull request #16641 from nextcloud/enh/files_additionalscripts

Files additionalscripts to real event

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 Sep 2019 02:14:41 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoFix spaces being collapsed in move dialog 17240/head
Gary Kim [Mon, 23 Sep 2019 17:54:42 +0000 (01:54 +0800)]
Fix spaces being collapsed in move dialog

Signed-off-by: Gary Kim <gary@garykim.dev>
5 years agoUse local variable for directory name 14913/head
Daniel Kesselberg [Sat, 30 Mar 2019 11:27:52 +0000 (12:27 +0100)]
Use local variable for directory name

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoDon't strip path from directory prefix
Daniel Kesselberg [Thu, 14 Feb 2019 17:06:09 +0000 (18:06 +0100)]
Don't strip path from directory prefix

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoFill directory cache from opendir
Daniel Kesselberg [Tue, 1 Jan 2019 17:15:07 +0000 (18:15 +0100)]
Fill directory cache from opendir

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoChange visibility to private (from protected)
Daniel Kesselberg [Sat, 29 Sep 2018 19:12:39 +0000 (21:12 +0200)]
Change visibility to private (from protected)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoRename $location to $path
Daniel Kesselberg [Sat, 29 Sep 2018 19:10:40 +0000 (21:10 +0200)]
Rename $location to $path

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoAdd method to check if directory exists
Daniel Kesselberg [Fri, 28 Sep 2018 20:59:34 +0000 (22:59 +0200)]
Add method to check if directory exists

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMove over comments to the new event 16641/head
Roeland Jago Douma [Fri, 2 Aug 2019 18:16:58 +0000 (20:16 +0200)]
Move over comments to the new event

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd new LoadAdditionalScriptsEvent
Roeland Jago Douma [Fri, 2 Aug 2019 18:08:54 +0000 (20:08 +0200)]
Add new LoadAdditionalScriptsEvent

This adds a new event that is in the new style of event dispatching.
This should allow more lazy loading and better sepeartion of concerns

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17163 from nextcloud/bugfix/noid/print-error-on-data-dir-error
Roeland Jago Douma [Mon, 23 Sep 2019 08:08:58 +0000 (10:08 +0200)]
Merge pull request #17163 from nextcloud/bugfix/noid/print-error-on-data-dir-error

Print error on data dir error

5 years agoMerge pull request #17232 from nextcloud/dependabot/npm_and_yarn/build/handlebars...
Roeland Jago Douma [Mon, 23 Sep 2019 08:04:13 +0000 (10:04 +0200)]
Merge pull request #17232 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.2.1

Bump handlebars from 4.2.0 to 4.2.1 in /build

5 years agoMerge pull request #17234 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.1
Roeland Jago Douma [Mon, 23 Sep 2019 08:03:19 +0000 (10:03 +0200)]
Merge pull request #17234 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.1

Bump dompurify from 2.0.0 to 2.0.1

5 years agoBump dompurify from 2.0.0 to 2.0.1 17234/head
dependabot-preview[bot] [Sun, 22 Sep 2019 17:59:21 +0000 (17:59 +0000)]
Bump dompurify from 2.0.0 to 2.0.1

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.0...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoBump handlebars from 4.2.0 to 4.2.1 in /build 17232/head
dependabot-preview[bot] [Sun, 22 Sep 2019 17:59:05 +0000 (17:59 +0000)]
Bump handlebars from 4.2.0 to 4.2.1 in /build

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #17233 from nextcloud/dependabot/npm_and_yarn/handlebars-4.2.1
Roeland Jago Douma [Sun, 22 Sep 2019 17:57:21 +0000 (19:57 +0200)]
Merge pull request #17233 from nextcloud/dependabot/npm_and_yarn/handlebars-4.2.1

Bump handlebars from 4.2.0 to 4.2.1

5 years agoBump handlebars from 4.2.0 to 4.2.1 17233/head
dependabot-preview[bot] [Sun, 22 Sep 2019 01:13:13 +0000 (01:13 +0000)]
Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.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 #17235 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.9
Roeland Jago Douma [Sun, 22 Sep 2019 10:55:10 +0000 (12:55 +0200)]
Merge pull request #17235 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.9

Bump webpack-cli from 3.3.8 to 3.3.9

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 22 Sep 2019 02:15:36 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump webpack-cli from 3.3.8 to 3.3.9 17235/head
dependabot-preview[bot] [Sun, 22 Sep 2019 01:14:22 +0000 (01:14 +0000)]
Bump webpack-cli from 3.3.8 to 3.3.9

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.8 to 3.3.9.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.9/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.8...v3.3.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 21 Sep 2019 02:14:49 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 Sep 2019 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17017 from ritsute/fix/css-actions.creatable
Roeland Jago Douma [Thu, 19 Sep 2019 19:36:37 +0000 (21:36 +0200)]
Merge pull request #17017 from ritsute/fix/css-actions.creatable

fix "create folder" icon overlaying home icon

5 years agoMerge pull request #17206 from nextcloud/logger-catch-exceptions
Roeland Jago Douma [Thu, 19 Sep 2019 16:33:45 +0000 (18:33 +0200)]
Merge pull request #17206 from nextcloud/logger-catch-exceptions

catch exceptions that occur during logging

5 years agoMerge pull request #17207 from nextcloud/fix/federated-file-sharing-l10n
Joas Schilling [Thu, 19 Sep 2019 13:27:19 +0000 (15:27 +0200)]
Merge pull request #17207 from nextcloud/fix/federated-file-sharing-l10n

Fix l10n in federated file sharing

5 years agocatch exceptions that occur during logging 17206/head
Robin Appelman [Thu, 19 Sep 2019 10:20:34 +0000 (12:20 +0200)]
catch exceptions that occur during logging

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoFix l10n in federated file sharing 17207/head
Christoph Wurst [Thu, 19 Sep 2019 10:57:45 +0000 (12:57 +0200)]
Fix l10n in federated file sharing

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 Sep 2019 02:15:38 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17201 from nextcloud/fix/tiny_authentication_bug_mostly_affecting...
Roeland Jago Douma [Wed, 18 Sep 2019 20:52:53 +0000 (22:52 +0200)]
Merge pull request #17201 from nextcloud/fix/tiny_authentication_bug_mostly_affecting_french_people

Use the actual password to update the tokens

5 years agoUse the actual password to update the tokens 17201/head
Roeland Jago Douma [Wed, 18 Sep 2019 17:46:21 +0000 (19:46 +0200)]
Use the actual password to update the tokens

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17194 from nextcloud/fix/17166/delete-temp-tokens-only-for-curren...
Roeland Jago Douma [Wed, 18 Sep 2019 16:08:59 +0000 (18:08 +0200)]
Merge pull request #17194 from nextcloud/fix/17166/delete-temp-tokens-only-for-current-user

Add uid to delete temp token query

5 years agoAdd uid to delete temp token query 17194/head
Daniel Kesselberg [Wed, 18 Sep 2019 14:52:42 +0000 (16:52 +0200)]
Add uid to delete temp token query

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #17175 from nextcloud/feature/noid/make-getById-work-for-files...
Roeland Jago Douma [Wed, 18 Sep 2019 11:44:52 +0000 (13:44 +0200)]
Merge pull request #17175 from nextcloud/feature/noid/make-getById-work-for-files-in-appdata

Fix getById for files in appdata and the root mount

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 Sep 2019 02:14:55 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoAdd theme class to body and fix for theme selection (#16929)
John Molakvoæ [Tue, 17 Sep 2019 22:56:50 +0000 (00:56 +0200)]
Add theme class to body and fix for theme selection (#16929)

Add theme class to body and fix for theme selection

5 years agoAdd space between dots in more-icon (#17178)
John Molakvoæ [Tue, 17 Sep 2019 22:38:33 +0000 (00:38 +0200)]
Add space between dots in more-icon (#17178)

Add space between dots in more-icon

5 years agoAdd space between dots in more-icon 17178/head
jenniferpiperek [Tue, 17 Sep 2019 11:09:01 +0000 (13:09 +0200)]
Add space between dots in more-icon

Signed-off-by: jenniferpiperek <jenniferpiperek@users.noreply.github.com>
5 years agoMerge pull request #17162 from nextcloud/bugfix/noid/fix_recent-favorite_filename_ove...
Roeland Jago Douma [Tue, 17 Sep 2019 16:16:47 +0000 (18:16 +0200)]
Merge pull request #17162 from nextcloud/bugfix/noid/fix_recent-favorite_filename_ovelaping

Fix the recent/favorite/shared filename problem

5 years agoMerge pull request #17174 from nextcloud/bugfix/noid/properly_mark_birthday_calendars...
Roeland Jago Douma [Tue, 17 Sep 2019 16:03:21 +0000 (18:03 +0200)]
Merge pull request #17174 from nextcloud/bugfix/noid/properly_mark_birthday_calendars_as_not_sharable

properly mark birthday calendars as not shareable for now

5 years agoMerge pull request #17098 from nextcloud/fix/css/variables-color-primary-light
Joas Schilling [Tue, 17 Sep 2019 13:54:35 +0000 (15:54 +0200)]
Merge pull request #17098 from nextcloud/fix/css/variables-color-primary-light

Create color-primary-light variable

5 years agoAdd talk-attachment as a rich object type 17181/head
Joas Schilling [Tue, 17 Sep 2019 13:08:16 +0000 (15:08 +0200)]
Add talk-attachment as a rich object type

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

5 years agoMerge pull request #17180 from nextcloud/fix/translations
Roeland Jago Douma [Tue, 17 Sep 2019 12:19:33 +0000 (14:19 +0200)]
Merge pull request #17180 from nextcloud/fix/translations

We should ignore compiles javascript!

5 years agoWe should ignore compiles javascript! 17180/head
Roeland Jago Douma [Tue, 17 Sep 2019 12:18:55 +0000 (14:18 +0200)]
We should ignore compiles javascript!

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoproperly mark birthday calendars as not shareable for now 17174/head
Georg Ehrke [Tue, 17 Sep 2019 09:05:55 +0000 (11:05 +0200)]
properly mark birthday calendars as not shareable for now

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoMerge pull request #17138 from nextcloud/bugfix/noid/workflow
blizzz [Tue, 17 Sep 2019 09:59:08 +0000 (11:59 +0200)]
Merge pull request #17138 from nextcloud/bugfix/noid/workflow

Workflowengine: Fix check listing

5 years agoFix getById for files in appdata and the root mount 17175/head
Joas Schilling [Tue, 17 Sep 2019 09:15:59 +0000 (11:15 +0200)]
Fix getById for files in appdata and the root mount

In case the path we are currently in is inside the appdata_* folder,
the original getById method does not work, because it can only look inside
the user's mount points. But the user has no mount point for the root storage.

So in that case we directly check the mount of the root if it contains
the id. If it does we check if the path is inside the path we are working
in.

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17159 from nextcloud/bugfix/17004/birthday_service_fixes
Roeland Jago Douma [Tue, 17 Sep 2019 08:06:19 +0000 (10:06 +0200)]
Merge pull request #17159 from nextcloud/bugfix/17004/birthday_service_fixes

Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service

5 years agoRemoved duplicate defintion of app name and rebased/rebuilt. 16929/head
Janis Köhr [Mon, 16 Sep 2019 19:14:11 +0000 (21:14 +0200)]
Removed duplicate defintion of app name and rebased/rebuilt.

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoAdded copyright for contribution
Janis Köhr [Tue, 3 Sep 2019 13:49:27 +0000 (15:49 +0200)]
Added copyright for contribution

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoChange name of high contrast theme to high contrast mode
Janis Köhr [Tue, 3 Sep 2019 12:09:44 +0000 (14:09 +0200)]
Change name of high contrast theme to high contrast mode

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoAdd highcontrast style for dark mode
Janis Köhr [Tue, 3 Sep 2019 11:56:45 +0000 (13:56 +0200)]
Add highcontrast style for dark mode

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoChanged highcontrast from array (theme) to object (flag/filter)
Janis Köhr [Tue, 3 Sep 2019 07:30:25 +0000 (09:30 +0200)]
Changed highcontrast from array (theme) to object (flag/filter)

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoAdd small linting fix
Janis Köhr [Tue, 3 Sep 2019 07:14:42 +0000 (09:14 +0200)]
Add small linting fix

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoUpdate autoload checkers
John Molakvoæ (skjnldsv) [Tue, 3 Sep 2019 04:35:42 +0000 (06:35 +0200)]
Update autoload checkers

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoAdded migration step
Janis Köhr [Mon, 2 Sep 2019 18:27:12 +0000 (20:27 +0200)]
Added migration step

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoAdd theme class for selected theme to body, fix for accessibility theme selection...
Janis Köhr [Fri, 30 Aug 2019 09:23:09 +0000 (11:23 +0200)]
Add theme class for selected theme to body, fix for accessibility theme selection and separated highcontrast theme

Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
5 years agoAllow options to be passed to `FileList.createFile` (#12990)
John Molakvoæ [Mon, 16 Sep 2019 18:15:23 +0000 (20:15 +0200)]
Allow options to be passed to `FileList.createFile` (#12990)

Allow options to be passed to `FileList.createFile`

5 years agoPrint the error pages as error so we load less scripts and might be able to view it 17163/head
Joas Schilling [Mon, 16 Sep 2019 17:38:43 +0000 (19:38 +0200)]
Print the error pages as error so we load less scripts and might be able to view it

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoPrint plain error when the error page errors too
Joas Schilling [Mon, 16 Sep 2019 17:38:13 +0000 (19:38 +0200)]
Print plain error when the error page errors too

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoFix the recent/favorite/shared filename problem 17162/head
Greta Doci [Mon, 16 Sep 2019 15:12:10 +0000 (17:12 +0200)]
Fix the recent/favorite/shared filename problem

Signed-off-by: Greta Doci <gretadoci@gmail.com>
5 years agoSabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service 17159/head
Georg Ehrke [Mon, 16 Sep 2019 13:47:42 +0000 (15:47 +0200)]
Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoAllow options to be passed to `FileList.createFile`, so that `scrollTo` can be overri... 12990/head
Thomas Ebert [Mon, 10 Dec 2018 21:52:24 +0000 (22:52 +0100)]
Allow options to be passed to `FileList.createFile`, so that `scrollTo` can be overridden.

Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net>
5 years agoMerge pull request #16976 from nextcloud/bugfix/noid/directory-icon-mount
Roeland Jago Douma [Sun, 15 Sep 2019 19:11:38 +0000 (21:11 +0200)]
Merge pull request #16976 from nextcloud/bugfix/noid/directory-icon-mount

Always use the folder icon depending on the mount type if not a share mount

5 years agoBump bundles 17138/head
Julius Härtl [Fri, 13 Sep 2019 22:08:53 +0000 (00:08 +0200)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoFix check listing
Julius Härtl [Thu, 12 Sep 2019 15:15:46 +0000 (17:15 +0200)]
Fix check listing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #17151 from nextcloud/td/remove/createPreview
Roeland Jago Douma [Sun, 15 Sep 2019 17:36:18 +0000 (19:36 +0200)]
Merge pull request #17151 from nextcloud/td/remove/createPreview

Remove deprecated function createPreview

5 years agoMerge pull request #15936 from nextcloud/bugfix/15539/wronguser-apptoken-impersonation
Roeland Jago Douma [Sun, 15 Sep 2019 17:34:07 +0000 (19:34 +0200)]
Merge pull request #15936 from nextcloud/bugfix/15539/wronguser-apptoken-impersonation

Disable app token creation for impersonated people, ref #15539

5 years agoBump bundles 16976/head
Julius Härtl [Thu, 12 Sep 2019 13:16:15 +0000 (15:16 +0200)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoFallback to directory icon based on the mount type
Julius Härtl [Tue, 3 Sep 2019 08:07:27 +0000 (10:07 +0200)]
Fallback to directory icon based on the mount type

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #17123 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.0
Roeland Jago Douma [Sun, 15 Sep 2019 17:25:52 +0000 (19:25 +0200)]
Merge pull request #17123 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.0

Bump dompurify from 1.0.11 to 2.0.0

5 years agoBump dompurify from 1.0.11 to 2.0.0 17123/head
dependabot-preview[bot] [Sun, 15 Sep 2019 10:22:55 +0000 (10:22 +0000)]
Bump dompurify from 1.0.11 to 2.0.0

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #17122 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill...
Roeland Jago Douma [Sun, 15 Sep 2019 10:20:32 +0000 (12:20 +0200)]
Merge pull request #17122 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.1.2

Bump css-vars-ponyfill from 2.1.1 to 2.1.2