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-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-28Merge pull request #33394 from ↵Julia Kirschenheuter
nextcloud/fix/fix-370-Label_not_connected_to_form-element_in_file_listing Connect ```input``` checkbox with corresponding file name via ```aria-describedby```
2022-07-28Connect ```input``` checkbox with corresponding file name via ↵julia.kirschenheuter
```aria-describedby``` Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-07-28handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-07-28Merge pull request #33299 from nextcloud/fix/files-dark-color-themeLouis
[files app]: Fix dark color mode detection for filelist
2022-07-27Merge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-idsVincent Petry
Remove more legacy ids
2022-07-27Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-contentVincent Petry
Handle file contained inside the uploads folder
2022-07-27Merge pull request #33316 from ↵Vincent Petry
nextcloud/bugfix/noid/aria-label-share-link-buttons Accessible names for share panel buttons
2022-07-27Remove more legacy idsVincent Petry
Remove more unused legacy ids from early ownCloud times. This reduces the number of duplicate ids in the DOM. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-27Merge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dirVincent Petry
Remove legacy #dir element in files list
2022-07-27Merge pull request #33368 from luzpaz/fix/apps-dav-typosSimon L
Fix typos in apps/dav subdirectory
2022-07-27Merge pull request #33265 from nextcloud/fix/carl/login-boxesCarl Schwan
Redesign guest pages for better accessibility
2022-07-27Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-themeLouis
dashboard: Fix dark theme detection
2022-07-27Fix caldav invitation related public pagesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27Remove legacy #dir element in files listVincent Petry
Removed legacy "#dir" input element in the DOM. Apps should use OCA.Files.App.currentFileList or OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to retrieve the current directory and changeDirectory() to change it. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-27Merge pull request #33271 from nextcloud/enh/a11y-new-file-menuVincent Petry
Use explicit name for new file/folder menu
2022-07-27Fix typos in apps/dav subdirectoryluz paz
Found via `codespell -q 3 -S l10n -L jus ./apps/dav` Signed-off-by: luz paz <luzpaz@github.com>
2022-07-27Accessible names for share panel buttonsbugfix/noid/aria-label-share-link-buttonsVincent Petry
Added aria-label for the buttons on the share panel. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry
Further markup cleanup
2022-07-26Merge pull request #33251 from ↵Anna
cneukom/feature/birthday-calendar-reminder-settings Birthday Calendar Reminder Setting
2022-07-26Merge pull request #33341 from ↵blizzz
nextcloud/fix/29617/no-purge-when-birthday-calendar-doesnt-exist Don't try to purge objects from the birthday calendar when it doesn't exist
2022-07-26Merge pull request #33358 from ↵Vincent Petry
nextcloud/techdebt/noid/remove-old-notification-container Remove obsolete notification container
2022-07-26Add missing closing spans and avoid empty hrefVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Remove obsolete notification containerVincent Petry
The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Removed id=modified in files appVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Add argument to getSharesInFolder enable deep share lookupLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Skip testMovedIntoShareChangeOwnerLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Recursively fetch subsharesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Change share owner when moving share out of shareLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Update owner of subdir on move into/out of shareVincent Petry
When moving a directory into or out of a received share, make sure to also update the share owner column for shares that exist insie the directory. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Test moving share in and out of another shareLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26dashboard: Fix dark theme detectionfix/dashboard-dark-color-themeFerdinand Thiessen
When system default color theme is selected for theming, the enabledThemes array is empty or just contains one entry 'default', in this case the color theme has to be retrieved from the browser. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26files: Fix colormode detection for filelistfix/files-dark-color-themeFerdinand Thiessen
When system default color theme is selected for theming, the `enabledThemes` array is empty or just contains on entry `'default'`, in this case the color theme has to be retrieved from the browser to ensure text like the modified date is readable. This fixes #33298 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-07-26Replace files app ids to classesVincent Petry
Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Merge pull request #33315 from ↵Joas Schilling
nextcloud/bugfix/33314/allow-reseting-status-only-with-message-id Reset user status based on message ID only
2022-07-26Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry
Consolidate account property getters
2022-07-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-25Don't try to purge objects from the birthday calendar when it doesn't existfix/29617/no-purge-when-birthday-calendar-doesnt-existThomas Citharel
Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists). Closes #29617 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-07-25Merge pull request #33321 from ↵Vincent Petry
nextcloud/bugfix/noid/fix-sharing-lighthouse-issues Fix sharing panel lighthouse warnings
2022-07-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-23Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz
Avoid calendar & addressbook activities being created on user being deleted
2022-07-22Fix sharing panel lighthouse warningsVincent Petry
Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-22Merge pull request #33306 from nextcloud/bugfix/32350/rename-files-settingsVincent Petry
Rename files settings on the bottom left
2022-07-22Reset user status based on message ID onlybugfix/33314/allow-reseting-status-only-with-message-idJoas Schilling
Since some statuses (call) can occure with different status (away and dnd) we need to reset only based on the message id. But as it can not be set by the user this is still save and okay. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21Change casing of settings labelbugfix/32350/rename-files-settingsVincent Petry
Co-authored-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-21Rename files settings on the bottom leftVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-21Merge pull request #32646 from jld3103/fix/user-status-heartbeat-apiCarl Schwan
Make user status heartbeat API publicly accessible