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
2015-03-02Let users configure security headers in their WebserverLukas Reschke
2015-02-27AppFramework StreamResponseBernhard Posselt
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-26owncloud -> ownCloudThomas Müller
2015-02-26migrate to IDBConnectionBernhard Posselt
2015-02-25Merge pull request #14458 from owncloud/revive/11157Thomas Müller
2015-02-25Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller
2015-02-24Use [0] instead of current as HHVM might have problems with thatLukas Reschke
2015-02-24Get the real protocol behind several proxiesLukas Reschke
2015-02-24Sabre Update to 2.1Vincent Petry
2015-02-23properly initialize OC::$WEBROOT and host nameThomas Müller
2015-02-23Merge pull request #14427 from owncloud/fix-some-php-docsBernhard Posselt
2015-02-23Fix some PHPDocsLukas Reschke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17Incorporate review changesLukas Reschke
2015-02-17Add blackmagic due to cyclic dependency :see_no_evil:Lukas Reschke
2015-02-17Make scrutinizer happyLukas Reschke
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-10Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke
2015-02-09Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke
2015-01-27Use proper namespaceLukas Reschke
2015-01-22get rid of log warning when using servercontainerBernhard Posselt
2015-01-16Cleanup of PHPDoc return typesRobin McCorkell
2015-01-15always set url parameters when they are available in the app dispatchBernhard Posselt
2015-01-06degraded logging policy for server container in AppFrameworkMorris Jobke
2015-01-05Use info instead of warning log levelLukas Reschke
2014-12-23Intelligent containerBernhard Posselt
2014-12-21Merge pull request #12982 from owncloud/timefac-ifaceThomas Müller
2014-12-20add an interface for the timefactory classBernhard Posselt
2014-12-17add isAdmin and isInGroup methods for the group managerBernhard Posselt
2014-12-17add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt
2014-12-16first round of deprecationBernhard Posselt
2014-12-15Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflectorOlivier Paroz
2014-12-14make regex in controllermethodreflector.php compatible with PCRE 6.xPhilipp Knechtges
2014-11-27Use server containerLukas Reschke
2014-11-27Add functions to modify cookies to response classLukas Reschke
2014-11-24Merge pull request #12294 from owncloud/route-postfixThomas Müller
2014-11-24Merge pull request #12142 from owncloud/DeprecateOldIAPICallsMorris Jobke
2014-11-19add postfixBernhard Posselt
2014-11-17Move CSRF checkLukas Reschke
2014-11-15Check if app is enabled for userLukas Reschke
2014-11-12Deprecate older API wrappers and callsLukas Reschke
2014-11-12Fix Pimple unsetBernhard Posselt
2014-11-03Update Pimple to V3.0Thomas Müller
2014-10-29add dataresponseBernhard Posselt
2014-10-24Use function outside of loopLukas Reschke
2014-10-23Merge pull request #10985 from owncloud/db-cleanupThomas Müller
2014-10-22Use mixed as typeLukas Reschke
2014-10-22introduce SessionMiddleWare to control session handling via an annotationThomas Müller
2014-10-22Use statements wrapper in \OCP\IDBRobin Appelman