Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 292e982
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b49804
Choose a head ref
  • 20 commits
  • 33 files changed
  • 9 contributors

Commits on Sep 26, 2019

  1. Add method to check if directory exists

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and Backportbot committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    22c937b View commit details
    Browse the repository at this point in the history
  2. Rename $location to $path

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and Backportbot committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c0649be View commit details
    Browse the repository at this point in the history
  3. Change visibility to private (from protected)

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and Backportbot committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    97e1241 View commit details
    Browse the repository at this point in the history
  4. Fill directory cache from opendir

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and Backportbot committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    812402f View commit details
    Browse the repository at this point in the history
  5. Don't strip path from directory prefix

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and Backportbot committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    bb16bd8 View commit details
    Browse the repository at this point in the history
  6. Use local variable for directory name

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and Backportbot committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    32b3064 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Correctly detect the mimetype from uploads

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and Backportbot committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3c937ca View commit details
    Browse the repository at this point in the history
  2. add (hidden) option to configure smb timeout

    hidden from ui to prevent clutter
    
    ```occ files_external:config <mount> timeout 30```
    
    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and Backportbot committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    14a1bdb View commit details
    Browse the repository at this point in the history
  3. Update apps/files_external/lib/Lib/Backend/SMB.php

    Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
    2 people authored and Backportbot committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    70ab6b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    55c94b2 View commit details
    Browse the repository at this point in the history
  2. Bring the default font size up to 15px

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and Backportbot committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    477af8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17309 from nextcloud/backport/17228/stable17

    [stable17] Bring the default font size up to 15px
    skjnldsv authored Sep 28, 2019
    Configuration menu
    Copy the full SHA
    ea1d40f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    3207bdd View commit details
    Browse the repository at this point in the history
  2. Revert "[stable17] Bring the default font size up to 15px" (#17330)

    Revert "[stable17] Bring the default font size up to 15px"
    skjnldsv authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    e9b27b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17273 from nextcloud/backport/14913/stable17

    [stable17] Fix directory detection for s3
    rullzer authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    028568c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17295 from nextcloud/backport/17286/stable17

    [stable17] Correctly detect the mimetype from uploads
    rullzer authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7cceb66 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Use handlebars from node_modules (on CI)

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and skjnldsv committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    5d98f3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17348 from nextcloud/backport/stable17fix/hbs-com…

    …pile-script
    
    [stable17] Use handlebars from node_modules (on CI)
    rullzer authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    95ea467 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17298 from nextcloud/backport/17258/stable17

    [stable17] add (hidden) option to configure smb timeout
    rullzer authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    20ffc55 View commit details
    Browse the repository at this point in the history
  4. Position fixed for .toastify.toast

    Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
    zorn-v authored and rullzer committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    1b49804 View commit details
    Browse the repository at this point in the history
Loading