Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-30add var hintArthur Schiwon
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-19Move command listener annonymous function to staticVitor Mattos
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
2022-04-07Make sure output is always a stringJoas Schilling
2022-04-07Fix psalm issuesVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-09Update coding standardJoas Schilling
2021-12-07Merge pull request #6664 from nextcloud/feature/reduce-psalm-infoJoas Schilling
2021-12-06Reduce PossiblyFalseArgumentVitor Mattos
2021-12-06Replace deprecated methodVitor Mattos
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-03Do not list unavailable commands in "/help"Daniel Calviño Sánchez
2020-10-03Handle unavailable commands as commands that do not existDaniel Calviño Sánchez
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-05-06Don't prefix the helpJoas Schilling
2020-05-06Fix coding styleJoas Schilling
2020-04-30Update Executor.phpNicolas Morin
2020-04-17Throw instead of showing the helpJoas Schilling
2020-04-17Remove ARGUMENTS_DOUBLEQUOTE_ESCAPED for nowJoas Schilling
2020-04-17Improve command arguments escapingJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-09-04Better command debugginJoas Schilling
2019-07-10Merge pull request #1918 from nextcloud/feature/noid/support-symfony-command-...Joas Schilling
2019-07-03Merge pull request #1919 from nextcloud/bugfix/1841/allow-to-escapce-commandsJoas Schilling
2019-06-27Allow longer chat messagesJoas Schilling
2019-06-25Allow to escape commandsJoas Schilling
2019-06-25Support symfony command lines with --helpJoas Schilling
2019-04-01Add an empty help messageJoas Schilling
2019-02-20Introduce a Message model for parsing which also allows to hide messagesJoas Schilling
2019-02-20New coding guidelineJoas Schilling
2019-02-20Document the aliasJoas Schilling
2019-02-20Support aliases for commandsJoas Schilling
2019-02-20Check enable flag for participant levelJoas Schilling
2019-02-20Add validation for name, cmd and scriptJoas Schilling
2019-02-20Help commandJoas Schilling
2019-02-20Escape arguments correctlyJoas Schilling
2019-02-20Cleanup execution and trigger an event for appsJoas Schilling
2019-02-20Fix actor type and displayingJoas Schilling
2019-02-20Execute commandsJoas Schilling
2019-02-20No patterns for nowJoas Schilling