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-10-13Do not print exception messageLukas Reschke
2015-09-25Move the filtering of sensitive data to the config classJoas Schilling
2015-09-18Do not set single user in constructorJoas Schilling
2015-09-17Fix the singleuser config casing in new encryption codeJoas Schilling
2015-09-16Merge pull request #18938 from owncloud/occ_decrypt_all2Thomas Müller
2015-09-15occ script to disable encryption and to decrypt all files againBjoern Schiessle
2015-09-15Revert "Allow Remote avatars"Thomas Müller
2015-09-04Unit tests for mimetype loaderRobin McCorkell
2015-08-30make system root of key storage configurableBjoern Schiessle
2015-08-29Allow remote avatarsRoeland Jago Douma
2015-08-28Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle
2015-08-26occ tool to encrypt all filesBjoern Schiessle
2015-08-22Expire token after 12h and if user logged-in againLukas Reschke
2015-08-20Merge pull request #18369 from owncloud/occ-logMorris Jobke
2015-08-19Unit tests for occ log:* commandsRobin McCorkell
2015-08-19Filter the objectstore password from the config list as wellJoas Schilling
2015-08-18Move avatarcontroller towards Node ApiRoeland Jago Douma
2015-07-30[avatar] add error handlers for avatar setupMorris Jobke
2015-07-09[command] single user mode - use config object & add testsMorris Jobke
2015-07-07Invert the "public" to a "private" methodJoas Schilling
2015-07-07Make it possible to import exportet app/system configsJoas Schilling
2015-07-07Replace deprecated method callsJoas Schilling
2015-07-07Add commands to get, set and delete app config valuesJoas Schilling
2015-07-07Add a command to import an json array into the configJoas Schilling
2015-07-07Add a command to delete a system configJoas Schilling
2015-07-07Add a command to get a config valueJoas Schilling
2015-07-07Add a command to set a system config valueJoas Schilling
2015-07-07Split the system from the app configJoas Schilling
2015-07-07Add tests for list configJoas Schilling
2015-06-17Fix testLukas Reschke
2015-06-11Fix test message and add 'user' to itJens-Christian Fischer
2015-06-03Move the helpful method to the TestCase classJoas Schilling
2015-05-18fix testsRobin Appelman
2015-05-04Display a message when there is a problem with the default moduleJoas Schilling
2015-04-27Add unit tests for the commandsJoas Schilling
2015-04-23Fix file namesJoas Schilling
2015-04-23Add tests for occ user:lastseenJoas Schilling
2015-04-23Add unit tests for occ user:deleteJoas Schilling
2015-03-17Merge pull request #12085 from owncloud/add-swift-mailerLukas Reschke
2015-03-16Use new IMailer and add unit-tests for lostcontrollerLukas Reschke
2015-03-13No user no avatar easy as thatJoas Schilling
2015-03-13Fix order of expected and actual on assertEquals() callsJoas Schilling
2015-03-13Fix getting the avatar of a non-existing userJoas Schilling
2015-03-11Fix the avatarcontroller cache needing the cache dirRoeland Jago Douma
2015-03-11Avatar controller moved to AppFrameWorkRoeland Jago Douma
2015-02-01Mock l10n in the setupLukas Reschke
2015-02-01Add unit tests for empty tokenLukas Reschke
2014-12-04Disable when no sendmail is availableLukas Reschke
2014-11-28Skip lostcontroller sending email test on windowsJoas Schilling
2014-11-17Use correct route insteadLukas Reschke