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 02:45:52 +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
  • 2.5.3 5738e8c164

    2.5.3 Stable

    kerem released this 2023-02-22 04:51:08 +03:00 | 58 commits to master since this release

    📅 Originally published on GitHub: Wed, 22 Feb 2023 02:18:06 GMT
    🏷️ Git tag created: Wed, 22 Feb 2023 01:51:08 GMT

    • Now tinyfilemanager will work offline without CND resources

    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

    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

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

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 2.5.0 8de16a4c8a

    2.5.0 Stable

    kerem released this 2022-11-19 22:55:39 +03:00 | 92 commits to master since this release

    📅 Originally published on GitHub: Sat, 19 Nov 2022 19:56:51 GMT
    🏷️ Git tag created: Sat, 19 Nov 2022 19:55:39 GMT

    • Improved UI design
    • Redesign Rename, Delete, Download modal popups
    • Migrate into latest bootstrap version
    • Update all CDN urls into new version
    • added pre-connect and pre-fetch to improve the loading time
    • Added Parallel Chunk Uploads feature
    • CSRF token added, more secure now
    • Removed quick Preview
    • Removed config.sample.php, to make it simple
    • Removed calc folder size feature. due to performance impact
    • Fix root folder advance search issue fixed

    Fixed following issues,
    #667
    #664
    #634
    #555
    #547
    #477
    #273
    #861
    #859
    #846
    #838
    #836
    #819
    #810
    #773
    #771
    #765
    #763
    #753
    #734

    What's Changed

    • Optimized and refactored fm_get_directorysize() function by @michael-milette in https://github.com/prasathmani/tinyfilemanager/pull/720
    • Format JSON by @nguyentranchung in https://github.com/prasathmani/tinyfilemanager/pull/723
    • Add danish language by @AgentSmith0 in https://github.com/prasathmani/tinyfilemanager/pull/728
    • Fix incorrect path of the version svg in README by @AnnAngela in https://github.com/prasathmani/tinyfilemanager/pull/740
    • Update translation.json by @The-Exterminator in https://github.com/prasathmani/tinyfilemanager/pull/742
    • Fix Dutch translation by @rickvl in https://github.com/prasathmani/tinyfilemanager/pull/745
    • Add Galician language by @luidoc in https://github.com/prasathmani/tinyfilemanager/pull/747
    • Add missing lines for German translation by @sinth in https://github.com/prasathmani/tinyfilemanager/pull/766
    • fix download Content-Type header by @mclorch in https://github.com/prasathmani/tinyfilemanager/pull/770
    • resolve sorting issues, keep back button at top of table by @Sundwalltanner in https://github.com/prasathmani/tinyfilemanager/pull/779
    • Fix advanced search issue for read-only user by @zaniasoft in https://github.com/prasathmani/tinyfilemanager/pull/785
    • Improve Dockerfile - Switch to Linuxserver.io base image with PHP 8 by @danie1k in https://github.com/prasathmani/tinyfilemanager/pull/775
    • Removed unused function by @mhrstmnn in https://github.com/prasathmani/tinyfilemanager/pull/806
    • More accurate ip recognition by @RSaied in https://github.com/prasathmani/tinyfilemanager/pull/813
    • Update russia translate and fix bug by @zedzhen in https://github.com/prasathmani/tinyfilemanager/pull/815
    • Added .yml, .yaml and .toml extensions. by @Sebjugate in https://github.com/prasathmani/tinyfilemanager/pull/816
    • word change mistranslated in Spanish by @andresayac in https://github.com/prasathmani/tinyfilemanager/pull/818
    • Add webm to videos by @AgentSmith0 in https://github.com/prasathmani/tinyfilemanager/pull/833
    • Adds json mime type as text type to allow edit json files by @efremovd in https://github.com/prasathmani/tinyfilemanager/pull/841
    • Removes some php ext installs as they are already installed in base by @efremovd in https://github.com/prasathmani/tinyfilemanager/pull/848
    • Update tinyfilemanager.php by @ririko5834 in https://github.com/prasathmani/tinyfilemanager/pull/874
    • Fixes advanced search not working. by @rizrmd in https://github.com/prasathmani/tinyfilemanager/pull/878
    • Downloading file - PHP warning loop "Permission denied" by @llcool in https://github.com/prasathmani/tinyfilemanager/pull/879

    New Contributors

    • @nguyentranchung made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/723
    • @AnnAngela made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/740
    • @The-Exterminator made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/742
    • @rickvl made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/745
    • @luidoc made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/747
    • @sinth made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/766
    • @mclorch made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/770
    • @Sundwalltanner made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/779
    • @zaniasoft made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/785
    • @danie1k made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/775
    • @mhrstmnn made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/806
    • @RSaied made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/813
    • @zedzhen made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/815
    • @Sebjugate made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/816
    • @andresayac made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/818
    • @efremovd made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/841
    • @ririko5834 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/874
    • @rizrmd made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/878
    • @llcool made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/879

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

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 2.4.7 7103691048

    2.4.7 Stable

    kerem released this 2022-02-12 11:24:22 +03:00 | 120 commits to master since this release

    📅 Originally published on GitHub: Sat, 12 Feb 2022 08:34:13 GMT
    🏷️ Git tag created: Sat, 12 Feb 2022 08:24:22 GMT

    What's Changed

    • Remove duplicate code block by @mircobabini in https://github.com/prasathmani/tinyfilemanager/pull/377
    • Czech translation update by @safraja in https://github.com/prasathmani/tinyfilemanager/pull/368
    • Correct wrong word in Vietnamese language. by @jhuyvu in https://github.com/prasathmani/tinyfilemanager/pull/381
    • Notice: A non well formed numeric value encountered by @michael-milette in https://github.com/prasathmani/tinyfilemanager/pull/386
    • Added Error Message When File Fails to Write by @zachlankton in https://github.com/prasathmani/tinyfilemanager/pull/399
    • Fixes #183, Fixes #289 by @zachlankton in https://github.com/prasathmani/tinyfilemanager/pull/400
    • Update french translation by @Elegary in https://github.com/prasathmani/tinyfilemanager/pull/392
    • Fix sorting by date and size by @safraja in https://github.com/prasathmani/tinyfilemanager/pull/387
    • fix: prevent double write to file by @DvashVistrame in https://github.com/prasathmani/tinyfilemanager/pull/409
    • Update Catalan translation by @adalmau in https://github.com/prasathmani/tinyfilemanager/pull/410
    • fix(actions): creating a backup in FM_ROOT_PATH by @DvashVistrame in https://github.com/prasathmani/tinyfilemanager/pull/418
    • Update russian translation by @DvashVistrame in https://github.com/prasathmani/tinyfilemanager/pull/414
    • Add: Mongolian (cyrillic) language added. by @almas in https://github.com/prasathmani/tinyfilemanager/pull/422
    • Update italian translation by @Mich3le3D in https://github.com/prasathmani/tinyfilemanager/pull/440
    • Update translation.json by @tommy1616 in https://github.com/prasathmani/tinyfilemanager/pull/451
    • Update German translation by @KaiserBarbarossa in https://github.com/prasathmani/tinyfilemanager/pull/447
    • Update Indonesia translation by @adit in https://github.com/prasathmani/tinyfilemanager/pull/435
    • Norwegian translation[NO] by @asd20752 in https://github.com/prasathmani/tinyfilemanager/pull/474
    • Fix filesize display in file viewer by @badcf00d in https://github.com/prasathmani/tinyfilemanager/pull/475
    • Added Finnish translation by @mediaclinic in https://github.com/prasathmani/tinyfilemanager/pull/486
    • Feat/mixed changes by @ccdd13 in https://github.com/prasathmani/tinyfilemanager/pull/502
    • Security Fix for XSS - huntr.dev by @huntr-helper in https://github.com/prasathmani/tinyfilemanager/pull/511
    • Fixed Rename with folder quotes #533 by @34will in https://github.com/prasathmani/tinyfilemanager/pull/534
    • Added in preferences light or dark theme by @Roni-Neto in https://github.com/prasathmani/tinyfilemanager/pull/539
    • Portuguese, with new translations by @Roni-Neto in https://github.com/prasathmani/tinyfilemanager/pull/538
    • More translations added by @Roni-Neto in https://github.com/prasathmani/tinyfilemanager/pull/537
    • I added the Hungarian language (translation.json) by @simonszoft in https://github.com/prasathmani/tinyfilemanager/pull/509
    • French translation: sort and complete by @Guts in https://github.com/prasathmani/tinyfilemanager/pull/497
    • 🌐 Update Korean translation by @ShoyuVanilla in https://github.com/prasathmani/tinyfilemanager/pull/496
    • Fix PHP 5.X by @adri1b in https://github.com/prasathmani/tinyfilemanager/pull/494
    • PHP8 fix and few other changes by @safraja in https://github.com/prasathmani/tinyfilemanager/pull/562
    • Fix function name and add extensions for icons by @sbivol in https://github.com/prasathmani/tinyfilemanager/pull/567
    • Error with determining MIME type for file extensions not listed by @schmigz in https://github.com/prasathmani/tinyfilemanager/pull/568
    • Added some missing translations by @AgentSmith0 in https://github.com/prasathmani/tinyfilemanager/pull/608
    • Fix saving of empty files by @AgentSmith0 in https://github.com/prasathmani/tinyfilemanager/pull/612
    • Adding a Slovenian translation by @Linux-Alex in https://github.com/prasathmani/tinyfilemanager/pull/614
    • feat: add Dockerfile and auto publish. by @wangerzi in https://github.com/prasathmani/tinyfilemanager/pull/619
    • fix: document docker image name. by @wangerzi in https://github.com/prasathmani/tinyfilemanager/pull/622
    • Vietnamese translation update by @thuonghoanglong in https://github.com/prasathmani/tinyfilemanager/pull/629
    • Patched the RCE bug. by @febinrev in https://github.com/prasathmani/tinyfilemanager/pull/636
    • Update Indonesian translations by @zainarbani in https://github.com/prasathmani/tinyfilemanager/pull/668
    • really nosort Up one level row by @rampageX in https://github.com/prasathmani/tinyfilemanager/pull/639
    • Just a little fix with missing " in button HTML by @borisdelev in https://github.com/prasathmani/tinyfilemanager/pull/675
    • Fix a non well formatted numeric value encountered & Notice: Undefine… by @esyede in https://github.com/prasathmani/tinyfilemanager/pull/681
    • added Dutch translation by @snakehead007 in https://github.com/prasathmani/tinyfilemanager/pull/686
    • Add Romanian language by @CornelCotoara in https://github.com/prasathmani/tinyfilemanager/pull/690
    • fix: "400 bad request" when saving files by @rasteiner in https://github.com/prasathmani/tinyfilemanager/pull/705
    • Update tinyfilemanager.php by @enyedi in https://github.com/prasathmani/tinyfilemanager/pull/707
    • Update translation.json by @enyedi in https://github.com/prasathmani/tinyfilemanager/pull/708
    • apply fix to path traversal vulnerability by @joaogmauricio in https://github.com/prasathmani/tinyfilemanager/pull/718
    • Chunked file upload by @mythsmith in https://github.com/prasathmani/tinyfilemanager/pull/714
    • added name of the file being edited by @Roni-Neto in https://github.com/prasathmani/tinyfilemanager/pull/542
    • Add Global Readonly by @KroniK907 in https://github.com/prasathmani/tinyfilemanager/pull/158
    • Client IP behind proxy by @jicho in https://github.com/prasathmani/tinyfilemanager/pull/665

    New Contributors

    • @mircobabini made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/377
    • @safraja made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/368
    • @jhuyvu made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/381
    • @michael-milette made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/386
    • @zachlankton made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/399
    • @Elegary made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/392
    • @DvashVistrame made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/409
    • @almas made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/422
    • @Mich3le3D made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/440
    • @tommy1616 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/451
    • @KaiserBarbarossa made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/447
    • @asd20752 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/474
    • @badcf00d made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/475
    • @mediaclinic made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/486
    • @ccdd13 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/502
    • @huntr-helper made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/511
    • @34will made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/534
    • @simonszoft made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/509
    • @Guts made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/497
    • @adri1b made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/494
    • @sbivol made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/567
    • @schmigz made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/568
    • @AgentSmith0 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/608
    • @Linux-Alex made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/614
    • @wangerzi made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/619
    • @thuonghoanglong made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/629
    • @febinrev made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/636
    • @zainarbani made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/668
    • @rampageX made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/639
    • @borisdelev made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/675
    • @esyede made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/681
    • @snakehead007 made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/686
    • @CornelCotoara made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/690
    • @rasteiner made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/705
    • @enyedi made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/707
    • @joaogmauricio made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/718
    • @mythsmith made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/714
    • @jicho made their first contribution in https://github.com/prasathmani/tinyfilemanager/pull/665

    Full Changelog: https://github.com/prasathmani/tinyfilemanager/compare/2.4.3...2.4.7

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 2.4.3 1dbe7c5339

    2.4.3 Stable

    kerem released this 2020-05-24 11:30:27 +03:00 | 184 commits to master since this release

    📅 Originally published on GitHub: Sun, 24 May 2020 08:39:50 GMT
    🏷️ Git tag created: Sun, 24 May 2020 08:30:27 GMT

    • Added dark theme option
    • Now file manager support external configuration file (optional)
    • Security Updates
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
Powered by Forgejo Version: 14.0.2 Page: 104ms Template: 52ms
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