aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-1/+1
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-292-3/+3
* fix(user_status): add link to Availability page if user set predefined 'Vacat...Maksim Sukharev2024-08-261-8/+28
* fix(userstatus): Don't set predefined user status as custom when changing "Cl...Joas Schilling2024-08-151-5/+19
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-131-4/+3
* fix(user_status): Adjust AccountMenu entry for user statusFerdinand Thiessen2024-08-061-48/+26
* chore: Add SPDX headerAndy Scherzinger2024-05-3022-424/+52
* fix(user_status): Fix status update request not being sentChristopher Ng2024-02-241-11/+5
* fix(user_status): Fix losing focus to body when closing user status modalChristopher Ng2024-02-012-1/+23
* fix(user_status): Migrate to NcUserStatusIconChristopher Ng2024-01-234-41/+18
* Remove unneeded role="radiogroup" from "Predefined statuses"julia.kirschenheuter2024-01-111-1/+0
* fix(core): Make sure correct colors are used on blurred backgroundFerdinand Thiessen2023-12-141-0/+3
* fix(user_status): remove border from emoji pickerMaksim Sukharev2023-11-211-25/+7
* feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+2
* fix: Remove profile from UserStatus componentChristopher Ng2023-10-261-133/+27
* fix(user_status): separate user menu and dashboard status layoutGrigorii K. Shartsev2023-10-241-54/+55
* Change `flex-direction` for input fieldjulia.kirschenheuter2023-10-171-0/+1
* Replace custom input field with NcInputFieldjulia.kirschenheuter2023-08-311-9/+10
* Merge pull request #39987 from nextcloud/fix/39926-fix_predefined_status-buttonsJulia Kirschenheuter2023-08-223-14/+20
|\
| * Add logic for predefined status to be visible.julia.kirschenheuter2023-08-223-14/+20
* | feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-222-165/+0
|/
* Set double outline on checked state for radio buttonsjulia.kirschenheuter2023-08-161-6/+5
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-1/+1
* Set double outline to buttons in focus statejulia.kirschenheuter2023-07-111-2/+3
* wrap user status message input and buttons with native formMaksim Sukharev2023-06-283-54/+44
* fix(user_status): Remove redundant styling, use global class insteadFerdinand Thiessen2023-05-151-11/+1
* fix(user_status): Use native radio buttons for online status selectionFerdinand Thiessen2023-05-151-42/+52
* fix(user_status): Add missing `radiogroup` role to online status selectorFerdinand Thiessen2023-05-151-1/+3
* fix(user_status): Group custom message input elements and assign label to emo...Ferdinand Thiessen2023-05-151-2/+4
* fix(user_status): Use role=radio for predefined statuses in online status modalFerdinand Thiessen2023-05-153-6/+33
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
* fix(status): Store locally status message when editingMaksim Sukharev2023-04-181-7/+13
* fix(status): Fix infinite loading of predefined statusesMaksim Sukharev2023-04-182-12/+9
* fix(status): Correctly set the message and predefined message using the storeJoas Schilling2023-04-182-11/+25
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-187-9/+345
* Add `aria-hidden='true'` to decorative icons inside of modal dialogsjulia.kirschenheuter2023-04-063-3/+3
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2311-18/+18
* Port clear user status selectChristopher Ng2023-02-281-12/+12
* Port user menu to VueChristopher Ng2023-02-092-33/+21
* Fix user_status heartbeat responsejld31032023-01-251-1/+1
* Fix user status message inputChristopher Ng2023-01-202-34/+38
* fix(user_status): Allow to use enter to complete characters without automatic...Joas Schilling2023-01-121-6/+5
* Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-021-26/+17
* Change header semantic in the user status dialogjulia.kirschenheuter2022-11-291-4/+3
* User status dialog a11y: make different focus and active state for OnlineStat...julia.kirschenheuter2022-11-172-0/+8
* Make css rule importantCarl Schwan2022-10-181-1/+1
* Fix vertical alignment of user status iconCarl Schwan2022-10-171-0/+1
* Fix invisible statusJohn Molakvoæ (skjnldsv)2022-09-291-1/+13
* Fix user status emoji pickingJohn Molakvoæ (skjnldsv)2022-09-282-9/+19
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-2/+2