spreed/lib
Joas Schilling 35fc94d947
Fix issues mentioned in the polls review
* 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-22 12:36:00 +02:00
..
Activity Use \OCP\Server::get() instead of private API 2022-05-11 08:46:37 +02:00
AppInfo Allow to disable talk updates 2022-07-15 09:10:10 +02:00
BackgroundJob Clean class 2022-07-11 17:51:13 -03:00
Chat Fix issues mentioned in the polls review 2022-07-22 12:36:00 +02:00
Collaboration Use \OCP\Server::get() instead of private API 2022-05-11 08:46:37 +02:00
Command Convert specific command to generic create and update 2022-07-15 09:38:52 -03:00
ContactsMenu/Providers Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
Controller Allow to vote nothing 2022-07-21 10:11:48 +02:00
Dashboard Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
DataObjects Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
Deck Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
Events Rename text 2022-07-01 10:25:43 -03:00
Exceptions Introduce a chat permission on the API 2022-04-27 21:03:14 +02:00
Federation Add system messages for inviting, accepting and declining 2022-06-10 15:51:42 +02:00
Files Transform conversation icons to CSS 2022-07-12 15:50:36 +02:00
Flow Add an option for "Silent send" to the API 2022-05-13 11:34:23 +02:00
Listener Cache the display name for polls and votes 2022-06-13 12:52:58 +02:00
Maps register share location action in Maps app 2022-05-02 09:26:20 +02:00
Middleware Throttle more endpoints 2022-07-04 12:58:44 +02:00
Migration Rename text 2022-07-01 10:25:43 -03:00
Model Store polls in separate media tab 2022-07-04 15:02:24 +02:00
Notification Fix notification handling 2022-06-10 15:51:42 +02:00
OCP OCP Talk backend by the spreed app 2022-02-03 17:08:17 +01:00
Profile Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
PublicShare Transform conversation icons to CSS 2022-07-12 15:50:36 +02:00
PublicShareAuth Transform conversation icons to CSS 2022-07-12 15:50:36 +02:00
Search Merge pull request #7585 from nextcloud/bugfix/7583/fix-guest-name-in-search 2022-07-13 17:25:01 +02:00
Service Fix issues mentioned in the polls review 2022-07-22 12:36:00 +02:00
Settings Add a warning when FPM is used with MPM_PREFORK 2022-07-05 12:57:56 +02:00
Share Revert the wrong previous argument rename 2022-07-01 11:18:40 -03:00
Signaling Fix backend url from CLI 2022-05-31 13:00:27 +02:00
Status Use \OCP\Server::get() instead of private API 2022-05-11 08:46:37 +02:00
Capabilities.php Add a capability 2022-07-04 15:08:22 +02:00
Config.php Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
GuestManager.php Cache the display name for polls and votes 2022-06-13 12:52:58 +02:00
Manager.php Also select the expire_date column for the last message 2022-07-06 22:49:34 +02:00
MatterbridgeManager.php Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
Participant.php Allow to disable calling functionality 2022-05-11 13:43:50 +02:00
Room.php Fix event name 2022-07-01 15:42:39 +02:00
TInitialState.php Fix HTML validation of meta element 2022-07-13 16:43:58 +02:00
TalkSession.php Use PHP7.4 property typehinting where possible 2022-04-06 12:43:03 -03:00
Webinary.php Allow to enable SIP without individual pin requirement 2022-05-03 09:38:35 +02:00