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-10-31Fix more missing strict_typesJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-11Fix voting for option 0Joas Schilling
2022-07-01Rename textVitor Mattos
2022-06-30Changed to use Nextcloud wrapper to this classVitor Mattos
2022-06-30Rename ttl to message expireVitor Mattos
2022-06-30Add field to room tableVitor Mattos
2022-06-13Save number of actors that votedJoas Schilling
2022-06-13Store the summary as wellJoas Schilling
2022-06-13Cache the display name for polls and votesJoas Schilling
2022-06-13Add model, migration and baseJoas Schilling
2022-04-27Add a migration to update existing permissionsJoas Schilling
2022-04-22Fix upgrade with Postgres and OracleJoas Schilling
2022-04-20Re-trigger migration on next RCJoas Schilling
2022-04-20Fix migration of attachment types for mediaJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-31Cache info during migrationJoas Schilling
2022-03-31Add new database table for attachmentsJoas Schilling
2022-03-29Change display_name sizeVitor Mattos
2022-02-22Merge pull request #6912 from nextcloud/feature/remove-unused-app-configJoas Schilling
2022-02-18Remove unused app configVitor Mattos
2022-02-17Change database structureJoas Schilling
2021-12-06Reduce RedundantCastVitor Mattos
2021-10-25Merge pull request #6338 from nextcloud/feature/noid/allow-to-opt-out-of-call...Joas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-11Add API to opt out of call notificationsJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-10-07Changes after run --alterVitor Mattos
2021-09-20Add a counter for the direct mentionsJoas Schilling
2021-08-31Make migration repeatableJoas Schilling
2021-07-15Add remoteIdGary Kim
2021-07-15Review fixesGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim
2021-06-11Add publishing permissions field to attendeesDaniel Calviño Sánchez
2021-04-01Notnull Boolean fields break oracleJoas Schilling
2021-03-26Fix migration checking for unique constraint violationJoas Schilling
2021-03-08Replace the former unique attendee key with a normal indexJoas Schilling
2021-02-23Try to catch the unique constraint violation on migrating the dataJoas Schilling
2021-02-15Cleanup migrationJoas Schilling
2021-02-15Drop the old guestnames tableJoas Schilling
2021-02-11Add a repair step that updates the display name for existing usersJoas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2021-01-08Update code to work with doctrine/dbal 3.0Joas Schilling
2020-12-15Fix help command handling on OracleJoas Schilling
2020-12-14Use a unique index nameJoas Schilling
2020-12-11Make listable column smallintVincent Petry
2020-12-11Small adjustments to listable feature after reviewsVincent Petry
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry