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
2016-04-29Move more from \OC to PSR-4Roeland Jago Douma
2016-04-26Don't write empty RewriteBaseLukas Reschke
2016-04-20Write .htaccess also from CLILukas Reschke
2016-03-17Write .htaccess update only if not already writtenLukas Reschke
2016-03-11Improved rewrite ruleLukas Reschke
2016-03-09Add base rewrite rule only when RewriteBase is definedLukas Reschke
2016-01-26Avoid error message in log during setup because of existing data dirMorris Jobke
2016-01-22Exclude .htaccess modifications from code checkerLukas Reschke
2016-01-12Happy new year!Thomas Müller
2016-01-11getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma
2015-12-18Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke
2015-12-11Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signi...Thomas Müller
2015-12-08Don't write directives from CLILukas Reschke
2015-12-08Run .htaccess updates in any caseLukas Reschke
2015-12-08Remove version check out of .htaccessLukas Reschke
2015-12-08Add DirectorySlash to dynamic .htaccess writeLukas Reschke
2015-12-02Replace old config code with usage of proper APIsMorris Jobke
2015-12-02Set RewriteBase to / if OC::WEBROOT is not setLukas Reschke
2015-12-01Set "SetEnv" within base `.htaccess` fileLukas Reschke
2015-12-01Support pretty URLsLukas Reschke
2015-07-30Check for PDO instead of removed function for PHP 7 compatibilityLukas Reschke
2015-07-30- more injectionThomas Müller
2015-07-30Moving mysql setup code over to DoctrineThomas Müller
2015-07-29Remove remainings of mssqlThomas Müller
2015-06-25update license headers and authorsMorris Jobke
2015-06-23Only update the htaccess ErrorDocument links when they are not set yetJoas Schilling
2015-03-28Add check for activated local memcacheLukas Reschke
2015-03-26Update license headersJenkins for ownCloud
2015-03-16Fix setup configVincent Petry
2015-03-16Merge pull request #13733 from mmattel/Try_to_write_logtimezone_during_instal...Thomas Müller
2015-03-12drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller
2015-03-11Don't play with config values ...Thomas Müller
2015-03-11Properly handle available databases at runtime and respect setup checks in co...Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Fix namespace of OC_Setup -> \OC\SetupThomas Müller
2015-02-23Updating license headersJenkins for ownCloud
2015-02-19Add `Satisfy All`Lukas Reschke
2015-02-18Use the untrusted domain in the installerLukas Reschke
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-01-28Write the parameter 'logtimezone' into config.php during setupMartin
2015-01-28Reference module with `.c`Lukas Reschke
2015-01-27Make error more descriptiveLukas Reschke
2015-01-23Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling
2015-01-08Add version to .htaccessLukas Reschke
2014-12-03Trim port from domainLukas Reschke
2014-11-28Disable OCI as it is unsupported by most CE appsLukas Reschke
2014-11-28Disable MSSQL for new CE installationsLukas Reschke
2014-11-26Correctly namespace DatabaseSetupExceptionJoas Schilling
2014-10-30Fix stupid copy paste failLukas Reschke
2014-10-27code cleanup during review :+1:Thomas Müller