summaryrefslogtreecommitdiffstats
path: root/lib/Migration
AgeCommit message (Expand)Author
2022-12-16Merge pull request #8446 from nextcloud/feature/toggle-call-recording-statusJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-12-09Toggle call recording statusVitor Mattos
2022-12-07Also store the file type/extensionJoas Schilling
2022-12-07Make it strongly typedJoas Schilling
2022-12-07Changed the avatar length to exactly valueVitor Mattos
2022-12-07Work with avatar identier stored in room tableVitor Mattos
2022-12-05Add status DB fieldJoas Schilling
2022-12-05API endpoint to create and remove breakout roomsJoas Schilling
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