Nextcloud bot
7d06027922
[tx-robot] updated from transifex
2020-09-23 02:17:50 +00:00
Roeland Jago Douma
261cda8bf8
Merge pull request #23008 from nextcloud/bugfix/noid/fix-placeholder-with-longer-languages
...
Add padding to the empty content and center it
2020-09-22 21:14:33 +02:00
Roeland Jago Douma
7d9c9d103d
Merge pull request #23005 from nextcloud/fs-size-index
...
add size index for filecache
2020-09-22 20:50:21 +02:00
Joas Schilling
e3e56df727
Add padding to the empty content and center it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22 19:37:42 +02:00
Robin Appelman
634c051be6
add size index for filecache
...
improves performance of #23004
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-22 15:15:34 +02:00
Roeland Jago Douma
804ec58011
Merge pull request #22952 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-1.0.1
...
Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1
2020-09-22 14:49:25 +02:00
Roeland Jago Douma
4123164155
Merge pull request #22940 from nextcloud/bugfix/noid/never-copy-password-on-enforced-passwords
...
Never copy the share link when the password is forced
2020-09-22 12:58:35 +02:00
dependabot-preview[bot]
313a0f44fc
Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1
...
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v1.0.0...v1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-22 12:54:20 +02:00
Roeland Jago Douma
48961823f7
Merge pull request #22964 from nextcloud/Valdnet-patch-7
...
l10n: Capital letter of the name of the app
2020-09-22 12:12:41 +02:00
Roeland Jago Douma
eb3e33076c
Merge pull request #22974 from nextcloud/Valdnet-patch-8
...
l10n: Rename the directory for translations
2020-09-22 10:58:33 +02:00
Nextcloud bot
60fcb7092c
[tx-robot] updated from transifex
2020-09-22 02:17:47 +00:00
Joas Schilling
db36c72f3c
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-21 09:09:08 +02:00
Joas Schilling
8b77aa6b4f
Sync all users to the system addresssbook
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-21 09:01:39 +02:00
Nextcloud bot
d77d52d257
[tx-robot] updated from transifex
2020-09-21 02:17:24 +00:00
Valdnet
cd808a31d0
l10n: Rename the directory for translations
...
The application gets the translation from l10n for the "Clear status after" text string.
2020-09-20 14:41:50 +02:00
Nextcloud bot
bdc60ef9b2
[tx-robot] updated from transifex
2020-09-20 02:17:05 +00:00
Valdnet
1582792081
l10n: Capital letter of the name of the app
2020-09-19 22:06:36 +02:00
Valdnet
18091bd56a
l10n: HTTP in capital letters
2020-09-19 20:24:30 +02:00
dependabot-preview[bot]
ed9f3ee990
Merge pull request #22957 from nextcloud/dependabot/npm_and_yarn/webpack-4.44.2
2020-09-19 02:31:40 +00:00
dependabot-preview[bot]
601d9ccebc
Bump webpack from 4.44.1 to 4.44.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.44.1 to 4.44.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-19 01:21:09 +00:00
Nextcloud bot
58790aadf0
[tx-robot] updated from transifex
2020-09-18 19:05:24 +00:00
Morris Jobke
77c5ec39f0
Fix transifex name of dashboard app
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 20:47:30 +02:00
Morris Jobke
2895d26a90
Merge pull request #22949 from nextcloud/enh/noid/transifex
...
Add transifex config for all new apps
2020-09-18 20:39:21 +02:00
Morris Jobke
f850bec79d
Add transifex config for all new apps
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 20:38:35 +02:00
Daniel Calviño Sánchez
7b9a40b407
Add integration tests to check that only the given path is transferred
...
Until recently (it was fixed in ac2999a26a
) when a path was transferred
other shares with the target user were removed, so a test was added to
ensure that it does not happen again.
Besides that a test to ensure that other files with the target user are
not transferred was added too (it did not fail before, but seemed
convenient to have that covered too :-) ).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-18 18:35:06 +02:00
Daniel Calviño Sánchez
c4c602ee80
Add integration tests for transferring files of a user with a risky name
...
The files:transfer-ownership performs a sanitization of users with
"risky" display names (including characters like "\" or "/").
In order to allow (escaped) double quotes in the display name the
regular expression used in the "user XXX with displayname YYY exists"
step had to be adjusted.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-18 18:34:30 +02:00
Daniel Calviño Sánchez
5e143845cb
Add integration test for transferring the path of a single file
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-18 18:32:23 +02:00
Morris Jobke
2f08918ede
Merge pull request #22924 from nextcloud/design/fix-appname-display
...
Make sure most app names don’t ellipsize, fix #22845 , fix #22219
2020-09-18 18:16:53 +02:00
Joas Schilling
40af51cc9b
Never copy the share link when the password is forced
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18 14:06:01 +02:00
Roeland Jago Douma
c364b0cb19
Merge pull request #22911 from nextcloud/enh/noid/allow-to-run-preview-repair-parallel
...
Allow to run occ preview:repair in parallel
2020-09-18 11:35:26 +02:00
Roeland Jago Douma
bd9af41808
Merge pull request #22868 from nextcloud/fix/unified-search-papercuts
...
Fix/unified search papercuts
2020-09-18 11:34:35 +02:00
Roeland Jago Douma
9d89917695
Merge pull request #22930 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2020-09-18 11:33:06 +02:00
Joas Schilling
b2f53baa84
Merge pull request #22767 from nextcloud/php/noid/bump-min-php-version
...
Master is now Nextcloud 21 runs on PHP 7.3 to 8.0 only
2020-09-18 10:31:44 +02:00
John Molakvoæ (skjnldsv)
23a913892f
Prevent empty search placeholder
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18 10:00:59 +02:00
Joas Schilling
f79f1895d3
To revert once php8.0 packages are there
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18 09:51:42 +02:00
Joas Schilling
9ac888d895
Update drone testing matrix
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18 09:32:23 +02:00
Joas Schilling
48761481eb
Bump versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18 09:16:45 +02:00
Morris Jobke
cfd67fd18b
Allow to also use PHP 8.0
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 09:16:30 +02:00
Morris Jobke
fd1c2ef698
Nextcloud 21 runs on PHP 7.3+ only
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 09:16:30 +02:00
Roeland Jago Douma
2b7c2a0410
Merge pull request #22925 from nextcloud/dashboard/fix-skip-links
...
Dashboard: Fix accessibility skip links
2020-09-18 08:33:35 +02:00
John Molakvoæ (skjnldsv)
301006af20
Build assets and fix unified search event syntax
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18 08:11:54 +02:00
John Molakvoæ (skjnldsv)
7991ed6cf3
Properly show loading state if there are still pending requests
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18 08:11:47 +02:00
John Molakvoæ (skjnldsv)
283e66b300
Properly use form role=search and unify reset button
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18 08:11:47 +02:00
John Molakvoæ (skjnldsv)
6120496e54
Fix loading error catch
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18 08:11:46 +02:00
Nextcloud-PR-Bot
281f0d6793
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2020-09-18 04:23:58 +00:00
Nextcloud bot
f3ec3bfa4a
[tx-robot] updated from transifex
2020-09-18 02:16:56 +00:00
Morris Jobke
45cf49bbca
Merge pull request #22915 from nextcloud/smb-outofspace-handling
...
improve handling of out of space errors for smb
2020-09-17 20:41:49 +02:00
Morris Jobke
031269979d
Merge pull request #22843 from nextcloud/feature/share-link-filename
...
Show filename on share link download
2020-09-17 20:39:07 +02:00
Jan C. Borchardt
caf284dd2e
Dashboard: Fix accessibility skip links
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-17 20:31:21 +02:00
Jan C. Borchardt
b9807e0633
Make sure most app names don’t ellipsize, fix #22845 , fix #22219
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-17 20:02:51 +02:00