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 (Expand)Author
2014-12-05Add workaround for older instancesLukas Reschke
2014-12-05Trim port from domainLukas Reschke
2014-11-13Ignore port for trusted domainsLukas Reschke
2014-10-24Make files non executableLukas Reschke
2014-10-20Add unit tests for convertToRelativePathLukas Reschke
2014-07-07Only overwrite serverHost when in unit testsJoas Schilling
2014-06-04Upgrade SabreDAV to 1.8.10Thomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-16Fix PHPdoc in lib/privateBart Visscher
2014-03-31Allow using "/" in "overwritewebroot"Vincent Petry
2014-03-06Fixed X-Forwarded-Host parsingVincent Petry
2014-03-06Added localhost as trusted domainVincent Petry
2014-03-06Show warning page when accessing server from an untrusted domainVincent Petry
2014-02-25Fix case where port is missingVincent Petry
2014-02-22Merge pull request #7259 from owncloud/overwritehost-alwaysLukas Reschke
2014-02-21Add overwritehost config on setup and upgradeLukas Reschke
2014-02-20remove unused functions - have been introduced with the old minimizer approachThomas Müller
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-08Fix more documentation failesJoas Schilling
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-29The regexp of the Freebox user agent is now more strict.Martial Saunois
2014-01-26New user agent added for the Freebox.Martial Saunois
2013-12-19Added isUserAgent() method to requestVincent Petry
2013-11-28Fix getRawPathInfo for the '/' edge caseRobin Appelman
2013-11-27fix custom routes defined by appsRobin Appelman
2013-11-26fixing failing unit testThomas Müller
2013-11-26fixes #6050Thomas Müller
2013-11-25in case uri and script name don't match we better throw an exceptionThomas Müller
2013-11-25handle duplicate slashes in case of reverse proxy configurationThomas Müller
2013-11-25update PHPDocThomas Mueller
2013-11-24fix overwrite host support and make the code a bit more readableFrank Karlitschek
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller