summaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/store
Commit message (Collapse)AuthorAgeFilesLines
* wrap user status message input and buttons with native formMaksim Sukharev2023-06-281-1/+1
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(status): Fix infinite loading of predefined statusesMaksim Sukharev2023-04-181-1/+5
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(status): Correctly set the message and predefined message using the storeJoas Schilling2023-04-181-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-183-2/+121
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-233-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling2022-05-271-4/+15
| | | | | | | | This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-113-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-082-65/+66
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix status menu item not listening to status change eventsCarl Schwan2021-10-201-0/+15
| | | | | | | | This makes it so that the status menu item listens to user_status:status.updated events even when they are triggered outside of the user status modal. Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix jsdocJohn Molakvoæ2021-06-171-1/+1
| | | | Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
* Save a request everytime we send the heartbeatJoas Schilling2021-06-161-0/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Emit event on status-changeGeorg Ehrke2020-09-141-4/+38
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add user-status appGeorg Ehrke2020-07-313-0/+331
Signed-off-by: Georg Ehrke <developer@georgehrke.com>