- Feb 11, 2014
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- Feb 07, 2014
-
-
Joas Schilling authored
Fix issue #6269
-
Björn Schießle authored
-
Björn Schießle authored
-
- Feb 04, 2014
-
-
Jens-Christian Fischer authored
close statement was never executed due to it being after a return statement.
-
Georg Ehrke authored
-
Björn Schießle authored
-
- Feb 03, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
This reverts commit 5a5b6f18.
-
Björn Schießle authored
-
Björn Schießle authored
-
- Jan 31, 2014
-
-
Bart Visscher authored
init_var and init_radio where only used in the installation template
-
Robin Appelman authored
-
- Jan 29, 2014
-
-
Björn Schießle authored
-
Martial Saunois authored
A new unit test has been added in consequence.
-
- Jan 27, 2014
-
-
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 26, 2014
-
-
Martial Saunois authored
The Freebox is the multimedia device of a french Internet provider: Free. This device provides a seedbox which uses the user agent "Mozilla/5.0". In the "Content-Disposition" header, if the "filename" key is used with the "filename*=UTF-8''" value, the seedbox does not take care about the header and saves the file name with the origin URL. This patch brings the support for the Freebox users.
-
- Jan 24, 2014
-
-
Robin Appelman authored
-
Otto Sabart authored
Sometimes it's not possible to disable APC entirely and some of apc_functions are disabled. Only thing which is possible is to disable apc.enable option.
-
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 23, 2014
-
-
Vincent Petry authored
When mounting an ownCloud (backend OC) inside another ownCloud (frontend OC), the frontend OC will use WebDAV to upload file, which will create part files. These part files need to be accessible for the frontend OC to rename them to the actual file name. This fix leaves the file cache untouched but gives direct access to part file info when requested. This means that part file can be accessed only when their path and name are known. These won't appear in file listtings. Fixes #6068
-
Jan-Christoph Borchardt authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
- Jan 22, 2014
-
-
Robin Appelman authored
-
- Jan 21, 2014
-
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
-
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 20, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
This reverts commit 6254f0a4.
-