Commit graph

47 commits

Author SHA1 Message Date
Prasath Mani 1f9b2f6b71 Multi-language support #2.2.0 2018-11-26 23:47:58 +05:30
Prasath Mani 764c80d4a9 Merge branch 'master' of https://github.com/prasathmani/tinyfilemanager 2018-11-20 17:52:39 +05:30
Prasath Mani 1accf6739a Normal Text Editor Design Modified 2018-11-20 17:52:13 +05:30
Gilbert Brault 66115cf3c9 Corrected spelling 2018-11-20 12:42:29 +01:00
Prasath Mani 83a5f1d7b8 Fix : Some bugs about showing up log of button from nowhere and search box bug #81 2018-11-20 12:34:47 +05:30
Prasath Mani 2510e595aa Logo path updated 2018-11-19 23:40:23 +05:30
FH3095 1a28a09426 Fix Undefined variable _SESSION notice 2018-11-15 13:34:40 +01:00
Prasath Mani 0d8c314146 Subdirectory search does not work #76 2018-11-14 18:05:39 +05:30
Prasath Mani 5b02c47f3c - Login Page redesign
- Error report suggestion #77
- Rename allowed based on FM_EXTENSION config
- Tar file support added (create, open and extract tar)
- Upload UI resdesign
- Table header UI Redesign
- Login user name and avatar added
- Broken URL highlight.js #78 and #79
2018-11-14 17:07:16 +05:30
Prasath Mani b0d0400267 Added error reporting zero to hide error. 2018-11-08 16:40:58 +05:30
Prasath Mani 8e6b3f288c CDN version updated and code optimized 2018-11-05 18:56:35 +05:30
Prasath Mani 07151e1643 Added Google Docs Viewer 2018-11-02 17:48:54 +05:30
Prasath Mani 9b5e70587e Added DataTable JS to sort and search data faster #3 2018-11-02 14:20:13 +05:30
Prasath Mani 9eb9280d6c #71 - Added Password hash 2018-10-27 22:06:48 +05:30
Prasath Mani 1bf7621b38 Hide files and folders form listing Fix - #59 2018-10-18 14:33:22 +05:30
Prasath Mani 2331ce3d0f Fix : Added Password_hash() #31 2018-10-16 13:53:16 +05:30
Prasath Mani 484faad1d1 Prevent Google and other search engines from indexing #68 2018-10-16 13:31:39 +05:30
Prasath Mani 48702020e7 Fix: This page is trying to load scripts from unauthenticated sources #69 and #70. 2018-10-16 13:05:55 +05:30
Prasath Mani 7c9ecf5245 Change Log
- Removed tree list view
- MD5 password production removed
- Login form redesigned
- Checkbox/radio custom controls
- Navigation UI changed
- Responsive Design
- and more..
2018-10-10 22:57:25 +05:30
Prasath Mani 9b7802b343 Improvement: Enclose each user into a different directories #38 2018-09-21 15:36:25 +05:30
Prasath Mani 694e77c1f3 #51 BaseURL for tree view 2018-08-24 18:18:53 +05:30
Prasath Mani 84baa9e14a #52 Does not respect directory tree while uploading a folder containing sub-folders 2018-08-24 18:01:58 +05:30
Prasath Mani 0ce37ef493 #34 multiple files upload and drag upload. 2018-04-08 15:53:22 +05:30
Prasath Mani dd63df8e63 Fix #32, The date formatting issue 2018-01-19 11:07:57 +05:30
Prasath Mani e95351852f Array of folders excluded from listing 2017-12-14 14:03:26 +05:30
Prasath Mani 16024e1cda broken file link fix 2017-12-13 17:38:11 +05:30
Prasath Mani 6b48a3f221 Added Html encode 2017-12-13 13:53:51 +05:30
Prasath Mani cf1eaf8ef1 remove unwanted characters from folder name 2017-12-13 13:26:56 +05:30
Prasath Mani e1b30c76e7 Can we hide tree view in the left side? #29 2017-12-13 13:01:14 +05:30
Prasath Mani f002ba2168 Fix #25 Limit file uploads to certain file extensions 2017-11-15 12:28:34 +05:30
Prasath Mani 952454c470
Update tinyfilemanager.php 2017-11-06 23:43:52 +05:30
Alessandro Marinuzzi 287146d8af
Update tinyfilemanager.php
Fixed issue concerning deleting files...

Errore: Bad value “return confirm('Delete file?'');” for attribute “onclick” on element “a”: unterminated string literal


I changed with: “return confirm('Delete file?');”
2017-11-06 13:37:45 +01:00
Alessandro Marinuzzi be1288ac60
Update tinyfilemanager.php
This change solves several bug:

1) FM_EDIT_FILE constant not defined, I added to solve this line:

define('FM_EDIT_FILE', $edit_files);

2) Html Validation issue: acion="" cannot be empty. I replaced all action="" with:

action="<?php echo htmlspecialchars($_SERVER['PHP_SELF']); ?>"

3) Login Form contains a lot of HTML + PHP + JS not used and then produces php notice. I solved adding two news header and footer login which are basic HTML + CSS

fm_show_header_login();

and

fm_show_footer_login();

This solves several issue due to unused HTML + PHP + JS elements.
2017-11-06 12:48:05 +01:00
Prasath Mani fae46cae87
Added file tree view and modified UI
Added file tree view and modified new UI
2017-11-05 15:20:00 +05:30
Prasath Mani 311add1dd6
Update tinyfilemanager.php
Removed multi language support and updated UI.
2017-11-04 02:27:44 +05:30
twiedermann a1dc8df2e4 Typo fix 2017-10-14 07:48:38 +02:00
twiedermann d515831052 User config improvements 2017-10-14 07:33:43 +02:00
Nayenezgani 6009e7c04c Add Czech translation 2017-10-13 12:09:55 +02:00
Prasath Mani fee37281ee fix for languages #9 2017-10-11 17:10:18 +05:30
Detobel36 9575732615 Remove CSS custom style 2017-09-20 12:14:58 +02:00
Detobel36 3d2e6419ae Add translate on "all" message (lot of them 😜 ) 2017-09-20 12:08:48 +02:00
Prasath Mani 115b20dd9f Latest security changes 2017-07-27 14:42:07 +05:30
Prasath Mani c2f8dfbe8d Update for Advanced search 2017-07-27 13:49:47 +05:30
Prasath Mani 141178ac64 Added animated screenshots 2017-07-27 10:43:14 +05:30
Prasath Mani 89c2905e99 Added new feature - backup file, Search file/folder and send files via mail 2017-07-07 15:59:04 +05:30
Prasath Mani ff549f6419 Added - creating new file feature 2017-07-05 19:20:26 +05:30
Prasath Mani faf09df4df Added file manager php file 2017-07-05 12:20:07 +05:30