Logo
Explore Help
Sign in
starred/tinyfilemanager
1
0
Fork
You've already forked tinyfilemanager
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2026-04-26 10:55:56 +03:00
Code Issues 253 Projects Releases 5 Packages Wiki Activity
5 releases 13 tags
  • 2.6 232fc78f2e

    2.6 Stable

    kerem released this 2024-11-05 03:18:15 +03:00 | 17 commits to master since this release

    📅 Originally published on GitHub: Tue, 05 Nov 2024 00:22:30 GMT
    🏷️ Git tag created: Tue, 05 Nov 2024 00:18:15 GMT

    What's New

    • Updated all CDN library versions
    • Improved the design and Dark theme colors
    • Login page ui cosmetic changes
    • Code format into more readable format
    • Removed unused code

    What's Changed

    • Complete French translation by @Guts in https://github.com/prasathmani/tinyfilemanager/pull/885
    • Fix phpdoc types by @mlocati in https://github.com/prasathmani/tinyfilemanager/pull/890
    • Update Italian translations by @mlocati in https://github.com/prasathmani/tinyfilemanager/pull/892
    • Fix the problem of login failure when $root_url is defined by @muink in https://github.com/prasathmani/tinyfilemanager/pull/896
    • Fix #897 by @nguyentranchung in https://github.com/prasathmani/tinyfilemanager/pull/898
    • Complete all Chinese translations by @ZhiweiWu0425 in https://github.com/prasathmani/tinyfilemanager/pull/901
    • Translation supplement by @ZhiweiWu0425 in https://github.com/prasathmani/tinyfilemanager/pull/902
    • Subfolder links fix by @cataalin in https://github.com/prasathmani/tinyfilemanager/pull/945
    • Bug fix: Delete confirm dialog will work wrong aflter cancel. by @fbotp in https://github.com/prasathmani/tinyfilemanager/pull/942
    • Removes sed command from Dockerfile by @efremovd in https://github.com/prasathmani/tinyfilemanager/pull/948
    • Fixes couple issues with confirmDailog by @efremovd in https://github.com/prasathmani/tinyfilemanager/pull/951
    • Fixes ajax ability to handle requests when auth disabled by @efremovd in https://github.com/prasathmani/tinyfilemanager/pull/952
    • Deploy path traversal fix by @minghongg in https://github.com/prasathmani/tinyfilemanager/pull/953
    • Fix french translation by @Oreloth in https://github.com/prasathmani/tinyfilemanager/pull/960
    • make upload chunk size configureable by @gebi in https://github.com/prasathmani/tinyfilemanager/pull/967
    • Added extensions and removed the duplicated entries by @alecos71 in https://github.com/prasathmani/tinyfilemanager/pull/968
    • AceEditor: hide vertical ruler by @esyede in https://github.com/prasathmani/tinyfilemanager/pull/973
    • Allow configuration for strict CSPs and GDPR by @fwiesweg in https://github.com/prasathmani/tinyfilemanager/pull/971
    • Publish additional docker tags by @ssams in https://github.com/prasathmani/tinyfilemanager/pull/975
    • Update Romanian translations by @sbivol in https://github.com/prasathmani/tinyfilemanager/pull/981
    • Prevent logout issue after page was cached by @ner00 in https://github.com/prasathmani/tinyfilemanager/pull/1004
    • tell git to always commit .php in unix-newlines by @divinity76 in https://github.com/prasathmani/tinyfilemanager/pull/1017
    • Check if posix_getpwuid/posix_getgrgid calls were successful by @m-ober in https://github.com/prasathmani/tinyfilemanager/pull/1023
    • use stream_copy_to_stream by @divinity76 in https://github.com/prasathmani/tinyfilemanager/pull/1014
    • added bengali translation by @joybiswas007 in https://github.com/prasathmani/tinyfilemanager/pull/1018
    • Fix upload of existing files, remove undefined variable and variable with constant value by @m-ober in https://github.com/prasathmani/tinyfilemanager/pull/1026
    • Fix typo. by @Maikuolan in https://github.com/prasathmani/tinyfilemanager/pull/1028
    • login (Redirecting to Main domain of website instead of tfm.php) fix by @xololunatic in https://github.com/prasathmani/tinyfilemanager/pull/1031
    • Add configurable path display modes for better privacy and clarity by @DannyDaemonic in https://github.com/prasathmani/tinyfilemanager/pull/1034
    • Resize preview image and implement zoom in/out by @ner00 in https://github.com/prasathmani/tinyfilemanager/pull/1036
    • Fix highlightjs_style in config.php being ignored by @bmsurber in https://github.com/prasathmani/tinyfilemanager/pull/1039
    • reduce feof() calls by @divinity76 in https://github.com/prasathmani/tinyfilemanager/pull/1041
    • Typo & make text bold by @ner00 in https://github.com/prasathmani/tinyfilemanager/pull/1042
    • random_bytes() only for >PHP7 by @paponius in https://github.com/prasathmani/tinyfilemanager/pull/1066
    • Update translation.json by @AJBassa in https://github.com/prasathmani/tinyfilemanager/pull/1083
    • Update tinyfilemanager.php by @gittonyp in https://github.com/prasathmani/tinyfilemanager/pull/1086
    • Fix wrong phpdoc of print_external() by @mlocati in https://github.com/prasathmani/tinyfilemanager/pull/1091
    • Disable excluded extension name from viewing by @torusrxxx in https://github.com/prasathmani/tinyfilemanager/pull/1151
    • fix: #52 Does not respect directory tree while uploading a folder containing sub-folders by @BANKA2017 in https://github.com/prasathmani/tinyfilemanager/pull/1056
    • Add --no-cache to 'apk add' command in order to reduce docker image size by @mahyard in https://github.com/prasathmani/tinyfilemanager/pull/1191
    • Fix #963 by @ijortengab in https://github.com/prasathmani/tinyfilemanager/pull/969
    • Expanded the list of files recognized as compressed by @nerun in https://github.com/prasathmani/tinyfilemanager/pull/1193
    • Add JSON Parse Error Handling in Upload Script by @FannieMC in https://github.com/prasathmani/tinyfilemanager/pull/1196
    • Update default font size to in jQuery initialization by @awais300 in https://github.com/prasathmani/tinyfilemanager/pull/1200
    • Added missing translatable string by @nerun in https://github.com/prasathmani/tinyfilemanager/pull/1204
    • Fix typos. by @Maikuolan in https://github.com/prasathmani/tinyfilemanager/pull/1214
    • Add powershell file extension to text format for opening in editor. by @chemxboy in https://github.com/prasathmani/tinyfilemanager/pull/1228
    • Update SECURITY.md by @prasathmani in https://github.com/prasathmani/tinyfilemanager/pull/1231
    • Fix multiple download and browse while downloading by @vadasziattila in https://github.com/prasathmani/tinyfilemanager/pull/1242
    • Dynamic Browser Tab Title Handling Based on File Context by @jabedbd in https://github.com/prasathmani/tinyfilemanager/pull/1202
    • Save $CONFIG to config.php if it exists by @RavanH in https://github.com/prasathmani/tinyfilemanager/pull/1144
    • Added Additional Delete Link in File Viewer View by @uwecmyersjj in https://github.com/prasathmani/tinyfilemanager/pull/1141
    • fix hostinger's devil signature making it a false positive on hosting antivirus scanner by @dgbkn in https://github.com/prasathmani/tinyfilemanager/pull/1112
    • Support55 by @paponius in https://github.com/prasathmani/tinyfilemanager/pull/1076

    New Contributors

    • @muink made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/896
    • @ZhiweiWu0425 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/901
    • @cataalin made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/945
    • @fbotp made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/942
    • @minghongg made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/953
    • @Oreloth made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/960
    • @gebi made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/967
    • @fwiesweg made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/971
    • @ssams made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/975
    • @divinity76 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1017
    • @joybiswas007 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1018
    • @Maikuolan made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1028
    • @xololunatic made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1031
    • @DannyDaemonic made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1034
    • @bmsurber made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1039
    • @paponius made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1066
    • @AJBassa made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1083
    • @gittonyp made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1086
    • @torusrxxx made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1151
    • @BANKA2017 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1056
    • @mahyard made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1191
    • @ijortengab made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/969
    • @nerun made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1193
    • @FannieMC made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1196
    • @awais300 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1200
    • @chemxboy made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1228
    • @vadasziattila made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1242
    • @jabedbd made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1202
    • @RavanH made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1144
    • @uwecmyersjj made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1141
    • @dgbkn made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/1112

    Full Changelog: https://github.com/prasathmani/tinyfilemanager/compare/2.5.0...2.6

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
Powered by Forgejo Version: 14.0.2 Page: 73ms Template: 16ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API