Commit Graph

47 Commits (14ce44acc8c44ebf669c46496c6b17524b3e2a4e)

Author SHA1 Message Date
Vincent Petry da889ff029 Added experimental switch to count external storage data in quota 12 years ago
ringmaster 0a417b1174 Use ->instanceOfStorage() not instanceof for Storage instances. 12 years ago
Robin Appelman be8326668a Make the recursive delete more robust 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 12 years ago
Lukas Reschke a40e49cae5 Harden issubdirectory() 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Thomas Tanghus da99e403bc Also fix linkToAbsolute 13 years ago
Thomas Tanghus 6fe3fd4a0b Fix linkToPublic. Refs #8218 13 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 13 years ago
Fabian Henze 7cdb16979a Fix setting the max-upload-size for really large values. 13 years ago
Robin Appelman da5541ac02 Allow reusing FileInfo for getStorageInfo 13 years ago
Thomas Tanghus 3a7829f784 Sub-dir was prepended twice 13 years ago
Robin Appelman 166dfbf58b use a non-recursive chmod on the datadir 13 years ago
Vincent Petry 145db370d1 Correctly round bytes when converted from human readable format 13 years ago
Vincent Petry 010eef95c0 Fixed total space display when data size exceeds quota 13 years ago
Vincent Petry 0dcac65aa1 Fixed upload issue when free space is not known 13 years ago
Thomas Müller 574883c47a introduce new theme function to allow full creation of documentation links: buildDocLinkToKey() 13 years ago
Jan-Christoph Borchardt a6fb6abbe0 fix filetype icons for gzip, tex, perl, csv, sh 13 years ago
Jan-Christoph Borchardt 937a25593b fix lots of file type icons for archives, js, flash, ics, fonts, code, ... 13 years ago
Jan-Christoph Borchardt c2adf033f2 use file icon as fallback instead of application icon, fix #7237 13 years ago
Bart Visscher f1c60c7f8b Remove unused functions from OC_Helper 13 years ago
Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics 13 years ago
Andreas Fischer 96f194c0f6 Add icons for mdb and accdb files. 13 years ago
Andreas Fischer 47ea7704ca Fix icons for xml,ppt,dot,dotx files. 13 years ago
Thomas Müller 09d7882571 trimming all array elements 13 years ago
Thomas Müller 9d869ab596 we shall explode on ',' only 13 years ago
Pellaeon Lin fc607e6bce Separate PHP upload limit and free space 13 years ago
Simon Könnecke 243f3f0c4c No decimal points for Kilobyte and Byte #5371. 13 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 13 years ago
Thomas Müller 01f2b7eb3a move to oc6 documentation 13 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 13 years ago
Thomas Müller 124984905e introduce OC_Helper::linkToDocs() 13 years ago
Thomas Müller 6df5c7ebd5 streamCopy() should return proper structure. 13 years ago
Thomas Müller 780280e53f fixing errors regarding wrong function calls / missing parameters 13 years ago
Bart Visscher 61a9098b7d Add Helper and URLGenerator interfaces to server container 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Thomas Müller 049e57ac4a remove unused OC_L10N 13 years ago
Thomas Müller 8c9add4d32 adding TB and GB to OC_Helper::humanFileSize 13 years ago
Thomas Müller 8543951cf9 adding icons for shared folders and external folders 13 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 13 years ago
Morris Jobke 6e8bc13aa3 fix weird logical behaviour 13 years ago
Thomas Müller 8cf9336bcb storage information is path specific 13 years ago
Thomas Müller 1e4ebf47e2 webdav quota now displays the same values as the web interface does 13 years ago
Georg Ehrke 7fe9320ffe improve unknown backend 13 years ago
Valerio Ponte 881e362f93 final fix for xsendfile zip generation race condition 13 years ago
Robin Appelman 9321eceed6 add the option to have templates for newly created files 13 years ago
Robin Appelman fc332acf8a split of mimetype detection code from OC_Helper, adding the option for apps to register additional mimetype mappings 13 years ago