57 Commits

Author SHA1 Message Date
ahaenggli
b5c778fd7f
Improve LDAP: attribute checks, handling, user filtering (#493) 2024-10-28 20:43:25 +01:00
Andrei Telteu
27310f9d48
Added chmod perm, modal to change, api with local/ftp/sftp (#399)
Read a fill current permissions for local driver

Finished permissions for ftp driver, read and change

Read permissions for sftp adapter

Created FilegatorFtp for a cleaner permissions integration

Implemented recursive chmod options for files/folders

Modified tests to cover permissions

Lint frontend permissions component
2024-04-17 17:23:21 +02:00
Milos Stojanovic
c09021d610 add missing properties 2023-12-04 08:50:40 +01:00
Milos Stojanovic
d0936b92c1 lockout bugfix and version bump 2023-01-20 16:45:35 +01:00
Milos Stojanovic
86dcf9fc5f Added configurable lockout for incorrect login attempts (see configuration_sample.php) 2023-01-20 09:49:03 +01:00
Milos Stojanovic
24119f7cf4 fix for #349 2022-09-07 13:35:09 +02:00
Milos Stojanovic
3f03a4096d ob_flush fixes #326 2022-05-31 14:11:57 +02:00
Milos Stojanovic
24e2702350 database auth adapter - session fix 2022-05-25 11:54:04 +02:00
Milos Stojanovic
3d008e4e7f development mode warning added 2022-05-25 11:38:42 +02:00
Milos Stojanovic
fcd3995f64 regenerate session on user update 2022-05-24 13:08:43 +02:00
Milos Stojanovic
6e2b68f17f path traversal fix 2022-05-24 12:24:30 +02:00
Milos Stojanovic
c158aa37aa issue with php8.1 and new full_path key found in $_FILES, fixes #295 2022-01-13 11:25:05 +01:00
IWIN
29dccea0b5
fix file deletion error when overwrite on upload (#293) 2021-12-31 11:31:24 +01:00
ahaenggli
d685af9af2
fix #271 (#272)
* fix #257 and add optional domain handling

* format code and add to doc

* fix #271
2021-10-01 08:29:34 +02:00
Milos Stojanovic
63645f6e04 anti-framing policy added with headers 2021-09-27 10:14:36 +02:00
ahaenggli
d45346809f
fix #257 and add optional domain handling (#258)
* fix #257 and add optional domain handling

* format code and add to doc
2021-08-23 09:03:08 +02:00
Milos Stojanovic
a66cba349b invalidate sessions when the password is changed - database auth adapter 2021-07-05 15:12:58 +02:00
Milos Stojanovic
0de9e6c895 invalidate sessions when the password is changed - json auth adapter 2021-07-05 14:49:12 +02:00
Milos Stojanovic
86b9752b38 Two consecutive periods bug - fixes #202 2021-03-23 10:30:50 +01:00
Milos Stojanovic
0f4209dc28 logger added instead of huge exception in security service, fixes #183 2021-02-18 09:39:44 +01:00
Luiz Kill
a48fa3c717
Adds an attributes parameter to the ldap adapter (#184)
* Adds an attribute parameter to the ldap adapter

Using this parameter is much more efficient than the default action (which is to return all attributes and their associated values). The use of this parameter should therefore be considered good practice.

(from https://www.php.net/manual/en/function.ldap-search.php)

* Updates the docs about ldap_attributes parameter

* Enhances portuguese translation

* Update backend/Services/Auth/Adapters/LDAP.php

Commit suggestion
2021-02-18 09:18:30 +01:00
Milos Stojanovic
a8be107121 csrf token key config option added 2021-02-12 12:57:38 +01:00
ahaenggli
91cfd6a845
show filesize and remaining time on download (#181)
* show filesize on download
2021-02-02 16:01:52 +01:00
Milos Stojanovic
53c993bdc8 ignore coverage for ldap 2020-11-02 14:42:22 +01:00
Milos Stojanovic
86e582efb8 add docs to LDAP, fix trailing spaces 2020-10-26 08:45:58 +01:00
ahaenggli
12a83d07c1
Feature/ldap auth (#146)
* add ldap auth

* remove some comments
2020-10-26 08:40:30 +01:00
Milos Stojanovic
fb2e794e37 download_inline configuration #141 2020-10-12 10:49:54 +02:00
Milos Stojanovic
812a0a2ce0 v7.4.4 fixes #116 2020-07-28 13:04:25 +02:00
Milos Stojanovic
a2566561b3 timezone support/config added, fixed #102 2020-07-18 18:23:05 +02:00
Milos Stojanovic
5624aa9493 add mime-types, support for vector images, fixes #113 #108 2020-07-18 10:43:17 +02:00
Milos Stojanovic
fdb596a2fc Inclusive terminology 2020-07-15 09:37:59 +02:00
Milos Stojanovic
0ceaaea75a zip adapter fix 2020-05-11 16:09:08 +00:00
Milos Stojanovic
cbdab39e44 fix/test: create empty zip archive is futile 2020-05-11 13:34:39 +00:00
Milos Stojanovic
3a659e093b docs upd 2020-05-09 21:25:53 +02:00
Milos Stojanovic
15c386fe08 WordPress adapter included in the main repo 2020-05-09 21:04:13 +02:00
Milos Stojanovic
8330fa86bc New config param: overwrite_on_upload 2020-03-23 13:37:54 +01:00
Milos Stojanovic
f49f6bb00b Download filename fix 2020-03-08 10:27:02 +01:00
Paulo K
f29620d9cd
View PDF files in the browser (#51)
Co-authored-by: Paulo Sergio Klaus <code@pauloklaus.com.br>
2020-03-06 15:11:56 +01:00
Milos Stojanovic
246874ed31 File edit 2020-02-20 15:04:22 +01:00
Milos Stojanovic
b8f7d000fb Basic file preview 2020-02-20 14:03:51 +01:00
Milos Stojanovic
4258e68d8f fix for filename sanitize/cut 2019-09-09 10:10:59 +02:00
Milos Stojanovic
ec9af3a777 File upload multibyte fix (PCRE_UTF8 flag) 2019-09-05 15:50:25 +02:00
Milos Stojanovic
2ea77cc88e Fix for UTF8 filename issues (#12) 2019-09-05 13:59:20 +02:00
Milos Stojanovic
49dc0b89a1 Fix: merging chunks after upload 2019-08-01 10:05:42 +02:00
Milos Stojanovic
8ac547ea36 checking resource before closing zip 2019-06-25 09:22:03 +02:00
Milos Stojanovic
82e0b1577c docs upd 2019-06-20 11:09:05 +02:00
Milos Stojanovic
b3400d7577 download headers 2019-06-19 10:24:52 +02:00
Milos Stojanovic
0eaa8184c4 storage config simplified 2019-06-19 09:36:45 +02:00
Milos Stojanovic
5da41e63c9 session handler config upd 2019-06-19 09:23:20 +02:00
Milos Stojanovic
e479c2fab8 stylesheet linked, icons removed 2019-06-17 16:21:28 +02:00