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
path: root/apps
AgeCommit message (Collapse)Author
2022-09-19Remove completed refresh avatar FIXMEremove-avatar-fixmeChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-19Merge pull request #34118 from nextcloud/fix/locale-stylingCarl Schwan
Fix styling of locale dropdown
2022-09-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17Fix styling of locale dropdownfix/locale-stylingChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16Remake locale saving with VueChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry
Fix translation of user exists error server-side
2022-09-16Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry
Tag loading
2022-09-16Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry
Extend dashboard api to allow listing of widgets
2022-09-16Fix phpunitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-16l10n: Remove spacesValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-16Merge pull request #34100 from nextcloud/fix/reset-global-searchVincent Petry
Reset global search on files sidebar navigation change
2022-09-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16Merge pull request #33512 from nextcloud/enh/27869/detailsPytal
Remake group and quota details section with Vue
2022-09-16Merge pull request #34101 from nextcloud/fix/dashboard-controller-typoPytal
Fix initial state typo in dashboard controller
2022-09-16Fix translation of user exists error server-sidefix/user-exists-l10nChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15Merge pull request #34098 from nextcloud/fix/test/updatenotificationsVincent Petry
Fix test update notification
2022-09-15Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry
set defaultEnabled in shipped.json
2022-09-15Remake group and quota details section with VueChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15Fix initial state typo in dashboard controllerChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15Reset global search on files sidebar navigation changefix/reset-global-searchChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15adjust empty array checkdashboard-api-widgetsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15Fix test update notificationCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-15set round item icons for user status widgetRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15implement IButtonWidget and IIconWidget in user_statusJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15implement IAPIWidget in user_statusJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15move widget options into a Option classRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier
getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15change widget button api to support multiple button typesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15allow adding button to dashboard api outputRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15allow filtering dashboard items api by widgetsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15add dashboard api to list widgetsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg
For every tag a deprecation warning is emitted. With 10k tags the ui becomes unresponsive and inspector crashed occasionally. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15Merge pull request #33941 from nextcloud/fix/public-sharingCarl Schwan
Only normalize data in public shares and not crud
2022-09-15Merge pull request #33947 from nextcloud/updatenotificaiton-cleanupVincent Petry
Cleanup updatenotification
2022-09-15Merge pull request #33964 from nextcloud/search-limit-operatorsVincent Petry
add a limit to the amount of operators a client can add to a search query
2022-09-15Merge pull request #34060 from andyxheli/patch-5Vincent Petry
Fixed LDAP Copy Button Size
2022-09-15Merge pull request #34067 from nextcloud/timm2k-patch-1Vincent Petry
Convert file_metadata.id from int(11) to bigint(20)
2022-09-15Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404Vincent Petry
Do not output a warning when a file is not found
2022-09-15Add minimumInputLength for tags selectDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15set defaultEnabled in shipped.jsonMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-15Add a global setting to disable keyboard shortcutsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15Cleanup updatenotificationCarl Schwan
- Port away from jquery inside vue - Use modern vue components when possible - Fix some readability isssues particularly on dark theme - Use IInitialState - Use php7.4 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14Move background settings from dashboard app to Appearance and accessibility ↵greta
settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-14Merge pull request #34044 from nextcloud/fix/password-confirmationPytal
2022-09-14Merge pull request #34071 from nextcloud/bug/33847/fix-grid-view-toggleVincent Petry
Fix grid view toggle
2022-09-14Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>