Roeland Jago Douma
3f87ef9137
Merge pull request #21684 from nextcloud/dependabot/npm_and_yarn/sass-loader-9.0.1
...
Bump sass-loader from 8.0.2 to 9.0.1
2020-07-10 09:13:17 +02:00
Roeland Jago Douma
7d5854a38c
Merge pull request #21730 from nextcloud/design/app-limit
...
Up the limit for the header app menu
2020-07-10 09:02:42 +02:00
Jan-Christoph Borchardt
df9529e9ea
Up the limit for the header app menu, fix #21635
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-10 06:43:38 +00:00
Nextcloud bot
7868d4e3b2
[tx-robot] updated from transifex
2020-07-10 02:16:48 +00:00
Roeland Jago Douma
e18e4511d0
Merge pull request #21760 from nextcloud/fix/20453/get-plural
...
Fix parsing of language code
2020-07-09 22:08:59 +02:00
Daniel Kesselberg
1967148763
Compile assets
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-09 21:14:45 +02:00
Daniel Kesselberg
5ba9825452
Fix parsing of language code
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-09 21:11:27 +02:00
Roeland Jago Douma
c354f6d2eb
Merge pull request #21777 from nextcloud/search-min-length
...
lower minimum search length to 2 characters
2020-07-09 19:19:39 +02:00
Roeland Jago Douma
85486a5cc8
Merge pull request #21771 from nextcloud/techdebt/noid/clarify-scopes-for-profile-data
...
Clarify the scopes for profile data federation
2020-07-09 19:17:48 +02:00
Roeland Jago Douma
a4cf136706
Merge pull request #21750 from nextcloud/techdebt/noid/files_versions-bootstrap
...
Move files_versions to bootstrap mechanism
2020-07-09 19:15:01 +02:00
Morris Jobke
275f88180d
Merge pull request #21778 from nextcloud/fix/moment-locale-early
...
Set the moment locale even earlier
2020-07-09 17:21:35 +02:00
Roeland Jago Douma
10d862e243
Merge pull request #21759 from nextcloud/enh/lazy_subscription
...
Make the subscription registry lazy
2020-07-09 15:43:48 +02:00
Christoph Wurst
c25ce9ad20
Set the moment locale even earlier
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-09 15:09:05 +02:00
Robin Appelman
68e87c7269
lower minimum search length to 2 characters
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-09 15:00:30 +02:00
Daniel Kesselberg
d9f5fdb67a
Add DummySubscription for tests
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-09 14:24:00 +02:00
Morris Jobke
29ffaa5676
Move files_versions to bootstrap mechanism
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-09 14:13:18 +02:00
Morris Jobke
18acb137d3
Merge pull request #21733 from nextcloud/fix/noid/cache-system-card-etag-during-request
...
Update system addressbook card only when there was a change based on a cached etag
2020-07-09 13:59:24 +02:00
Joas Schilling
9ce7b60c49
Clarify the scropes for profile data federation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09 13:59:13 +02:00
Joas Schilling
183e2efd95
Merge pull request #21489 from nextcloud/fix/share/use_correct_mount
...
Use the correct mountpoint to calculate
2020-07-09 12:57:37 +02:00
Joas Schilling
71a62670cd
Merge pull request #21736 from nextcloud/bugfix/21433
...
Fix placeholder issues with multiplace spaces in the name
2020-07-09 12:55:34 +02:00
Roeland Jago Douma
725872c23a
Make the subscription registry lazy
...
This will allow to do lazy registration here which should allow for
loading less (or at least only when needed!).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-09 12:21:06 +02:00
Morris Jobke
aab646a9d0
Update system addressbook card only when there was a change based on a cached etag
...
Due to our old and new hook system the card dav backend listens to old and new hooks. This triggers this code multiple times and always causes an update. With this change we cache the etag during a request and only trigger the update if the etag has changed. This does not catches all not needed updates, but it does not need another round trip to the database and still covers most cases where multiple attributes are updated during one single request.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-09 11:43:58 +02:00
Robin Appelman
118965ad98
better cleanup in share tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-09 11:14:45 +02:00
Robin Appelman
70906a359f
ensure home storage is initialized on first setup
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-09 11:14:45 +02:00
Robin Appelman
37c334a2a6
ensure mounts are scanned during tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-09 11:14:44 +02:00
Daniel Calviño Sánchez
e0fbf4d033
Add more integration tests for resharing permissions
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-07-09 11:14:44 +02:00
Roeland Jago Douma
43efac345e
Use the correct mountpoint to calculate
...
If we use the owners mount point this results in null. And then the rest
of the checks get called with null. Which doesn't work.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-09 11:14:44 +02:00
Morris Jobke
8f4d5334f4
Merge pull request #21767 from nextcloud/enh/lazy_register_navigation
...
Lazy register the navigation
2020-07-09 10:52:19 +02:00
Roeland Jago Douma
1cf3280c8e
Lazy register the navigation
...
This makes sure that we do not translate unneeded strings on for example
webdav requests.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-09 10:12:53 +02:00
Morris Jobke
b2c6e219a2
Merge pull request #21746 from nextcloud/techdebt/noid/cloud_federation_api-bootstrap
...
Move cloud_federation_api to bootstrap mechanism
2020-07-09 10:00:56 +02:00
Morris Jobke
766cadc253
Merge pull request #21766 from nextcloud/fix/21761/regression-in-return-value
...
Fix regression in return value of OC_Util::checkDataDirectoryPermissi…
2020-07-09 10:00:23 +02:00
Morris Jobke
9e88456768
Fix regression in return value of OC_Util::checkDataDirectoryPermissions due to #21761
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-09 09:29:44 +02:00
Julius Härtl
00d545f87e
Fix placeholder issues with multiplace spaces in the name
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-09 07:05:15 +00:00
Roeland Jago Douma
f3768e2a2a
Merge pull request #21761 from nextcloud/fix/permission_check_translation
...
Kill another unneeded translation
2020-07-09 08:28:57 +02:00
Nextcloud bot
5864501d3f
[tx-robot] updated from transifex
2020-07-09 02:17:35 +00:00
Roeland Jago Douma
c7d9636e82
Kill another unneeded translation
...
We should only translate things when we actually need them.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-08 21:47:16 +02:00
Roeland Jago Douma
ce5cb5ac33
Merge pull request #21758 from nextcloud/fix/routes/defaults
...
Fix supporting defaults for routes
2020-07-08 20:42:28 +02:00
Roeland Jago Douma
3f447b9c8c
Fix supporting defaults for routes
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-08 19:52:45 +02:00
Roeland Jago Douma
44f8312cd3
Merge pull request #21754 from nextcloud/td/no_translation_on_each_request
...
Only translate if we need the string
2020-07-08 19:08:34 +02:00
Roeland Jago Douma
76eb793f9b
Only translate if we need the string
...
This translation was done in each call. Over and over and over again.
All while it was probably not used in 99.99999% of the cases. A small
gain. But still.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-08 15:12:01 +02:00
Roeland Jago Douma
32927fd470
Merge pull request #21729 from nextcloud/enh/noid/orphaned-mounts
...
Add removal of mounts without storages to files:cleanup command
2020-07-08 14:17:54 +02:00
Roeland Jago Douma
4a426239a2
Merge pull request #21745 from nextcloud/techdebt/noid/lookup_server_connector-bootstrap
...
Move lookup server connector to bootstrap mechanism
2020-07-08 14:16:08 +02:00
Morris Jobke
e76c178b75
Merge pull request #21749 from nextcloud/techdebt/noid/contactsinteraction-bootstrap
...
Move contactsinteraction and comments to bootstrap mechanism
2020-07-08 13:03:00 +02:00
Morris Jobke
a5488c01de
Move contactsinteraction to bootstrap mechanism
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-08 12:23:59 +02:00
Julius Härtl
c06e69c9dd
Test for proper removal of mount entries
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-08 09:54:26 +02:00
Morris Jobke
a6d308ff80
Move cloud_federation_api to bootstrap mechanism
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-08 09:53:05 +02:00
Morris Jobke
1a219ca5e8
Move lookup server connector to bootstrap mechanism
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-08 09:42:30 +02:00
Roeland Jago Douma
7a92113fec
Merge pull request #21643 from nextcloud/enh/no_routeactionhadler_inits
...
Do not create a RouteActionHandler object for each route
2020-07-08 09:28:05 +02:00
Morris Jobke
54d36c047b
Merge pull request #21741 from nextcloud/debt/noid/url-generator-does-not-implement-i-user-session
...
Fix type for $urlGenerator
2020-07-08 09:06:56 +02:00
Daniel Kesselberg
ba0ef74c06
Fix type for $urlGenerator
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-08 09:06:29 +02:00