1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-18 22:01:18 +02:00

126 Commits

Author SHA1 Message Date
Marco Dickert
773c03aaaf Merge pull request #40 from misterunknown/v2.4.0
V2.4.0
v2.4.0
2017-07-09 23:13:10 +02:00
Marco Dickert
b5aedeaaaa Update README.md
Added feature section
2017-07-09 23:02:18 +02:00
Marco Dickert
85eafef7e7 Update README.md
Removed old information.
2017-07-09 13:59:04 +02:00
Marco Dickert
cd42a2c72e fixed some bugs which were found during a comprehensive test; ready to merge into master 2017-07-07 16:47:44 +02:00
Marco Dickert
8123af6a68 Merge pull request #39 from misterunknown/js-templates
Js templates

closes #39
2017-07-06 17:26:30 +02:00
Marco Dickert
3874bc275b fixed some problems with inline mode 2017-07-06 17:24:15 +02:00
Marco Dickert
e5e38d88f6 new builds 2017-07-06 16:39:26 +02:00
Marco Dickert
9aa1528425 fixed compiler error 2017-07-06 16:39:16 +02:00
Marco Dickert
cf51352393 new builds 2017-07-06 16:23:55 +02:00
Marco Dickert
b54412b59b ignore builds for diff 2017-07-06 16:23:25 +02:00
Marco Dickert
ad470fa3f9 new build without ekko-lightbox 2017-07-06 16:20:34 +02:00
Marco Dickert
db22e70c97 remove unused ekko-lightbox 2017-07-06 16:20:13 +02:00
Marco Dickert
d7c6427a38 new builds for standalone and library 2017-07-06 16:07:41 +02:00
Marco Dickert
ca505fe4c7 human readable config, remove command to start the ifm 2017-07-06 16:07:05 +02:00
Marco Dickert
1f4b7e803d remove config class; default configuration is located in the IFM class which takes a custom config as an initial parameter 2017-07-06 16:05:44 +02:00
Marco Dickert
75f060d6b7 extended compiler: standalone and library build 2017-07-06 16:04:40 +02:00
Marco Dickert
dded5c0978 enable directory change via Enter key 2017-07-06 15:30:19 +02:00
Marco Dickert
9717af4724 disabled log messages for debugging 2017-07-06 14:13:22 +02:00
Marco Dickert
4873aa944f * use template for filetable generation
* don't use inline js
* fixed some bugs related to the code refactoring
2017-07-06 14:02:50 +02:00
Marco Dickert
2fe13f828d new build with latest commits 2017-07-05 21:37:34 +02:00
Marco Dickert
c6c96f2c61 non-fixed navbar when in inline mode 2017-07-05 21:36:41 +02:00
Marco Dickert
dad9738ee4 prepare for inline mode, added support for empty config 2017-07-05 21:36:02 +02:00
Marco Dickert
82ddaaa131 add self-detection of api url 2017-07-05 21:34:44 +02:00
Marco Dickert
4483ead7f3 hide ifm.php from diffs 2017-07-05 21:32:39 +02:00
Marco Dickert
cc18187ce3 added templates, restructured JS part 2017-07-05 16:44:57 +02:00
Marco Dickert
2837db2b0b add template directory 2017-07-05 10:58:03 +02:00
Marco Dickert
cd530c8290 fixed two syntax errors from the previous commit 2017-07-05 10:34:18 +02:00
Marco Dickert
a6b5ee9d5b include mustache js template engine 2017-07-04 16:56:12 +02:00
Marco Dickert
bd9a88c062 prepare IFM for embedding from other apps and the use of javascript templates 2017-07-04 16:55:48 +02:00
Marco Dickert
ffb9447352 some organizational code changes, prepare for JS templates 2017-07-04 16:02:45 +02:00
Marco Dickert
ea3f3922f3 fix ldap auth example 2017-07-04 12:58:23 +02:00
Marco Dickert
d3d02f4253 consolidate zip class, remove unzip function from main class 2017-07-04 12:56:41 +02:00
Marco Dickert
c97c0f38dd Merge pull request #38 from misterunknown/move-copy
added copy and move functionality for files and directories, disable …
2017-07-03 17:57:16 +02:00
Marco Dickert
c8df517b2b added copy and move functionality for files and directories, disable logging for every keystroke 2017-07-03 17:55:44 +02:00
Marco Dickert
8ba3f99e8f adjusted version number 2017-07-03 11:31:21 +02:00
Marco Dickert
f4a7ae2053 finalized ldap support 2017-07-03 11:30:11 +02:00
Marco Dickert
7f1d14bd21 fix merge conflicts with master 2017-07-03 10:35:02 +02:00
Marco Dickert
72c5586136 improved extraction function
The extraction function now enables custom destination paths.
2017-07-03 10:29:52 +02:00
Marco Dickert
e2bafe919b improved extraction file dialog 2017-06-30 14:56:17 +02:00
Marco Dickert
bb7adf6850 Merge pull request #37 from misterunknown/issue-34
added config option for temporary directory; closes #34
2017-06-30 12:18:39 +02:00
Marco Dickert
97520cbb1f added config option for temporary directory; closes #34 2017-06-29 11:32:18 +02:00
Marco Dickert
a5f542e4ee fixed broken image preview, fixed predefined extraction paths 2017-06-28 09:45:08 +02:00
Marco Dickert
1559c53d76 Merge pull request #30 from misterunknown/issue-26
Issue 26
2017-03-20 12:45:43 +01:00
Marco Dickert
53f91120f5 fixed wrong links when root_dir != DocumentRoot
If the root_dir is != the DocumentRoot then files are not linked directly, but
downloaded instead. This prevents broken links. Trying to guess the
DocumentRoot is not really an option, because due to aliases, rewrites and
fallbacks it is nearly impossible to guess the correct DocumentRoot reliably.

This is related to issue #26
2017-03-15 09:54:08 +01:00
Marco Dickert
83fa66031c added root_dir option, fixed some things around that topic 2017-03-13 15:52:45 +01:00
Marco Dickert
3cdeee6b7b use isPathValid function everywhere instead of manual checking 2017-03-06 09:50:15 +01:00
Marco Dickert
444b669882 don't display errors 2017-03-05 22:40:50 +01:00
Marco Dickert
e63516ae87 fixed use of undefined constant ON 2017-03-05 22:29:53 +01:00
Marco Dickert
b5a0bb1d0f fixed use of undefined index when checking for authentication 2017-03-05 22:26:50 +01:00
Marco Dickert
83087ed928 Merge pull request #24 from misterunknown/editoroptions
Editoroptions
v2.3.1
2017-02-21 23:02:28 +01:00