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
2022-10-22Fix after rebase with masterfeature/limit-chat-historyVitor Mattos
2022-10-22Fix unit testVitor Mattos
2022-10-22Check history limit using join message idVitor Mattos
2022-10-22Fix annotationVitor Mattos
2022-10-22Remove unused codeVitor Mattos
2022-10-22Simplified the codeVitor Mattos
2022-10-22Fix copy past comment and the default valueVitor Mattos
2022-10-22Rename capabilityVitor Mattos
2022-10-22Catch exception if the value is out of range and fix documentationVitor Mattos
2022-10-22Fix update without whereVitor Mattos
2022-10-22Generate exception if receive an invalid valueVitor Mattos
2022-10-22Convert to a constantVitor Mattos
2022-10-22More comments in the codeVitor Mattos
2022-10-22Restrict by actor_typeVitor Mattos
2022-10-22Change texts and typing of variablesVitor Mattos
2022-10-22Remove dedundant IF and commented rowVitor Mattos
2022-10-22Fix query to don't use joinVitor Mattos
2022-10-22Fix after mergeVitor Mattos
2022-10-22Comment scenarioVitor Mattos
2022-10-22Fix query to check if the current user could get shared links from aVitor Mattos
2022-10-22Shares in a public room must not be accessible eitherVitor Mattos
2022-10-22Media tab must not return older itemsVitor Mattos
2022-10-22DOn't retrieve message before the visible limitVitor Mattos
2022-10-22Add new scenarioVitor Mattos
2022-10-22Fix to don't return null when body is emptyVitor Mattos
2022-10-22Add new step to retrieve messages before a specific messageVitor Mattos
2022-10-22Quoting a message from before via direct API call must not workVitor Mattos
2022-10-22Changed rule to only return messages greater than "history since" dateVitor Mattos
2022-10-22Test to search in all roomsVitor Mattos
2022-10-22Test scenario for "Search must not return older messages"Vitor Mattos
2022-10-22Search must not return older messagesVitor Mattos
2022-10-22Set the history since value to new attendeeVitor Mattos
2022-10-22Move to ChatManager to make possible use in other placesVitor Mattos
2022-10-22Only don't return if the history was disabledVitor Mattos
2022-10-22Fix update commandVitor Mattos
2022-10-22Moved to before check if is emptyVitor Mattos
2022-10-22Created method to make more clean the codeVitor Mattos
2022-10-22fix unit testsVitor Mattos
2022-10-22Rename fieldVitor Mattos
2022-10-22fix identVitor Mattos
2022-10-22Rename from preHistory to showHistoryVitor Mattos
2022-10-22Replace limit-chat-history by limit-show-historyVitor Mattos
2022-10-22Change from boolean to integerVitor Mattos
2022-10-22cs:fixVitor Mattos
2022-10-22Fix propertyVitor Mattos
2022-10-22Remove unecessary annotationVitor Mattos
2022-10-22Make possible change de visibility historyVitor Mattos
2022-10-22Make possible create room with history enabled to allVitor Mattos
2022-10-22Add logic to limit chat historyVitor Mattos
2022-10-22Save settings and retrieve valuesVitor Mattos