Roeland Jago Douma
|
539537c781
|
Merge pull request #20257 from nextcloud/version/19/beta1
19 beta 1
|
2020-04-03 10:49:58 +02:00 |
Roeland Jago Douma
|
475d549ec6
|
Merge pull request #19913 from nextcloud/bugfix/noid/remove-user-name-from-public-sharing-page
Remove user name from public sharing page
|
2020-04-03 10:33:05 +02:00 |
Roeland Jago Douma
|
8306b42ef2
|
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
|
2020-04-03 10:16:52 +02:00 |
dependabot-preview[bot]
|
4f8a847f59
|
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>
|
2020-04-03 06:59:22 +00:00 |
Roeland Jago Douma
|
dbdd30d4d4
|
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
|
2020-04-03 08:51:27 +02:00 |
Roeland Jago Douma
|
a8452b236b
|
Merge pull request #20244 from CHRINIMUE/add-progress-bar-to-public-upload
Add basic progressbar to public upload page
|
2020-04-03 08:50:15 +02:00 |
Roeland Jago Douma
|
483e921f3e
|
Merge pull request #20275 from nextcloud/bugfix/noid/publicwebdav-query-application
Query Application class on publicwebdav
|
2020-04-03 08:47:35 +02:00 |
Roeland Jago Douma
|
a688f47a2f
|
Merge pull request #19486 from nextcloud/scanner-performance
Improve performance of file scanner
|
2020-04-02 20:40:06 +02:00 |
Roeland Jago Douma
|
7042f99e9d
|
Merge pull request #19672 from nextcloud/fix-pointer-cursor-on-icons-in-primary-button
Fix cursor on click inputs and their descendants
|
2020-04-02 20:38:03 +02:00 |
Roeland Jago Douma
|
12d193241f
|
Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrow
Align password reset arrow
|
2020-04-02 19:23:15 +02:00 |
John Molakvoæ
|
40bcdb7899
|
Merge pull request #20268 from nextcloud/fix/babel
Remove unneeded babel config variable
|
2020-04-02 17:25:39 +02:00 |
Julius Härtl
|
3a88ad741d
|
Query Application class on publicwebdav
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2020-04-02 17:07:53 +02:00 |
Joas Schilling
|
bc6a5ef5c4
|
Merge pull request #19890 from nextcloud/enh/comments-reference-id
Add optional comments reference_id
|
2020-04-02 11:34:21 +02:00 |
John Molakvoæ (skjnldsv)
|
1f805c5dc2
|
Remove unneeded babel config variable
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2020-04-02 10:57:13 +02:00 |
Joas Schilling
|
1f5ba56235
|
Update autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-02 10:02:05 +02:00 |
Joas Schilling
|
81455479bc
|
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-02 09:59:44 +02:00 |
Joas Schilling
|
1c4422ca3d
|
Add a test and fix the existing ones
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-01 17:15:59 +02:00 |
Joas Schilling
|
f878ea9606
|
Remove user name from public sharing page
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-01 17:14:38 +02:00 |
Robin Appelman
|
3ba46f3b50
|
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>
|
2020-04-01 15:23:05 +02:00 |
Robin Appelman
|
7b07e7251c
|
make seekable s3 stream generic
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 15:21:05 +02:00 |
Lukas Stabe
|
14401efb0f
|
Enable fseek for files in S3 storage
Signed-off-by: Lukas Stabe <lukas@stabe.de>
|
2020-04-01 15:21:01 +02:00 |
Robin Appelman
|
c1368b8696
|
Merge pull request #19781 from nextcloud/quota-include-external-dont-use-current-user
Dont always use the current users quota when calculating storage info
|
2020-04-01 12:24:21 +00:00 |
Robin Appelman
|
d9184584e0
|
restart transaction when cache insert fails due to duplicate
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 14:17:34 +02:00 |
Robin Appelman
|
f984512e33
|
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 14:17:31 +02:00 |
Robin Appelman
|
5199f80196
|
call cache->insert directly instead of going trough cache->put first when scanning
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 14:17:28 +02:00 |
Robin Appelman
|
9c7da26394
|
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>
|
2020-04-01 14:17:25 +02:00 |
Robin Appelman
|
3fb32f6f3d
|
reuse known parentId when inserting cache entries in scanner
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 14:14:52 +02:00 |
Robin Appelman
|
5439469b68
|
optimize getMetaData for local storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 14:14:48 +02:00 |
Daniel Kesselberg
|
531b1288e4
|
Add fieldset to align arrow
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
2020-04-01 11:38:01 +00:00 |
Roeland Jago Douma
|
32577f2f57
|
Merge pull request #20209 from nextcloud/techdebt/php-cs-config
Add a shared php coding style fixer config
|
2020-04-01 13:25:16 +02:00 |
Joas Schilling
|
b974dd5b73
|
Update new test as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-01 13:20:01 +02:00 |
Roeland Jago Douma
|
245c5bf29d
|
19 beta 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2020-04-01 13:00:13 +02:00 |
Roeland Jago Douma
|
61aa4d9ad8
|
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
|
2020-04-01 12:57:41 +02:00 |
Roeland Jago Douma
|
19ca921676
|
Merge pull request #20241 from nextcloud/fix/license-headers-19
Update the license headers for Nextcloud 19
|
2020-04-01 12:44:21 +02:00 |
Roeland Jago Douma
|
9a204adf48
|
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
|
2020-04-01 12:43:41 +02:00 |
dependabot-preview[bot]
|
c982e0986f
|
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>
|
2020-04-01 09:20:34 +00:00 |
Roeland Jago Douma
|
590849e4d7
|
Merge pull request #19858 from nextcloud/feature/webauthn
Add WebAuthn support
|
2020-03-31 22:55:13 +02:00 |
Roeland Jago Douma
|
b39fb55ee0
|
Merge pull request #19845 from nextcloud/enh/events/loginFailedEvent
Event for failed login attempts
|
2020-03-31 22:17:40 +02:00 |
Roeland Jago Douma
|
53db05a1f6
|
Start with webauthn
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
2020-03-31 22:17:07 +02:00 |
Roeland Jago Douma
|
f04f34b94b
|
Make password nullable in LoginData
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2020-03-31 21:52:01 +02:00 |
Roeland Jago Douma
|
84f3d2ddeb
|
[POC] Event for failed login attempts
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2020-03-31 21:41:02 +02:00 |
Christopher Mueller
|
49291b905a
|
fix wrong indentation
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
|
2020-03-31 18:09:24 +00:00 |
Christopher Mueller
|
79320200cc
|
add translation strings & add margin to uploaded files-list
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
|
2020-03-31 17:47:22 +00:00 |
Christopher Mueller
|
0c14c9d7ea
|
add progressbar for every element & better design
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
|
2020-03-31 14:21:28 +00:00 |
Christoph Wurst
|
1a9330cd69
|
Update the license headers for Nextcloud 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-03-31 14:52:54 +02:00 |
Joas Schilling
|
09d56e9d3d
|
Merge pull request #20210 from nextcloud/fix/outdated/admin-dir_permissions
Remove outdated admin-dir_permissions documentation link
|
2020-03-31 14:24:39 +02:00 |
Christoph Wurst
|
3eac89d448
|
Add shared php-cs config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-03-31 13:45:10 +02:00 |
Christoph Wurst
|
820e138316
|
Merge pull request #20245 from nextcloud/tcitworld-patch-1-1
Add myself to .mailmap
|
2020-03-31 13:43:44 +02:00 |
Thomas Citharel
|
e9a0117ae6
|
Add myself to .mailmap
See https://github.com/nextcloud/server/pull/20241
|
2020-03-31 13:23:45 +02:00 |
Christopher Mueller
|
b69d76feee
|
Add basic progressbar to public upload page
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
|
2020-03-31 10:56:59 +00:00 |