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 (Collapse)Author
2022-08-03Use public throttlerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-02Return 400 on empty questions and optionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-27Merge pull request #7629 from ↵Joas Schilling
nextcloud/feature/expire-shared-links-when-expire-message Expire shared link when expire message
2022-07-26Add `$shallow` arg to `RoomShareProvider::getSharesInFolder`Louis Chemineau
A new `$shallow` argument was introduced to `IShareProvider::getSharesInFolder` in NC25 by https://github.com/nextcloud/server/pull/31728. This PR adds this new argument and the necessary changes to make it work based on this example https://github.com/nextcloud/server/pull/31728/files#diff-dee1351696d7eae959761edf66c8e5a9052e28be73319733d857a9ab2d9fc967= Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Merge pull request #7625 from ↵Joas Schilling
nextcloud/bugfix/server-33314/respect-dnd-and-invisible-when-joining-a-call Keep DND and Invisible when automatically setting status to "In a call"
2022-07-22Expire shared link when expire messageVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-22Fix issues mentioned in the polls reviewJoas Schilling
* Question is limited to 32k chars (not multibyte save, so an emoji is 3-4 chars) * Json encoded options array is limited to 60k chars (not multibyte save, so an emoji is 3-4 chars) * Options on creation are now validated to be strings * Options array on creating needs to be at least 2 strings long * Options on voting are now validated to be integers * System messages `poll_voted` do not contain the actor anymore to be okay with the hidden result mode Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-22Keep DND and Invisible when automatically setting status to "In a call"bugfix/server-33314/respect-dnd-and-invisible-when-joining-a-callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-21Fix null being stored when the last voter revokes their votesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-21Allow to vote nothingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-20Merge pull request #7613 from nextcloud/master-IB#1121121Joas Schilling
Allow to disable talk updates
2022-07-20Merge pull request #7612 from nextcloud/bugfix/noid/fix-quick-access-anchorsJoas Schilling
Fix quick access anchors for navigation and content
2022-07-18Fix quick access anchors for navigation and contentbugfix/noid/fix-quick-access-anchorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15Convert specific command to generic create and updateVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-15OCC to set expire messageVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-15Set message expiration in room objectVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-15Remove the old value checkVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-15Move send system message to listenerVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-15Allow to disable talk updatesmaster-IB#1121121Pawel Boguslawski
This mod introduces spreed.changelog app setting that allows one to disable talk updates. Related: https://github.com/nextcloud/spreed/issues/3128 Related: https://github.com/nextcloud/spreed/pull/7569 Author-Change-Id: IB#1121121 Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
2022-07-14Merge pull request #7586 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-html-validation-of-meta-element Fix HTML validation of meta element
2022-07-13Merge pull request #7585 from nextcloud/bugfix/7583/fix-guest-name-in-searchJoas Schilling
Fix guest names in search results
2022-07-13Merge pull request #7582 from nextcloud/bugfix/7580/more-search-attributesJoas Schilling
Add more search attributes
2022-07-13Merge pull request #7571 from nextcloud/feature/expire-messages-part-2Joas Schilling
Expire messages part 2: a background job for all rooms
2022-07-13Fix HTML validation of meta elementbugfix/noid/fix-html-validation-of-meta-elementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Fix guest names in search resultsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Add more search attributesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Merge pull request #7554 from nextcloud/bugfix/noid/fix-avatar-sizeJoas Schilling
Fix avatar size to be a legal value
2022-07-12Transform conversation icons to CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Change point of execution of ExpireChatMessageVitor Mattos
Change job from trigged when as necessary to run all times that cron.php will be executed Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-12Remove unused argumentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-12Move publicshare files to CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move At.scss to At.cssJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move unified search to simple CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Merge pull request #7512 from nextcloud/feature/7480/poll-follow-upJoas Schilling
📊 Poll follow ups
2022-07-11Clean classVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-11Make possible disable background job if haven't room with expire messageVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-11Make the room_id not mandatory to define the expire timeVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-11Fix avatar size to be a legal valuebugfix/noid/fix-avatar-sizeJoas Schilling
And since it's better for iOS to be bigger, we also bump the Message result icon size so it looks sharp on high DPI devices Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-11Show the voter count to the author and moderatorsfeature/7480/poll-follow-upJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-07Merge pull request #7517 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-postgres-integration-tests Fix postgres integration tests
2022-07-07Merge pull request #7504 from ↵Joas Schilling
nextcloud/bugfix/noid/add-brute-force-protection-to-conversation-passwords Add brute force protection to conversation passwords
2022-07-06Fix method nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-06Also select the expire_date column for the last messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-05Add a warning when FPM is used with MPM_PREFORKbugfix/7499/fpm-prefork-warningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-05Also throttle on call/bugfix/noid/add-brute-force-protection-to-conversation-passwordsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-05Explicitly log SIP attempts as suchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-04Add pending columnVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-04Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-04Store polls in separate media tabJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-04Throttle more endpointsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>