Nextcloud bot
|
078b12a9b0
|
[tx-robot] updated from transifex
|
2020-04-10 02:18:23 +00:00 |
Christoph Wurst
|
008e6d7e84
|
Merge pull request #20391 from nextcloud/refactor/spaces-cleanup
Remove all extra whitespace PSR2 does not like
|
2020-04-09 20:39:37 +02:00 |
Christoph Wurst
|
64510932b8
|
Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords
Use php keywords in lowercase
|
2020-04-09 16:25:14 +02:00 |
Christoph Wurst
|
3a415e4139
|
Remove space between switch case and colon
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 16:17:53 +02:00 |
Christoph Wurst
|
f4c09f299d
|
Make sure there is exactly one newline after imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 16:14:31 +02:00 |
Christoph Wurst
|
bcd13296de
|
Make sure every file ends with an empty newline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 16:11:50 +02:00 |
Christoph Wurst
|
a8a06a82d2
|
Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 16:09:23 +02:00 |
Christoph Wurst
|
44577e4345
|
Remove trailing and in between spaces
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 16:07:47 +02:00 |
Christoph Wurst
|
42625a46be
|
Remove spaces after method or function call
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 16:05:56 +02:00 |
Christoph Wurst
|
c56a273b39
|
Merge pull request #20383 from nextcloud/techdebt/function-spacing
Unify function spacing to PSR2 recommendation
|
2020-04-09 15:53:09 +02:00 |
John Molakvoæ
|
f0dd71ccd2
|
Merge pull request #20376 from nextcloud/fix/tags-ellipsis
Fix systemtags overflow
|
2020-04-09 15:18:16 +02:00 |
Christoph Wurst
|
36b3bc8148
|
Use php keywords in lowercase
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 14:04:56 +02:00 |
Christoph Wurst
|
afbd9c4e6e
|
Unify function spacing to PSR2 recommendation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 13:54:22 +02:00 |
John Molakvoæ
|
66b743385e
|
Merge pull request #20355 from nextcloud/fix/comments/clear-input/19585
Clear comment on successful post
|
2020-04-09 13:46:20 +02:00 |
Christoph Wurst
|
19e97e86c6
|
Merge pull request #20379 from nextcloud/techdebt/blank-lines
Use one blank line after the opening tag and namespace declaration
|
2020-04-09 13:44:39 +02:00 |
Christoph Wurst
|
2a529e453a
|
Use a blank line after the opening tag
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 11:50:14 +02:00 |
Christoph Wurst
|
41b5e5923a
|
Use exactly one empty line after the namespace declaration
For PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 11:48:10 +02:00 |
Christoph Wurst
|
813bdc1ce8
|
Merge pull request #20375 from nextcloud/techdebt/fix-array-indent-style
Fix (array) indent style to always use one tab
|
2020-04-09 11:25:38 +02:00 |
Roeland Jago Douma
|
21b7e51010
|
Merge pull request #20303 from nextcloud/version/19/beta2
19 beta 2
|
2020-04-09 10:24:28 +02:00 |
John Molakvoæ (skjnldsv)
|
01389d395e
|
Fix systemtags overflow
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
2020-04-09 10:19:42 +02:00 |
Christoph Wurst
|
2fbad1ed72
|
Fix (array) indent style to always use one tab
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-09 10:16:08 +02:00 |
Christoph Wurst
|
1575bd838f
|
Merge pull request #20368 from nextcloud/refactor/psr1
Migrate to PSR1 coding style
|
2020-04-09 08:41:06 +02:00 |
John Molakvoæ
|
732a239cfd
|
Merge pull request #20363 from nextcloud/smb-3.2.3
update icewind/smb to 3.2.3
|
2020-04-09 08:16:43 +02:00 |
Nextcloud bot
|
b537e9fbc7
|
[tx-robot] updated from transifex
|
2020-04-09 02:18:26 +00:00 |
blizzz
|
e9795d01f1
|
Merge pull request #16035 from nextcloud/share-search-hide-on-match
dont show remote and email options if we have an exact match for local user email
|
2020-04-09 00:08:34 +02:00 |
blizzz
|
22edb626b6
|
Merge pull request #20370 from nextcloud/techdebt/fix-multiline-comments
Fix multiline comments
|
2020-04-09 00:05:53 +02:00 |
Christoph Wurst
|
85e369cddb
|
Fix multiline comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-08 22:24:54 +02:00 |
Christoph Wurst
|
c4998efcfc
|
Migrate to PSR1 coding style
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-08 21:58:05 +02:00 |
Joas Schilling
|
bbba7bc45a
|
Merge pull request #20321 from nextcloud/enh/noid/check-translation-for-triple-dot
Check for triple dots in translations in CI
|
2020-04-08 20:10:05 +02:00 |
Roeland Jago Douma
|
328fbddc19
|
Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayname-for-file-transfers
Try to use the display name of file transfers
|
2020-04-08 19:36:59 +02:00 |
Roeland Jago Douma
|
37146c9b0f
|
Merge pull request #20319 from nextcloud/enh/noid/embedded-previews
Use embedded previews of ZIP-like files
|
2020-04-08 19:33:35 +02:00 |
Robin Appelman
|
2340f4f2d5
|
update icewind/smb to 3.2.3
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-08 17:30:47 +02:00 |
Roeland Jago Douma
|
cb2b38516f
|
Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviour
Default to dark background in dark mode and better themed navbar
|
2020-04-08 16:46:03 +02:00 |
Julius Härtl
|
5d27ed5e22
|
remove Windows config since it is not supported anyways
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2020-04-08 16:31:20 +02:00 |
Julius Härtl
|
6c0b6039cf
|
Bump autoloaders
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2020-04-08 16:31:20 +02:00 |
Julius Härtl
|
124b109bc8
|
Add preview provider for Krita files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2020-04-08 16:31:20 +02:00 |
Julius Härtl
|
a2e671c489
|
Extract preview from opendocument files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2020-04-08 16:24:10 +02:00 |
Julius Härtl
|
0734582c06
|
Add abstract class to extract previews from files that are zip archives
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2020-04-08 16:24:09 +02:00 |
Robin Appelman
|
01c147a4a5
|
dont show remote and email options if we have an exact match for local user email
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-08 16:11:09 +02:00 |
Joas Schilling
|
3ea37d0d10
|
Show the displayname instead of the user id
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-08 16:09:03 +02:00 |
Joas Schilling
|
f8a5812f98
|
Try to use the display name of file transfers
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-04-08 15:41:20 +02:00 |
Roeland Jago Douma
|
981278a666
|
Merge pull request #20315 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6
Bump handlebars from 4.7.4 to 4.7.6
|
2020-04-08 15:37:58 +02:00 |
dependabot-preview[bot]
|
32209c0d92
|
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>
|
2020-04-08 12:59:43 +00:00 |
Roeland Jago Douma
|
4e0ba3e6be
|
Merge pull request #20299 from nextcloud/fix/noid/member-on-null-app-cancel-login
fixes the throttler not checking the user state on postLogin
|
2020-04-08 14:50:46 +02:00 |
Christoph Wurst
|
547ba642c6
|
Merge pull request #18200 from nextcloud/enhancement/psr-logger
Add a PSR-3 logger adapter and make it injectable
|
2020-04-08 11:49:56 +02:00 |
John Molakvoæ
|
bb937999fa
|
Merge pull request #20347 from azul/test/fix-failing-acceptance
tests: fix failing header acceptance test
|
2020-04-08 09:05:48 +02:00 |
John Molakvoæ (skjnldsv)
|
05821ab243
|
Clear comment on successful post
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
2020-04-08 06:29:38 +00:00 |
Nextcloud bot
|
8146e1988c
|
[tx-robot] updated from transifex
|
2020-04-08 02:18:45 +00:00 |
Azul
|
62f7e6ba81
|
tests: fix failing header acceptance test
The username is listed in a div with class `fullname` now.
Signed-off-by: Azul <azul@riseup.net>
|
2020-04-07 14:57:20 +02:00 |
Roeland Jago Douma
|
e266666380
|
Merge pull request #20188 from nextcloud/bug/19662/add-default-title-for-event-in-invitatios
Add default titles for titleless events in invitations
|
2020-04-07 11:22:17 +02:00 |