Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19Merge branch 'master' into cleanup-list-codeThomas Müller
Conflicts: apps/files_sharing/ajax/list.php
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
* test case added to avoid adding them later
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-12adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() ↵Thomas Müller
to OC_Response, which seems to be a more reasonable place
2014-05-04Cleanup code a little bitLukas Reschke
- Use OCP\Response constants instead of the HTTP error code - Use checkAppEnabled() instead of OC_App::isEnabled with an if statement - Remove uneeded variable $baseURL - Rename $isvalid to $isValid
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-03-15Return 503 when a config/data dir error existsVincent Petry
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
Conflicts: lib/private/appconfig.php
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-26New user agent added for the Freebox.Martial Saunois
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.
2013-12-19Added isUserAgent() method to requestVincent Petry
- added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
2013-12-10Added workaround for Android content dispositionVincent Petry
Fixes #5807
2013-12-10Moved content disposition code+workarounds to OCP\ResponseVincent Petry
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.
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
Conflicts: lib/private/vcategories.php