summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
AgeCommit message (Collapse)Author
2023-09-21fix(notifications): Allow sessions to mark themselves as inactiveJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-25fix(bots): Ensure bots are uniqueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-21feat(bots): Add feature flags to botsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-09Fix alphabetic orderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-08fix: Bump version to trigger migration and cron job updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-08feat(chat): Option to get and clear remindersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-07feat(bots): Add commands and events to install botsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-07feat(webhooks): Start with implementing webhooks for chat messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-10Add background job to check TURN certificateMarcel Müller
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-06-22chore(release): Update team membersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17feat(deps): Add Nextcloud 28 support on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17chore(release): Bump version to RC1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-12chore(release): Bump version in info.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-09chore(release): Bump version to 17.0.0-beta.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-04chore(release): Set version to 17.0.0-beta.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-02fix(permissions): Reset custom permissions on promotionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-03chore: Add Nextcloud 27 support on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-03Merge pull request #8907 from nextcloud/feature/document-commandsJoas Schilling
Document occ commands
2023-03-02chore(release): Add changelog and bump version to 16.0.0-rc.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-01Document commandsVitor Mattos
* created developer command to document commands Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-02-27chore(release): Bump version and add changelog for 16.0.0-beta.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-23Order commands at info.xmlVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-02-22chore(release): Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-02Remove Tim 😿 Add Maksim 😸Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-21Add command to transfer ownershipJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-07Work with avatar identier stored in room tableVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-05API endpoint to create and remove breakout roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07Update info.xmlJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-11-04Welcome on boardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-28Add separate commands to monitor all calls and an individual roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-28Move talk:active-calls to dedicated Monitor namespaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22Add Nextcloud 25 support on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-09Bump version to 15.0.0-beta.3Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-12Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Bump version to make possible add the job to databaseVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-12Change point of execution of ExpireChatMessageVitor Mattos
Change job from trigged when as necessary to run all times that cron.php will be executed Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Remove expire job from background job listVitor Mattos
The expire job is started when the expire time is defined Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Add job to apply ttlVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Bump app version to run migrationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-14Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Add a migration to update existing permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-20Re-trigger migration on next RCJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-13Add changelog and bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08Bump version to 14.0.0-beta.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-31Add new database table for attachmentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-29Change display_name sizeVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-17Change database structureJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>