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

636 Commits

Author SHA1 Message Date
Marco Dickert
fe6c9b2af1 Fix missing image popovers with pagination. 2025-06-07 23:38:01 +02:00
Marco Dickert
6ebff154e4 Merge pull request #204 from novashdima/master
security fix & update actions & lint css & update readme...
2025-06-07 23:24:12 +02:00
Marco Dickert
a2a7e22007 Enable custom date formats. Closes #202 2025-06-07 23:17:23 +02:00
Marco Dickert
fb3ed0ddfc Set correct content type for api responses 2025-06-05 10:04:13 +02:00
Marco Dickert
b540e7b070 Fix memory bug with stream_copy_to_stream (#206) 2025-03-27 02:08:17 +01:00
Dmytro Novash
142a397e9d mitigate timing attacks 2024-09-16 17:05:10 +03:00
Dmytro Novash
12dc406736 lint style.css 2024-09-16 16:35:30 +03:00
Dmytro Novash
1686868e1e update readme 2024-09-16 15:12:09 +03:00
Dmytro Novash
0d2b66708d Revert "Create codacy.yml"
This reverts commit fd34a70ccf.
2024-08-13 11:18:08 +03:00
Dmytro Novash
7ca18cda4b codacy 2024-08-12 19:39:25 +03:00
Dmitriy Novash
fd34a70ccf Create codacy.yml 2024-08-12 19:20:40 +03:00
Dmytro Novash
71fc6d7cfa phpmd --ignore-violations-on-exit 2024-08-12 18:43:34 +03:00
Dmytro Novash
ae59a35b6f fix phpmd 2024-08-12 18:38:39 +03:00
Dmytro Novash
cd6a887688 update github actions 2024-08-12 18:32:53 +03:00
Dmytro Novash
4ad3277c18 fix codeql#4621 2024-08-12 17:57:46 +03:00
Marco Dickert
86437aa2ba Consistent naming of invisible_chars 2024-08-11 23:49:12 +02:00
Dmytro Novash
1679b4531f Add option to show invisible chars in ace editor 2024-08-05 15:33:00 +03:00
Marco Dickert
56bcea2d1a Merge branch 'novashdima-master' 2024-08-01 01:41:27 +02:00
Dmytro Novash
7dd18e88aa Bump versions:
- ace 1.14.0 -> 1.35.2
- classnames 2.3.2 -> 2.5.2
- datatables 1.13.1/r-2.4.0 -> 1.13.11/r-2.5.0
- jquery 3.6.3 -> 3.7.1
- jqueryui 1.13.2 -> 1.13.3
2024-07-17 10:21:08 +03:00
Marco Dickert
75a1763645 Merge pull request #200 from novashdima/master
apply option on change
2024-07-16 16:49:11 +02:00
Dmytro Novash
ad7cfbbcde apply option on change 2024-07-16 16:47:14 +03:00
Marco Dickert
06ac9b5ce1 Merge pull request #199 from novashdima/master
Fix var data types
2024-07-10 14:26:28 +02:00
Dmytro Novash
0fcd3b5ed8 fix tabs 2024-07-10 15:05:44 +03:00
Dmytro Novash
71d6a1b51f fix var types 2024-07-10 14:58:58 +03:00
Marco Dickert
05d40dd4cb Fix error in IFM_AUTH_SOURCE example in README.md 2024-06-26 11:49:46 +02:00
Marco Dickert
d24f888004 Remove quotes from environment variables. Fixes #198 2024-06-26 11:47:34 +02:00
Marco Dickert
421fe0023c Dockerfile: safely remove user www-data if present
I honestly don't know why the user xfs should get removed. As far as I
see there is no such user and even if there was, it would not be a
problem.
2024-06-21 10:58:45 +02:00
Marco Dickert
1308fcb3c1 Merge pull request #196 from novashdima/master
Fix php 7.4 & increase min version to 7.0
2024-06-18 10:20:36 +02:00
Dmytro Novash
61716ad2dd increase min version (5.6 not working with ?? operator) 2024-06-18 01:31:00 +03:00
Dmytro Novash
ab1e9781eb fix for php 7.4 2024-06-18 01:20:41 +03:00
Marco Dickert
29e645e114 Security fix: Don't follow locations for remote upload by default. 2024-01-27 00:18:58 +01:00
Marco Dickert
3c2359264e Remove deprecated magic quote handling 2024-01-24 01:05:47 +01:00
Marco Dickert
82f0e787c4 Fix diagnostics issues 2024-01-24 01:05:29 +01:00
Marco Dickert
4109d867fa Fix deprecated creation of dynamic property initialWD (#191) 2024-01-21 23:43:04 +01:00
Marco Dickert
743b40d9b9 Merge branch 'novashdima-master' 2023-12-05 15:24:09 +01:00
Marco Dickert
f57ef6a469 Merge branch 'master' of github.com:novashdima/ifm into novashdima-master 2023-12-05 15:23:52 +01:00
Marco Dickert
d0c4390834 Merge branch 'novashdima-master' 2023-12-05 15:19:33 +01:00
Marco Dickert
ef47c1c027 Allow valid non-existent paths in function isPathValid() 2023-12-05 15:19:06 +01:00
Marco Dickert
cbdb7fb9b7 Version 4.0.2 v4.0.2 2023-12-05 14:52:18 +01:00
Marco Dickert
c353619a41 Remove arrow function to not break compatibility with PHP < 7.4 2023-12-05 13:09:19 +01:00
Marco Dickert
4ff8fe8965 Version 4.0.1 v4.0.1 2023-11-23 15:44:18 +01:00
Marco Dickert
deb707865b Security update: Prevent SSRF attacks by default. 2023-11-23 15:42:15 +01:00
Marco Dickert
42eee5c283 Detect language instead of hard-code. 2023-11-23 15:40:43 +01:00
Marco Dickert
2f9e1f35b9 Valid php syntax for includes 2023-11-23 14:56:32 +01:00
Marco Dickert
3e208c47c9 Consistent comments 2023-11-23 12:34:41 +01:00
Dmitriy Novash
3fa6a3be79 update includes 2023-01-03 19:30:53 +02:00
Dmitriy Novash
fff7a2bc6e rm whitespace 2023-01-03 17:46:24 +02:00
Dmitriy Novash
8d9c17001c more markdown warnings 2023-01-03 17:37:21 +02:00
Dmitriy Novash
423a560392 fix markdown warnings 2022-12-23 18:35:26 +02:00
Dmitriy Novash
fd38618ca3 fix bash warnings 2022-12-23 18:20:08 +02:00