summaryrefslogtreecommitdiffstats
path: root/apps/user_status
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-172-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-152-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Set double outline to buttons in focus statejulia.kirschenheuter2023-07-111-2/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-102-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* user_status: Add OpenAPI specjld31032023-07-0410-52/+167
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-032-53/+47
|\ | | | | Fix event names of 2FA related typed events
| * Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-3/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-302-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* wrap user status message input and buttons with native formMaksim Sukharev2023-06-283-54/+44
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-282-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-272-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-242-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-202-6/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-174-6/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-14/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-112-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-102-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-105/+5
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-302-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2790-180/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-264-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add OpenAPI specsjld31032023-05-241-0/+1154
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-212-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-204-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-188-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1714-0/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(user_status): Remove redundant styling, use global class insteadFerdinand Thiessen2023-05-151-11/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(user_status): Use native radio buttons for online status selectionFerdinand Thiessen2023-05-151-42/+52
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(user_status): Add missing `radiogroup` role to online status selectorFerdinand Thiessen2023-05-151-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(user_status): Group custom message input elements and assign label to ↵Ferdinand Thiessen2023-05-151-2/+4
| | | | | | emoji selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(user_status): Use role=radio for predefined statuses in online status modalFerdinand Thiessen2023-05-153-6/+33
| | | | | | | * Instead of tabable DIVs properly assign the radio role * Set role to radiogroup of list container to group the predefined statuses Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #38099 from nextcloud/fix/missing-clear-status-routeJohn Molakvoæ2023-05-092-19/+0
|\
| * Remove unreachable UserStatus#clearStatus routejld31032023-05-082-19/+0
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-092-0/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-072-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-264-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-254-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-242-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-232-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-214-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2016-0/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(status): Store locally status message when editingMaksim Sukharev2023-04-181-7/+13
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(status): Fix infinite loading of predefined statusesMaksim Sukharev2023-04-182-12/+9
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>