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
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-09-20Add sending room shares supportGary Kim
2021-07-15Review fixesGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim
2021-05-18Fix name and type of left one-to-one conversations so reused user ids can't j...Joas Schilling
2021-04-14Merge pull request #5459 from nextcloud/feature/noid/log-conversation-deletio...Joas Schilling
2021-04-12Log conversation deletions in the audit.logJoas Schilling
2021-03-26Add and remove users from conversations when their group membership changesJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Only load sessions on the room list for this PHP sessionJoas Schilling
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
2021-03-08Don't load session on getRoomsForUser when not neededJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2021-01-14Allow SIP dial-in in non-public conversations tooJoas Schilling
2021-01-07Do not load full room object for share queriesRoeland Jago Douma
2020-12-18Adjust files to make cs fixer happyVincent Petry
2020-12-15Use the select helper everywhereJoas Schilling
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Can not SELECT * when selecting more fields afterwards on OracleJoas Schilling
2020-12-11Remove redundant issetVincent Petry
2020-12-11Improve room display name protectionVincent Petry
2020-12-11Check that guests app is enabled when checkingVincent Petry
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
2020-12-11Fix filtering of listable roomsVincent Petry
2020-12-11Make it possible to join listed group conversationsVincent Petry
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Adjust approach for search results for listable roomsVincent Petry
2020-12-11Added search provider for listed conversationsVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-08Add description field to conversationsDaniel Calviño Sánchez
2020-11-26Also load the session information when we load an attendeeJoas Schilling
2020-11-26Add missing alias when deleting a room in the background jobJoas Schilling
2020-11-26Get the participant by actorJoas Schilling
2020-11-26Add method to get room by actorId / actorType.Joachim Bauch
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Simplify query methods and inject the config on the methodJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Only return rooms with an attendee matchJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Further adjustments in the RoomControllerJoas Schilling
2020-10-30Fix joining as a guest and leaving a conversation as a sessionJoas Schilling
2020-10-30Fix loading a Room by sessionJoas Schilling
2020-10-30Fix function usageJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-10-30Move participants table in Manager to attendeesJoas Schilling