summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
Commit message (Expand)AuthorAgeFilesLines
...
* | merge master into filesystemRobin Appelman2012-11-211-0/+16
|\|
| * Merge pull request #280 from butonic/feature_bmp_supportFrank Karlitschek2012-11-191-0/+16
| |\
| | * add php-doc for ellipsisJörn Friedrich Dreyer2012-11-121-2/+8
| | * move code to better placesJörn Friedrich Dreyer2012-11-121-0/+10
* | | merge master into filesystemRobin Appelman2012-11-181-0/+31
|\| |
| * | Fixed style according to owncloud styleguideValerio Ponte2012-11-141-1/+2
| * | Moved X-Sendfile headers into OC_Files::getValerio Ponte2012-11-141-0/+30
| |/
* | merge master into filesystemRobin Appelman2012-11-081-1/+1
|\|
| * Migration: On import of user accounts only import folders in home dir, use OC...Tom Needham2012-11-081-1/+1
* | merge master into filesystemRobin Appelman2012-11-041-6/+6
|\|
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-4/+4
| * Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* | merge master into filesystemRobin Appelman2012-10-301-10/+10
|\|
| * NoSpaceAfterCommaFelix Moeller2012-10-281-10/+10
* | Merge branch 'master' into filesystemRobin Appelman2012-10-271-2/+16
|\|
| * Merge branch 'routing'Bart Visscher2012-10-271-2/+16
| |\
| | * Merge branch 'master' into routingBart Visscher2012-10-171-3/+17
| | |\
| | * \ Merge branch 'master' into routingBart Visscher2012-09-281-76/+78
| | |\ \
| | * | | Add linkToRoute functionalityBart Visscher2012-09-121-0/+14
| | * | | Merge branch 'master' into routingBart Visscher2012-09-071-58/+64
| | |\ \ \
| | * \ \ \ Merge branch 'master' into routingBart Visscher2012-08-301-0/+11
| | |\ \ \ \
| | * | | | | Routing: And start using them from phpBart Visscher2012-08-121-2/+2
* | | | | | | Merge branch 'master' into filesystemRobin Appelman2012-10-261-9/+4
|\| | | | | |
| * | | | | | Fix mimetype detection with the 'file' utilityVictor Dubiniuk2012-10-261-9/+4
* | | | | | | merge master into filesystemRobin Appelman2012-10-251-5/+5
|\| | | | | |
| * | | | | | Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-5/+5
* | | | | | | merge master into filesystemRobin Appelman2012-10-241-5/+5
|\| | | | | |
| * | | | | | More Checkstyle cleanupFelix Moeller2012-10-231-5/+5
* | | | | | | merge master into filesystemRobin Appelman2012-10-231-2/+2
|\| | | | | |
| * | | | | | Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | merge master into filesystemRobin Appelman2012-10-171-1/+12
|\| | | | |
| * | | | | core.js and core.css don't need to be absoluteBart Visscher2012-10-171-1/+12
* | | | | | merge master into filesystemRobin Appelman2012-10-111-1/+1
|\| | | | |
| * | | | | fixed offset calculation (bug #1961)Björn Schießle2012-10-111-1/+1
* | | | | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-1/+1
|/ / / / /
* | | | | fix mimetype detection using the 'file' command in some edge casesRobin Appelman2012-09-301-0/+1
* | | | | Do urlencoding in linkTo functionsBart Visscher2012-09-281-1/+3
| |_|_|/ |/| | |
* | | | fix some more phpdocRobin Appelman2012-09-231-73/+72
* | | | don't interpret strpos '0' as 'false' in while loopBjörn Schießle2012-09-181-1/+1
* | | | add leading '?' to parameter list (fixes bug #1732)Björn Schießle2012-09-171-2/+5
| |_|/ |/| |
* | | adding space between) and {Thomas Mueller2012-09-071-56/+56
* | | Add args parameter to linkTo(Absolute) function, to append the args automaticlyBart Visscher2012-09-031-3/+9
| |/ |/|
* | Initial previewer for public linksMichael Gapczynski2012-08-271-0/+11
|/
* Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-071-47/+1
* Added function to make url absoluteBart Visscher2012-08-071-2/+13
* provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-251-1/+27
* some indention fixesRobin Appelman2012-07-241-2/+0
* use file extension for determining mimetypes on defaultRobin Appelman2012-07-221-16/+13
* fix unused variablesRobin Appelman2012-07-201-3/+3
* provide multibyte aware helper functions mb_str_replace, mb_substr_replace an...Arthur Schiwon2012-07-021-5/+69