summaryrefslogtreecommitdiffstats
path: root/lib/private/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-23/+23
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-7/+7
|
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-1/+1
|
* Rename issubdirectory to isSubDirectoryLukas Reschke2014-05-111-1/+1
|
* Harden issubdirectory()Lukas Reschke2014-05-111-1/+13
| | | | realpath() may return false in case the directory does not exist since we can not be sure how different PHP versions may behave here we do an additional check whether realpath returned false
* Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry2014-05-071-5/+13
|\ | | | | Fix linkToPublic and linkToAbsolute.
| * Also fix linkToAbsoluteThomas Tanghus2014-04-161-3/+7
| |
| * Fix linkToPublic. Refs #8218Thomas Tanghus2014-04-151-2/+6
| |
* | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-031-0/+26
|\ \ | | | | | | Fix setting the max-upload-size for really large values.
| * | Fix setting the max-upload-size for really large values.Fabian Henze2014-04-031-0/+26
| | | | | | | | | | | | php can only parse filesize units up to gigabytes, not terabytes or petabytes.
* | | Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
| | |
* | | White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-0/+10
| |/ |/|
* | Allow reusing FileInfo for getStorageInfoRobin Appelman2014-04-021-3/+6
|/
* Sub-dir was prepended twiceThomas Tanghus2014-03-291-2/+1
|
* Merge pull request #7764 from owncloud/datadir-chmodicewind19912014-03-171-29/+0
|\ | | | | use a non-recursive chmod on the datadir
| * use a non-recursive chmod on the datadirRobin Appelman2014-03-171-29/+0
| |
* | Correctly round bytes when converted from human readable formatVincent Petry2014-03-171-2/+2
|/ | | | | Instead of leave two decimal places which is confusing, round the byte values correctly to the closest byte.
* Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-1/+10
| | | | | The total space display in the personal page now shows the quota value instead of used space when used space exceeds the quota (soft quota).
* Fixed upload issue when free space is not knownVincent Petry2014-03-061-1/+1
|
* introduce new theme function to allow full creation of documentation links: ↵Thomas Müller2014-02-251-1/+1
| | | | buildDocLinkToKey()
* fix filetype icons for gzip, tex, perl, csv, shJan-Christoph Borchardt2014-02-201-0/+5
|
* fix lots of file type icons for archives, js, flash, ics, fonts, code, ...Jan-Christoph Borchardt2014-02-191-1/+25
|
* use file icon as fallback instead of application icon, fix #7237Jan-Christoph Borchardt2014-02-171-0/+1
|
* merge master into storagestatistics-reuseRobin Appelman2014-02-051-38/+35
|\
| * Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msgJan-Christoph Borchardt2014-02-041-12/+28
| |\ | | | | | | Change misleading message when file size exceeds upload limit
| | * Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-3/+8
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php
| | * | Separate PHP upload limit and free spacePellaeon Lin2013-12-081-12/+28
| | | |
| * | | Remove unused functions from OC_HelperBart Visscher2014-01-311-23/+0
| | |/ | |/| | | | | | | init_var and init_radio where only used in the installation template
| * | Add icons for mdb and accdb files.Andreas Fischer2014-01-231-0/+1
| | |
| * | Fix icons for xml,ppt,dot,dotx files.Andreas Fischer2014-01-231-0/+2
| | |
* | | Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-271-3/+6
|/ /
* | trimming all array elementsThomas Müller2014-01-071-1/+3
| |
* | we shall explode on ',' onlyThomas Müller2014-01-071-1/+1
| |
* | No decimal points for Kilobyte and Byte #5371.Simon Könnecke2013-11-251-1/+1
|/
* External storage space is now not counted in total spaceVincent Petry2013-11-181-1/+2
| | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
* Merge pull request #5691 from owncloud/switch-to-oc6-documentationblizzz2013-11-051-1/+1
|\ | | | | move to oc6 documentation
| * move to oc6 documentationThomas Müller2013-11-041-1/+1
| |
* | Append file etag to preview URLsVincent Petry2013-10-281-2/+2
|/ | | | Fixes #5534
* introduce OC_Helper::linkToDocs()Thomas Müller2013-10-211-0/+9
|
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-161-2/+2
|\ | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
| * streamCopy() should return proper structure.Thomas Müller2013-10-141-2/+2
| | | | | | | | Callers of streamCopy() expect an array to be returned containing count and result.
* | fixing errors regarding wrong function calls / missing parametersThomas Müller2013-10-071-1/+1
|/
* Add Helper and URLGenerator interfaces to server containerBart Visscher2013-10-041-48/+4
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+934
Conflicts: lib/private/vcategories.php