Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some expected Sabre exceptions are now logged with DEBUG level | Vincent Petry | 2014-05-07 | 1 | -4/+5 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -12/+9 |
| | |||||
* | use \OC_Mail::validateAddress() to validate the email address - fixes #7862 | Thomas Müller | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswords | Lukas Reschke | 2014-03-20 | 1 | -0/+9 |
|\ | | | | | Obfuscate passwords in ext storage config | ||||
| * | Added IV for ext storage password encryption | Vincent Petry | 2014-03-19 | 1 | -0/+9 |
| | | |||||
* | | Fix 'Undefined variable: message' in OCP\Util::logException | Thomas Tanghus | 2014-03-20 | 1 | -5/+2 |
|/ | |||||
* | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 1 | -0/+9 |
| | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters | ||||
* | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 1 | -1/+1 |
|\ | | | | | Add a FileInfo class which holds all info of a file ... | ||||
| * | merge master into fileinfo | Robin Appelman | 2014-01-29 | 1 | -2/+11 |
| |\ | |||||
| * | | Add a FileInfo class which holds all info of a file and return that from ↵ | Robin Appelman | 2014-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | getFileInfo, getDirectoryContent and search | ||||
* | | | merge master into storagestatistics-reuse | Robin Appelman | 2014-02-05 | 1 | -2/+25 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 1 | -4/+12 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| | * | | Merge pull request #6907 from owncloud/webdav-logexceptions | Thomas Müller | 2014-01-27 | 1 | -2/+6 |
| | |\ \ | | | | | | | | | | | Added exception logger plugin for sabre connector | ||||
| | | * | | Added exception logger plugin for sabre connector | Vincent Petry | 2014-01-27 | 1 | -2/+6 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. | ||||
| * | | | Separate PHP upload limit and free space | Pellaeon Lin | 2013-12-08 | 1 | -0/+19 |
| | | | | |||||
* | | | | Reuse the calculated free_space in buildFileStorageStatistics | Robin Appelman | 2014-01-27 | 1 | -3/+4 |
| |/ / |/| | | |||||
* | | | added function documentation | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+4 |
| | | | |||||
* | | | Add 'mail_from_address' configuration | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+1 |
| |/ |/| | | | | | | | | | | | | | | | | | | | In environments where there are rules for the email addresses, the "from address" that owncloud uses has to be configurable. This patch adds a new configuration variable 'mail_from_address'. If it is configured, owncloud will use this as the sender of *all* emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by default). By using the 'mail_from_address' configuration, only this email address will be used. | ||||
* | | Do not use L10n when logging exceptions | Vincent Petry | 2013-12-16 | 1 | -2/+1 |
|/ | | | | | | | | | In some specific situations, the L10N bundle isn't loadable yet (for example when there is an issue with the app_config table). In such case, we still want to be able to log the real exception. This fixes errors that say "OC_L10N_String::__toString must not throw exceptions" | ||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | fix documentation stuff | Morris Jobke | 2013-10-31 | 1 | -114/+88 |
| | |||||
* | Added $app parameter to logException | Vincent Petry | 2013-10-23 | 1 | -4/+4 |
| | |||||
* | Moved logException to OCP\Util class | Vincent Petry | 2013-10-23 | 1 | -0/+33 |
| | |||||
* | check if some encrypted files are left after the app was disabled and warn ↵ | Bjoern Schiessle | 2013-08-12 | 1 | -0/+8 |
| | | | | the user | ||||
* | return result from getL10N | Robin Appelman | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3880 from owncloud/code-checker | Bart Visscher | 2013-07-21 | 1 | -0/+9 |
|\ | | | | | Add classes replaced by the public api to the code checker | ||||
| * | Add OC_L10N to public api | Bart Visscher | 2013-07-19 | 1 | -0/+9 |
| | | |||||
* | | Implement encodePath | Victor Dubiniuk | 2013-07-09 | 1 | -0/+14 |
|/ | |||||
* | 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 |
| |