summaryrefslogtreecommitdiffstats
path: root/lib/Activity
AgeCommit message (Expand)Author
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2023-12-11fix(API): Fix duplicate exception catchesJoas Schilling
2023-10-31fix(events): Migrate activity handling to registerEventListener()Joas Schilling
2023-07-11Refactor libHamid Dehnavi
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
2023-04-18fix(recording): Don't create confusing system message about recording if acto...Joas Schilling
2023-04-14fix(CS): Fix coding styleJoas Schilling
2023-04-14fix(activity): Don't replace the activity icon for now as that is color invertedJoas Schilling
2023-04-14Return with avatar URL capabilityVitor Mattos
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-23Merge pull request #8805 from nextcloud/bugfix/8760/remove-avatar-capabilityJoas Schilling
2023-02-22Add failed status to recordingsDaniel Calviño Sánchez
2023-02-22Include participant in start/stop requests to the recording serverDaniel Calviño Sánchez
2023-02-21Revert avatar usageJoas Schilling
2023-01-26Merge pull request #8602 from nextcloud/feature/stop-recording-after-end-callJoas Schilling
2023-01-25Stop recording after end callVitor Mattos
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2022-12-07Some minor fixesJoas Schilling
2022-12-07Change logic of test to every time return the room avatarVitor Mattos
2022-12-07Fix url generationVitor Mattos
2022-12-07Return room URL in activities and referencesVitor Mattos
2022-10-03Move setActiveSince to RoomServiceVitor Mattos
2022-10-02Move resetActiveSince to serviceJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-19Use user displayname cache in activitiesJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-28Only calculate the room name once instead of loading all participantsJoas Schilling
2022-02-15Handle generate the end_call_for_all activity intentionallyJoas Schilling
2021-12-06Replace deprecated methodVitor Mattos
2021-11-19A missed call is only when there was only 1 userJoas Schilling
2021-11-16Always print a message for nowJoas Schilling
2021-11-03Log dedicated call summary when ending for everyoneJoas Schilling
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Merge remote-tracking branch 'origin/master' into reduce-psalm-infosVitor Mattos
2021-10-07Changes after run --alterVitor Mattos
2021-09-30Don't allow to get pushes for Talk activityJoas Schilling
2021-07-09Add "missed call" notificationsJoas Schilling
2021-02-12Count guests from attendees instead of the fixed value which bumps up on reco...Joas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Fix creating conversations and adding participantsJoas Schilling
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
2020-05-14Make activities link to the conversationJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-02-13Also end teh call state when a user leavesJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling