summaryrefslogtreecommitdiffstats
path: root/lib/Command
AgeCommit message (Expand)Author
2024-03-07fix(federation): Do not allow bots in proxy conversationsJoas Schilling
2023-12-11Merge pull request #11188 from nextcloud/bugfix/noid/fix-error-reporting-when...Joas Schilling
2023-12-11fix(OCC): Avoid using \OC::$serverJoas Schilling
2023-12-11fix(OCC): Fix error reporting and success message when adding a STUN serverJoas Schilling
2023-11-22fix(API): Move away from deprecated constantsJoas Schilling
2023-10-18feat(consent): Save recording consent to DB and allow retrieving with OCCJoas Schilling
2023-08-30fix(bots): Add negative tests for setting up botsJoas Schilling
2023-08-30fix(bots): Add negative tests for installing botsJoas Schilling
2023-08-25fix(occ): Fix OCC documentation with shortcuts, required values and descripti...Joas Schilling
2023-08-25feat(bots): Allow uninstalling by URL (now that it's unique)Joas Schilling
2023-08-23fix(psalm): UpdateDocs.php:111:9 - string can never contain nullJoas Schilling
2023-08-23fix: Cannot access value on variable $participants using a string offset, exp...Joas Schilling
2023-08-22Merge pull request #10300 from nextcloud/feat/noid/private-offboardingJoas Schilling
2023-08-22fix(bots): Fix option nameJoas Schilling
2023-08-22Allow to offboard only on private conversationsJoas Schilling
2023-08-21Fix duplicated descriptionJoas Schilling
2023-08-21fix(CS): Fix coding styleJoas Schilling
2023-08-21feat(bots): Add methods to handle the features in one place onlyJoas Schilling
2023-08-21feat(bots): Allow to toggle feature flags on CLIJoas Schilling
2023-08-07feat(bots): Add commands and events to install botsJoas Schilling
2023-07-06Make adjustments based on the reviewHamid Dehnavi
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
2023-05-01Merge pull request #9067 from nextcloud/bugfix/8404/fix-json-outputJoas Schilling
2023-04-25Change text after code reviewVitor Mattos
2023-04-25Add integration test to cover json outputVitor Mattos
2023-04-25Fix json outputVitor Mattos
2023-04-25Fix command descriptionVitor Mattos
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-03fix: skip this commandJoas Schilling
2023-03-02Clean code and small improvements at markdownVitor Mattos
2023-03-02Removed unused optionVitor Mattos
2023-03-02Removed suppot to isNegattable because the server Symfony Client is an old ve...Vitor Mattos
2023-03-02Summary removedVitor Mattos
2023-03-02* Convert arguments and options to table formatVitor Mattos
2023-03-01Remove --option of update docs commandVitor Mattos
2023-03-01Add summaryVitor Mattos
2023-03-01Document commandsVitor Mattos
2023-01-03chore(copyright): Fix author and copyright infoJoas Schilling
2022-12-21Add command to transfer ownershipJoas Schilling
2022-10-21Query in sqlite returning wrong result.Vitor Mattos
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling
2022-10-02Move deleteRoom() to RoomServiceJoas Schilling
2022-09-29Fix group byJoas Schilling
2022-09-29Bump CS and PsalmJoas Schilling
2022-09-28Add separate commands to monitor all calls and an individual roomJoas Schilling
2022-09-28Move talk:active-calls to dedicated Monitor namespaceJoas Schilling
2022-07-15Convert specific command to generic create and updateVitor Mattos
2022-07-15OCC to set expire messageVitor Mattos