Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jan 2, 2023

  1. Merge pull request #35939 from nextcloud/bugfix/noid/update-status-da…

    …shboard-widget
    
    Update the user status dashboard widget and fix the icon color
    nickvergessen committed Jan 2, 2023
  2. Merge pull request #35820 from nextcloud/enh/noid/wording-new-app-pas…

    …sword-activity
    
    Avoid using the word 'password' in the APP_TOKEN_CREATED activity
    julien-nc committed Jan 2, 2023
  3. Merge pull request #28117 from nextcloud/bugfix/noid/dav-checksum-values

    Align checksum dav property with desktop client parsing
    juliushaertl committed Jan 2, 2023
  4. Update the user status dashboard widget and fix the icon color

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Jan 2, 2023
  5. avoid using the word 'password' in the APP_TOKEN_CREATED activity

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Jan 2, 2023

Commits on Dec 31, 2022

  1. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 31, 2022

Commits on Dec 30, 2022

  1. Align checksum dav property with desktop client parsing

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Dec 30, 2022
  2. fix(actions): php-lint

    Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
    skjnldsv committed Dec 30, 2022
  3. Merge pull request #35911 from nextcloud/fix/workflows-8.0

    chore(actions): update php min supported to 8.0
    skjnldsv committed Dec 30, 2022
  4. chore(actions): bring back php 8.2 lint

    Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
    Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
    skjnldsv and nickvergessen committed Dec 30, 2022

Commits on Dec 29, 2022

  1. Merge pull request #35913 from nextcloud/revert-35891-fix/34755/disab…

    …le-setimageformat
    
    Revert "avatar generation - disable setimageformat"
    szaimen committed Dec 29, 2022
  2. Fix psalm issues related to signature changes from PHP 8.0

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and skjnldsv committed Dec 29, 2022
  3. Revert "avatar generation - disable setimageformat"

    Signed-off-by: Simon L <szaimen@e.mail.de>
    szaimen committed Dec 29, 2022
  4. 8.2 is not supported yet

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv committed Dec 29, 2022
  5. fix(actions): Update psalm github action

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv committed Dec 29, 2022
  6. chore(actions): update php min supported to 8.0

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv committed Dec 29, 2022
  7. Merge pull request #35912 from nextcloud/fix/lockfile

    chore(npm): fix lockfile
    skjnldsv committed Dec 29, 2022
  8. chore(npm): fix lockfile

    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 29, 2022
  9. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 29, 2022

Commits on Dec 28, 2022

  1. Merge pull request #35881 from nextcloud/dev/fix-config-template

    improve sample.config.php parameter descriptions
    szaimen committed Dec 28, 2022
  2. Merge pull request #35897 from nextcloud/fix/35896/fix-video-fullscreen

    fix video fullscreen on public page
    szaimen committed Dec 28, 2022
  3. Fix comments in sample config to be correctly marked as verbatim

    The comments were not marked as verbatim and thus the Sphinx compiler to generate
    the online admin manual interpreted backslashes as special chars. They disappeared
    from the output.
    By adding ``, it is marked as verbatim and the backslashes are not removed.
    
    Signed-off-by: Christian Wolf <github@christianwolf.email>
    christianlupus committed Dec 28, 2022
  4. Merge pull request #35870 from quentinguidee/refine-about-files

    Refine file comments design
    szaimen committed Dec 28, 2022

Commits on Dec 27, 2022

  1. fix video fullscreen on public page

    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 Dec 27, 2022
  2. Merge pull request #35891 from nextcloud/fix/34755/disable-setimagefo…

    …rmat
    
    avatar generation - disable setimageformat
    szaimen committed Dec 27, 2022
  3. Merge pull request #35889 from nextcloud/artonge/fix/checkout_branch_…

    …in_cypress_tests
    
    Checkout current branch in cypress tests in CI
    artonge committed Dec 27, 2022
  4. avatar generation - disable setimageformat

    Signed-off-by: Simon L <szaimen@e.mail.de>
    szaimen committed Dec 27, 2022
  5. Checkout current branch in cypress tests in CI

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Dec 27, 2022
  6. Fix some issues that were not yet introduced in changes to sample config

    This should not change anything but fix some documentation issues.
    This change should not change anything in the implemenetation.
    
    Signed-off-by: Christian Wolf <github@christianwolf.email>
    christianlupus committed Dec 27, 2022
  7. Reorder the sample config file in order to have a cleaner structure a…

    …nd better sectioning in the online manual
    
    The change should only affect the conmments and reorder the config lines
    
    Copy modifications from nextcloud/documentation#9166 into sample config file
    
    Signed-off-by: Christian Wolf <github@christianwolf.email>
    christianlupus committed Dec 27, 2022
  8. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 27, 2022

Commits on Dec 26, 2022

  1. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 26, 2022

Commits on Dec 25, 2022

  1. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 25, 2022

Commits on Dec 24, 2022

  1. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Dec 24, 2022

Commits on Dec 23, 2022

  1. Merge pull request #35795 from nextcloud/enh/35770-Replace_custom_too…

    …ltips_with_native_one_for_files
    
    Replace custom tooltips with native ones in files
    JuliaKirschenheuter committed Dec 23, 2022
Older