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 (Expand)Author
2022-09-17[tx-robot] updated from transifexNextcloud bot
2022-09-16Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng
2022-09-16Remake locale saving with VueChristopher Ng
2022-09-16Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry
2022-09-16Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry
2022-09-16Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry
2022-09-16Fix phpunitJoas Schilling
2022-09-16l10n: Remove spacesValdnet
2022-09-16Merge pull request #34100 from nextcloud/fix/reset-global-searchVincent Petry
2022-09-16[tx-robot] updated from transifexNextcloud bot
2022-09-16Merge pull request #33512 from nextcloud/enh/27869/detailsPytal
2022-09-16Merge pull request #34101 from nextcloud/fix/dashboard-controller-typoPytal
2022-09-16Fix translation of user exists error server-sidefix/user-exists-l10nChristopher Ng
2022-09-15Merge pull request #34098 from nextcloud/fix/test/updatenotificationsVincent Petry
2022-09-15Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry
2022-09-15Remake group and quota details section with VueChristopher Ng
2022-09-15Fix initial state typo in dashboard controllerChristopher Ng
2022-09-15Reset global search on files sidebar navigation changefix/reset-global-searchChristopher Ng
2022-09-15adjust empty array checkdashboard-api-widgetsJulien Veyssier
2022-09-15Fix test update notificationCarl Schwan
2022-09-15set round item icons for user status widgetRobin Appelman
2022-09-15implement IButtonWidget and IIconWidget in user_statusJulien Veyssier
2022-09-15implement IAPIWidget in user_statusJulien Veyssier
2022-09-15move widget options into a Option classRobin Appelman
2022-09-15add IItemOptionWidget to define some item-related parameters, only getItemIco...Julien Veyssier
2022-09-15change widget button api to support multiple button typesRobin Appelman
2022-09-15allow adding button to dashboard api outputRobin Appelman
2022-09-15allow filtering dashboard items api by widgetsRobin Appelman
2022-09-15add dashboard api to list widgetsRobin Appelman
2022-09-15Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg
2022-09-15Merge pull request #33941 from nextcloud/fix/public-sharingCarl Schwan
2022-09-15Merge pull request #33947 from nextcloud/updatenotificaiton-cleanupVincent Petry
2022-09-15Merge pull request #33964 from nextcloud/search-limit-operatorsVincent Petry
2022-09-15Merge pull request #34060 from andyxheli/patch-5Vincent Petry
2022-09-15Merge pull request #34067 from nextcloud/timm2k-patch-1Vincent Petry
2022-09-15Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404Vincent Petry
2022-09-15Add minimumInputLength for tags selectDaniel Kesselberg
2022-09-15set defaultEnabled in shipped.jsonMaxence Lange
2022-09-15Add a global setting to disable keyboard shortcutsJoas Schilling
2022-09-15Cleanup updatenotificationCarl Schwan
2022-09-15[tx-robot] updated from transifexNextcloud bot
2022-09-14Move background settings from dashboard app to Appearance and accessibility s...greta
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
2022-09-14Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng
2022-09-14Add accessibility entry in user menuVincent Petry
2022-09-14Fix grid view toggleVincent Petry
2022-09-14fix: also apply top margin to audio in firefoxMax
2022-09-14Merge pull request #34062 from nextcloud/enh/sharing-tab-alignment-and-spacingVincent Petry
2022-09-14Update CheckSetupController.phptimm2k