Commit graph

367 commits

Author SHA1 Message Date
Prasath Mani 7b80d12da3
Added ajax upload 2018-04-10 22:02:22 +05:30
Prasath Mani 0b0d4542f2
Added multiple file upload with drag and drop 2018-04-08 16:00:50 +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 f35f503924
Update README.md 2017-12-14 14:13:45 +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 98749b9ae6
Update README.md 2017-12-13 13:16:34 +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 05fe347795
Update README.md 2017-12-05 10:09:54 +05:30
Prasath Mani d460612f09
Update README.md 2017-11-15 12:38:44 +05:30
Prasath Mani f002ba2168 Fix #25 Limit file uploads to certain file extensions 2017-11-15 12:28:34 +05:30
Prasath Mani 67037c8158
Update README.md 2017-11-06 23:50:58 +05:30
Prasath Mani 952454c470
Update tinyfilemanager.php 2017-11-06 23:43:52 +05:30
Prasath Mani 5045e16461
Merge pull request #23 from alecos71/patch-6
Update tinyfilemanager.php
2017-11-06 23:36:22 +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 a46b93a5fe
Merge pull request #22 from prasathmani/add-license-1
Create LICENSE
2017-11-05 16:30:02 +05:30
Prasath Mani c2e893ec6b
Create LICENSE 2017-11-05 16:29:41 +05:30
Prasath Mani 25bddf27fa
Update README.md 2017-11-05 16:21:10 +05:30
Prasath Mani 96f159d92c
Update README.md 2017-11-05 16:16:47 +05:30
Prasath Mani 1ae2bd3865
Update README.md 2017-11-05 15:47:57 +05:30
Prasath Mani 65811e07e0
Update README.md 2017-11-05 15:36:59 +05:30
Prasath Mani 1a5a9dbac7
Add files via upload 2017-11-05 15:22:05 +05:30
Prasath Mani a29dac0ce8
Delete screenshot.gif 2017-11-05 15:21:01 +05:30
Prasath Mani 3201ca2c60
Add files via upload 2017-11-05 15:20:39 +05:30
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 411f66277a
Update README.md 2017-11-04 02:30:37 +05:30
Prasath Mani 9929b34459
Add Screenshot 2017-11-04 02:29:07 +05:30
Prasath Mani 311add1dd6
Update tinyfilemanager.php
Removed multi language support and updated UI.
2017-11-04 02:27:44 +05:30
Prasath Mani bfdbcd6596
Delete tinyfilemanager.gif 2017-11-04 02:25:51 +05:30
Prasath Mani 2233563974
new UI 2017-11-04 02:24:59 +05:30
Prasath Mani a29e8f82fb
Delete tinyfilemanager.gif.gif 2017-11-04 02:24:27 +05:30
Prasath Mani 377edb92b6
latest UI changes 2017-11-04 02:23:49 +05:30
Prasath Mani ca05934cc1
Delete filemanager-l10n.php
removed multi language support.
2017-11-04 02:22:52 +05:30
Prasath Mani d6f6e1b99d Merge pull request #18 from Ale32bit/patch-1
Fixed some strings in italian translation
2017-10-23 11:13:39 +05:30
Ale32bit d26162a7b4 Update filemanager-l10n.php 2017-10-22 11:54:26 +02:00
Prasath Mani 5861d92d7c Merge pull request #17 from alecos71/patch-4
added italian translation
2017-10-16 10:18:17 +05:30
alecos71 c6670edda7 added italian translation
This is my full translation into Italian language
2017-10-15 16:14:35 +02:00
Prasath Mani c8bafbf332 Merge pull request #14 from Nayenezgani/master
Add Czech translation
2017-10-14 16:56:35 +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 f41c029771 Czech language translation update 2017-10-13 16:06:23 +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
Prasath Mani b78d7bbb91 Merge pull request #4 from detobel36/master
Add translation option and add french translate
2017-09-26 11:48:06 +05:30
Detobel36 9575732615 Remove CSS custom style 2017-09-20 12:14:58 +02:00
Detobel36 7301c8969f Add french translation (not all worlds but most of them) 2017-09-20 12:11:15 +02:00