Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(files): drag and drop #42408

Closed
wants to merge 318 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 29, 2023

  1. fix(dav): Prioritize timezone from core/login

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and backportbot-nextcloud[bot] committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    00ba78f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41845 from nextcloud/backport/41818/stable28

    [stable28] fix(OOO): Make the returned data more explicit
    AndyScherzinger authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ec962bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41886 from nextcloud/backport/41866/stable28

    [stable28] fix(dav): Prioritize timezone from core/login
    ChristophWurst authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1b8e30d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41868 from nextcloud/mime-type-msg-eml-28

    [stable28] fix: add mimetype for eml and msg
    ChristophWurst authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    64c7221 View commit details
    Browse the repository at this point in the history
  5. fix(dav): Convert dates without tz drift

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and AndyScherzinger committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ac782a1 View commit details
    Browse the repository at this point in the history
  6. fix(dav): Timezone drift of OOO event

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and AndyScherzinger committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b11da9c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #41873 from nextcloud/backport/41703/stable28

    [stable28] fix(dav): Convert dates without tz drift
    blizzz authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c967da3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #41811 from nextcloud/backport/41778/stable28

    [stable28] fix(dav): don't schedule out-of-office jobs for dates in the past
    blizzz authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7407afb View commit details
    Browse the repository at this point in the history
  9. update @nextcloud/upload to 1.0.2

    Signed-off-by: Simon L <szaimen@e.mail.de>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    szaimen authored and nextcloud-command committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5f2b03c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6cdfa51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41912 from nextcloud/update/vue/stable28

    [stable28] update @nextcloud/upload to 1.0.2
    szaimen authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a1434af View commit details
    Browse the repository at this point in the history
  3. fix(theming): Fix color inverted icons based on theming and dark mode

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    217753d View commit details
    Browse the repository at this point in the history
  4. Fix more active entry icons

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    32ec76e View commit details
    Browse the repository at this point in the history
  5. Synchronize operation on live photo files

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and backportbot-nextcloud[bot] committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    86d88f6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #41920 from nextcloud/backport/41855/stable28

    [stable28] fix(theming): Fix color inverted icons based on theming and dark mode
    szaimen authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0561b11 View commit details
    Browse the repository at this point in the history
  7. Always emit search event

    For BOD, it's better to always emit the search event so
     apps (all of which we don't know) responding to this effect would receive notifications when
    the search happens within these apps.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    df7a190 View commit details
    Browse the repository at this point in the history
  8. fix(core): app icon alignment in app menu

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme authored and backportbot-nextcloud[bot] committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7c00a08 View commit details
    Browse the repository at this point in the history
  9. chore(assets): recompile assets

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme authored and backportbot-nextcloud[bot] committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2c2a855 View commit details
    Browse the repository at this point in the history
  10. Improve share logic for enforced password & expiry date

    * It's possible for the admin to enforce and expiry date after, some
     shares have been created. This commit makes possible to update the
     share with the new admin constraints.
    
    * This commit would users to modify enforced expiry to anything within
     range and less than the enforced limit in the pre-create dialog for public
     shares.
    
    * This commit fixes, unable to update share without updating password.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    efc385d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ad8426 View commit details
    Browse the repository at this point in the history
  12. Enable new global search by default

    The new global search would now be activated by default and users,
     have the option to revert to the old unified search by setting `unified_search.enabled`
    to true in the NC `config.php` file.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Fenn-CS authored and nextcloud-command committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bd117d2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #41921 from nextcloud/backport/41765/stable28

    [stable28] Synchronize operation on live photo files
    artonge authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    996d94a View commit details
    Browse the repository at this point in the history
  14. Handle close GlobalSearchModal gracefully

    The current close infrastructure modifies a prop which has
     no real effect aside bugs.
    
    In addition, calling the `NcModal.close()` as the primary way to
     close the search modal instead of using the states defined in `GlobalSearch` view
     causing re-open bugs (Modal cannot open, needs to click twice, and other weird stuff).
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Fenn-CS authored and nextcloud-command committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    daafc73 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #41934 from nextcloud/41885-manual-backport

    [stable28]  Improve share logic for enforced password & expiry date
    AndyScherzinger authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    16190c7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #41933 from nextcloud/41729-manual-backport

    [stable28]  Enable new global search by default #41729
    Fenn-CS authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    46fa012 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #41930 from nextcloud/41792-manual-backport

    [stable28]  Handle close GlobalSearchModal gracefully #41792
    Fenn-CS authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    eeaf2a0 View commit details
    Browse the repository at this point in the history
  18. Improve accesibility for search tags/chips

    - Use stand font of filter tags/chips
    - No bold
    - Use close icon and no close thick
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6fa6170 View commit details
    Browse the repository at this point in the history
  19. Unbold user names in SearchableList

    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8ec0f24 View commit details
    Browse the repository at this point in the history
  20. Fix date filter wording & improve search feedback

    - Show loading when actually loading, instead of no content
    - Change modified label to `Date` as it applies to a bunch of things.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Fenn-CS committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    47cd940 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #41925 from nextcloud/41781-manual-backport

    [stable28] UI updates for global search
    susnux authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fdaa6e7 View commit details
    Browse the repository at this point in the history
  22. Migrate openResult method to SearchResult component

    After moving the `SearchResult` to its own component and leaving
     out the openResult method, the search results do not lead anywhere but
     but error out.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Fenn-CS authored and susnux committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    71d7a99 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #41929 from nextcloud/41785-manual-backport

    [stable28] Migrate openResult method to SearchResult component
    AndyScherzinger authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2bc87dd View commit details
    Browse the repository at this point in the history
  24. Merge pull request #41932 from nextcloud/backport/41923/stable28

    [stable28] fix(core): app icon alignment in app menu
    susnux authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    20de1ec View commit details
    Browse the repository at this point in the history
  25. chore: Update @nextcloud/vue to 8.3.0

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    048cf59 View commit details
    Browse the repository at this point in the history
  26. fix: Update dav snapshots

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cc3e0f9 View commit details
    Browse the repository at this point in the history
  27. fix(cypress): Adjust user columns tests to be more specific when sele…

    …cting a modal
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a9f6050 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #41943 from nextcloud/fix/stable28-update-vue

    [stable28] Update `@nextcloud/vue` to 8.3.0
    blizzz authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9bcb777 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    45e5715 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #41945 from nextcloud/fix/stable28-cypress-global-…

    …search-modal
    
    [stable28] fix(cypress): Adjust user columns tests
    AndyScherzinger authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ba53734 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8b3161e View commit details
    Browse the repository at this point in the history
  2. fix(copyright): Fix copyright doc blocks

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot-nextcloud[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f65eba5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41956 from nextcloud/backport/41928/stable28

    [stable28] fix(copyright): Fix copyright doc blocks
    nickvergessen authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ffbc8c9 View commit details
    Browse the repository at this point in the history
  4. fix(CI): Fix video verification tests

    Searching for "master" doesn't work when the app switches to "main"
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ab788f5 View commit details
    Browse the repository at this point in the history
  5. feat(out-of-office): Add OCS endpoint to set and clear absence

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7bfeeae View commit details
    Browse the repository at this point in the history
  6. feat(out-of-office): Migrate frontend to OCS endpoint

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d5f3710 View commit details
    Browse the repository at this point in the history
  7. fix(out-of-office)!: Remove non OCS endpoint

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bdf3b46 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #41963 from nextcloud/backport/41957/stable28

    [stable28] feat(out-of-office): Add OCS endpoint to set and clear absence
    nickvergessen authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3854950 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #41960 from nextcloud/bugfix/noid/fix-video-verifi…

    …cation-tests
    
    fix(CI): Fix video verification tests
    nickvergessen authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ed809fd View commit details
    Browse the repository at this point in the history
  10. fix(dav): Allow single-day out of office

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3b30b2f View commit details
    Browse the repository at this point in the history
  11. fix(TextProcessing): Make task type template param covariant

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and backportbot-nextcloud[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2d65838 View commit details
    Browse the repository at this point in the history
  12. fix(files_external): Fix "Could not find resource main.js to load"

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and emoral435 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dec04ec View commit details
    Browse the repository at this point in the history
  13. Add comment in SyncLivePhotosListener

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    263f9e1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #41941 from nextcloud/backport/41924/stable28

    [stable28] Add comment in SyncLivePhotosListener
    artonge authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    917e271 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1149706 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41967 from nextcloud/fix/dav/single-day-ooo-stable28

    [stable28] fix(dav): Allow single-day out of office
    nickvergessen authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6380a38 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ca5da4f View commit details
    Browse the repository at this point in the history
  2. chore(deps): fix npm audit

    Signed-off-by: GitHub <noreply@github.com>
    nextcloud-command authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    82e6627 View commit details
    Browse the repository at this point in the history
  3. fix(files): Remove aria-label from span and move to favorite icon

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9301784 View commit details
    Browse the repository at this point in the history
  4. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    cd4d680 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #41978 from nextcloud/backport/41953/stable28

    [stable28] fix(files): Move aria-label for favorite icon from span to icon
    susnux authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    41ece3b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3ef484d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41955 from nextcloud/backport/41766/stable28

    [stable28] fix(files_external): Fix "Could not find resource main.js to load"
    nickvergessen authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0744821 View commit details
    Browse the repository at this point in the history
  3. fix(TemplateManager): Bail early if templatedirectory is empty

    fixes #39266
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d95c3ed View commit details
    Browse the repository at this point in the history
  4. fix(security): Handle idn_to_utf8 returning false

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    704751f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6dd719 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42005 from nextcloud/backport/41999/stable28

    [stable28] fix(security): Handle idn_to_utf8 returning false
    nickvergessen authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a5eaa56 View commit details
    Browse the repository at this point in the history
  7. fix(metadata): Allow to load metadata of multiple files at once

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4ce175b View commit details
    Browse the repository at this point in the history
  8. fix(metadata): Fix copy-paste doc block throws

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c6acd3f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #42010 from nextcloud/backport/42008/stable28

    [stable28] fix(metadata): Allow to load metadata of multiple files at once
    nickvergessen authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9ab8020 View commit details
    Browse the repository at this point in the history
  10. Migrate missing column database check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d0a72a1 View commit details
    Browse the repository at this point in the history
  11. Migrate missing index database check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e48e67b View commit details
    Browse the repository at this point in the history
  12. Migrate missing primary key database check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fc2467c View commit details
    Browse the repository at this point in the history
  13. Switch from deprecated hasPrimaryKey to getPrimaryKey function

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b75affa View commit details
    Browse the repository at this point in the history
  14. fix(tests) Fix CheckSetupControllerTest

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bd9a5df View commit details
    Browse the repository at this point in the history
  15. Missing things in database should be warning, not info

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e57d31f View commit details
    Browse the repository at this point in the history
  16. fix(files): allow any throwable in logException

    If a TypeError is passed here, it in turn causes a TypeError which
    kills the rendering of the error page.
    
    Signed-off-by: Varun Patil <varunpatil@ucla.edu>
    pulsejet authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a7586cc View commit details
    Browse the repository at this point in the history
  17. enh(LDAP): implement IIsAdmin interface

    - add configuration to specify one LDAP group acting as admin group (CLI)
    - implement `isAdmin()` method, basically relying on inGroup against the
      configured group
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d8215fb View commit details
    Browse the repository at this point in the history
  18. enh(LDAP): add occ command to promote an LDAP group to admin

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    668d2bc View commit details
    Browse the repository at this point in the history
  19. feat(LDAP): warn about demoting a group while promoting another

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and backportbot-nextcloud[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    26465f3 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #42013 from nextcloud/backport/41460/stable28

    [stable28] Migrate database missing checks
    AndyScherzinger authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    875b651 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    782160a View commit details
    Browse the repository at this point in the history
  2. +files_metadata_installed

    Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
    ArtificialOwl authored and backportbot-nextcloud[bot] committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4d89d9c View commit details
    Browse the repository at this point in the history
  3. fix(files): Remove confusing table header labels

    For screen readers the table header was very verbose and confusing,
    as the SR reads out e.g. "sort list by name button FILENAME" for every row / file.
    Instead reduce it to "name button FILENAME" and add information about sorting to caption, as recommended by WCAG [1]
    
    [1]: https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9d6c2ae View commit details
    Browse the repository at this point in the history
  4. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6f4dc60 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #41991 from nextcloud/fix/backport-table-labels

    [stable28]  fix(files): Remove confusing table header labels
    susnux authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4a14b6e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42026 from nextcloud/backport/42019/stable28

    [stable28] +files_metadata_installed
    AndyScherzinger authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7ae780b View commit details
    Browse the repository at this point in the history
  7. fix(files): Allow to drag and drop new files also on empty directories

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    89e01ea View commit details
    Browse the repository at this point in the history
  8. fix(files): Show error message if drag-and-drop upload fails

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    96c477d View commit details
    Browse the repository at this point in the history
  9. fix(config): Adjust typescript config to allow .ts imports and Type…

    …script in Vue files
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e210caf View commit details
    Browse the repository at this point in the history
  10. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b1a6031 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #42017 from nextcloud/backport/41650/stable28

    [stable28] feat(LDAP): implement IIsAdmin interface
    blizzz authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    034241b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #41990 from nextcloud/fix/backport-28-drag-n-drop

    [stable28] fix(files): Allow to drag and drop new files also on empty directories
    susnux authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    77970de View commit details
    Browse the repository at this point in the history
  13. fix(files): Correct condition for checking copy/move into same directory

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f695df8 View commit details
    Browse the repository at this point in the history
  14. enh(files): Add cypress tests for copy and move

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    052db62 View commit details
    Browse the repository at this point in the history
  15. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3d32e74 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #41989 from nextcloud/backport/28-logic-files

    [stable28] fix(files): Reverse logic to prevent copy to itself
    susnux authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3a09ddc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    52aadb5 View commit details
    Browse the repository at this point in the history
  18. fix: Properly take show_hidden user setting into account for file lis…

    …ting
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6a938e1 View commit details
    Browse the repository at this point in the history
  19. fix: Also filter out undefined entries from the file list

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    52b9028 View commit details
    Browse the repository at this point in the history
  20. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    88e9925 View commit details
    Browse the repository at this point in the history
  21. fix(UnifiedSearch): Move headings out of list elements

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6c49c3e View commit details
    Browse the repository at this point in the history
  22. fix: Adjust code to be Vue 2.7 compatible as key on <template> is…

    … Vue3 only
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    acf619b View commit details
    Browse the repository at this point in the history
  23. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fd580e5 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #42032 from nextcloud/backport/unified-search-head…

    …ings
    
    [stable28] fix(UnifiedSearch): Move headings out of list element (invalid HTML)
    susnux authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4ece2f2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    178ce1f View commit details
    Browse the repository at this point in the history
  26. fix(files): Adjust table header to look like on previous versions

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    814ebcd View commit details
    Browse the repository at this point in the history
  27. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c1c8b92 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #41976 from nextcloud/fix/stable28-fix-table-header

    [stable28] fix(files): Adjust table header to look like on previous versions
    AndyScherzinger authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    680c4ae View commit details
    Browse the repository at this point in the history
  29. Merge pull request #41969 from nextcloud/backport/41844/stable28

    [stable28] fix(TextProcessing): Add task type template param to IManager and registerTPProvider
    AndyScherzinger authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fa1c1ac View commit details
    Browse the repository at this point in the history
  30. enh(settings): Load from disabled users endpoint

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 7affbba)
    Pytal authored and AndyScherzinger committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c7fc085 View commit details
    Browse the repository at this point in the history
  31. chore: compile assets

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and AndyScherzinger committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e32d383 View commit details
    Browse the repository at this point in the history
  32. Invert parameter order in getDisabledUserList to be consistent

    This matches what was done in the calls and so fixes getting disabled
     user list when there are several backends returning disabled users.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    (cherry picked from commit 85e7887)
    come-nc authored and AndyScherzinger committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a9d86c1 View commit details
    Browse the repository at this point in the history
  33. fix(dav): Make current ooo info time-dependent

    * If there is an out of office absence info and it happens now -> return
      data
    * Else: return no data
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and AndyScherzinger committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    df4a76a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    819d474 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42029 from nextcloud/backport/41962/stable28

    [stable28] fix(dav): Make current ooo info time-dependent
    nickvergessen authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    675d25e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41949 from nextcloud/backport/stable28/40169

    [stable28] enh(settings): Load from disabled users endpoint
    AndyScherzinger authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b10f72f View commit details
    Browse the repository at this point in the history
  4. Fix AppSettingsController.php overwriting currentLanguage

    Fix for CurrentLanguage being overwritten by currentVersion thus breaking App-View
    
    Signed-off-by: 1 Man Projects <reed@1manprojects.de>
    1manprojects authored and backportbot-nextcloud[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7c40700 View commit details
    Browse the repository at this point in the history
  5. chore: Update @nextcloud/dialogs to version 5.0.3

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9e0b231 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42050 from nextcloud/backport/42044/stable28

    [stable28] Fix AppSettingsController.php overwriting currentLanguage
    nickvergessen authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    330ab5f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #42057 from nextcloud/backport/stable28-dialogs

    [stable28] chore: Update `@nextcloud/dialogs` to version 5.0.3
    susnux authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dce63ce View commit details
    Browse the repository at this point in the history
  8. Update .drone.yml signature

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0577c9a View commit details
    Browse the repository at this point in the history
  9. fix(files): Correctly handle dropping folders on file list

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and AndyScherzinger committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5700db2 View commit details
    Browse the repository at this point in the history
  10. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and AndyScherzinger committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    05df9ac View commit details
    Browse the repository at this point in the history
  11. fix(theming): Adjust dark theme to be accessible adjust cypress tests

    Also fix warning text color for bright / default theme on blurry background
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and AndyScherzinger committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c7ea556 View commit details
    Browse the repository at this point in the history
  12. Correct semantics for link opening in global search

    Following the update of `NcListItem` to allow control over
     where and how passed `hrefs` open, the search result component
     can now make use of these props.
    
    See : nextcloud-libraries/nextcloud-vue#4923
    
    Resolves :  #41800
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS authored and backportbot-nextcloud[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a728bcd View commit details
    Browse the repository at this point in the history
  13. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and backportbot-nextcloud[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9ba9493 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #42071 from nextcloud/fix/stable28/files-handle-dr…

    …op-folders-correctly
    
    [stable28] fix(files): Correctly handle dropping folders on file list
    susnux authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    465f216 View commit details
    Browse the repository at this point in the history
  15. fix: Properly fetch version from shared files by accessing the owner …

    …storage version
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and AndyScherzinger committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b9e7ec4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #42069 from nextcloud/backport/41948/stable28

    [stable28] fix(theming): Adjust dark theme to be accessible adjust cypress tests
    susnux authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    01db5d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    252477f View commit details
    Browse the repository at this point in the history
  2. fix look of personal global credentials settings

    Signed-off-by: Simon L <szaimen@e.mail.de>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    szaimen authored and AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    26b9272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9894a22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9abfa0 View commit details
    Browse the repository at this point in the history
  5. fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…

    … thrown
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    705f236 View commit details
    Browse the repository at this point in the history
  6. fix(dav): Improve handling and logging of bulk upload failures

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e8492bc View commit details
    Browse the repository at this point in the history
  7. Create element reference inside $nextTick()

    Accessing `this.$refs.shareList` outside $nextTick()
     could lead to the holder (`listComponent`) being undefined
     as the ref is yet to exist.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS authored and AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9c67ae4 View commit details
    Browse the repository at this point in the history
  8. Remove newPassword from share model, if disabled

    It's important to delete the `newPassword` prop from the share
     model, if the user unchecks the isPasswordProtected checkbox.
    
    This clearer and allows for the unchecking to actually work as
    `this.$set()` fails with the falsy value `''`.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS authored and AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8a67fc4 View commit details
    Browse the repository at this point in the history
  9. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    06eda7a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #42073 from nextcloud/backport/42062/stable28

    [stable28] Correct semantics for link opening in global search
    AndyScherzinger authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    13f0bad View commit details
    Browse the repository at this point in the history
  11. 28.0.0 RC3

    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    AndyScherzinger committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f4275c2 View commit details
    Browse the repository at this point in the history
  12. enh(NavigationManager): Use ID as fallback for app property of entries

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and backportbot-nextcloud[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b82a7d6 View commit details
    Browse the repository at this point in the history
  13. enh(files): Add files navigation label

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and backportbot-nextcloud[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4ad7360 View commit details
    Browse the repository at this point in the history
  14. enh(settings): Add apps and user management navigation labels

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and backportbot-nextcloud[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b4bc7f3 View commit details
    Browse the repository at this point in the history
  15. chore(assets): Recompile JS

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    475d2b2 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #42082 from nextcloud/backport/41937/stable28

    [stable28] fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…
    nickvergessen authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    24606a9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #42087 from nextcloud/backport/42001/stable28

    [stable28] fix(dav): Improve handling and logging of bulk upload failures
    nickvergessen authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    95f82d7 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #42088 from nextcloud/backport/42055/stable28

    [stable28] enh(NavigationManager): Use ID as fallback for `app` property of entries
    AndyScherzinger authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d147641 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #42089 from nextcloud/backport/42077/stable28

    [stable28] enh(a11y): Add navigation labels
    AndyScherzinger authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    17696ac View commit details
    Browse the repository at this point in the history
  20. Merge pull request #42076 from nextcloud/backport/42067/stable28

    [stable28] Fix some silent share bugs
    artonge authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0697900 View commit details
    Browse the repository at this point in the history
  21. Change global search UI text to unified search

    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    050a0bf View commit details
    Browse the repository at this point in the history
  22. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a90844e View commit details
    Browse the repository at this point in the history
  23. Merge pull request #41983 from nextcloud/automated/noid/stable28-fix-…

    …npm-audit
    
    [stable28] Fix npm audit
    artonge authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1675c79 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #42105 from nextcloud/42101-stable28-backport

    [stable28] Change global search UI text to unified search
    blizzz authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ceb3975 View commit details
    Browse the repository at this point in the history
  25. fix(files): Adjust reference picker for new vue file picker

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and Pytal committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c3907dc View commit details
    Browse the repository at this point in the history
  26. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and Pytal committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6ea6048 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #42103 from nextcloud/fix/stable28-reference-picker

    [stable28]  fix: Adjust reference picker code for the vue based FilePicker
    blizzz authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4a77f28 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3ac0dec View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    cd42812 View commit details
    Browse the repository at this point in the history
  2. fix(core): add translations on the login page

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme authored and backportbot-nextcloud[bot] committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1adffd4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update openapi-extractor

    Signed-off-by: jld3103 <jld3103yt@gmail.com>
    provokateurin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0f320e3 View commit details
    Browse the repository at this point in the history
  4. fix(l10n): fix translations for init scripts

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and backportbot-nextcloud[bot] committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8b5a444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46b6966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25cda7c View commit details
    Browse the repository at this point in the history
  7. 28.0.0 RC4

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e989cc6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #42119 from nextcloud/backport/42115/stable28

    [stable28] chore(deps): Update openapi-extractor
    blizzz authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e76713b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    478c8ca View commit details
    Browse the repository at this point in the history
  10. enh(settings): Set main heading for User management

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and backportbot-nextcloud[bot] committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fd20198 View commit details
    Browse the repository at this point in the history
  11. enh(settings): Set main heading for Apps

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and backportbot-nextcloud[bot] committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    291e56d View commit details
    Browse the repository at this point in the history
  12. fix(settings): Expected string aria-label got boolean error

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and backportbot-nextcloud[bot] committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8d82cff View commit details
    Browse the repository at this point in the history
  13. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    433ef6b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    6602b84 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9d7e1e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    12bafe1 View commit details
    Browse the repository at this point in the history
  2. 28.0.0

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    45ab3e1 View commit details
    Browse the repository at this point in the history
  3. fix(caldav): don't reuse query builder objects

    Signed-off-by: Anna Larch <anna@nextcloud.com>
    miaulalala authored and backportbot-nextcloud[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    043a252 View commit details
    Browse the repository at this point in the history
  4. fix rename

    Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
    ArtificialOwl authored and backportbot-nextcloud[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e80f85a View commit details
    Browse the repository at this point in the history
  5. fix(dav): Prevent out-of-office event time drifts

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and backportbot-nextcloud[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4757d3e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42159 from nextcloud/backport/42154/stable28

    [stable28] fix rename on live photos
    blizzz authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    53275e6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #42163 from nextcloud/backport/42142/stable28

    [stable28] fix(dav): Prevent out-of-office event time drifts
    blizzz authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c471de2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a33ffeb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #42164 from nextcloud/revert-42163-backport/42142/…

    …stable28
    
    Revert "[stable28] fix(dav): Prevent out-of-office event time drifts"
    blizzz authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4489c21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e15fcec View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    23177da View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0fcc884 View commit details
    Browse the repository at this point in the history
  2. Comment legacy file_metadata table migrations

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ba44843 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42108 from nextcloud/backport/42096/stable28

    [stable28] Comment legacy file_metadata table migrations
    artonge authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1638a3e View commit details
    Browse the repository at this point in the history
  4. fix(dav): Prevent out-of-office event time drifts

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and AndyScherzinger committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e622692 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #42166 from nextcloud/backport/42142/stable28

    [stable28] fix(dav): Prevent out-of-office event time drifts
    AndyScherzinger authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    fe63f6f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e359054 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42125 from nextcloud/backport/42112/stable28

    [stable28] enh(settings): Set main page heading
    susnux authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a54b910 View commit details
    Browse the repository at this point in the history
  3. fix(security): Update CA certificate bundle

    Signed-off-by: GitHub <noreply@github.com>
    nextcloud-command authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    78174bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42190 from nextcloud/automated/noid/stable28-upda…

    …te-ca-cert-bundle
    
    [stable28] fix(security): Update CA certificate bundle
    nickvergessen authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    892c0bf View commit details
    Browse the repository at this point in the history
  5. Wrap metadata generation in try/catch

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and backportbot-nextcloud[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    78de15a View commit details
    Browse the repository at this point in the history
  6. fix(files): Do not add drag and drop listeners when renaming a file

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bb16a2b View commit details
    Browse the repository at this point in the history
  7. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    040c767 View commit details
    Browse the repository at this point in the history
  8. fix(UnifiedSearch): Remove title prop from modal

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2551203 View commit details
    Browse the repository at this point in the history
  9. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e15034e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #42263 from nextcloud/backport/42198/stable28

    [stable28] Wrap metadata generation in try/catch
    artonge authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    056401b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #42277 from nextcloud/fix/backport-files-drag-handler

    [stable28] fix(files): Conditionally add drag handlers
    susnux authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    02e6cf7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #42278 from nextcloud/fix/backport-28-42183

    [stable28] fix(UnifiedSearch): Drop title prop
    AndyScherzinger authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2e9fb54 View commit details
    Browse the repository at this point in the history
  13. feat(files): add batch support to copy-move

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and AndyScherzinger committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bf85054 View commit details
    Browse the repository at this point in the history
  14. fix(files): templates logger usage

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and AndyScherzinger committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    aa7098c View commit details
    Browse the repository at this point in the history
  15. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    38419e2 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #42279 from nextcloud/backport/42124/stable28

    [stable28] feat(files): add batch support to copy-move
    AndyScherzinger authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7fa0c9d View commit details
    Browse the repository at this point in the history
  17. fix(files): navigation exact

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    skjnldsv authored and nextcloud-command committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a0692b6 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #42282 from nextcloud/backport/42095/stable28

    [stable28] fix(files): navigation exact
    AndyScherzinger authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    073b868 View commit details
    Browse the repository at this point in the history
  19. feat(settings): add occ commands to handle admin delegation

    Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
    Altahrim authored and AndyScherzinger committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    771db86 View commit details
    Browse the repository at this point in the history
  20. fix(a11y): Unified search headings

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Pytal authored and nextcloud-command committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    548e76a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    78b09f8 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #42131 from nextcloud/backport/42111/stable28

    [stable28] fix(a11y): Unified search headings
    AndyScherzinger authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d466cc0 View commit details
    Browse the repository at this point in the history
  23. fix(Users/Quota setting): Prevent floating point value from getting t…

    …runcated in locales other than english
    
    fixes #18468
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and AndyScherzinger committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    30016e1 View commit details
    Browse the repository at this point in the history
  24. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b4132ba View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    405fef9 View commit details
    Browse the repository at this point in the history
  2. enh(oauth2): allowed toggling of aria label

    Signed-off-by: Eduardo Morales <emoral435@gmail.com>
    emoral435 authored and backportbot-nextcloud[bot] committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c8f7970 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42106 from nextcloud/backport/42053/stable28

    [stable28] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english
    AndyScherzinger authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ad1e400 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42295 from nextcloud/backport/42132/stable28

    [stable28] enh(oauth2): allowed toggling of aria label
    emoral435 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    46f5ab8 View commit details
    Browse the repository at this point in the history
  5. [stable28] fix(dashboard): changed h3 elements to h2

    Signed-off-by: Eduardo Morales <emoral435@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    emoral435 authored and nextcloud-command committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    558a3af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42296 from nextcloud/backport/42268/stable28

    [stable28] fix(dashboard): changed h3 elements to h2
    AndyScherzinger authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    49bff0f View commit details
    Browse the repository at this point in the history
  7. fix(files): fix download file encoded source

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    skjnldsv authored and nextcloud-command committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fe631fa View commit details
    Browse the repository at this point in the history
  8. fix(core): Make sure correct colors are used on blurred background

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    susnux authored and nextcloud-command committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8d1d5f3 View commit details
    Browse the repository at this point in the history
  9. 28.0.1 RC1

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6f68d36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8942746 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #42152 from nextcloud/backport/42144/stable28

    [stable28] fix(caldav): don't reuse query builder objects
    nickvergessen authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    261de22 View commit details
    Browse the repository at this point in the history
  12. fix(files): Partly revert 32c1aeb and show correct quota again

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and skjnldsv committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a510d53 View commit details
    Browse the repository at this point in the history
  13. chore(deps): Bump @nextcloud/upload to 1.0.4

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    94e60a3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f2e1566 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cccac2a View commit details
    Browse the repository at this point in the history
  16. Merge pull request #42294 from nextcloud/backport/42283/stable28

    [stable28] fix: Ensure correct max contrast color is used when blurred background is used
    emoral435 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    42793ca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    01fad10 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c905125 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b2de759 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6146ddd View commit details
    Browse the repository at this point in the history
  2. fix(joblist): also reset last_run timestamp on updating an existing job

    Signed-off-by: Anna Larch <anna@nextcloud.com>
    miaulalala committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7d90fb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42316 from nextcloud/backport/42305/stable28

    [stable28] fix(joblist): also reset last_run timestamp on updating an existing job
    nickvergessen authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    36f9106 View commit details
    Browse the repository at this point in the history
  4. fix(ooo): add new ooo status with new emoji

    Signed-off-by: Anna Larch <anna@nextcloud.com>
    miaulalala authored and backportbot-nextcloud[bot] committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    deb4bef View commit details
    Browse the repository at this point in the history
  5. Don't query oc_properties for metadata props

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and backportbot-nextcloud[bot] committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    112063b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42357 from nextcloud/backport/42350/stable28

    [stable28] Don't query oc_properties for metadata props
    artonge authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4cbf64b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    96c9e1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42351 from nextcloud/backport/42304/stable28

    [stable28] fix(ooo): add new ooo status with new emoji
    nickvergessen authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1a45dd0 View commit details
    Browse the repository at this point in the history
  3. Use FileInfo's metadata for hidden prop

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and backportbot-nextcloud[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8cb5d47 View commit details
    Browse the repository at this point in the history
  4. Add global accessibility switch

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7ba9a4b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #42371 from nextcloud/artonge/backport/stable28/42353

    [stable28] Add global accessibility switch
    artonge authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    74be33f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42378 from nextcloud/backport/42349/stable28

    [stable28] Use FileInfo's metadata for hidden prop
    artonge authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    82e0f1f View commit details
    Browse the repository at this point in the history
  7. fix(userstatus): set user status to 'In a meeting' if calendar is busy

    Signed-off-by: Anna Larch <anna@nextcloud.com>
    miaulalala authored and backportbot-nextcloud[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5fd10dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1dda035 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    063d811 View commit details
    Browse the repository at this point in the history
  2. Update crl after revoke rides.csr

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ed7eb57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42400 from nextcloud/backport/42140/stable28

    [stable28] Update crl after revoke rides.csr
    nickvergessen authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    42dee2e View commit details
    Browse the repository at this point in the history
  4. fix(files): recursive drop path join

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and AndyScherzinger committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a404a84 View commit details
    Browse the repository at this point in the history
  5. fix(files): drag and drop events chain and cancel

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and AndyScherzinger committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c97be51 View commit details
    Browse the repository at this point in the history