aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status
Commit message (Collapse)AuthorAgeFilesLines
* Change header semantic in the user status dialogjulia.kirschenheuter2022-11-291-4/+3
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35027 from nextcloud/enh/34970Simon L2022-11-243-4/+3
|\ | | | | fix missing share icon
| * address reviewSimon L2022-11-242-2/+1
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix missing share iconSimon L2022-11-082-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2022-11-232-0/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Update composer autoloaderCarl Schwan2022-11-222-4/+17
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35170 from ↵Pytal2022-11-172-0/+8
|\ \ | | | | | | | | | nextcloud/fix/fix-33745-Focus_and_active_state_needs_to_look_different_from_each_other
| * | User status dialog a11y: make different focus and active state for ↵julia.kirschenheuter2022-11-172-0/+8
| |/ | | | | | | | | | | | | OnlineStatusSelect and PredefinedStatus Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2022-11-112-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-0594-188/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Make css rule importantCarl Schwan2022-10-181-1/+1
| | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix vertical alignment of user status iconCarl Schwan2022-10-171-0/+1
| | | | | | | Now it is properly centered even if the font size is bigger (when using the dislexia font) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Properly escape underscore in db queryCarl Schwan2022-10-131-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Do the filtering on the DB insteadCarl Schwan2022-10-132-6/+10
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Filter out backup user status (those beginning with _ as userId)tobiasKaminsky2022-10-131-1/+2
|
* [tx-robot] updated from transifexNextcloud bot2022-10-084-30/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Compile assetsnextcloud-command2022-09-292-1/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix invisible statusJohn Molakvoæ (skjnldsv)2022-09-294-6/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix user status emoji pickingJohn Molakvoæ (skjnldsv)2022-09-282-9/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-232-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rebuild autoloaderJoas Schilling2022-09-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-162-35/+92
|\ | | | | Extend dashboard api to allow listing of widgets
| * Fix phpunitJoas Schilling2022-09-161-6/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * set round item icons for user status widgetRobin Appelman2022-09-151-6/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * implement IButtonWidget and IIconWidget in user_statusJulien Veyssier2022-09-151-3/+21
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * implement IAPIWidget in user_statusJulien Veyssier2022-09-151-28/+58
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | [tx-robot] updated from transifexNextcloud bot2022-09-162-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-2/+2
| | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-09-102-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix user status in the top bar with dark themeCarl Schwan2022-09-091-1/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-09-072-0/+80
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Avoid using lists if there are none on the dashboardJulius Härtl2022-08-291-2/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix status button background on dashboardJulius Härtl2022-08-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-262-21/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* More dark theme fixesCarl Schwan2022-08-261-1/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Various fixesCarl Schwan2022-08-263-22/+62
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-254-27/+27
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-1/+1
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-08-152-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-062-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Reset user status based on message ID onlyJoas Schilling2022-07-224-13/+20
| | | | | | | | Since some statuses (call) can occure with different status (away and dnd) we need to reset only based on the message id. But as it can not be set by the user this is still save and okay. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make user status heartbeat API publicly accessiblejld31032022-07-213-7/+7
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-111-7/+7
|\ | | | | Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-051-7/+7
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix predefined messageJoas Schilling2022-07-011-1/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | use an en-dash for the userstatus panelszaimen2022-06-301-1/+1
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>