Commit Graph

226 Commits (84f522f406d2bec8dff5acb0c7defc54b8e7d79a)

Author SHA1 Message Date
Thomas Müller 049e57ac4a remove unused OC_L10N 12 years ago
Thomas Müller 8c9add4d32 adding TB and GB to OC_Helper::humanFileSize 12 years ago
Thomas Müller 8543951cf9 adding icons for shared folders and external folders 12 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 12 years ago
Morris Jobke 6e8bc13aa3 fix weird logical behaviour 12 years ago
Thomas Müller 8cf9336bcb storage information is path specific 12 years ago
Thomas Müller 1e4ebf47e2 webdav quota now displays the same values as the web interface does 12 years ago
Georg Ehrke 7fe9320ffe improve unknown backend 12 years ago
Valerio Ponte 881e362f93 final fix for xsendfile zip generation race condition 12 years ago
Robin Appelman 9321eceed6 add the option to have templates for newly created files 12 years ago
Robin Appelman fc332acf8a split of mimetype detection code from OC_Helper, adding the option for apps to register additional mimetype mappings 12 years ago
Jan-Christoph Borchardt 5a77b67147 change long couldn't be determined string to question mark again 12 years ago
Georg Ehrke ac6a3133ec style fixes 12 years ago
Georg Ehrke 65affdc9b3 make previews in files app smaller 12 years ago
Robin Appelman d042c8f166 use renamed constants 12 years ago
Bart Visscher df8ad46dae Change exit calls to throwing an exception 12 years ago
Georg Ehrke 53830f2f75 implement use of previews in sharing app 12 years ago
Georg Ehrke cf449d42e8 properly encode path 12 years ago
Bart Visscher 22c29eb64b Fix renaming using parenthesis 12 years ago
Bart Visscher 424ec94680 Make buildNotExistingFileName testable and write unittests 12 years ago
Georg Ehrke 806f3bddec increase size of preview to size of row 12 years ago
Georg Ehrke 39c387eed4 implement server side use of previews 12 years ago
Roland Hager a06d901e37 Fix: The check if upload_max_filesize or post_max_size is 0 fails if only one of them is 0. 12 years ago
Robin Appelman 85abede9bf actually return result 12 years ago
Robin Appelman 0470a5ba94 fix variable name 12 years ago
Robin Appelman cf7321915d seperate mimetype guessing from filename 12 years ago
Michael Gapczynski 59655e9afd Style fixes 12 years ago
Robin Appelman 24a401a548 Cache mimetype icons 12 years ago
Bernhard Posselt b98b56e4a8 check if there is a default/ folder in the theme directory if no theme exists 12 years ago
Valerio Ponte 033c94d076 fixed xsendfile zip generation race condition 12 years ago
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