summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-5/+5
|
* More Checkstyle cleanupFelix Moeller2012-10-231-5/+5
| | | | This is for all LowerCaseConstant warnings
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
| | | | This is BracketsNotRequired
* core.js and core.css don't need to be absoluteBart Visscher2012-10-171-1/+12
|
* fixed offset calculation (bug #1961)Björn Schießle2012-10-111-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
| | | | | should be more reliable for files that "look like" other types based on their magic numbers such as odf and docx files also a lot faster then the old way
* fix unused variablesRobin Appelman2012-07-201-3/+3
|
* provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵Arthur Schiwon2012-07-021-5/+69
| | | | and mb_array_change_key_case for handling with UTF 8
* fixed linkTo()Florian Hülsmann2012-06-301-1/+1
|
* Remove redundant code from OC_Helper::linkToBart Visscher2012-06-281-6/+3
|
* fix running tests from cliRobin Appelman2012-06-271-0/+3
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-0/+6
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php
| * fixes oc-668Thomas Mueller2012-06-181-0/+6
| |
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-37/+37
|\| | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * White-space fix.Thomas Tanghus2012-06-141-36/+36
| |
| * Don't add slash if it's there already.Thomas Tanghus2012-06-141-1/+1
| |
* | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-1/+1
| |
* | Unit path and webpath, correct some moreBrice Maron2012-06-061-2/+2
| |
* | First almost working versionBrice Maron2012-06-061-2/+2
|/
* more reliable host detection for reverse proxy serversFrank Karlitschek2012-06-051-1/+1
|
* Merge branch 'unstable'Bart Visscher2012-06-041-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Combine and minimize core and default app css filesBart Visscher2012-05-161-2/+2
| |
* | added a serverProtocol function that correctly returns the used protocol ↵Frank Karlitschek2012-06-011-3/+22
| | | | | | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer
* | don´t hardcode /tmpFrank Karlitschek2012-05-301-1/+1
| |
* | update copyrightFrank Karlitschek2012-05-261-1/+1
|/
* remove commentsGeorg Ehrke2012-05-081-4/+4
|
* Create a function for linking to remote.phpBart Visscher2012-05-071-0/+11
|
* make ampache work with remote.phpGeorg Ehrke2012-05-071-4/+4
|
* fix validation of getfile parameter - i hate this bloody merge conflictsGeorg Ehrke2012-05-071-4/+2
|
* Fixed escaping of filename when determining MIME typeJernej Virag2012-04-251-2/+2
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-2/+1
|
* removing executable bit from various filesThomas Mueller2012-04-301-0/+0
|
* fix merge conflictsGeorg Ehrke2012-04-261-2/+10
|\
* | fix security check for the path of the requested fileGeorg Ehrke2012-04-261-1/+18
| |
* | some fixes fore movable appsGeorg Ehrke2012-04-261-2/+2
| |
* | another fix for linkto functionGeorg Ehrke2012-04-241-1/+1
| |
* | fix linkto function in OC_HelperGeorg Ehrke2012-04-241-4/+8
| |
* | use native functions of php to parse the string into the VarGeorg Ehrke2012-04-231-1/+1
| |