- Feb 21, 2014
-
-
Bart Visscher authored
The getItemsSharedWith function also retrieves related information, resulting in work that isn't used here.
-
- Feb 19, 2014
-
-
Scrutinizer Auto-Fixer authored
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
-
- Feb 18, 2014
-
-
Vincent Petry authored
- 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
-
- Feb 12, 2014
-
-
Bart Visscher authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Feb 11, 2014
-
-
Robin Appelman authored
-
- Feb 08, 2014
-
-
Joas Schilling authored
Issue #7111
-
- Feb 07, 2014
-
-
Björn Schießle authored
-
Jörn Friedrich Dreyer authored
-
- Feb 06, 2014
-
-
Vincent Petry authored
Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers.
-
Jörn Friedrich Dreyer authored
-
- Jan 27, 2014
-
-
Robin Appelman authored
-
Vincent Petry authored
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.
-
- Jan 24, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Jens-Christian Fischer authored
-
Jens-Christian Fischer authored
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.
-
- Jan 21, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jan 13, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search
-
- Jan 09, 2014
-
-
Robin Appelman authored
-
- Jan 08, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
this allows apps to specify a prefix to use
-
- Jan 06, 2014
-
-
Robin Appelman authored
-
- Jan 05, 2014
-
-
ben-denham authored
-
- Dec 18, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Dec 16, 2013
-
-
Vincent Petry authored
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"
-
Robin Appelman authored
-
- Dec 13, 2013
-
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
-
- Dec 12, 2013
-
-
Vincent Petry authored
- L10N now converted to string to make them work with json_encode - Added specific error message when server doesn't allow fopen on URLs - Fixed client side to correctly show error message in a notification - Added OCP\JSON::encode() method to encode JSON with support for the OC_L10N_String values
-
- Dec 10, 2013
-
-
Vincent Petry authored
Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file.
-
- Dec 08, 2013
-
-
Pellaeon Lin authored
-
- Dec 05, 2013
-
-
Björn Schießle authored
add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired.
-