Marco Dickert
Marco Dickert
Well, that might be possible. I use an external library for sorting and stuff (DataTables), but didn't find a viable solution yet. Unfortunately, at the moment, my time for this...
Great to hear you could implement that. You can file a pull request and I look into it. Unfortunately I don't have reliable frontend tests yet, but if your changes...
I close this issue for now... If you get around to create a pull request, I take a look ;)
At the moment the browser tries to detect your locale and formats the date accordingly. There is no way to adjust the date format manually. I might get around to...
Well, I'm glad if that works for you, but that is not really flexible tbh. Apparently javascript doesn't have a `strftime` compatible format function, so I guess it isn't that...
It is possible to create a download dialog, I take a look at it when I work on the IFM next time. Not sure when this will be though.
Well, at the moment this is not possible. I look into it, it shouldn't be difficult to set the `root_dir` based on a field in the htpasswd.
Hi, sorry for the late reply. Unfortunately it's not easy to solve this problem. Pagination is done client-side at the moment and to change that would mean to rewrite a...
You are not supposed to call compiler via the apache webserver. The compiler is only for building the tool. You can either download the compiled releases [here](https://github.com/misterunknown/ifm/releases) or you can...