17 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
24e2702350 database auth adapter - session fix 2022-05-25 11:54:04 +02:00
Milos Stojanovic
fcd3995f64 regenerate session on user update 2022-05-24 13:08:43 +02: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
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
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
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
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
fa319eda36 phpstan & refactoring 2019-06-14 13:07:01 +02:00
Milos Stojanovic
f6185c92ab refactoring 2019-06-14 12:46:45 +02:00
Milos Stojanovic
261607e1d3 initial commit 2019-06-13 18:52:40 +02:00