Commit Graph

58 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Louis Chemineau bd8a0ec3cf
feat(files): Add appconfig value to disable fixed userfolder permissions optimization 3 months ago
Robin Appelman 5987584b90 perf: use more optimized node-by-id logic in View::getPath 5 months ago
Julius Knorr 7ff80cc016
fix: Catch old cached paths and fetch the new one 9 months ago
Julius Knorr 7fa3f89ef9
fix: Proper order for checking path prefix for getting file by id from cache 9 months ago
Robin Appelman 8edca98e8e
fix: fix getNodeFromCacheEntryAndMount using relative path 10 months ago
Daniel Kesselberg 3db20c8b00 docs: Folder.get throws a NotPermittedException exception 1 year ago
provokateurin dc13f9cc1e
fix(Files): Handle getOwner() returning false 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Robin Appelman a9ee278ec6 perf: cache path by id to speedup getting nodes by id 2 years ago
Robin Appelman 4d110c1dd6 feat: add interface to get only a single node by id instead of all nodes for the id 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman 5e347553bc add method to create a node from cache entry + mountpoint 2 years ago
Arthur Schiwon 71e41ffeeb
refactor: declare getMount() and getMountsIn() at IRootFolder 3 years ago
Arthur Schiwon f6ac874dbf
chore: ugly type juggling 3 years ago
Robin Appelman d6818ba894
optimize LazyUserFolder::getMountPoint 3 years ago
Robin Appelman 5bcf37b7ff only fetch the data for mounts inside a folder when needed 3 years ago
Côme Chilliet cd885b5705
Type sizes as int|float throughout the code base 3 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Arthur Schiwon 1ec4563c2e
log stacktrace for 'Backends provided no user object' 4 years ago
Robin Appelman b65d214f15
perform a setup if we can't find any mounts containing a file 4 years ago
Robin Appelman 44a8ebdc1f
optimize getById on LazyUserFolder to not require a full fs setup 4 years ago
Robin Appelman 700444e218
split out some path manipulation logic 4 years ago
Robin Appelman f7c942a943
caching of userfolder 4 years ago
Robin Appelman 70c37c2717
fmt 4 years ago
Robin Appelman 79f6742410
improve lazy UserFolder 4 years ago
Robin Appelman 3fc5c97282
return a lazy folder from Root::getUserFolder 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Robin Appelman 917c74e214
type fixes 4 years ago
Robin Appelman 1c468129af
adjust tests to new fs setup 4 years ago
Robin Appelman 5c0fe93498
move teardown logic to SetupManager 4 years ago
Robin Appelman cfb7923e08
store mountprovider for each mount in the mounts table 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman c8736e7a23
fix return value of Root::get 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Julius Härtl 56aa8fd035
Properly hint exceptions thrown by getUserFolder 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Robin Appelman 8fc47c6f00
add option to get raw size (without submounts) from fileinfo 7 years ago
Christoph Wurst 1b85ef4bf2
Fix string doc type casing 7 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Thomas Müller 506ccdbd8d
Introduce an event for first time login based on the last login time stamp 9 years ago
Lukas Reschke 68cebef64c
DI for root.php 9 years ago
Morris Jobke 8653d14862
Do not expose user data in exceptions & fix typo 9 years ago
Vincent Petry f737426eca
Add using casing check/fix for initMountPoints 9 years ago