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-06-30solve conflictfeature/api-time-to-liveVitor Mattos
2022-06-30Rename to follow the pattern "-"Vitor Mattos
2022-06-30Bump psalm dependenciesVitor Mattos
2022-06-30Make the error message more clearVitor Mattos
2022-06-30Rename message expire to expire dateVitor Mattos
2022-06-30Expire message using attribute from messageVitor Mattos
2022-06-30Parse system messageVitor Mattos
2022-06-30Add method to get message expire timeVitor Mattos
2022-06-30Fix testsVitor Mattos
2022-06-30Add typed argumentVitor Mattos
2022-06-30Remove unused namespaceVitor Mattos
2022-06-30Rename more ttl to message-expireVitor Mattos
2022-06-30Moved integration tests to folder of chat testsVitor Mattos
2022-06-30Removed the system message to sinalize when the message was expired.Vitor Mattos
2022-06-30Set expire timeVitor Mattos
2022-06-30use DI in the constructorVitor Mattos
2022-06-30Changed to use Nextcloud wrapper to this classVitor Mattos
2022-06-30Rename time to live to message expireVitor Mattos
2022-06-30Fix testsVitor Mattos
2022-06-30Priorize to run job than send system messageVitor Mattos
2022-06-30Replace count by !emptyVitor Mattos
2022-06-30Use DataResponse and returning 404Vitor Mattos
2022-06-30File moved to maintain the pattern "message expire"Vitor Mattos
2022-06-30Move deleteExpiredTtl method to ChatManagerVitor Mattos
2022-06-30Change default value of backgroundjobs_mode to ajaxVitor Mattos
2022-06-30Convert string to ::classVitor Mattos
2022-06-30Rename ttl to message expireVitor Mattos
2022-06-30Remove expire job from background job listVitor Mattos
2022-06-30Method moved and change argumentVitor Mattos
2022-06-30Delete messages when ttl expire and send system messageVitor Mattos
2022-06-30Enable to run in droneVitor Mattos
2022-06-30Only set ttl capability if systemcron is enabledVitor Mattos
2022-06-30Add job to apply ttlVitor Mattos
2022-06-30Add integration testsVitor Mattos
2022-06-30Bump app version to run migrationVitor Mattos
2022-06-30Implement logic in controller to change the ttlVitor Mattos
2022-06-30Add field to room tableVitor Mattos
2022-06-30Add mocked endpointsVitor Mattos
2022-06-30DocumentationVitor Mattos
2022-06-30Merge pull request #7473 from nextcloud/feature/3089/password-policyJoas Schilling
2022-06-30Merge pull request #7500 from nextcloud/bugfix/noid/fix-array-structureJoas Schilling
2022-06-30[tx-robot] updated from transifexNextcloud bot
2022-06-29Fix the array structure of "voted" attribute with PHP json_encodebugfix/noid/fix-array-structureJoas Schilling
2022-06-29Merge pull request #7496 from nextcloud/bugfix/noid/send-without-notificationJoas Schilling
2022-06-29Merge pull request #7497 from nextcloud/bugfix/noid/poll-system-messagesJoas Schilling
2022-06-29Document poll system messagesJoas Schilling
2022-06-29Use "Send without notification" wordingJoas Schilling
2022-06-29Only validate the password if it's not emptyfeature/3089/password-policyJoas Schilling
2022-06-29Validate password with a debounceJoas Schilling
2022-06-29Implement password policy checkerJoas Schilling