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
path: root/lib
AgeCommit message (Expand)Author
2020-09-24Translate position of emoji as wellJoas Schilling
2020-09-24Add missing parent::__construct() call to all background jobsJoas Schilling
2020-09-23Add "New in Talk 10" sectionJoas Schilling
2020-09-23Merge pull request #4203 from nextcloud/bugfix/noid/save-lots-of-queries-with...Joas Schilling
2020-09-23Fix update queryJoas Schilling
2020-09-22Merge pull request #4196 from nextcloud/bugfix/noid/matterbridgeJoas Schilling
2020-09-22Merge pull request #4187 from nextcloud/feature/4184/cache-the-last-message-idJoas Schilling
2020-09-22Merge pull request #4189 from nextcloud/feature/noid/less-participant-queriesJoas Schilling
2020-09-22Save the query to count the user for moderators per room every 30secJoas Schilling
2020-09-22Save the "count unread messages" query, when the last read is the last room m...Joas Schilling
2020-09-22Fix migrationJoas Schilling
2020-09-22PHPStorm to the rescueJoas Schilling
2020-09-22Don't error when a room was deletedJoas Schilling
2020-09-22Make the queries simpler with the new columnsJoas Schilling
2020-09-22Simplify migrationJoas Schilling
2020-09-22get 'enabled' and 'pid' bridge values out of json_valuesJulien Veyssier
2020-09-22Fix missing parent constructor callJoas Schilling
2020-09-22Reduce the load when detecting and killing zombiesJoas Schilling
2020-09-22Loop over the enabled bridges instead of all roomsJoas Schilling
2020-09-22Better scaling version of stopAllBridgesJoas Schilling
2020-09-22Set a limit on the queryJoas Schilling
2020-09-22Remove unused varJoas Schilling
2020-09-22Stop all bridges when integration is disabledJoas Schilling
2020-09-22Fix missing parent::__construct() callJoas Schilling
2020-09-22Don't loop over the rooms when we kill all anywayJoas Schilling
2020-09-22When no bridges are running we are doneJoas Schilling
2020-09-22Remove unused methods and members and define all membersJoas Schilling
2020-09-22Fix undefined variables and classesJoas Schilling
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-09-22Merge pull request #4188 from nextcloud/bugfix/4186/also-return-the-conversat...Daniel Calviño Sánchez
2020-09-21If there are no sessions, we don't need to run a queryJoas Schilling
2020-09-21Free the database connection in case we are waiting with the cacheJoas Schilling
2020-09-21Don't break on other errorsJoas Schilling
2020-09-21Also return the conversation data when the room exists alreadyJoas Schilling
2020-09-21Cache the last msg id of a chat in MemoryCache to save O(n) queries per secondJoas Schilling
2020-09-21Fix IRC nickserv credentialsJoas Schilling
2020-09-17Fix "enable_matterbridge" initial state not set for guestsDaniel Calviño Sánchez
2020-09-17Add a header and publish all status informationJoas Schilling
2020-09-16Merge pull request #4166 from nextcloud/bugfix/noid/better-subline-for-search...Joas Schilling
2020-09-16Merge pull request #4165 from nextcloud/bugfix/3381/path-for-room-shares-not-...Joas Schilling
2020-09-16Better subline for search results in one-to-one conversationsJoas Schilling
2020-09-16Be more robust against failures when trying to get the owner of the share we ...Joas Schilling
2020-09-16Don't select the message twiceJoas Schilling
2020-09-16Correctly load the reference id when possibleJoas Schilling
2020-09-15Store the one-to-one users in the "name" column so we can reuse the dataJoas Schilling
2020-09-15Correctly load all data of messagesJoas Schilling
2020-09-11Don't leak the status when the app is disabled for the userJoas Schilling
2020-09-09log matterbridge config add/rm/edit events in related roomJulien Veyssier
2020-09-08Add a default on NotNull columnJoas Schilling
2020-09-07Merge pull request #4119 from nextcloud/enh/4097/job-check-bridgesJoas Schilling