1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 17:46:31 +02:00

636 Commits

Author SHA1 Message Date
Marco Dickert
572e753658 Merge pull request #116 from cryol/master
LDAP filter + logout button fix
2019-12-04 13:58:26 +01:00
Cryol
ac1e73850c WHERE auth in config and logout\? unset\? realy\? 2019-12-04 13:23:44 +02:00
Cryol
ec068594aa add ldap filter 2019-12-04 04:23:56 +02:00
Marco Dickert
77fa0c2479 Changed default build to only use english. Other languages can be build manually
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-10-05 19:29:34 +02:00
Marco Dickert
a625b15598 Fixed wrong assignment of default language
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-10-05 19:24:24 +02:00
Marco Dickert
d2421f89c9 Merge pull request #114 from stenioaraujo/remove-tty-doc
Remove tty from docker command
2019-10-05 18:57:13 +02:00
Marco Dickert
313e085343 Merge pull request #112 from stenioaraujo/pt-br-translation
Add Brazilian Portuguese translation
2019-10-05 18:56:35 +02:00
Stenio Araujo
ca14ff5cb9 Remove tty from docker command 2019-10-04 16:31:45 -04:00
Stenio Araujo
9d687ac0b3 Add brazilian portuguese translation 2019-10-04 16:15:54 -04:00
Marco Dickert
416fb150c8 Using window.location.href instead of window.location.pathname, to enable users to work with a wrapper with GET variables. Closes #110
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-07-02 16:18:05 +02:00
Marco Dickert
d59ff911db New build after merge
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-05-22 17:00:55 +02:00
Marco Dickert
17358e01c7 Merge pull request #108 from misterunknown/rewrite-download
Rewrite download
2019-05-22 16:58:02 +02:00
Marco Dickert
d7ecfc4bf1 Fixed problem with authentication via HTTP header
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-05-21 16:16:48 +02:00
Marco Dickert
659cee01bd Fixed some logging issues
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-05-21 16:16:22 +02:00
Marco Dickert
aff834d88e Rebuild the download function
* Rewrote the pathCombine function to take more than 2 arguments
* Fixed some issues with the actual fileDownload function
* Got rid of the nasty hidden download form in favor of a simple GET request
* Fixed some issues on the way

Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-05-21 16:12:54 +02:00
Marco Dickert
675904b655 src/ifm.js: Added comment to fix vim syntax highlighting
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-05-19 23:42:32 +02:00
Marco Dickert
b1bf0a4cfe src/ifm.js: Fixed URL encoding of links.
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-04-20 19:28:55 +02:00
Marco Dickert
cd9ea91b9b .gitattributes: Exclude git files for releases
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-03-19 14:28:01 +01:00
Marco Dickert
6555670856 .gitattributes: Exclude source files
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-03-19 14:27:04 +01:00
Marco Dickert
8977b1b191 src/main.php: Strip auth information from configuration, before sending to client
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2019-03-19 13:37:12 +01:00
Marco Dickert
76c0b0b2e6 misterunknown/ifm: Added french translation. Thanks to @fpp-gh 2019-01-08 15:02:29 +01:00
Marco Dickert
f22d67f8c8 misterunknown/ifm: Move 'copy link' feature down in the context menu 2018-12-12 10:22:14 +01:00
Marco Dickert
551b186c62 misterunknown/ifm: Fixed wrongly set root_dir 2018-12-12 10:18:41 +01:00
Marco Dickert
187c05e21d misterunknown/ifm: Fix the copy link feature 2018-12-10 13:49:35 +01:00
Marco Dickert
6a521d4b98 misterunknown/ifm: Fixed sorting by last modified date. Closes #105 2018-12-10 13:24:22 +01:00
Marco Dickert
f1afbaee4d misterunknown/ifm: Added copy link feature in context menu 2018-11-19 13:35:52 +01:00
Marco Dickert
f7d01aae75 misterunknown/ifm: New build 2018-10-30 12:30:43 +01:00
Marco Dickert
693ea7d831 misterunknown/ifm: item object now has a link which can be used globally 2018-10-30 12:30:06 +01:00
Marco Dickert
5138d8211b Add config option which allows to disable the mime_type detection 2018-07-30 11:46:24 +02:00
Marco Dickert
5e1fa36a51 Fixed error when self.ace is not set. 2018-07-30 11:41:11 +02:00
Marco Dickert
6a60ddd4d3 Update ifmdemo link 2018-06-29 14:42:23 +02:00
Marco Dickert
6c5ac35277 Fix bug: Creating an archive fails if only one element is selected 2018-05-25 16:08:58 +02:00
Marco Dickert
c4e6f6d527 Prevent reloading the browser if there are pending tasks. Closes #97 2018-04-18 15:31:03 +02:00
Marco Dickert
b6fe7e4075 Fixed senseless return value in upload function. 2018-04-17 09:16:54 +02:00
Marco Dickert
010869734d Fixed typo in getConfig adjustment 2018-03-28 11:19:41 +02:00
Marco Dickert
0b234e80d9 Avoid warning when chdir(''); sanitize setting of inline mode 2018-03-28 11:15:39 +02:00
Marco Dickert
9863e4c1ad Fix download function when a specific api url is given. 2018-03-28 10:16:28 +02:00
Marco Dickert
70b47fcfcd Merge pull request #95 from misterunknown/ace-features
Ace features
2018-03-26 17:43:18 +02:00
Marco Dickert
c600f73384 Fix merge conflicts 2018-03-26 17:38:21 +02:00
Marco Dickert
0088a03b2a Removed example ACE extensions and modes 2018-03-26 17:34:57 +02:00
Marco Dickert
98b3a5f2cf Fixed missing EventListener for the editor-syntax select box. 2018-03-26 17:28:42 +02:00
Marco Dickert
eb1aab7e72 Added build for latest commit. 2018-03-26 17:28:41 +02:00
Marco Dickert
87edce9ae4 Added ability to include ace extensions, like syntax highlighting and other features 2018-03-26 17:28:41 +02:00
Marco Dickert
bca92a839d Added ability to include ace extensions, like syntax highlighting and other features 2018-03-26 17:28:41 +02:00
Marco Dickert
2a37becfa6 Allow authentication via header for scripting purposes 2018-03-26 17:15:36 +02:00
Marco Dickert
3117a15790 Fixed javascript error when the mime_type of an item is not a string 2018-03-26 10:37:39 +02:00
Marco Dickert
1ec37792a0 Sanitized file type icons. Issue #92 2018-03-23 18:52:51 +01:00
Marco Dickert
e3beaa709c Fixed missing EventListener for the editor-syntax select box. 2018-03-20 19:46:28 +01:00
Marco Dickert
2e1f72577c Added build for latest commit. 2018-03-20 18:42:55 +01:00
Marco Dickert
9e51792710 Merge branch 'ace-features' of github.com:misterunknown/ifm into ace-features 2018-03-20 17:30:32 +01:00