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-09-06Also fix "occ status"Joas Schilling
2016-08-05ownCloud -> NextcloudDaniel Hansson
2016-08-04Backport of #718Jürgen Haas
2016-08-02Rebranded to Nextcloud for the occ command line tool (#692)Morris Jobke
2016-07-22Run the license scriptJoas Schilling
2016-07-19add occ command to show user informationRobin Appelman
2016-07-19Add commands to add/remove users to/from groupsRobin Appelman
2016-07-19add command to list groupsRobin Appelman
2016-07-19add occ command to list usersRobin Appelman
2016-07-18Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle
2016-07-15Use the themed Defaults everywhereJoas Schilling
2016-07-14Use argument instead of valueJoas Schilling
2016-07-13FIx my emailJoas Schilling
2016-07-13Fix descriptionsJoas Schilling
2016-07-13Add tests for set/get/delete/listJoas Schilling
2016-07-13Add tests for checkInput()Joas Schilling
2016-07-13Allow deleting a settingJoas Schilling
2016-07-13Allow setting valuesJoas Schilling
2016-07-13Add a occ command to list/get user preferencesJoas Schilling
2016-07-06Changed the input option for database-port to required when parameter was pro...Thomas Pulzer
2016-07-06Added occ install option for database-port.Thomas Pulzer
2016-07-04Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer
2016-06-24Keep encryption enabled if decrypting for single userVincent Petry
2016-06-10Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer
2016-06-09Fix the FIXME (#25022)Joas Schilling
2016-06-08Merge pull request #24992 from owncloud/fix_decrypt_messageVincent Petry
2016-06-07Fixed reviewsSergio Bertolín
2016-06-07Allow to decrypt user '0' files onlyJoas Schilling
2016-06-06Comments fixeddavitol
2016-06-06Fix Decrypt message via occdavitol
2016-05-30Allow setting debug as loglevel via occ log_manage (#24834)Joas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-23Merge pull request #24559 from owncloud/2faVincent Petry
2016-05-23add OCC command to enable/disable 2FA for a userChristoph Wurst
2016-05-13Chunk the "db:convert-type" select queries, to not run out of memory so fastJoas Schilling
2016-05-12Do not automatically try to enable index.php-less URLs (#24539)Lukas Reschke
2016-05-03Merge pull request #23844 from owncloud/disable-userThomas Müller
2016-05-03Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma
2016-05-02Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller
2016-04-28Adding progress to occ upgradeThomas Müller
2016-04-28Adding progress to occ maintenance:repairThomas Müller
2016-04-22Deprecate appinfo/update.php - RepairSteps within info.xml are to be usedThomas Müller
2016-04-22Adding pre- and post-migration repair stepsThomas Müller
2016-04-19Merge pull request #24054 from owncloud/data_fingerprintRoeland Douma
2016-04-18Move version check code out of class UpdaterThomas Müller
2016-04-18Add occ command for updating the data-fingerprintRoeland Jago Douma
2016-04-06Rename files to be PSR-4 compliantLukas Reschke