FileBrowser with Docker

FileBrowser with Docker v2.49.0 Nulled

Changelog​

  • 119609c chore(release): 2.49.0
  • d48f566 feat: add "copy download link to clipboard" button to Share prompt (#5173)
  • 54306bd feat: Updates for project File Browser (#5566)
  • 33deedf chore(deps): update dependency vue-i18n to v11.2.1 (#5574)
  • 88d1eec chore(deps): update dependency eslint-plugin-vue to v10.6.0 (#5573)
  • 43db19f chore(deps): update all non-major dependencies (#5571)
  • a360f26 chore(deps): update actions/checkout action to v6 (#5572)
  • ab367a2 chore(deps): update all non-major dependencies (#5567)
  • 5df5508 chore: add govet, gocritic and revive
  • 6d5aa35 fix: display friendly error message for password validation on signup (#5563)
  • a3b5584 chore(deps): update dependency @vitejs/plugin-vue to v6.0.2 (#5564)
  • 8db2411 feat: add Bulgarian language

Changelog​

  • c284de9 chore(release): 2.48.2
  • 984ea7b fix: add transitionary support for FB_BASEURL
  • fd7b70c refactor: rename python for clarification
  • 13e3b46 chore(deps): update all non-major dependencies (#5560)

Flags and Environment Variables Improvements​

  • In the root command (filebrowser), all flags are now correctly available as environmental variables, except for --config flag. This was already supposed to be the case, but due to bugs in the implementation it didn't work properly.
  • When performing quick setup, all flags should be taken into account.
  • All configuration options that are available as flags should now properly update the configuration when using the config init and config set commands.
  • Flag names are now consistently in the lowerCamelCase format. All flags that were in a different format have been updated in a backwards compatible way. For a transitionary period of at least 6 months, both will work:
    • --dir-mode --> --dirMode
    • --hide-login-button --> --hideLoginButton
    • --create-user-dir --> --createUserDir
    • --minimum-password-length --> --minimumPasswordLength
    • --socket-perm --> --socketPerm
    • --disable-thumbnails --> --disableThumbnails
    • --disable-preview-resize --> --disablePreviewResize
    • --disable-exec --> --disableExec
    • --disable-type-detection-by-header --> --disableTypeDetectionByHeader
    • --img-processors --> --imageProcessors
    • --cache-dir --> --cacheDir
    • --token-expiration-time --> --tokenExpirationTime
    • --baseurl --> --baseURL
If some flag or environment variable is not working as intended, or if some option is not working, please report a bug.

Changelog​

  • d759ab0 chore(release): 2.48.1
  • 00323a8 chore: fix Taskfile commit when change
  • 420adea fix: options should only override if set

Changelog​

  • fb8d41e chore(release): 2.47.0
  • 0fadacc chore(docs): update CLI documentation
  • e24e1f1 feat: add TUS settings to the command line (#5556)
  • 5de4099 fix: exit 0 when gracefully shutting down (#5555)
  • d014931 docs: improved config
  • 2d9689d docs: add CLI usage and integrate generation in release
  • c4c1cea docs: remove partially incorrect env variables info
  • ceb5e72 feat: remove importer of v1 config (#5550)
  • ebc7d23 chore(deps): update dependency vue-tsc to v3.1.4 (#5551)
  • 23c4e45 chore: remove 'nolint' comments

Changelog​

  • 17f1e08 chore(release): 2.46.1
  • ffc8504 fix: remove duplicated 'hide-defaults' flag (is 'hideDefaults') (#5548)
  • 13814e1 fix: env key replacer and remove unused function (#5547)

Changelog​

Changelog​

  • de35dee chore(release): 2.44.1
  • dd88398 fix(auth): prevent integer overflow in logout timer using safeTimeout (#5470)
  • 97b8911 refactor: use slices.Contains to simplify code (#5483)
  • a397e73 fix: editor discard prompt doesn't save nor discard
  • d0039af fix: wrong url on settings branding link

Changelog​

  • 878cdfb chore(release): 2.44.0
  • 1165f00 feat: Updates for project File Browser (#5457)
  • 949ddff fix: some formatting issues with i18n files
  • c472542 fix: computation of file path
  • d29ad35 feat: Improved path display in the new file and directory modal (#5451)
  • 692ca5e fix(upload): throttle upload speed calculation to 100ms to avoid Infinity MB/s (#5456)
  • b9787c7 feat: allow setting ace editor theme (#3826)
  • dec7a02 feat: Translate frontend/src/i18n/en.json in no
  • 0eade71 feat: Updates for project File Browser (#5450)
  • e6c674b fix: show login when session token expires
  • 4ff247e feat: Updates for project File Browser (#5446)

Changelog​

  • 2f0c1f5 chore(release): 2.43.0
  • 0769265 revert: build(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14
  • 82dc57a chore(release): 2.43.0
  • 84e8632 feat: "save changes" button to discard changes dialog
  • 571ce6c feat: Translate frontend/src/i18n/en.json in es
  • 783503a fix: optimize markdown preview height
  • b482a9b refactor: to use strings.Lines
  • 36c6cc2 build(deps-dev): bump vite from 6.1.6 to 6.3.6 in /frontend
  • 8950585 feat: Updates for project File Browser (#5427)
  • 950028a build(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14
  • 280fa56 build(deps): bump github.com/go-viper/mapstructure/v2 in /tools
  • 6b1fa87 feat: Translate frontend/src/i18n/en.json in fr
### [2.42.5]

### Bug Fixes
* "new folder" button not working in the move and copy popup

### [2.42.4]

### Bug Fixes
* add libcap to Dockerfile.s6
Top