Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -47/+1 |
| | |||||
* | Added function to make url absolute | Bart Visscher | 2012-08-07 | 1 | -2/+13 |
| | |||||
* | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 1 | -1/+27 |
| | |||||
* | some indention fixes | Robin Appelman | 2012-07-24 | 1 | -2/+0 |
| | |||||
* | use file extension for determining mimetypes on default | Robin Appelman | 2012-07-22 | 1 | -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 variables | Robin Appelman | 2012-07-20 | 1 | -3/+3 |
| | |||||
* | provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵ | Arthur Schiwon | 2012-07-02 | 1 | -5/+69 |
| | | | | and mb_array_change_key_case for handling with UTF 8 | ||||
* | fixed linkTo() | Florian Hülsmann | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Remove redundant code from OC_Helper::linkTo | Bart Visscher | 2012-06-28 | 1 | -6/+3 |
| | |||||
* | fix running tests from cli | Robin Appelman | 2012-06-27 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -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-668 | Thomas Mueller | 2012-06-18 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 1 | -37/+37 |
|\| | | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php | ||||
| * | White-space fix. | Thomas Tanghus | 2012-06-14 | 1 | -36/+36 |
| | | |||||
| * | Don't add slash if it's there already. | Thomas Tanghus | 2012-06-14 | 1 | -1/+1 |
| | | |||||
* | | Correct remote and public, and last occurence of OC:: | Brice Maron | 2012-06-06 | 1 | -1/+1 |
| | | |||||
* | | Unit path and webpath, correct some more | Brice Maron | 2012-06-06 | 1 | -2/+2 |
| | | |||||
* | | First almost working version | Brice Maron | 2012-06-06 | 1 | -2/+2 |
|/ | |||||
* | more reliable host detection for reverse proxy servers | Frank Karlitschek | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -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 files | Bart Visscher | 2012-05-16 | 1 | -2/+2 |
| | | |||||
* | | added a serverProtocol function that correctly returns the used protocol ↵ | Frank Karlitschek | 2012-06-01 | 1 | -3/+22 |
| | | | | | | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer | ||||
* | | don´t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 1 | -1/+1 |
| | | |||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
|/ | |||||
* | remove comments | Georg Ehrke | 2012-05-08 | 1 | -4/+4 |
| | |||||
* | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 1 | -0/+11 |
| | |||||
* | make ampache work with remote.php | Georg Ehrke | 2012-05-07 | 1 | -4/+4 |
| | |||||
* | fix validation of getfile parameter - i hate this bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -4/+2 |
| | |||||
* | Fixed escaping of filename when determining MIME type | Jernej Virag | 2012-04-25 | 1 | -2/+2 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+1 |
| | |||||
* | removing executable bit from various files | Thomas Mueller | 2012-04-30 | 1 | -0/+0 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-04-26 | 1 | -2/+10 |
|\ | |||||
* | | fix security check for the path of the requested file | Georg Ehrke | 2012-04-26 | 1 | -1/+18 |
| | | |||||
* | | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -2/+2 |
| | | |||||
* | | another fix for linkto function | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | fix linkto function in OC_Helper | Georg Ehrke | 2012-04-24 | 1 | -4/+8 |
| | | |||||
* | | use native functions of php to parse the string into the Var | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | rename var file to getfile to prevent fails in files app | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | fix bug in lib/helper.php and fix file upload | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-20 | 1 | -0/+20 |
|\| | |||||
| * | add function to get mimetype from string | Robin Appelman | 2012-04-18 | 1 | -0/+20 |
| | | |||||
* | | make menu work with movable apps | Georg Ehrke | 2012-04-18 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-18 | 1 | -1/+4 |
|\| | |||||
| * | fix creating unique filenames | Robin Appelman | 2012-04-16 | 1 | -1/+4 |
| | | |||||
* | | open app thru index.php | Georg Ehrke | 2012-04-18 | 1 | -0/+11 |
|/ | |||||
* | fixing oc-375 - a number is appended tp the filename | Thomas Müller | 2012-04-15 | 1 | -0/+28 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -6/+6 |
| | |||||
* | make sure temporary files are being removed, fixes oc-450 | Arthur Schiwon | 2012-04-13 | 1 | -14/+28 |
| | |||||
* | Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute() | Daniele E. Domenichelli | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Add method OC_Helper::serverHost() | Daniele E. Domenichelli | 2012-04-12 | 1 | -0/+22 |
| | | | | | This method returns the server host, even if the website uses one or more reverse proxies. |