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/tests
AgeCommit message (Collapse)Author
2020-10-30Move participants table in Manager to attendeesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix unit tests?Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-29Merge pull request #4483 from ↵Vincent Petry
nextcloud/techdebt/4481/always-commentsmanager-from-app Always use CommentsManager from the app
2020-10-28Add a stub for the comments manager to clarify it's defined methodsVincent Petry
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-28Make max GIF size configurableVincent Petry
Added app setting and capability "max-gif-size". Added new import for @nextcloud/capabilities. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-10-28Add size to system message from shared fileVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-23Correctly leave the room not the call in integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-21Abort integration tests if Talk or helper apps can not be installedDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-21Update info.xmlJoas Schilling
2020-10-13Update psalm-baseline.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-12Add baselineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-09Add PsalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-09EventDispatcher uses PSR Logger nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-24Set the user status when a mobile client polls for messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Merge pull request #4187 from nextcloud/feature/4184/cache-the-last-message-idJoas Schilling
Cache the last msg id of a chat in MemoryCache to save O(n) queries p…
2020-09-22Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Adjust unit testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-11Don't leak the status when the app is disabled for the userJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-05Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-28Merge pull request #3743 from ↵Joas Schilling
nextcloud/techdebt/noid/deferrable-notification-apps Defer sending the notifications when we interact multiple times
2020-07-27Also sort the sharee suggestions by tokenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-27Presort the mention suggestions to fix postgres integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Defer sending the notifications when we interact multiple timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Import exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Make tests laxerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Also throw on invalid object dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Also validate the room type and add tests for the serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26New line as information seperatorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-25Merge pull request #3845 from ↵Joas Schilling
nextcloud/bugfix/noid/enable-fixed-postgres-tests-again Enable fixed postgres tests again
2020-06-25Sort the users in the participants array before comparingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-25Improve push notifications for upcoming iOS/Apple changesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18Fix service overwritingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Use select boxes for language and countryMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add notifications for changed state of the hosted signaling server accountMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add background job that regularly checks for updates of the signaling server ↵Morris Jobke
trial - without notifciations Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10First UI version of form for signaling server trialMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-05Add a unit test for the cachingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-05Adjust unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-02Merge pull request #3505 from PhrozenByte/feature/cmd-room-followupJoas Schilling
Improve talk:room:* CLI commands
2020-05-29Move talk:room:* command and unit test DI to traitsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-18Merge pull request #3565 from nextcloud/bugfix/noid/hpb-multi-setup-protectionJoas Schilling
Don't allow multiple HPB without clustering and add a cache warning
2020-05-18Don't allow multiple HPB without clustering and add a cache warningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Correctly pick the parent if it is index 0 of the messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Merge pull request #3528 from ↵Joas Schilling
nextcloud/bugfix/3523/make-conversations-linked-in-activities Make activities link to the conversation