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

Realign with master and add new features #1

Merged
merged 76 commits into from
Mar 30, 2024
Merged

Commits on Aug 26, 2023

  1. feat: add new folder button to move/create dialogs (filebrowser#2667)

    
    ---------
    
    Co-authored-by: Oleg Lobanov <[email protected]>
    ArthurMousatov and o1egl committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5994224 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. fix: refactor path resolution logic for project root (filebrowser#2674)

    ---------
    
    Co-authored-by: MAERYO <[email protected]>
    maeryo and MAERYO committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    95fec7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a404fb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    aa00c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    d0c3b80 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    36af01d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecdd684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584b706 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.25.0

    o1egl committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c1fb400 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38f7788 View commit details
    Browse the repository at this point in the history
  6. docs: add demo url to README

    o1egl committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    01f7842 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    bd3c194 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    9484454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c3aea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdcd9a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd808f View commit details
    Browse the repository at this point in the history
  5. build(deps): bump @babel/traverse in /frontend (filebrowser#2775)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bb4bb50 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump golang.org/x/net from 0.11.0 to 0.17.0 (filebrowser…

    …#2758)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
    - [Commits](golang/net@v0.11.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d574fb6 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump postcss from 8.4.27 to 8.4.31 in /frontend (fil…

    …ebrowser#2749)
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.27...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    21d361a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a31af6 View commit details
    Browse the repository at this point in the history
  9. feat: add modern greek translation (filebrowser#2778)

    
    ---------
    
    Co-authored-by: Oleg Lobanov <[email protected]>
    waseigo and o1egl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c3079d3 View commit details
    Browse the repository at this point in the history
  10. feat: make user session timeout configurable (filebrowser#2753)

    Co-authored-by: Oleg Lobanov <[email protected]>
    darddan and o1egl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7fabadc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da1fe7c View commit details
    Browse the repository at this point in the history
  12. build(deps): bump golang.org/x/image from 0.5.0 to 0.10.0 (filebrowse…

    …r#2800)
    
    Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.10.0.
    - [Commits](golang/image@v0.5.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/image
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a744bd2 View commit details
    Browse the repository at this point in the history
  13. fix: goreleaser yaml

    o1egl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4d0a68e View commit details
    Browse the repository at this point in the history
  14. chore(release): 2.26.0

    o1egl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a4cb813 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix: set correct port in docker healthcheck (filebrowser#2812)

    When the `FB_PORT` environment variable is set, respect its value. Otherwise, pick the port from the configuration.
    efrecon committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d59ad59 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    4dbc802 View commit details
    Browse the repository at this point in the history
  2. feat: display image resolutions in file details (filebrowser#2830)

    
    ---------
    
    Co-authored-by: MAERYO <[email protected]>
    maeryo and MAERYO committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a09dfa8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. build(deps-dev): bump vite from 4.4.9 to 4.4.12 in /frontend (filebro…

    …wser#2862)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.12.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fc2ee37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391a078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfafefa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (filebrow…

    …ser#2890)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    821fba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da59532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    748af71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3264cea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc04578 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    479d7e7 View commit details
    Browse the repository at this point in the history
  2. Fix modification hover date

    omalk98 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    72f3ae6 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    929a693 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    c4e955a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. chore(release): 2.27.0

    o1egl committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    04e03a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    5c5ab6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b089a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a05f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    883383a View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump vite from 4.4.12 to 4.5.2 in /frontend (filebro…

    …wser#2951)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bf36cc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f6c473 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70c8261 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81cd8fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62f0dfb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff9502f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b19710e View commit details
    Browse the repository at this point in the history
  12. feat: prompt to confirm discard editor changes (filebrowser#2948)

    * chore: update he.json
    
    * feat: prompt to confirm discard editor changes
    
    ---------
    
    Co-authored-by: Oleg Lobanov <[email protected]>
    ShlomoCode and o1egl committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fb1a09c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2cfee21 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d49c3df View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    34a0817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5487ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d7ba65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfad873 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe5ca74 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e167c3e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    cdf8def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dddc8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d706506 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. build(deps): bump google.golang.org/protobuf in /tools (filebrowser#3044

    )
    
    Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7797a4e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    4c233c3 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (f…

    …ilebrowser#3045)
    
    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    05bfae2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    9499d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce43cd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'vue3' into vue3

    omalk98 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    461d7a5 View commit details
    Browse the repository at this point in the history
  4. fix build errors

    omalk98 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    baa55fa View commit details
    Browse the repository at this point in the history
  5. format according to prettier

    omalk98 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    50d81f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c8a033 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. bug fixes due to merge

    omalk98 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0709474 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. directory listing bug fix

    omalk98 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e12b108 View commit details
    Browse the repository at this point in the history