Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-27Fix unit testsbackport/32618/stable24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling
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>
2022-05-27Fix missing status with predefined status in drop-downJoas Schilling
When a predefined status message was used, the status was not "processed" so it was missing the translated message and the icon in the dropdown and the menu afterwards Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-16Replace isValidEmoji by method in EmojiHelperVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-05-03Include more emoji chars to test and fixes after include itbackport/32220/stable24Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-05-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-07Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-onceCarl Schwan
Fetch status in heartbeat controller only once
2022-04-07Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry
Retrieve user status only once when displaying page
2022-04-07Fetch status in heartbeat controller only onceCarl Schwan
Store the user status inside the event instead of fetching it again Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Retrieve user status only once when displaying pageperformance/user-status-retrivalCarl Schwan
We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-30Build autoloader with new composer versionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-23quick fix for focus on userStatus buttonVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-03-21fix: button type to tertiaryVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-03-18Add global profile toggle configChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-15Merge pull request #31397 from nextcloud/fix/31237/new-button-SetStatusModalVanessa
add new button component SetStatusModal
2022-03-14Update composer generated files to latest versionCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-11Fix user status not resetting correctly after a callJoas Schilling
Only happens when the user navigated away and came back, so the heartbeat updates the status to "Online + In a call" After that resetting away from "Away + In a call" does not match anymore and the previous status sticks Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-02add new button componentfix/31237/new-button-SetStatusModalVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-23Merge pull request #31319 from nextcloud/fix/31246/fix-modalsSimon L
fix all modals after vue 5.0
2022-02-23Merge pull request #31106 from ↵Joas Schilling
nextcloud/techdebt/noid/improve-user-status-update-handling Improve user status revert performance
2022-02-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-22fix all modals after vue 5.0szaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-15Do status and predefined message setting in one goJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Create the backup user status in 1 query instead of 3Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Don't include unindexed is_backup in the query, it's ensured by the user_id ↵Joas Schilling
leading underscore already Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Delete the user status without loading it firstJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Directly delete the user status instead of getting it a second timeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-07Fix selecting user status, clear time and app password scopeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-22Merge pull request #30729 from ↵John Molakvoæ
nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
2022-01-21Auto fix warningsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>