summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2024-07-18feat: Set signaling server federation feature as mandatoryadd-support-for-external-signaling-federationDaniel Calviño Sánchez
2024-07-18wip: Join and leave federated participants using their federated sessionDaniel Calviño Sánchez
2024-07-18feat: Append cloud id to Nextcloud session for federated participantsDaniel Calviño Sánchez
2024-07-18fix: Adjust session id length in internal signaling messagesDaniel Calviño Sánchez
2024-07-18feat: Add federation properties to signaling settingsDaniel Calviño Sánchez
2024-07-17fix: Fix generating session id again if duplicatedDaniel Calviño Sánchez
2024-07-17fix(federation): Ignore outdated sessions when checking for active sessions o...Joas Schilling
2024-07-16fix(ban): Update displayname when a user was renamedJoas Schilling
2024-07-16fix(ban): Add display name to the databaseJoas Schilling
2024-07-16fix(ban): Make the function return bans for banned actors not by moderatorJoas Schilling
2024-07-16fix(ban): Renamed banned to bannedActorskalidindi53
2024-07-15Merge pull request #12723 from nextcloud/bugfix/noid/ban-performanceJoas Schilling
2024-07-15Merge pull request #12715 from nextcloud/followup/12687/fix-mention-translati...Joas Schilling
2024-07-15fix(ban): Limit query for participants when they actually can be a moderatorJoas Schilling
2024-07-15fix(ban): Allow empty internal note as it's optionalJoas Schilling
2024-07-15Merge pull request #12671 from nextcloud/skalidindi53/12670/Moderators-bannin...Joas Schilling
2024-07-15fix(session): Make sure to load the session state from the databaseJoas Schilling
2024-07-15fix(federation): Make sure we only accept active sessionsJoas Schilling
2024-07-15fix(federation): Fix message parameters after adjusting https handlingJoas Schilling
2024-07-12fix: Moderators no longer able to ban themselves or other moderatorsskalidindi53/12670/Moderators-banning-others/themselvesskalidindi53
2024-07-12Merge pull request #12686 from nextcloud/bugfix/noid/allow-session-state-in-f...Joas Schilling
2024-07-12fix(federation): Don't notify users with active sessionsJoas Schilling
2024-07-12fix(federation): Allow setting the session state in federated conversationsJoas Schilling
2024-07-12fix(federation): Also fix room::remote_server and pcm::remote_server_urlJoas Schilling
2024-07-11perf(sharing): Use getFirstNodeById() which is more performantJoas Schilling
2024-07-11fix(dashboard): Fix missing dashboard iconJoas Schilling
2024-07-11Merge pull request #12633 from nextcloud/fix/7896/css-blurJoas Schilling
2024-07-10fix(ban): Fix oracle handlingJoas Schilling
2024-07-10fix(ban): Improve documentation of typesJoas Schilling
2024-07-10fix(ban): Remove unused methodsJoas Schilling
2024-07-10fix(ban): Simplify validation and document known errorsJoas Schilling
2024-07-10fix(ban): Ensure the ban is from the current roomJoas Schilling
2024-07-10feat: Integration tests for banning/unbanning usersskalidindi53
2024-07-10fix(ban): Add missing banId to unban URLJoas Schilling
2024-07-10fix(ban): Don't ban the moderator but the provided actorJoas Schilling
2024-07-10feat: Moderator able to ban users testskalidindi53
2024-07-10feat: Added BanController.phpskalidindi53
2024-07-10feat: Added BanService.php to validate, retrieve, create and delete bansskalidindi53
2024-07-10feat: Added Ban.php and BanMapper.phpskalidindi53
2024-07-10feat: Added database migration for banning usersskalidindi53
2024-07-10fix(chat): Fix missing reference information for federated message linksJoas Schilling
2024-07-10fix(federation): Fix federation with Nextcloud 29.0.4 or laterJoas Schilling
2024-07-09fix(settings): drop local setting for background blur filter, use provided by...Maksim Sukharev
2024-07-03fix(deps): Use less 3rdparty dependenciesJoas Schilling
2024-07-02Merge pull request #12627 from nextcloud/fix/groupfolder-share-object-storageJoas Schilling
2024-07-02fix(sharing): Only check path for being accessible when the storage is a obje...Jonas
2024-06-28feat(bots): Add events for enabling and disabling botsSanskar Soni
2024-06-22Merge pull request #12547 from nextcloud/skalidindi53/11578/talkbot-uninstall...Joas Schilling
2024-06-21fix: Shows an error msg when missing argsskalidindi53
2024-06-19Merge pull request #12531 from nextcloud/skalidindi53/11852/Duplicate-Stun-an...Joas Schilling