Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #2499 | itheiss | 2013-03-22 | 1 | -0/+1 |
| | | | | | The mail domain can now be configured in config.php and get´s used in function getDefaultEmailAddress. e.g. 'mail_domain' => 'example.com' | ||||
* | adding test case for getDefaultEmailAddress() + fixing #1844 again | Thomas Mueller | 2013-03-04 | 1 | -2/+2 |
| | |||||
* | validate the generated email address and fall back to localhost.localdomain ↵ | Thomas Mueller | 2013-03-01 | 1 | -4/+7 |
| | | | | | | in case it is not valid fixes #1844 | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -3/+6 |
| | |||||
* | Fix files router download links | Bart Visscher | 2013-02-08 | 1 | -0/+14 |
| | |||||
* | Update lib/public/util.php | Christian Koch | 2013-02-06 | 1 | -2/+2 |
| | | | The call of \OC_MAIL::send() overrides all optional parameters. This is not necessary. But if you want to have html mail templates (what I'm thinking about) it is a real problem | ||||
* | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -0/+22 |
| | | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions. | ||||
* | Merge pull request #986 from owncloud/fixing-784-master | Thomas Müller | 2013-01-18 | 1 | -0/+10 |
|\ | | | | | the maximum upload size is now part of the response of the upload and de... | ||||
| * | fixing indent | Thomas Mueller | 2013-01-18 | 1 | -10/+10 |
| | | |||||
| * | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 1 | -60/+60 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js lib/helper.php | ||||
| * | | the maximum upload size is now part of the response of the upload and delete ↵ | Thomas Müller | 2012-12-20 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished | ||||
* | | | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | fixing returns | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
| |/ |/| | |||||
* | | phpdoc fixes for public api | Robin Appelman | 2013-01-02 | 1 | -58/+58 |
| | | |||||
* | | fixing variable name | Thomas Müller | 2012-12-21 | 1 | -2/+2 |
|/ | |||||
* | fixes default email sender address | Randolph Carter | 2012-12-19 | 1 | -0/+36 |
| | |||||
* | Checkstyle: fix the last NoSpaceAfterEquals | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
| | |||||
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 1 | -0/+2 |
| | |||||
* | style fixes for public util api | Georg Ehrke | 2012-09-08 | 1 | -24/+9 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -15/+15 |
| | |||||
* | Add args parameter to linkTo(Absolute) function, to append the args automaticly | Bart Visscher | 2012-09-03 | 1 | -4/+6 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 1 | -0/+11 |
| | |||||
* | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 1 | -0/+11 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵ | Arthur Schiwon | 2012-07-02 | 1 | -13/+57 |
| | | | | and mb_array_change_key_case for handling with UTF 8 | ||||
* | remove unnecessary comment | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | introducing a sanitize HTML function for the internal and the public API. This | Bjoern Schiessle | 2012-06-19 | 1 | -0/+12 |
| | | | | | allows to easily convert strings to HTML before displaying them on the web page to reduce the risk of xss vulnerabilities. | ||||
* | White-space fix. | Thomas Tanghus | 2012-06-14 | 1 | -13/+9 |
| | |||||
* | add two csrf check calls. Review and lot´s of porting needed. | Frank Karlitschek | 2012-06-09 | 1 | -0/+20 |
| | |||||
* | added a serverProtocol function that correctly returns the used protocol ↵ | Frank Karlitschek | 2012-06-01 | 1 | -0/+10 |
| | | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer | ||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 1 | -0/+3 |
| | |||||
* | fixed typo in lib/public/util.php:106 (varname to ) | Philipp Roggan | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 1 | -0/+12 |
| | |||||
* | Fix typo. | Thomas Tanghus | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 1 | -19/+18 |
| | | | | And greeting from the Atlanta airport. ;-) | ||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -0/+29 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -74/+0 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -4/+111 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 1 | -1/+32 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -0/+9 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+38 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+8 |
| | |||||
* | some more work on the public API | Frank Karlitschek | 2012-05-01 | 1 | -2/+25 |
| | |||||
* | first step to an public api of ownCloud for the apps. In the future they ↵ | Frank Karlitschek | 2012-04-23 | 1 | -0/+60 |
shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon |