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-21Remove port parameter which is included in hostenh/edit-locally-iconChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-21Use computer icon for edit locally file actionChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-21Merge pull request #34170 from nextcloud/enh/noid/theming-settings-iconSimon L
update theming icon in personal settings
2022-09-21Merge pull request #34171 from nextcloud/enh/edit-locallySimon L
Add edit locally file action
2022-09-21update theming icon in personal settingsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-20Add edit locally file actionenh/edit-locallyChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-20Merge pull request #34147 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-avatar-cleanup-on-user-delete Fix avatar cleanup on user delete
2022-09-20Merge pull request #34154 from nextcloud/bugfix/noid/add-missing-viewbox-to-svgsJoas Schilling
Add missing viewbox to SVGs
2022-09-20Merge pull request #34144 from nextcloud/remove-avatar-fixmeJohn Molakvoæ
Remove completed refresh avatar FIXME
2022-09-20Rebuild autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20Add missing viewbox to SVGsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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