]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agofix preview generation tests 19495/head
Robin Appelman [Thu, 9 Apr 2020 13:59:18 +0000 (15:59 +0200)]
fix preview generation tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agooptimize batch generation of previews
Robin Appelman [Sun, 16 Feb 2020 01:34:09 +0000 (02:34 +0100)]
optimize batch generation of previews

by allowing the generation of multiple previews at once we save on having to find, open and decode the max-preview for every preview of the same file

the main use case for this is the preview generator app (pr for that comming next)

in my local testing this saves about 25% of time when using the preview generator app

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoallow generating multiple preview sizes for a single file at once
Robin Appelman [Sun, 16 Feb 2020 00:45:47 +0000 (01:45 +0100)]
allow generating multiple preview sizes for a single file at once

this saves having to do some of the overhead multiple times

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20315 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6
Roeland Jago Douma [Wed, 8 Apr 2020 13:37:58 +0000 (15:37 +0200)]
Merge pull request #20315 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6

Bump handlebars from 4.7.4 to 4.7.6

4 years agoBump handlebars from 4.7.4 to 4.7.6 20315/head
dependabot-preview[bot] [Tue, 7 Apr 2020 09:21:52 +0000 (09:21 +0000)]
Bump handlebars from 4.7.4 to 4.7.6

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.4 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20299 from nextcloud/fix/noid/member-on-null-app-cancel-login
Roeland Jago Douma [Wed, 8 Apr 2020 12:50:46 +0000 (14:50 +0200)]
Merge pull request #20299 from nextcloud/fix/noid/member-on-null-app-cancel-login

fixes the throttler not checking the user state on postLogin

4 years agoMerge pull request #18200 from nextcloud/enhancement/psr-logger
Christoph Wurst [Wed, 8 Apr 2020 09:49:56 +0000 (11:49 +0200)]
Merge pull request #18200 from nextcloud/enhancement/psr-logger

Add a PSR-3 logger adapter and make it injectable

4 years agoMerge pull request #20347 from azul/test/fix-failing-acceptance
John Molakvoæ [Wed, 8 Apr 2020 07:05:48 +0000 (09:05 +0200)]
Merge pull request #20347 from azul/test/fix-failing-acceptance

tests: fix failing header acceptance test

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Apr 2020 02:18:45 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agotests: fix failing header acceptance test 20347/head
Azul [Tue, 7 Apr 2020 12:32:19 +0000 (14:32 +0200)]
tests: fix failing header acceptance test

The username is listed in a div with class `fullname` now.

Signed-off-by: Azul <azul@riseup.net>
4 years agoMerge pull request #20188 from nextcloud/bug/19662/add-default-title-for-event-in...
Roeland Jago Douma [Tue, 7 Apr 2020 09:22:17 +0000 (11:22 +0200)]
Merge pull request #20188 from nextcloud/bug/19662/add-default-title-for-event-in-invitatios

Add default titles for titleless events in invitations

4 years agoMerge pull request #20265 from nextcloud/techdebt/legacy-classes-psr4
Roeland Jago Douma [Tue, 7 Apr 2020 07:57:16 +0000 (09:57 +0200)]
Merge pull request #20265 from nextcloud/techdebt/legacy-classes-psr4

Move legacy classes from PSR0 to PSR4

4 years agoMove legacy classes from PSR0 to PSR4 20265/head
Christoph Wurst [Wed, 1 Apr 2020 18:44:29 +0000 (20:44 +0200)]
Move legacy classes from PSR0 to PSR4

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Apr 2020 02:18:10 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20033 from nextcloud/s3-seekable-stream
Roeland Jago Douma [Mon, 6 Apr 2020 19:38:49 +0000 (21:38 +0200)]
Merge pull request #20033 from nextcloud/s3-seekable-stream

Enable fseek for files in S3 storage

4 years agoMerge pull request #19346 from nextcloud/refactor/external-toast-deprecate
Roeland Jago Douma [Mon, 6 Apr 2020 18:45:03 +0000 (20:45 +0200)]
Merge pull request #19346 from nextcloud/refactor/external-toast-deprecate

Use toasts from @nextcloud/dialogs, deprecate OCP.Toast and fix usages

4 years agoMerge pull request #20331 from nextcloud/irc-to-talk
Christoph Wurst [Mon, 6 Apr 2020 17:19:20 +0000 (19:19 +0200)]
Merge pull request #20331 from nextcloud/irc-to-talk

Remove freenode badges

4 years agoRemove freenode badges, Add link to Talk 20331/head
Daniel Kesselberg [Mon, 6 Apr 2020 13:44:06 +0000 (15:44 +0200)]
Remove freenode badges, Add link to Talk

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoRemove toastify-js 19346/head
Christoph Wurst [Mon, 9 Mar 2020 10:17:03 +0000 (11:17 +0100)]
Remove toastify-js

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoInline usages of OCP.Toast in bundled files
Christoph Wurst [Fri, 7 Feb 2020 10:02:45 +0000 (11:02 +0100)]
Inline usages of OCP.Toast in bundled files

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUse external Toast implementation and deprecate the OCP API
Christoph Wurst [Fri, 7 Feb 2020 09:47:59 +0000 (10:47 +0100)]
Use external Toast implementation and deprecate the OCP API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20276 from nextcloud/files-external-param-tooltop
Roeland Jago Douma [Mon, 6 Apr 2020 14:42:39 +0000 (16:42 +0200)]
Merge pull request #20276 from nextcloud/files-external-param-tooltop

allow setting tooltips for external storage config options

4 years agoMerge pull request #20310 from nextcloud/dependabot/npm_and_yarn/build/handlebars...
Roeland Jago Douma [Mon, 6 Apr 2020 14:37:45 +0000 (16:37 +0200)]
Merge pull request #20310 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.7.6

Bump handlebars from 4.7.3 to 4.7.6 in /build

4 years agoMerge pull request #20330 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.2.2
Roeland Jago Douma [Mon, 6 Apr 2020 14:37:08 +0000 (16:37 +0200)]
Merge pull request #20330 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.2.2

Bump @nextcloud/l10n from 1.1.1 to 1.2.2

4 years agoBump @nextcloud/l10n from 1.1.1 to 1.2.2 20330/head
dependabot-preview[bot] [Mon, 6 Apr 2020 13:36:52 +0000 (13:36 +0000)]
Bump @nextcloud/l10n from 1.1.1 to 1.2.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_original_m...
Roeland Jago Douma [Mon, 6 Apr 2020 07:44:34 +0000 (09:44 +0200)]
Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_original_migration

Add missing index to original migration

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Apr 2020 02:18:03 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20314 from nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.4
Roeland Jago Douma [Sun, 5 Apr 2020 15:13:11 +0000 (17:13 +0200)]
Merge pull request #20314 from nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.4

Bump eslint-loader from 3.0.3 to 3.0.4

4 years agoMerge pull request #20309 from nextcloud/rakekniven-patch-2
Roeland Jago Douma [Sun, 5 Apr 2020 11:53:41 +0000 (13:53 +0200)]
Merge pull request #20309 from nextcloud/rakekniven-patch-2

l10n: Triple dot to ellipsis.

4 years agoBump eslint-loader from 3.0.3 to 3.0.4 20314/head
dependabot-preview[bot] [Sun, 5 Apr 2020 11:09:42 +0000 (11:09 +0000)]
Bump eslint-loader from 3.0.3 to 3.0.4

Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #20316 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
Roeland Jago Douma [Sun, 5 Apr 2020 11:07:20 +0000 (13:07 +0200)]
Merge pull request #20316 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.20.2

Bump eslint-plugin-import from 2.20.1 to 2.20.2

4 years agoMerge pull request #20308 from nextcloud/rakekniven-patch-1
Roeland Jago Douma [Sun, 5 Apr 2020 11:06:56 +0000 (13:06 +0200)]
Merge pull request #20308 from nextcloud/rakekniven-patch-1

 l10n: Changed spelling of WebAuthn

4 years agoBump handlebars from 4.7.3 to 4.7.6 in /build 20310/head
dependabot-preview[bot] [Sun, 5 Apr 2020 10:57:12 +0000 (10:57 +0000)]
Bump handlebars from 4.7.3 to 4.7.6 in /build

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #20312 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.2
Roeland Jago Douma [Sun, 5 Apr 2020 10:55:25 +0000 (12:55 +0200)]
Merge pull request #20312 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.2

Bump jsdom from 16.2.1 to 16.2.2

4 years agoCompile assets 20308/head
npmbuildbot[bot] [Sun, 5 Apr 2020 07:29:38 +0000 (07:29 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Apr 2020 02:18:04 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoBump eslint-plugin-import from 2.20.1 to 2.20.2 20316/head
dependabot-preview[bot] [Sun, 5 Apr 2020 01:19:39 +0000 (01:19 +0000)]
Bump eslint-plugin-import from 2.20.1 to 2.20.2

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump jsdom from 16.2.1 to 16.2.2 20312/head
dependabot-preview[bot] [Sun, 5 Apr 2020 01:16:38 +0000 (01:16 +0000)]
Bump jsdom from 16.2.1 to 16.2.2

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.1 to 16.2.2.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.2.1...16.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agol10n: Triple dot to ellipsis. 20309/head
rakekniven [Sat, 4 Apr 2020 21:09:12 +0000 (23:09 +0200)]
l10n: Triple dot to ellipsis.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agol10n: Changed spelling of WebAuthn
rakekniven [Sat, 4 Apr 2020 21:04:33 +0000 (23:04 +0200)]
l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agol10n: Changed spelling of WebAuthn
rakekniven [Sat, 4 Apr 2020 21:02:10 +0000 (23:02 +0200)]
l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agol10n: Changed spelling of WebAuthn
rakekniven [Sat, 4 Apr 2020 21:00:43 +0000 (23:00 +0200)]
l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agoMerge pull request #20139 from nextcloud/unify-default-value-for-restricting-user...
Roeland Jago Douma [Sat, 4 Apr 2020 08:33:04 +0000 (10:33 +0200)]
Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings

Unify default value for restricting user enumeration with settings

4 years agoMerge pull request #20273 from nextcloud/dependachristoph/npm_and_yarn/handlebars...
Roeland Jago Douma [Sat, 4 Apr 2020 08:27:02 +0000 (10:27 +0200)]
Merge pull request #20273 from nextcloud/dependachristoph/npm_and_yarn/handlebars-minimist

Update handlebars to get rid of minimist

4 years agoMerge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cron
Roeland Jago Douma [Sat, 4 Apr 2020 08:25:53 +0000 (10:25 +0200)]
Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cron

Properly catch NoUserException during upload cleanup

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 Apr 2020 02:17:51 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoProperly hint exceptions thrown by getUserFolder 20284/head
Julius Härtl [Fri, 3 Apr 2020 10:17:47 +0000 (12:17 +0200)]
Properly hint exceptions thrown by getUserFolder

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoCatch NoUserException when running the upload cleanup as cronjob
Julius Härtl [Fri, 3 Apr 2020 10:17:27 +0000 (12:17 +0200)]
Catch NoUserException when running the upload cleanup as cronjob

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agofixes the throttler not checking the user state on postLogin 20299/head
Arthur Schiwon [Fri, 3 Apr 2020 20:51:46 +0000 (22:51 +0200)]
fixes the throttler not checking the user state on postLogin

a listener to the post login events can still reject a login, so that a
user is not necessarily available at the time.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #20293 from nextcloud/fix/noid/BeforeUserLoggedInEvent-returntype
blizzz [Fri, 3 Apr 2020 19:29:20 +0000 (21:29 +0200)]
Merge pull request #20293 from nextcloud/fix/noid/BeforeUserLoggedInEvent-returntype

fixes the return type of BeforeUserLoggedInEvent

4 years agofixes the return type of BeforeUserLoggedInEvent 20293/head
Arthur Schiwon [Fri, 3 Apr 2020 16:01:14 +0000 (18:01 +0200)]
fixes the return type of BeforeUserLoggedInEvent

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoupdate autoloader 20033/head
Robin Appelman [Wed, 1 Apr 2020 16:48:40 +0000 (18:48 +0200)]
update autoloader

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoallow setting tooltips for external storage config options 20276/head
Robin Appelman [Thu, 2 Apr 2020 15:22:42 +0000 (17:22 +0200)]
allow setting tooltips for external storage config options

allows explaining non-obvious config options a bit more

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 Apr 2020 12:08:12 +0000 (12:08 +0000)]
[tx-robot] updated from transifex

4 years agoAdd default titles for titleless events in invitations 20188/head
Thomas Citharel [Thu, 26 Mar 2020 17:32:09 +0000 (18:32 +0100)]
Add default titles for titleless events in invitations

Closes #19662

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 years agoMerge pull request #20285 from nextcloud/fix/l10n-webauthn
Roeland Jago Douma [Fri, 3 Apr 2020 11:46:32 +0000 (13:46 +0200)]
Merge pull request #20285 from nextcloud/fix/l10n-webauthn

Ignore compiled webauthn settings

4 years agoIgnore compiled webauthn settings 20285/head
Roeland Jago Douma [Fri, 3 Apr 2020 11:45:38 +0000 (13:45 +0200)]
Ignore compiled webauthn settings

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoUpdate handlebars to get rid of minimist 20273/head
Christoph Wurst [Thu, 2 Apr 2020 14:01:34 +0000 (16:01 +0200)]
Update handlebars to get rid of minimist

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20257 from nextcloud/version/19/beta1 v19.0.0beta1
Roeland Jago Douma [Fri, 3 Apr 2020 08:49:58 +0000 (10:49 +0200)]
Merge pull request #20257 from nextcloud/version/19/beta1

19 beta 1

4 years agoMerge pull request #19913 from nextcloud/bugfix/noid/remove-user-name-from-public...
Roeland Jago Douma [Fri, 3 Apr 2020 08:33:05 +0000 (10:33 +0200)]
Merge pull request #19913 from nextcloud/bugfix/noid/remove-user-name-from-public-sharing-page

Remove user name from public sharing page

4 years agoMerge pull request #20217 from nextcloud/dependabot/npm_and_yarn/regenerator-runtime...
Roeland Jago Douma [Fri, 3 Apr 2020 08:16:52 +0000 (10:16 +0200)]
Merge pull request #20217 from nextcloud/dependabot/npm_and_yarn/regenerator-runtime-0.13.5

Bump regenerator-runtime from 0.13.3 to 0.13.5

4 years agoBump regenerator-runtime from 0.13.3 to 0.13.5 20217/head
dependabot-preview[bot] [Thu, 2 Apr 2020 18:36:53 +0000 (18:36 +0000)]
Bump regenerator-runtime from 0.13.3 to 0.13.5

Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.3 to 0.13.5.
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.3...regenerator-runtime@0.13.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20216 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport...
Roeland Jago Douma [Fri, 3 Apr 2020 06:51:27 +0000 (08:51 +0200)]
Merge pull request #20216 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.6

Bump karma-viewport from 1.0.5 to 1.0.6 in /build

4 years agoMerge pull request #20244 from CHRINIMUE/add-progress-bar-to-public-upload
Roeland Jago Douma [Fri, 3 Apr 2020 06:50:15 +0000 (08:50 +0200)]
Merge pull request #20244 from CHRINIMUE/add-progress-bar-to-public-upload

Add basic progressbar to public upload page

4 years agoMerge pull request #20275 from nextcloud/bugfix/noid/publicwebdav-query-application
Roeland Jago Douma [Fri, 3 Apr 2020 06:47:35 +0000 (08:47 +0200)]
Merge pull request #20275 from nextcloud/bugfix/noid/publicwebdav-query-application

Query Application class on publicwebdav

4 years agoMerge pull request #19486 from nextcloud/scanner-performance
Roeland Jago Douma [Thu, 2 Apr 2020 18:40:06 +0000 (20:40 +0200)]
Merge pull request #19486 from nextcloud/scanner-performance

Improve performance of file scanner

4 years agoMerge pull request #19672 from nextcloud/fix-pointer-cursor-on-icons-in-primary-button
Roeland Jago Douma [Thu, 2 Apr 2020 18:38:03 +0000 (20:38 +0200)]
Merge pull request #19672 from nextcloud/fix-pointer-cursor-on-icons-in-primary-button

Fix cursor on click inputs and their descendants

4 years agoMerge pull request #20215 from nextcloud/bug/19939/password-reset-arrow
Roeland Jago Douma [Thu, 2 Apr 2020 17:23:15 +0000 (19:23 +0200)]
Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrow

Align password reset arrow

4 years agoMerge pull request #20268 from nextcloud/fix/babel
John Molakvoæ [Thu, 2 Apr 2020 15:25:39 +0000 (17:25 +0200)]
Merge pull request #20268 from nextcloud/fix/babel

Remove unneeded babel config variable

4 years agoQuery Application class on publicwebdav 20275/head
Julius Härtl [Thu, 2 Apr 2020 15:07:53 +0000 (17:07 +0200)]
Query Application class on publicwebdav

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19890 from nextcloud/enh/comments-reference-id
Joas Schilling [Thu, 2 Apr 2020 09:34:21 +0000 (11:34 +0200)]
Merge pull request #19890 from nextcloud/enh/comments-reference-id

Add optional comments reference_id

4 years agoRemove unneeded babel config variable 20268/head
John Molakvoæ (skjnldsv) [Thu, 2 Apr 2020 08:53:41 +0000 (10:53 +0200)]
Remove unneeded babel config variable

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUpdate autoloader 19890/head
Joas Schilling [Thu, 2 Apr 2020 08:02:05 +0000 (10:02 +0200)]
Update autoloader

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix unit tests
Joas Schilling [Thu, 2 Apr 2020 07:59:44 +0000 (09:59 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd a test and fix the existing ones 19913/head
Joas Schilling [Wed, 1 Apr 2020 14:02:34 +0000 (16:02 +0200)]
Add a test and fix the existing ones

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoRemove user name from public sharing page
Joas Schilling [Thu, 12 Mar 2020 16:38:18 +0000 (17:38 +0100)]
Remove user name from public sharing page

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoadd basic tests for s3 seeking and add some error handling if reopen return the wrong...
Robin Appelman [Thu, 19 Mar 2020 14:28:02 +0000 (15:28 +0100)]
add basic tests for s3 seeking and add some error handling if reopen return the wrong range

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agomake seekable s3 stream generic
Robin Appelman [Thu, 19 Mar 2020 13:32:25 +0000 (14:32 +0100)]
make seekable s3 stream generic

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoEnable fseek for files in S3 storage
Lukas Stabe [Wed, 22 Jan 2020 08:45:41 +0000 (09:45 +0100)]
Enable fseek for files in S3 storage

Signed-off-by: Lukas Stabe <lukas@stabe.de>
4 years agoMerge pull request #19781 from nextcloud/quota-include-external-dont-use-current...
Robin Appelman [Wed, 1 Apr 2020 12:24:21 +0000 (12:24 +0000)]
Merge pull request #19781 from nextcloud/quota-include-external-dont-use-current-user

Dont always use the current users quota when calculating storage info

4 years agorestart transaction when cache insert fails due to duplicate 19486/head
Robin Appelman [Fri, 28 Feb 2020 16:36:38 +0000 (17:36 +0100)]
restart transaction when cache insert fails due to duplicate

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agofix tests
Robin Appelman [Tue, 18 Feb 2020 16:58:16 +0000 (17:58 +0100)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agocall cache->insert directly instead of going trough cache->put first when scanning
Robin Appelman [Fri, 14 Feb 2020 21:10:09 +0000 (22:10 +0100)]
call cache->insert directly instead of going trough cache->put first when scanning

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agodont try to get existing cache data during scanning if we already know its a new...
Robin Appelman [Fri, 14 Feb 2020 21:09:11 +0000 (22:09 +0100)]
dont try to get existing cache data during scanning if we already know its a new file

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoreuse known parentId when inserting cache entries in scanner
Robin Appelman [Fri, 14 Feb 2020 21:08:13 +0000 (22:08 +0100)]
reuse known parentId when inserting cache entries in scanner

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agooptimize getMetaData for local storage
Robin Appelman [Fri, 14 Feb 2020 21:07:09 +0000 (22:07 +0100)]
optimize getMetaData for local storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoAdd fieldset to align arrow 20215/head
Daniel Kesselberg [Sat, 28 Mar 2020 20:36:16 +0000 (21:36 +0100)]
Add fieldset to align arrow

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20209 from nextcloud/techdebt/php-cs-config
Roeland Jago Douma [Wed, 1 Apr 2020 11:25:16 +0000 (13:25 +0200)]
Merge pull request #20209 from nextcloud/techdebt/php-cs-config

Add a shared php coding style fixer config

4 years agoUpdate new test as well
Joas Schilling [Wed, 1 Apr 2020 11:20:01 +0000 (13:20 +0200)]
Update new test as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago19 beta 1 20257/head
Roeland Jago Douma [Wed, 1 Apr 2020 11:00:13 +0000 (13:00 +0200)]
19 beta 1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20220 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-node...
Roeland Jago Douma [Wed, 1 Apr 2020 10:57:41 +0000 (12:57 +0200)]
Merge pull request #20220 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-node-11.1.0

Bump eslint-plugin-node from 11.0.0 to 11.1.0

4 years agoMerge pull request #20241 from nextcloud/fix/license-headers-19
Roeland Jago Douma [Wed, 1 Apr 2020 10:44:21 +0000 (12:44 +0200)]
Merge pull request #20241 from nextcloud/fix/license-headers-19

Update the license headers for Nextcloud 19

4 years agoMerge pull request #20221 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.13.0
Roeland Jago Douma [Wed, 1 Apr 2020 10:43:41 +0000 (12:43 +0200)]
Merge pull request #20221 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.13.0

Bump blueimp-md5 from 2.12.0 to 2.13.0

4 years agoBump blueimp-md5 from 2.12.0 to 2.13.0 20221/head
dependabot-preview[bot] [Wed, 1 Apr 2020 08:06:16 +0000 (08:06 +0000)]
Bump blueimp-md5 from 2.12.0 to 2.13.0

Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.12.0...v2.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19858 from nextcloud/feature/webauthn
Roeland Jago Douma [Tue, 31 Mar 2020 20:55:13 +0000 (22:55 +0200)]
Merge pull request #19858 from nextcloud/feature/webauthn

Add WebAuthn support

4 years agoMerge pull request #19845 from nextcloud/enh/events/loginFailedEvent
Roeland Jago Douma [Tue, 31 Mar 2020 20:17:40 +0000 (22:17 +0200)]
Merge pull request #19845 from nextcloud/enh/events/loginFailedEvent

Event for failed login attempts

4 years agoStart with webauthn 19858/head
Roeland Jago Douma [Sun, 9 Feb 2020 19:06:08 +0000 (20:06 +0100)]
Start with webauthn

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMake password nullable in LoginData
Roeland Jago Douma [Mon, 9 Mar 2020 12:38:30 +0000 (13:38 +0100)]
Make password nullable in LoginData

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[POC] Event for failed login attempts 19845/head
Roeland Jago Douma [Sat, 7 Mar 2020 15:18:21 +0000 (16:18 +0100)]
[POC] Event for failed login attempts

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agofix wrong indentation 20244/head
Christopher Mueller [Tue, 31 Mar 2020 18:09:24 +0000 (18:09 +0000)]
fix wrong indentation

Signed-off-by: Christopher Mueller <chrinimue@posteo.me>