Commit Graph

66 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Carl Schwan 8e5eef24d2 refactor: Remove OC_Helper::streamCopy 3 months ago
Carl Schwan 4ae4b0a0e7 refactor: Remove old TemplateManager 3 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Ferdinand Thiessen e143921896
feat(IUser): add `getQuotaBytes` method to get machine readable quota 8 months ago
Ferdinand Thiessen 22889d4f1d
chore: deprecate `OC_Helper::isReadOnlyConfigEnabled` 8 months ago
Ferdinand Thiessen 3d33091d2c
chore!: remove legacy functions from `OC_Helper` deprecated before v10 8 months ago
Ferdinand Thiessen bd91db8e20
chore: deprecate OC_Helper::copyr 8 months ago
Ferdinand Thiessen 01db539d0a
chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 8 months ago
Ferdinand Thiessen 802def31f2
chore: move implementation to non-deprecated OCP\Util from OC_Helper 8 months ago
Ferdinand Thiessen 072d4e8cba
chore: move implementation from OC legacy to OCP\Files 8 months ago
Ferdinand Thiessen 1ae3fa4003
chore: replace leagcy OC_Helper calls with OCP\Util 8 months ago
Ferdinand Thiessen 85a6b0d0eb
chore: deprecate \OC_Helper::canExecute 8 months ago
Daniel Kesselberg db86cf8db1 fix: skip caching lastSeenQuotaUsage for remote shares 10 months ago
Ferdinand Thiessen a8f46af20f
chore: Add proper deprecation dates where missing 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 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
Ferdinand Thiessen 9716b0d735 refactor: Migrate some legacy and core functions to `IFilenameValidator` 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet ed4603c5aa
fix: Fix small psalm errors in legacy 2 years ago
Côme Chilliet 29a648ab73
fix: Avoid calling setUserValue on null user id 2 years ago
Côme Chilliet 80191906b3 feat: Store last known quota usage for a user 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman 80b001f82e better caching in storage stats calculations 2 years ago
jld3103 38db3873a2
provisioning_api: Add OpenAPI spec 2 years ago
John Molakvoæ 7d06dc3474 fix: better error message on missing user files dir 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Julius Härtl d515da502f fix: Use proper path for quota fetching 3 years ago
Julius Härtl 3287eddbbc fix: Recalculate storage statistics on updating the quota 3 years ago
Côme Chilliet b7d9e43e25
Put back string in $includeMounts as it actually does something 3 years ago
Côme Chilliet d00422b812
Fix computerFileSize when called with a string without unit 3 years ago
Côme Chilliet 7a628c0361
Fix 32bits bigint support in Util/OC_Helper 3 years ago
Côme Chilliet 255f230a87
Fix bigsize support on 32bits in OC_Helper 3 years ago
John Molakvoæ b9906fb21e
feat(files): Quota in navigation 3 years ago
Julius Härtl 1746344481 Use display name cache on getStorageInfo 3 years ago
Vincent Petry 0b09531dc6
Don't use quota cache through user management 3 years ago
Carl Schwan d61efdff6c
Fix quota type to int 3 years ago
Carl Schwan 9b8ca9ad1f
Move findBinaryFinder and isFunctionEnabled away from OC_Helper 3 years ago
Carl Schwan 53169890d6 Fix psalm errors fron the end of the baseline file 4 years ago
Robin Appelman 643ef06efc
don't unjail the path when getting the storage info 4 years ago
Robin Appelman e50d78e11a
use and cache root storage info if a share can't be resolved 4 years ago
Robin Appelman bdfef2dbd1
cache storage info in memcache for 5m 4 years ago
Robin Appelman 5ae6cefd57
dont re-query fileinfo when getting dav quota 4 years ago
Claus-Justus Heine a355410b88
Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage. 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman 7e22487278
fix return value of getStorageInfo when 'quota_include_external_storage' is enabled 5 years ago
Christoph Wurst 9ce3ea3368
Update license headers 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Vincent Petry 2143f2bb82
Set up FS before querying storage info in settings 5 years ago
Joas Schilling c1834bac7d
Only use index of mount point when it is there 5 years ago