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-07-06Merge pull request #33052 from nextcloud/fix/set-display-nameJoas Schilling
Do not send display name twice for saving
2022-07-06catch any exception for transaction controlArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-06Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez
Fixes for quota text in navigation bar
2022-07-05Merge pull request #33107 from nextcloud/enh/a11y-dynamic-grid-toggle-tooltipPytal
2022-07-05add missing GET param to getstoragestats urlJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-07-05Fix 404 when using index.php in the urlCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumbJohn Molakvoæ
2022-07-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05Fix translation of home breadcrumbfix/l10n-home-breadcrumbChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-04Change tooltip title of files grid view toggle dynamicallyenh/a11y-dynamic-grid-toggle-tooltipChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-04Merge pull request #33090 from ↵Carl Schwan
nextcloud/fix/noid/proppatch-properties-transaction-rollback DAV custom props: catch Exception and rollback transaction in case
2022-07-04Merge pull request #33097 from nextcloud/rakekniven-patch-2Simon L
l10n: Fixed typo
2022-07-04l10n: Fixed typorakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01DAV custom props: catch Exception and rollback transaction in casefix/noid/proppatch-properties-transaction-rollbackArthur Schiwon
- before exceptions were not caught, a started transaction might not have been finished - also resolve depractions and use IQueryBuilder Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-01Merge pull request #32576 from ↵Joas Schilling
nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
2022-07-01Merge pull request #33043 from nextcloud/Valdnet-patch-2Carl Schwan
l10n: Separate words
2022-07-01l10n: Separate wordsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-01Inject userId directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix typo of availabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Remove unused importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix predefined messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add UI to opt-in on the status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix determination of cron job runJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01User status automation background jobJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal
2022-06-30use an en-dash for the userstatus panelszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29Merge pull request #33067 from nextcloud/trashbin-skip-size-cacheblizzz
use size from cache to determine whether to skip the trashbin
2022-06-29Add trashbin export expiration noticeenh/note-trashbin-expirationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-29Use Button component to show more workflowsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-29use size from cache to determine whether to skip the trashbinRobin Appelman
this way large folders also get skipped Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29Merge pull request #33053 from nextcloud/fix/undefined-loggerPytal
2022-06-29Merge pull request #33034 from nextcloud/td/noid/ldap_group_updaterblizzz
cleanup LDAP's UpdateGroups
2022-06-28adjust testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28Fix undefined loggerChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-28Prevent duplicate set display name requestfix/set-display-nameChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-28Do not save invalid display name to the databaseChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-28simplify blizzz
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2022-06-28Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan
Summer cleanup of the federation app
2022-06-28delete groups in chunks instead of one by oneArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28cleanup LDAP's UpdateGroupsArthur Schiwon
- TimedJob from API - DI of config - property types - throws hints in phpdoc - argument and return types - replace depracet execute() with executeStatement or -Query - a missing return statement Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28Fix many issues with the testsCarl Schwan
- Return type were not correct - willReturn and with confusion Signed-off-by: Carl Schwan <carl@carlschwan.eu>