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-06-16Add deprecation notice to load* functionsLukas Reschke
2014-04-27Clarify the trusted_domain error pageLukas Reschke
2014-04-23Backport of #8183 to stable6Robin Appelman
2014-03-06Show warning page when accessing server from an untrusted domainVincent Petry
2013-10-18Use display name from magic cookie, fixes #4884Arthur Schiwon
2013-09-30introduce OC_Util::rememberLoginAllowed()Bjoern Schiessle
2013-09-30don't remember login if the encrypion app is enabled because the userBjoern Schiessle
2013-09-02backport autoloader magic trying to find class in lib folderJörn Friedrich Dreyer
2013-08-30Use the real username in preferences and magic cookie instead of case-insensi...Arthur Schiwon
2013-08-30whitespacesArthur Schiwon
2013-08-07Backport #3487 Basic Auth fixThomas Tanghus
2013-07-08Merge https://github.com/owncloud/core/pull/3827Björn Schießle
2013-07-01Squashed commit of the following:Thomas Müller
2013-06-25Fix ugly error style on installMarkus Goetz
2013-06-14Squashed commit of the following:Thomas Mueller
2013-05-17only connect share hooks if installation OC is installedFlorin Peter
2013-04-23Disallow URLs containing a @Lukas Reschke
2013-04-18Warn when we do an upgradeBrice Maron
2013-03-31Remove space before parethesisVicDeo
2013-03-31Remove leading and trailing backslashes in classname. Ref #2310VicDeo
2013-03-18backport https://github.com/owncloud/core/pull/2411Frank Karlitschek
2013-03-06Clear the CSS and JS cache earlier to make sure update goes smoothlyMichael Gapczynski
2013-03-04Disable loading of backgroundjobs js when upgrade is neededBart Visscher
2013-03-04Check maintenance mode before loading apps in route matcherBart Visscher
2013-02-28Merge pull request #1972 from owncloud/raw-pathinfoBernhard Posselt
2013-02-28Use the plain urlencoded path info for the routing matchingBart Visscher
2013-02-27timeout after a longer timeBernhard Posselt
2013-02-27Merge pull request #1956 from owncloud/session-error-formatBart Visscher
2013-02-27only add style.css to initsessionBernhard Posselt
2013-02-27add css and scripts before session initBernhard Posselt
2013-02-26Fix using wrong quotes for breaking long linesBart Visscher
2013-02-25use error templateBernhard Posselt
2013-02-25added simple error message for the browserBernhard Posselt
2013-02-25write an error log when session could not be initializedBernhard Posselt
2013-02-25set http 500 when session could not be started to prevent serving of empty fi...Bernhard Posselt
2013-02-15set DEBUG from xdebug session before we first use itRobin Appelman
2013-02-15Don't cache errors/exceptions when debug is enabledRobin Appelman
2013-02-15Merge pull request #1662 from owncloud/style-cleanupBart Visscher
2013-02-14Invalidate existing HSTS headersLukas Reschke
2013-02-14adding a compatibility.js as a single source to define all fallback function ...Thomas Mueller
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher
2013-02-09Merge pull request #1546 from owncloud/fix-loading-hooksThomas Müller
2013-02-09Merge pull request #1543 from owncloud/utf8-locale-masterThomas Müller
2013-02-09Merge branch 'master' into clean-app-idThomas Müller
2013-02-09Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher
2013-02-09Merge pull request #1481 from owncloud/fixing-1354-masterThomas Müller
2013-02-08Always load the apps before trying to match a routeBart Visscher
2013-02-08some systems use en_US.UTF8 instead of en_US.UTF-8Thomas Müller
2013-02-07Don't try to use routes when called from cliRobin Appelman