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
2019-04-01Start changelog implementationJoas Schilling
2019-03-25Allow setting the read-only state of a roomJoas Schilling
2019-03-25Move CallController to AEnvironmentAwareController and add "@RequireReadWrite...Joas Schilling
2019-03-25Introduce a Read-Only state for conversationsJoas Schilling
2019-03-15Replace duplicate logic with annotationJoas Schilling
2019-03-15Add "@RequireParticipant" annotationJoas Schilling
2019-03-15Add "@RequireModeratorParticipant" annotationJoas Schilling
2019-03-15Add "@RequireLoggedInModeratorParticipant" annotationJoas Schilling
2019-03-15Add "@RequireLoggedInParticipant" annotationJoas Schilling
2019-03-14Merge pull request #1591 from nextcloud/feature/noid/locked-one-to-one-roomsJoas Schilling
2019-03-14Further fixes for integration testsJoas Schilling
2019-03-14Readd the left-participant to one-to-one rooms if neededJoas Schilling
2019-03-14Make one-to-one rooms lockedJoas Schilling
2019-03-14Fix hardcoded `/call/{token}` handlingJoas Schilling
2019-03-05Remove '@ all' mention in one2one rooms.Ivan Sein
2019-03-01Use a middleware to prevent access to the APIs tooJoas Schilling
2019-03-01Redirect people to the main appJoas Schilling
2019-03-01Prevent the last moderator from leaving the roomJoas Schilling
2019-02-28Fix removing users when an old session id expires in the signaling server.Joachim Bauch
2019-02-28Merge pull request #1567 from nextcloud/feature/noid/non-empty-room-namesJoas Schilling
2019-02-27Readd the hack to set the name of one-to-one conversationsJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-26Add reason for removing participant from room so that hook can determine if t...Peter Edens
2019-02-25Merge pull request #1572 from nextcloud/bugfix/noid/fix-unit-tests-from-1453Joas Schilling
2019-02-21Fix unit tests from #1453Joas Schilling
2019-02-20Use call ROS objectJoas Schilling
2019-02-20Allow to mention everyone in the conversationJoas Schilling
2019-02-20Introduce a Message model for parsing which also allows to hide messagesJoas Schilling
2019-02-20Check enable flag for participant levelJoas Schilling
2019-02-20Add console commands to manage commandsJoas Schilling
2019-02-20Do not allow changing/adding scripts via the WebJoas Schilling
2019-02-20Add a serviceJoas Schilling
2019-02-20Fix actor type and displayingJoas Schilling
2019-02-20Add routes and controllerJoas Schilling
2019-02-20Start with commandsJoas Schilling
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-13Merge pull request #1534 from nextcloud/fix-slower-active-peers-not-included-...Joas Schilling
2019-02-13Use the datetime factory everywhereJoas Schilling
2019-02-13Strict controllers and migrationJoas Schilling
2019-02-12Fix testsJoas Schilling
2019-02-12Fix slower active users not included in user list returned by signalingDaniel Calviño Sánchez
2019-02-08Merge pull request #1522 from nextcloud/fix-current-user-not-included-in-user...Ivan Sein
2019-02-07Fix current user not included in user list returned by signalingDaniel Calviño Sánchez
2019-01-31Remove unused constructor argumentJoas Schilling
2019-01-31Remove room information for users which are not a participantJoas Schilling
2018-12-18Add hook to allow returning additional data for clients joining a room.Joachim Bauch
2018-12-13Fix room name when the file is in a shared folderDaniel Calviño Sánchez
2018-12-13Extend "has direct access to file" check also to files in shared foldersDaniel Calviño Sánchez
2018-12-06Also leave the room when the user tries to join and can not access the file a...Joas Schilling
2018-12-06Explicitly join the room when opening a file sidebar chatJoas Schilling