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
2022-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
2022-07-11Fix ListCommand constructor call in register_commandCôme Chilliet
2022-07-11Add command to list jobsCôme Chilliet
2022-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
2022-04-28Remove deprecated occ app:check-code commandCôme Chilliet
2022-03-24Fixing psalm errorsCôme Chilliet
2022-03-10Trigger an event to log an activity when an administrator generates an app pa...Joas Schilling
2022-01-24Use the new function in user:setting occ commandCôme Chilliet
2021-10-14Move queries to the joblistJoas Schilling
2021-10-14Add a command to show info about a background job and force-execute itJoas Schilling
2021-08-26Align occ status with status.phpJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-26Remove the migration commands unless in debug modeJoas Schilling
2021-05-25Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke
2021-05-25Add commands to manage tags via OCCJohannes Leuker
2021-04-28Merge pull request #26758 from J0WI/more-strictChristoph Wurst
2021-04-27Fix psalm errorsJoas Schilling
2021-04-26core: add more strict_typesJ0WI
2021-03-25Cleanup unneeded code around database.xmlMorris Jobke
2021-03-22Merge pull request #25529 from nextcloud/fix-non-lgc-glyphs-in-avatars-and-tx...Morris Jobke
2021-03-18log full expection during repair stepRobin Appelman
2021-03-01Add OCC command to reset rendered textsDaniel Calviño Sánchez
2021-03-01Show group backends in occ group:list --info and group:infoJohannes Leuker
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-05Command: Add app password generationSean Molenaar
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-13Register new command db:add-missing-primary-keysMichaIng
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma
2020-08-20Use the DI container also for the Install command registrationMorris Jobke
2020-08-20New SSE key formatRoeland Jago Douma
2020-08-19Show disabled user count in occ user:reportMorris Jobke
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
2020-08-06Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke
2020-05-25Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-19Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel
2019-12-05Update license headersChristoph Wurst
2019-10-28Make it possible to broadcast events to (web) clientsChristoph Wurst
2019-10-17Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)
2019-05-21Stop decryption when maintenance mode is enabled, fixes #8311Ruben Homs
2019-02-19Enable multiple apps at onceDaniel Kesselberg
2019-02-14Do not run getRepairSteps in register_commandsDaniel Kesselberg
2018-11-01Add occ app:update commandMichael Gerber
2018-10-05Log exception using ILoggerPatrik Kernstock
2018-10-05Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock
2018-10-05Add occ app:remove CLI commandPatrik Kernstock
2018-09-30Add mandatory 2FA service/classChristoph Wurst
2018-09-25Only allow 2FA state changs if providers support the operationChristoph Wurst