Commit Graph

32 Commits (master)

Author SHA1 Message Date
Ferdinand Thiessen 3b8c50e2c7
fix: remove executable flag from source files 4 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months 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
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet da618c457a
Fix quota typing for 32bits after forward port from 25 3 years ago
Côme Chilliet 1740311283
Adapt types of subclasses 3 years ago
Côme Chilliet d9dbed9105
Fix psalm errors related to filesizes 3 years ago
Côme Chilliet ff776a90b1
Strong type filesize related methods to ease 32bits problem findings 3 years ago
Côme Chilliet a372564850
Fix psalm spotted errors with new requirements 3 years ago
Carl Schwan 9b8ca9ad1f
Move findBinaryFinder and isFunctionEnabled away from OC_Helper 3 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Joas Schilling b09620651c
Don't use deprecated getIniWrapper() anymore 5 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 85e369cddb
Fix multiline comments 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
marco44 32fd0919c1 Make LargeFileHelper.php faster by avoiding execs as much as possible 8 years ago
Morris Jobke c1e4f9f305
Use type casting instead of *val() method 8 years ago
Lukas Reschke 62bb991050
Add check for linux os 9 years ago
Lukas Reschke 459477e2c3
Move function to LargeFileHelper 9 years ago
Lukas Reschke df3444493b
Remove not existent function call 9 years ago
Morris Jobke a3c1d74829
Remove unneeded Windows logic 9 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma f5e0d6ae6a
Move more of \OC to PSR-4 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Thomas Müller 5855108e9b drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 9ea205dc3d Check if open_basedir is set 11 years ago
Lukas Reschke 1b3feb710d Use `rawurlencode` since this seems to be expected by cURL 11 years ago
Lukas Reschke bf84cd4bcc Add darwin to if block 11 years ago
Tony Zelenoff 2d03019c91 Urlencode file name before passing it to cURL 11 years ago
Michael Roitzsch cde1a9241d file size on non-(Linux/BSD/Windows)-installations 12 years ago
Andreas Fischer 2929d19c7f Document exceptions thrown by \OC\LargeFileHelper. 12 years ago
Andreas Fischer ea246d058e Use "file size" instead of "filesize", then also apply camel case. 12 years ago
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 12 years ago
Andreas Fischer a9b28323dd Add LargeFileHelper::__construct() verifying that our assumptions hold. 12 years ago
Andreas Fischer 2c36a4b07a Add helper method for turning int|float into base-10 unsigned integer string. 12 years ago
Andreas Fischer df29eec72b Windows exec() implementation. 12 years ago
Andreas Fischer 626e87aa54 Output validation for exec() method. 12 years ago
Andreas Fischer c8fa1fd687 Refactor Large File handling code. 12 years ago