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-30Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma
2016-04-29Add a warning if a storage wrapper was registered outside of the hookJoas Schilling
2016-04-15Move login form into controllerLukas Reschke
2016-04-07lib: Fix typos (found by codespell)Stefan Weil
2016-03-20Consistently use rel=noreferrerLukas Reschke
2016-03-13Require at least libxml 2.7.0Lukas Reschke
2016-03-09Add XMLReader as requirementLukas Reschke
2016-03-08Fix share mounting recursionVincent Petry
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-18getRootFolder should not setup the FS for any userRoeland Jago Douma
2016-02-10refactoring codeVincent Chan
2016-02-09Consolidate getQuota and setQuota methods in User instanceArthur Schiwon
2016-01-29Add mount option to disable sharingRobin Appelman
2016-01-25Add new CSRF manager for unit testing purposesLukas Reschke
2016-01-12Happy new year!Thomas Müller
2016-01-11getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma
2016-01-11getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma
2016-01-11Revert "Remove unneeded check if htaccess test file already exists"Lukas Reschke
2016-01-11Remove generateRandomBytes from OC_UtilRoeland Jago Douma
2016-01-08Merge pull request #21479 from owncloud/fix-broken-state-in-htaccess-testThomas Müller
2016-01-08Merge pull request #21292 from owncloud/checkAppEnabled-not-needed-anymoreThomas Müller
2016-01-07Allow downgrades for our brave developers, that switch between branchesJoas Schilling
2016-01-06Remove unneeded check if htaccess test file already existsMorris Jobke
2015-12-22Refactor OC_Util::callCheckMorris Jobke
2015-12-18core will handle invalid URLs and redirects properlyMorris Jobke
2015-12-18Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke
2015-12-18Merge pull request #21283 from owncloud/cleanup_configThomas Müller
2015-12-18Use SystemConfig internallyRoeland Jago Douma
2015-12-18Get rid of legacy OC_ConfigRoeland Jago Douma
2015-12-18properly use OCP\Util instead of OC_HelperMorris Jobke
2015-12-17Remove deprecated function OC_User::getManagerRoeland Jago Douma
2015-12-14Check if user isset in $_REQUEST firstRobin Appelman
2015-12-09Add support for read only config dirLukas Reschke
2015-12-08Get rid of passing a referenceLukas Reschke
2015-12-07Allow specifying a custom reset-password-urlJoas Schilling
2015-12-07Remove password reset when the user can not change the passwordJoas Schilling
2015-12-07Merge pull request #20960 from owncloud/drop-OC_Util-getUrlContentThomas Müller
2015-12-07Merge pull request #11131 from owncloud/use-phpini-wrapperThomas Müller
2015-12-04Remove OC_Util::getUrlContent and replace by proper usage of public interfacesMorris Jobke
2015-12-03Merge pull request #19461 from owncloud/reuse_codeThomas Müller
2015-12-01Support pretty URLsLukas Reschke
2015-11-26Untangle the linkToDocs method in OC_HelperMorris Jobke
2015-11-23Replace new occurences of ini_get with IniWrapper methodsMorris Jobke
2015-11-23reuse codeIndividual IT Services
2015-11-23Merge pull request #20524 from owncloud/pgsql-version-check-errorThomas Müller
2015-11-19Fix failing unit test :skull:Thomas Müller
2015-11-19Use mocks when testing isSharingDisabledForUserThomas Müller
2015-11-16assume pgsql >=9 if checking the version failsRobin Appelman
2015-11-12Merge pull request #17920 from andyboeh/masterThomas Müller