summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31693 from nextcloud/releases/24/beta1v24.0.0beta1blizzz2022-03-241-2/+2
|\ | | | | 24.0.0 beta 1
| * 24.0.0 beta 1Arthur Schiwon2022-03-241-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry2022-03-2425-74/+561
|\ \ | | | | | | Fine grained filesystem setup
| * | Add missing PHPDoc in InvalidateMountCacheEventVincent Petry2022-03-241-0/+10
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Add missing event dispatcher in test constructorVincent Petry2022-03-241-1/+1
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Apply suggestions from code reviewRobin Appelman2022-03-244-11/+12
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | invalidate mount cache after share renameRobin Appelman2022-03-242-20/+26
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | make mount cache duration configurableRobin Appelman2022-03-242-7/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix method nameRobin Appelman2022-03-242-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | caching of userfolderRobin Appelman2022-03-241-4/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fmtRobin Appelman2022-03-243-6/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | invalidate mount cache on circles changeRobin Appelman2022-03-241-18/+43
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | force full setup after external storage config changeRobin Appelman2022-03-246-8/+34
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | perform full setup if a cached mount doesn't have a provider setRobin Appelman2022-03-242-5/+26
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman2022-03-242-4/+15
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add logic to perform a full filesystem setup when neededRobin Appelman2022-03-245-2/+92
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | update cached mounts when only specific providers have been setupRobin Appelman2022-03-243-2/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix check if dav root is folderRobin Appelman2022-03-241-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | improve lazy UserFolderRobin Appelman2022-03-243-7/+70
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | setup only relevant mounts when possibleRobin Appelman2022-03-242-15/+106
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fixed when accessing static filesystem calls before setupRobin Appelman2022-03-241-4/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | allow getting mounts by providerRobin Appelman2022-03-242-6/+26
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-242-0/+56
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | return a lazy folder from Root::getUserFolderRobin Appelman2022-03-241-9/+13
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | allow setting some metadata in the lazyfolder without having to get the real ↵Robin Appelman2022-03-241-1/+24
| | | | | | | | | | | | | | | | | | folder Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | dont setup full fs after dav authRobin Appelman2022-03-241-1/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31520 from nextcloud/fix/31237/new-button-UserStatusblizzz2022-03-246-7/+14
|\ \ \ | | | | | | | | focus to buttons on dashboard view
| * | | quick fix for focus on weather and customize buttonVanessa Pertsch2022-03-235-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | quick fix for focus on userStatus buttonVanessa Pertsch2022-03-231-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* | | | Merge pull request #30950 from nextcloud/enh/opcache-recommends-translationVincent Petry2022-03-241-8/+8
|\ \ \ \ | | | | | | | | | | Add OPcache recommendations to Transifex
| * | | | Add OPcache recommendations to TransifexMichaIng2022-03-221-8/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/nextcloud/server/issues/30941 Signed-off-by: MichaIng <micha@dietpi.com>
* | | | Merge pull request #31700 from nextcloud/bugfix/noid/allow-4-char-emojisblizzz2022-03-245-9/+118
|\ \ \ \ | | | | | | | | | | Allow reactions also with other combined emojis 🧑🏾‍💻
| * | | | Fix autoloaderJoas Schilling2022-03-242-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Allow reactions also with other combined emojisJoas Schilling2022-03-243-9/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Honerful copying the EmojiService from UserStatus for now I think this should be put into a decent place and then reused, but I couldn't find somethin short term before beta1 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31221 from ↵Vincent Petry2022-03-241-5/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/feat/dont_create_oc_cards_index_if_it_exists Don't create cards_abiduri it if already exists
| * | | | Don't create cards_abiduri it if already existsLouis Chemineau2022-03-241-5/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #30991 from nextcloud/external-remove-config-migrationRobin Appelman2022-03-244-223/+2
|\ \ \ \ \ | |_|/ / / |/| | | | remove old legacy external storage migration logic
| * | | | remove old legacy external storage migration logicRobin Appelman2022-02-094-223/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31655 from nextcloud/fix-passing-null-to-strlenCôme Chilliet2022-03-242-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Fix passing null to strlen
| * | | | Fix passing null to strlenThomas Citharel2022-03-242-4/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $filter can be null as it's the default value passed in ContactsMenuController. On PHP 8.1 : strlen(): Passing null to parameter #1 ($string) of type string is deprecated Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #31688 from ↵Joas Schilling2022-03-245-10/+34
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/31658/automatically-cut-the-token-name-on-first-level Automatically cut the token name on the first level
| * | | Remove old shorteningJoas Schilling2022-03-232-7/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Automatically cut the token name on the first levelJoas Schilling2022-03-233-3/+34
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-2420-0/+20
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #31658 from nextcloud/bugfix/noid/limit-token-namesJoas Schilling2022-03-237-73/+81
|\ \ \ | | | | | | | | Limit the length of app password names
| * | | Fix unit testsJoas Schilling2022-03-232-73/+58
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Limit the length of app password namesJoas Schilling2022-03-235-0/+23
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-nowJoas Schilling2022-03-231-0/+1
|\ \ \ | | | | | | | | Test disabled for now due to multiple reasons