Commit Graph

63838 Commits (setupmanager-lazy-user)
 

Author SHA1 Message Date
Robin Appelman 0ae7653afb
also hard error if the home storage can't be created
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Robin Appelman 1214c4fea1
adjust user_ldap tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Robin Appelman ee1a5ec4f6
remove cached display name on user delete
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Robin Appelman cae11754ea
clear the display name cache between tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Robin Appelman 45ad8c5817
use LazyUser in SetupManager
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Julius Härtl b617f3983a
Merge pull request #33728 from nextcloud/enh/app-menu-vue
Move app menu to vue
2 years ago
Carl Schwan a56b7e7ff5
Merge pull request #33771 from nextcloud/fix/eslint-run
Fix eslint run command
2 years ago
Vincent Petry 016164e845
Merge pull request #33770 from nextcloud/bugfix/noid/wording-fix-for-push-notifications
Fix wording of undeliverable push notifications
2 years ago
Julius Härtl ad8fadf157
Fix active app indicator position
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl aa85e1c2af
Fix jsunit failures
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Carl Schwan 9318483540
Merge pull request #33767 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2 years ago
Carl Schwan cf638a9b2c
Fix eslint run command
Only try to fix and check files inside the server repo and not from all
the repositories that are contained in apps-extra

Remove noice and make sure we don't end up modifying these repos by
error

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago
Daniel Calviño Sánchez ac2d885899 Adjust acceptance tests to changes in app menu
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years ago
Joas Schilling 85eb3b2920
Fix wording of undeliverable push notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Vincent Petry 809f448ef7
Merge pull request #33746 from nextcloud/a11y/33739/fix-legacy-nav
Add a11y attributes for legacy app navigation
2 years ago
nextcloud-command bff4c86154 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Julius Härtl 3ad4e82195
Address some more accessibility concerns
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 09d8214e37
Use resize observer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl e8193c2434
Fix focus border and adjust active app indicator
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 5b4708c5be
Move app menu to vue
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
nextcloud-command 814a17132d Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2 years ago
Nextcloud bot 23bb4f16f9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Côme Chilliet f56ecf9242
Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing
Port Repair and Migrator events to IEventDispatcher
2 years ago
Côme Chilliet 66648011c6
Merge pull request #33697 from nextcloud/fix/improve-bulk-upload
Improve bulk upload and add a config switch for it
2 years ago
Julius Härtl 5f0c21c4c0
Merge pull request #33734 from nextcloud/search-result-leading-slash 2 years ago
John Molakvoæ efb6411e72
Merge pull request #33732 from nextcloud/fix/remove-at-matcher-in-lib-tests-2 2 years ago
Côme Chilliet 30bfd5f4c8
Add DavUtil to autoloader
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Côme Chilliet 4f3b323fba
Move dav utils functions to OCP\Files\DavUtil
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Nextcloud bot 702ae46c87
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Vincent Petry cc53efe4dd
Add a11y attributes for legacy app navigation
Aded "role=navigation"
Added "aria-current=page" for the currently selected item.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago
Côme Chilliet 7f80dccbac
Flip bulkupload.enabled default value to true
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Robin Appelman e9ba58ca61
remove leading slash for search results at mountpoint root
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Côme Chilliet 6f80fe6ada
Remove deprecated at matcher from tests/lib
Only 15 warnings left in there

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Côme Chilliet 9874557e43
Fix Capabilities tests for dav application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Côme Chilliet d90b31401c
Fix OCP\Util documentation blocks
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Côme Chilliet 791e021455
Remove deprecated at matcher in Updater/VersionCheckTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Vincent Petry d7deeb4e02
Merge pull request #33311 from nextcloud/enh/27869/phone
Remake phone number property saving with Vue
2 years ago
Vincent Petry 1b577d348b
Merge pull request #33500 from nextcloud/encryption-system-mount
add marker interface to mark system mount points for encryption
2 years ago
Côme Chilliet b3cd9b5573
Move Dav fileid and permissions logic into OCP\Util to be able to use it for BulkUpload
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
Julius Härtl 5422051f18
Merge pull request #33706 from nextcloud/bugfix/dashboard-status 2 years ago
Côme Chilliet e34f2c4799
Call the correct functions to get BulkUpload metadata to return
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago
nextcloud-command f14264ee52 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Julius Härtl 4beae14fee
Avoid using lists if there are none on the dashboard
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl ce9c0b5e30
Fix status button background on dashboard
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Nextcloud bot b1421f6ad9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
John Molakvoæ ccbeb0fe07
Merge pull request #33694 from nextcloud/fix/load-themedir-dist 2 years ago
Nextcloud bot a0e4445cb5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Nextcloud bot 5de5b75ede
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Christopher Ng d7821f8474 Remake phone number property saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Pytal a1fae05320
Merge pull request #33310 from nextcloud/enh/27869/website 2 years ago