Roeland Jago Douma
61a0069dd5
Merge pull request #23115 from nextcloud/backport/23108/stable20
...
[stable20] Reset the user status when clearing the custom message
2020-10-01 19:23:51 +02:00
Roeland Jago Douma
2433550eff
Merge pull request #23121 from nextcloud/backport/23112/stable20
...
[stable20] Increase the timeout of statuses
2020-10-01 15:09:51 +02:00
Joas Schilling
d7d805ef79
Increase the timeout of statuses
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-01 09:45:46 +00:00
Roeland Jago Douma
612306d290
Merge pull request #23116 from nextcloud/backport/23113/stable20
...
[stable20] Change wording from 'custom status' to 'status message'
2020-10-01 08:29:27 +02:00
Jan C. Borchardt
b66f5c55e5
Change wording from 'custom status' to 'status message'
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-09-30 22:26:57 -04:00
Joas Schilling
413a6042f3
Reset the user status when clearing the custom message
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-30 17:27:14 +00:00
Roeland Jago Douma
f0dc0d1347
Merge pull request #23098 from nextcloud/backport/22999/stable20
...
[stable20] Adjust scroll container height to make it a proper boundary element for actions
2020-09-30 13:48:05 +02:00
Roeland Jago Douma
6b8356ce35
Merge pull request #23095 from nextcloud/backport/23043/stable20
...
[stable20] Avoid crash when unauthenticated users make weather-related requests
2020-09-29 21:35:17 +02:00
Julius Härtl
143c6356c5
Adjust scroll container height to make it a proper boundary element for actions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-29 16:43:41 +00:00
Roeland Jago Douma
2e87668f77
Merge pull request #23092 from nextcloud/backport/23083/stable20
...
[stable20] Generate exception to log on php errors
2020-09-29 16:38:56 +02:00
Julien Veyssier
2364808913
avoid crash when unauthenticated users make weather-related requests, mention it in UI
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-29 12:18:55 +00:00
Roeland Jago Douma
f72ebcd956
Merge pull request #23085 from nextcloud/backport/23013/stable20
...
[stable20] Show federation and email results also with exact user match unless c…
2020-09-29 12:16:00 +02:00
Roeland Jago Douma
b1879c4fcb
Merge pull request #23084 from nextcloud/backport/22983/stable20
...
[stable20] Sync all users to the system addresssbook
2020-09-29 11:52:15 +02:00
Julius Härtl
05fa5e4d9e
Generate exception to log on php errors
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-29 08:17:21 +00:00
Joas Schilling
71b33fb87a
Show federation and email results also with exact user match unless containing @
...
Before when you have a user "smith" and a federated user "smith@example.com"
you could see the federation result with "smit" but not with "smith" anymore.
With most LDAP configurations and local backend setups this is disturbing and
causes issues.
The idea of not showing the email and federation on a matching user was with:
Local user registered with "smith@example.com" user id and having that same
email / cloud id in your contacts addressbook. So we now only hide those
"side results" when the search does contain an @
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-29 07:16:12 +00:00
Joas Schilling
6365e7e162
Sync all users to the system addresssbook
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-29 07:15:49 +00:00
Roeland Jago Douma
fb426c90b7
Merge pull request #23072 from nextcloud/backport/23051/stable20
...
[stable20] Fix app text going too far down on hover/focus
2020-09-28 12:40:18 +02:00
Roeland Jago Douma
15ff980583
Merge pull request #23029 from nextcloud/backport/23024/stable20
...
[stable20] Add occ command to set theming values
2020-09-28 12:24:23 +02:00
Jan C. Borchardt
d358f9dddf
Fix app text going too far down on hover/focus
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-28 07:34:29 +00:00
Roeland Jago Douma
7496a10227
Merge pull request #23032 from nextcloud/backport/23015/stable20
...
[stable20] Log slow dashboard widgets
2020-09-28 09:33:56 +02:00
Roeland Jago Douma
7630052a60
Merge pull request #23048 from nextcloud/backport/23034/stable20
...
[stable20] Fix numeric folders throwing on markDirty
2020-09-28 09:32:40 +02:00
Joas Schilling
aefbf4c01d
Fix numeric folders throwing on markDirty
...
TypeError: strpos() expects parameter 1 to be string, int given
The problem is that in cacheNode() we strip of any slashes, so
a folder "0/" will be trimmed to "0" and be used as an array key.
Since PHP automatically casts numeric array keys to integers,
you afterwards get $nodePath as int(0). Since it's now a number,
the strpos() function does not accept it anymore. Simply casting
$nodePath to a string again in the foreach solves the issue
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-25 13:14:49 +00:00
Roeland Jago Douma
d81b4e2ff7
Merge pull request #23030 from nextcloud/backport/22948/stable20
...
[stable20] Add more integration tests for "files:transfer-ownership" command
2020-09-24 21:32:28 +02:00
Roeland Jago Douma
3320d8ecf1
Merge pull request #23038 from nextcloud/fix-running-video-verification-integration-tests-in-drone-in-stable20
...
[stable20] Fix running video verification integration tests in Drone
2020-09-24 21:30:23 +02:00
Daniel Calviño Sánchez
a1d3213e7d
Fix running video verification integration tests in Drone in stable20
...
In order to run the video verification integration tests the Talk app
needs to be cloned in a branch compatible with the server.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-24 16:52:04 +02:00
Joas Schilling
5475bb4083
Log a warning if a "lazy" initial state loads longer than 1 second
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-24 13:00:19 +00:00
Joas Schilling
87f8e1e366
Log an error if a dashboard widget loads longer than 1 second
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-24 13:00:19 +00:00
Daniel Calviño Sánchez
0dd18e0356
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-24 12:47:47 +00:00
Daniel Calviño Sánchez
bf9a24efbe
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-24 12:47:47 +00:00
Daniel Calviño Sánchez
87b9dbdb56
Add integration test for transferring the path of a single file
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-24 12:47:47 +00:00
Julius Härtl
19390a4b5e
Fix tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-24 12:38:53 +00:00
Julius Härtl
99b25ef3fe
Add occ command to set theming values
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-24 12:38:53 +00:00
Roeland Jago Douma
d247f198a9
Merge pull request #23000 from nextcloud/version/20.0.0/RC2
...
20 RC2
2020-09-24 13:41:12 +02:00
Roeland Jago Douma
e29b5c6d92
Merge pull request #23026 from nextcloud/backport/23014/stable20
...
[stable20] Make 'Reasons to use Nextcloud' button translatable, fix #22977
2020-09-24 11:31:39 +02:00
Roeland Jago Douma
fa0f815dda
Merge pull request #23001 from nextcloud/backport/22940/stable20
...
[stable20] Never copy the share link when the password is forced
2020-09-24 09:37:22 +02:00
Jan C. Borchardt
2be71de5a1
Make 'Reasons to use Nextcloud' button translatable, fix #22977
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-24 07:26:18 +00:00
Roeland Jago Douma
724276c7a7
Merge pull request #23018 from nextcloud/backport/23016/stable20
...
[stable20] Don't log a known shared section
2020-09-24 09:24:42 +02:00
Joas Schilling
26603c7cdd
Don't log "duplicate section" for the shared "connected-accounts" section
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-23 11:03:50 +00:00
Joas Schilling
7edced3807
Merge pull request #23009 from nextcloud/backport/23008/stable20
...
[stable20] Add padding to the empty content and center it
2020-09-23 10:46:50 +02:00
Joas Schilling
3daddfce14
Add padding to the empty content and center it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22 19:16:30 +00:00
Joas Schilling
9838d54cb5
Never copy the share link when the password is forced
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22 11:45:58 +00:00
Roeland Jago Douma
46babff37b
Merge pull request #22928 from nextcloud/backport/22915/stable20
...
[stable20] improve handling of out of space errors for smb
2020-09-22 13:08:21 +02:00
Roeland Jago Douma
ff8eb8dfa2
20 RC2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-22 13:05:52 +02:00
John Molakvoæ
289bc8e345
Merge pull request #22946 from nextcloud/backport/22924/stable20
...
[stable20] Make sure most app names don’t ellipsize, fix #22845 , fix #22219
2020-09-19 00:02:01 +02:00
Morris Jobke
a0e8a78945
Fix transifex name of dashboard app
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 20:47:38 +02:00
Morris Jobke
065f3e125e
Merge pull request #22950 from nextcloud/backport/22949/stable20
...
[stable20] Add transifex config for all new apps
2020-09-18 20:43:29 +02:00
Morris Jobke
bf58dcb247
Add transifex config for all new apps
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 18:42:09 +00:00
Jan C. Borchardt
ada7ad6930
Make sure most app names don’t ellipsize, fix #22845 , fix #22219
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-18 16:18:48 +00:00
Morris Jobke
5d81cb36b5
Merge pull request #22938 from nextcloud/backport/22911/stable20
...
[stable20] Allow to run occ preview:repair in parallel
2020-09-18 18:14:29 +02:00
Morris Jobke
03d00afe31
Merge pull request #22935 from nextcloud/backport/22868/stable20
...
[stable20] Fix/unified search papercuts
2020-09-18 18:14:17 +02:00