]>
source.dussan.org Git - nextcloud-server.git/log
dependabot-preview[bot] [Sun, 29 Sep 2019 01:15:32 +0000 (01:15 +0000)]
Bump @babel/preset-env from 7.6.0 to 7.6.2
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.0 to 7.6.2.
- [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.6.0...v7.6.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
John Molakvoæ [Sat, 28 Sep 2019 15:17:35 +0000 (17:17 +0200)]
Bring the default font size up to 15px (#17228)
Bring the default font size up to 15px
John Molakvoæ [Sat, 28 Sep 2019 15:16:22 +0000 (17:16 +0200)]
Append / to data('path') for folder content request (#17285)
Append / to data('path') for folder content request
Daniel Kesselberg [Thu, 26 Sep 2019 15:21:38 +0000 (17:21 +0200)]
Append / to data('path') for folder content request
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ [Sat, 28 Sep 2019 14:06:34 +0000 (16:06 +0200)]
Move oauth admin settings to initialstate (#17287)
Move oauth admin settings to initialstate
Roeland Jago Douma [Thu, 26 Sep 2019 18:12:24 +0000 (20:12 +0200)]
Move oauth admin settings to initialstate
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ [Sat, 28 Sep 2019 11:14:25 +0000 (13:14 +0200)]
Move settings to an app (#17182)
Move settings to an app
John Molakvoæ [Sat, 28 Sep 2019 09:44:33 +0000 (11:44 +0200)]
Fix fetching additional search results on scrolling down (#15557)
Fix fetching additional search results on scrolling down
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>
René Bühlmann [Wed, 15 May 2019 21:48:46 +0000 (23:48 +0200)]
Fix fetching additional search results on scrolling down
Signed-off-by: René Bühlmann <rene@buehlmann.net>
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
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>
Nextcloud bot [Sat, 28 Sep 2019 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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
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"
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>
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>
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…
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
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
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
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
Nextcloud bot [Thu, 26 Sep 2019 02:14:57 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
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
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
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>
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
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>
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>
Nextcloud bot [Wed, 25 Sep 2019 02:14:47 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
Nextcloud bot [Tue, 24 Sep 2019 02:14:41 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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
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
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>
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>
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
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>
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
Nextcloud bot [Sun, 22 Sep 2019 02:15:36 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
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>
Marco Ambrosini [Sat, 21 Sep 2019 18:47:46 +0000 (20:47 +0200)]
Bring the default font size up to 15px
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Nextcloud bot [Sat, 21 Sep 2019 02:14:49 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 Sep 2019 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
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
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
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
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>
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>
Nextcloud bot [Thu, 19 Sep 2019 02:15:38 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
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
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>
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
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>
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
Nextcloud bot [Wed, 18 Sep 2019 02:14:55 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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
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>
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
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
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
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>
Nextcloud bot [Tue, 17 Sep 2019 12:33:26 +0000 (12:33 +0000)]
[tx-robot] updated from transifex
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!
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>
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>
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
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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`
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>
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>
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>
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>
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>