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-01-08Use the TempManager to handle temporary filesRobin Appelman
2014-12-08Create config if it does not existsLukas Reschke
2014-12-01Allow read-only configurationLukas Reschke
2014-11-13Ignore port for trusted domainsLukas Reschke
2014-10-29Show login again instead of JSON if CSRF check failsLukas Reschke
2014-10-28Make supported DBs configurable within config.phpLukas Reschke
2014-09-30Inject config into checkserver and cleanup testsRobin Appelman
2014-09-23Append port to trusted domain in case it's not 80 or 443Lukas Reschke
2014-09-22Also setup the filesystem when matching routesRobin Appelman
2014-09-22Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman
2014-09-19Move BasicAuth check to "isLoggedIn()"Lukas Reschke
2014-09-18Move basic auth checkLukas Reschke
2014-09-10Do not load extra user backends when an upgrade is dueVincent Petry
2014-09-05Move trusted domain check to init()Lukas Reschke
2014-08-26Add a trusted domain wizardLukas Reschke
2014-08-15Move authentication failed logging to checkPasswordLukas Reschke
2014-08-15Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson
2014-08-13Load authentication backends before tryBasicAuthgekmihesg
2014-08-06Add registerAutoloaderCache().Andreas Fischer
2014-08-06Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer
2014-08-06InstanceId is properly injected into factory. Remove comment.Andreas Fischer
2014-07-28ownCloud users are exported as address bookThomas Müller
2014-07-22Remove uneeded `strip_tags`Lukas Reschke
2014-07-22Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer
2014-07-22Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer
2014-07-07Only calculate the WEBROOT from scriptName if it contains $SUBURIJoas Schilling
2014-07-03fix hook namesBjoern Schiessle
2014-06-28more strings to translate in utils also some fixes in defaultsVolkan Gezer
2014-06-24Bring back loadApps() in base.phpVincent Petry
2014-06-18Prevent loadApps on upgradeVincent Petry
2014-06-18Merge pull request #9047 from owncloud/fix_preload_fundamental_appsLukas Reschke
2014-06-16Add deprecation notice to load* functionsLukas Reschke
2014-06-16Load fundamental apps, before any possible customizing app may followArthur Schiwon
2014-06-09set logger before registrate to an error handlerMorris Jobke
2014-06-06Merge pull request #8159 from owncloud/mobile-sidebar-swipeThomas Müller
2014-06-05add snap.js scriptJan-Christoph Borchardt
2014-06-05Move authentication to it's own callLukas Reschke
2014-06-05Remove legacy routing codeLukas Reschke
2014-06-05Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller
2014-06-04Do not load apps when upgrade is neededVincent Petry
2014-06-04hide navigation by default, not only on small screens, first stepJan-Christoph Borchardt
2014-06-04Merge pull request #8701 from owncloud/slide-up-toggleBernhard Posselt
2014-06-04Merge pull request #8853 from owncloud/design-typefaceJan-Christoph Borchardt
2014-06-04Merge pull request #8468 from owncloud/remove-infieldlabelsJan-Christoph Borchardt
2014-06-03Merge pull request #8686 from owncloud/session-earlyMorris Jobke
2014-06-03use Open Sans as typefaceJan-Christoph Borchardt
2014-06-03move to updated version of placeholderMorris Jobke
2014-06-03first step of infield label removal, fix login screenJan-Christoph Borchardt
2014-06-03Add some commentsRobin Appelman
2014-06-02Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry