dolibarr/htdocs
piernov beff175de1
Fix use login for User homedir in LDAP
posixAccount objectclass (intended to be used with the uid/gid/homedir fields) requires a homedir.
Always set a homedir in LDAP for the User class even if user does not have a firstname by using the login instead.
Additionally on Linux the login is typically used for the home directory rather than the first name.
It also avoids having accentuated or other special characters (commonly found in names) in the home directory path.
2021-05-15 16:48:43 +02:00
..
accountancy Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2021-03-29 21:35:46 +02:00
adherents Merge pull request #17426 from daraelmin/daraelmin-patch-v11 2021-04-30 11:58:53 +02:00
admin Fix saving template email 2021-05-04 18:09:13 +02:00
api FIX : Static property called as non static 2020-09-08 16:03:18 +02:00
asset Fix missing hook params for printFieldListValue 2020-05-08 01:40:25 +02:00
asterisk
barcode FIX token in barcode tools page 2020-02-26 15:23:59 +01:00
blockedlog
bom FIX #11855 2020-04-10 01:37:04 +02:00
bookmarks If we need more var here, we must fix to have var starting with search_ 2020-03-25 18:47:42 +01:00
cashdesk
categories Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-08-17 19:54:23 +02:00
collab
comm Update advtargetemailing.class.php 2021-04-27 01:45:10 +02:00
commande Merge pull request #16734 from AlexisLaurier/11.0 2021-03-16 15:12:18 +01:00
compta Fix phpcs 2021-04-27 02:15:58 +02:00
conf
contact Removed useless log 2021-02-26 10:25:30 +01:00
contrat FIX: Bad rigths to send contract 2020-12-10 13:11:55 +01:00
core FIX: pgsql: prevent 'WHERE 1' 2021-05-05 11:49:11 +02:00
cron Add force reload param to load method 2020-09-10 10:41:16 +02:00
custom
datapolicy Fixing style errors. 2020-05-14 23:20:39 +00:00
dav
debugbar
don FIX Bad position of total in column 2020-03-27 19:10:01 +01:00
ecm FIX Deletion of expensereport + other generated object not complete. 2020-10-26 18:10:58 +01:00
emailcollector
expedition Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-09-12 04:25:54 +02:00
expensereport FIX Deletion of expensereport + other generated object not complete. 2020-10-26 18:10:58 +01:00
exports FIX Missing field "billed" in export 2020-02-18 12:22:25 +01:00
externalsite
fichinter FIX 11.0: when a new intervention is created from an object, a new $extrafields object is instantiated but not initialized 2021-01-26 12:42:04 +01:00
fourn Fix links to go back on supplier invoice list 2021-02-07 19:28:00 +01:00
ftp
holiday Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-05-23 20:18:10 +02:00
hrm
imports FIX #13294 2020-03-12 18:55:08 +01:00
includes Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-10-15 20:38:32 +02:00
install FIX Clean orphan records in llx_ecm_files into repair script. 2020-10-26 18:31:12 +01:00
langs Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2021-02-06 01:03:31 +01:00
livraison
loan FIX Loan - Return on list when you cancel create form or delete a loan 2020-10-10 07:38:29 +02:00
mailmanspip
margin Fix SQL IF for PGSQL 2020-05-21 23:23:59 +02:00
modulebuilder make dolistore happy again 2020-04-20 14:37:52 +02:00
mrp FIX #11855 2020-04-10 01:37:04 +02:00
multicurrency/class Fix variable init 2020-07-23 11:12:04 +02:00
opensurvey FIX Look and feel v11 2020-03-20 21:21:40 +01:00
paybox
paypal
printing
product Add critical price patch from 12 to 11. 2021-02-05 10:39:46 +01:00
projet Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-09-12 04:25:54 +02:00
public Fix XSS reported by C. Weiler <sak1.s3curity@gmail.com> in notice.php 2020-06-19 00:39:27 +02:00
reception Fix missing hook params for printFieldListValue 2020-05-08 01:40:25 +02:00
resource Fix var not defined 2020-01-30 13:03:33 +01:00
salaries FIX Missing token in form 2020-03-14 03:02:49 +01:00
societe FIX ; var case 2021-05-08 13:53:20 +02:00
stripe Fix remove warnings 2020-10-30 04:13:31 +01:00
supplier_proposal Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-09-12 04:25:54 +02:00
support Fix CSS 2020-02-01 10:09:31 +01:00
takepos Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-10-01 19:35:49 +02:00
theme Fix remove warnings 2020-10-30 04:13:31 +01:00
ticket Fix #15377 ticket list filter on author 2020-11-15 10:42:15 +01:00
user Fix use login for User homedir in LDAP 2021-05-15 16:48:43 +02:00
variants FIX BlindBoolean SQL injection reported by Christian Weiler 2020-06-15 15:08:52 +02:00
webservices
website FIX #11855 2020-04-10 01:37:04 +02:00
zapier Fix missing hook params for printFieldListValue 2020-05-08 01:40:25 +02:00
.gitignore
cache.manifest
document.php Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-09-18 14:55:58 +02:00
favicon.ico
filefunc.inc.php Prepare 11.0.5 2020-06-26 19:39:01 +02:00
index.php Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-05-23 20:18:10 +02:00
main.inc.php Fix remove warnings 2020-10-30 04:13:31 +01:00
master.inc.php
opcachepreload.php
robots.txt
viewimage.php