Marco Dickert
bd955f6bcd
Fix mobile view column visibility
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-06-08 12:13:57 +02:00
Anton Baranov
1e091bc52b
Fixed inaccuracies
2020-06-08 12:13:57 +02:00
Anton Baranov
4b4dcc98ba
6 июн 2020 г. 8:06:20
2020-06-08 12:13:57 +02:00
Anton Baranov
3052e2c2ef
merge original project modifications
2020-06-08 12:13:12 +02:00
Anton Baranov
40aebb172e
fix translations
2020-06-08 12:12:18 +02:00
Anton Baranov
82070df2cf
[+] Added option dateLocale for set date and time format
2020-06-08 12:12:18 +02:00
Anton Baranov
186ccc5fb4
[=] Fix modal classes
2020-06-08 12:12:18 +02:00
Anton Baranov
9e758f224a
- [=] fix navbar and modal conflict
2020-06-08 12:12:18 +02:00
Anton Baranov
e76da46aa9
Up to v2.6.0
...
====
- [=] [Bootstrap](https://getbootstrap.com/docs/4.4/ ) updated from 3.4.1 to 4.4.1
- [=] [Bootstrap Menu](https://github.com/cryol/bootstrap-menu ) fork and refactoring
- [=] [Datatables](https://datatables.net/ ) change bs to bs4 v1.10.20
- [=] Rewrite templates to bs4.
- [=] Rewrite compiler - CDN/NON-CDN exclude to assets.part/assets.cdn.part.
2020-06-08 12:12:14 +02:00
Anton Baranov
a7d5d46f54
Up to v2.5.2
...
====
- [+] [Classnames](https://github.com/JedWatson/classnames ) 2.2.6 added as separate script
- [+] [jQueryUI](https://jqueryui.com/ ) 1.12.1 added as separate script
- [+] [Lodash](https://lodash.com/ ) 4.17.15 added as separate script
- [-] [Classnames](https://github.com/JedWatson/classnames ) 2.1.3 removed from BootstrapMenu.js
- [-] [jQueryUI](https://jqueryui.com/ ) 1.12.0 removed from BootstrapMenu.js
- [-] [Lodash](https://lodash.com/ ) modules removed from BootstrapMenu.js
- [=] [Ace](https://ace.c9.io/ ) updated from 1.3.1 to 1.4.8
- [=] [Bootstrap](https://getbootstrap.com/docs/3.4/ ) updated from 3.3.7 to 3.4.1
- [=] [Bootstrap Menu](https://github.com/dgoguerra/bootstrap-menu ) refactoring
- [=] [Bootstrap Notify](http://bootstrap-notify.remabledesigns.com/ ) updated from 3.1.2 to 3.1.7
- [=] [Datatables](https://datatables.net/ ) updated from 1.10.16 to 1.10.20
- [=] [jQuery](https://jquery.com/ ) updated from 3.1.1 to 3.4.1
- [=] [Mustache](https://mustache.github.io/ ) updated from 2.3.0 to 2.3.2
- [=] Add compiler option `"IFM_CDN"` to build app with resources from CDNs instead of included.
- [=] Replaced `tooltip` image preview by `popover` due to Bootstrap 3.4.1 compatibility problems.
2020-06-08 12:09:30 +02:00
Anton Baranov
2a0fe57bfd
### Fixes
...
- Remove duplicate lines in localizations
### Add/Modificate
- Add Russian translation
- Return version in project
- Add display version in footer
2020-06-08 12:03:56 +02:00
Marco Dickert
699c00e9bf
Reorganize style.css, delete unnecessary stuff, add some styles.
...
* rows a bit more narrow
* navbar a bit more narrow
* table header without top border
* sort icons grey, or black when sorted
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-06-08 11:53:44 +02:00
Marco Dickert
3e75bdcac8
Fix mobile view column visibility
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-06-08 11:51:28 +02:00
Marco Dickert
67994b6217
Merge branch '2.6.1' of git://github.com/cryol/ifm into cryol-2.6.1
2020-06-08 09:27:35 +02:00
Anton Baranov
49f2bd176d
Fixed inaccuracies
2020-06-07 04:46:00 +03:00
Marco Dickert
3def39cf4d
Merge branch '2.6.1' of git://github.com/cryol/ifm into cryol-2.6.1
2020-06-06 10:11:10 +02:00
Marco Dickert
45a4e446f7
Fix syntax error in DocRoot detection
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-06-06 10:02:38 +02:00
Anton Baranov
f8c48b5f7e
6 июн 2020 г. 8:06:20
2020-06-06 08:06:20 +03:00
Anton Baranov
1868f09ce9
6 июн 2020 г. 7:59:57
2020-06-06 07:59:57 +03:00
Anton Baranov
04e2db604e
merge original project modifications
2020-06-06 07:53:01 +03:00
Anton Baranov
5c3c5e955f
merge original project modifications
2020-06-06 07:45:29 +03:00
Marco Dickert
37111e31f3
Add option to force proxying of files
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-20 18:05:30 +02:00
Marco Dickert
359592c3b8
Several fixes:
...
* Fixes bug with zipnload, when try to download the current directory (filename '.')
* Fixes security flaw with zipnload: Don't include hidden or .ht* files if its forbidden in the config
* Sane coding style for ifmarchive.php; adjusting the remaining code is TODO
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-13 18:01:58 +02:00
Marco Dickert
c641f64edd
Security fix: Check the filenames correctly
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-12 17:21:38 +02:00
Marco Dickert
d171d66fe4
Fix: Set the appropriate filename for zipnload files
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-12 15:36:16 +02:00
Marco Dickert
7cfff04add
Make refresh and search configurable
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-12 13:22:28 +02:00
Marco Dickert
d31cde77d5
Fix typo which lead to unfunctional search result links
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-12 13:21:31 +02:00
Marco Dickert
26aea21e5d
Fix: tmp_dir relative to __DIR__ (zipnload)
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-05-11 17:07:18 +02:00
Marco Dickert
a483ea936b
Fix missing download button on files, when just zipnload is disabled.
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-04-21 12:27:42 +02:00
Anton Baranov
cc701c05e1
fix translations
2020-03-13 03:22:01 +02:00
Anton Baranov
362e561ec4
[+] Added option dateLocale for set date and time format
2020-03-10 13:33:03 +02:00
Anton Baranov
7d9ef6390d
[=] Fix modal classes
2020-03-09 18:11:44 +02:00
Anton Baranov
358ed6397d
- [=] fix navbar and modal conflict
2020-03-07 08:08:25 +02:00
Anton Baranov
f176e77be1
Up to v2.6.0
...
====
- [=] [Bootstrap](https://getbootstrap.com/docs/4.4/ ) updated from 3.4.1 to 4.4.1
- [=] [Bootstrap Menu](https://github.com/cryol/bootstrap-menu ) fork and refactoring
- [=] [Datatables](https://datatables.net/ ) change bs to bs4 v1.10.20
- [=] Rewrite templates to bs4.
- [=] Rewrite compiler - CDN/NON-CDN exclude to assets.part/assets.cdn.part.
2020-03-07 05:44:12 +02:00
Anton Baranov
a0292a47bb
Up to v2.5.2
...
====
- [+] [Classnames](https://github.com/JedWatson/classnames ) 2.2.6 added as separate script
- [+] [jQueryUI](https://jqueryui.com/ ) 1.12.1 added as separate script
- [+] [Lodash](https://lodash.com/ ) 4.17.15 added as separate script
- [-] [Classnames](https://github.com/JedWatson/classnames ) 2.1.3 removed from BootstrapMenu.js
- [-] [jQueryUI](https://jqueryui.com/ ) 1.12.0 removed from BootstrapMenu.js
- [-] [Lodash](https://lodash.com/ ) modules removed from BootstrapMenu.js
- [=] [Ace](https://ace.c9.io/ ) updated from 1.3.1 to 1.4.8
- [=] [Bootstrap](https://getbootstrap.com/docs/3.4/ ) updated from 3.3.7 to 3.4.1
- [=] [Bootstrap Menu](https://github.com/dgoguerra/bootstrap-menu ) refactoring
- [=] [Bootstrap Notify](http://bootstrap-notify.remabledesigns.com/ ) updated from 3.1.2 to 3.1.7
- [=] [Datatables](https://datatables.net/ ) updated from 1.10.16 to 1.10.20
- [=] [jQuery](https://jquery.com/ ) updated from 3.1.1 to 3.4.1
- [=] [Mustache](https://mustache.github.io/ ) updated from 2.3.0 to 2.3.2
- [=] Add compiler option `"IFM_CDN"` to build app with resources from CDNs instead of included.
- [=] Replaced `tooltip` image preview by `popover` due to Bootstrap 3.4.1 compatibility problems.
2020-03-05 04:30:50 +02:00
Anton Baranov
caf5d0db33
### Fixes
...
- Remove duplicate lines in localizations
### Add/Modificate
- Add Russian translation
- Return version in project
- Add display version in footer
2020-02-20 09:58:29 +02:00
Anton Baranov
d0ee7b19e0
Merge pull request #1 from misterunknown/master
...
bump
2020-02-18 14:26:46 +02:00
Marco Dickert
c2002bc15c
Copy/Move treeview should not overlap the viewport, but scrollable
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-31 16:48:51 +01:00
Marco Dickert
f4dafb3215
Fix broken Dockerfile and docker-startup.sh for correct user and group usage
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-14 10:50:12 +01:00
Marco Dickert
0bc13f4560
Docker: hide startup messages
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 21:05:52 +01:00
Marco Dickert
af9921f4fb
Fixed broken Dockerfile and docker-startup.sh
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 18:31:26 +01:00
Marco Dickert
de11f1a3fd
Updated README.md
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 17:15:34 +01:00
Marco Dickert
7000084efc
Compiled latest changes
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 16:53:38 +01:00
Marco Dickert
f69a7eed4b
Completely new Dockerfile, add ability for different users ( #121 )
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 16:53:03 +01:00
Marco Dickert
667ce5b6a3
Fix setting the configured timezone. The config name change is not
...
really a breaking change, as 'defaulttimezone' had absolute no effect so
far. (#120 )
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 16:50:47 +01:00
Marco Dickert
3eb7f38dc5
Add ability to reference a public URL for a different root_dir ( closes #117 )
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-13 16:48:15 +01:00
Marco Dickert
eafe414f75
Add ability to make the ace editor full-viewport.
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-08 15:03:46 +01:00
Marco Dickert
9ddb1c969a
Recompile after last merge
...
Signed-off-by: Marco Dickert <marco@misterunknown.de >
2020-01-06 12:01:35 +01:00
Marco Dickert
9c647cca11
Merge pull request #118 from Licen-it/patch-1
...
Fix for Copy to Clipboard
2020-01-06 12:00:07 +01:00
Andrea Paolucci
eb575b3ce6
Fix for Copy to Clipboard
...
This PR is fixing an issue I noticed happening when IFM is not located in the root directory of your domain as `window.location.origin` is returning only the top level part of the URL not taking in consideration the rest of the URL path.
2019-12-24 00:36:11 +00:00