Commit Graph

185 Commits (ef6c6e77b13a0f2be7889f7a9b3906cf38ee0d76)

Author SHA1 Message Date
Robin Appelman 8a97afac6f Don't show storage space warning when the free space can't be determined 12 years ago
Robin Appelman 319e3f162c Don't block uploads if the max upload size is unknown 12 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 12 years ago
Björn Schießle eabfd9b69b put value assignment into brackets 12 years ago
Björn Schießle d8137fdf66 return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied 12 years ago
Björn Schießle 5b94959686 using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false 12 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Lukas Reschke 46103e62d2 Coding style 12 years ago
Lukas Reschke 1b10032556 Use sanitizeHTML instead of stripslashes + htmlspecialchars 12 years ago
Jörn Friedrich Dreyer 1ef3e4c5c6 simplyfy mimetype parsing of 'file' output 12 years ago
Michael Gapczynski 7237ebf08b Fix OC_Helper and change deprecated methods 12 years ago
TheSFReader 9f5847b739 Simplify the code and remove a first unnecessary (and non conform) '&' character when there are pending arguments 12 years ago
Lukas Reschke 42b924da0e Also replace the backslash with a minus 12 years ago
Thomas Mueller 5ff29b4348 fixing indent 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Thomas Mueller 44e5c052b3 handling proper display of files/folders with negative size 12 years ago
Lukas Reschke 99adfbdb86 Check for string position instead of string existence 12 years ago
Lukas Reschke b7db967dc5 Commentblocks should begin with two * 12 years ago
Lukas Reschke c27833b143 Add @brief to description 12 years ago
Lukas Reschke e151210a62 Simplify the isSubDirectory() function 12 years ago
Thomas Mueller dfc8d757b5 OC_Helper::is_function_enabled() added to find out if a function is available 12 years ago
Thomas Mueller 2d36a20a1d moving storage calculation code to OC_Helper::getStorageInfo() 12 years ago
Thomas Müller 39d874cd90 the maximum upload size is now part of the response of the upload and delete operation. 12 years ago
Bart Visscher 8256650da8 Fix "No space found after comma in function call" 12 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 13 years ago
Valerio Ponte de7e419610 Fixed style according to owncloud styleguide 13 years ago
Valerio Ponte 8e190a5a97 Moved X-Sendfile headers into OC_Files::get 13 years ago
Jörn Friedrich Dreyer 0ce5e9257e add php-doc for ellipsis 13 years ago
Jörn Friedrich Dreyer 28671d92c0 move code to better places 13 years ago
Tom Needham 0833be9d4e Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Felix Moeller dfc8228fb4 NoSpaceAfterComma 13 years ago
Victor Dubiniuk d428d72dab Fix mimetype detection with the 'file' utility 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 13 years ago
Felix Moeller 03581ef463 Correct a first issue Checkstyle is complaining about ... 13 years ago
Bart Visscher 04824162d9 core.js and core.css don't need to be absolute 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Björn Schießle 4d451f649d fixed offset calculation (bug #1961) 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Robin Appelman 258782584e fix mimetype detection using the 'file' command in some edge cases 13 years ago
Bart Visscher 22d22d19c0 Do urlencoding in linkTo functions 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Björn Schießle 2570ea7114 don't interpret strpos '0' as 'false' in while loop 13 years ago
Björn Schießle 1207ae1f99 add leading '?' to parameter list (fixes bug #1732) 13 years ago
Bart Visscher 3efe1d3b24 Add linkToRoute functionality 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 1a46192433 Add args parameter to linkTo(Absolute) function, to append the args automaticly 13 years ago