Laurent Destailleur
488edec3a8
Merge pull request #12226 from ptibogxiv/patch-271
...
NEW add office phone & job on user tooltips
2019-10-30 03:11:28 +01:00
Frédéric FRANCE
16f58f1eee
clean indent
2019-10-27 10:38:52 +01:00
ptibogxiv
6f52ae80fe
Update user.class.php
2019-10-26 15:01:40 +02:00
ptibogxiv
49f5e54a8b
Update user.class.php
2019-10-25 18:10:04 +02:00
ptibogxiv
7c8efc741e
Update user.class.php
2019-10-25 17:20:09 +02:00
Laurent Destailleur
8858c3e769
Look and feel v11
2019-10-23 21:27:29 +02:00
Laurent Destailleur
b88968520b
Move code of extrafields to the new architecture
2019-10-22 17:08:37 +02:00
Laurent Destailleur
005b1b12c4
Work on sort of permission per family+module
2019-10-17 19:33:06 +02:00
Laurent Destailleur
de396dc9b3
Clean code for order of modules
2019-10-17 19:21:30 +02:00
Laurent Destailleur
87ec1de78e
Start to work on solution to sort permissions by module
2019-10-17 18:43:07 +02:00
Frédéric FRANCE
e75f7d448c
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
2019-10-16 20:00:01 +02:00
Laurent Destailleur
e07e01580d
Replace deprecated code with new one
2019-10-16 03:34:32 +02:00
Frédéric FRANCE
0ae1e8c2a9
Update api_users.class.php
2019-10-13 06:17:57 +02:00
Frédéric FRANCE
f6a2fd6eb8
Update card.php
2019-10-13 06:08:32 +02:00
Laurent Destailleur
51383ce6af
FIX Reset of password can use email like the login.
2019-10-11 18:42:07 +02:00
Laurent Destailleur
aebae5ff83
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/en_US/margins.lang
htdocs/user/class/user.class.php
2019-10-10 10:37:17 +02:00
Laurent Destailleur
43a70e5548
Clean code to use the new $extrafields->attributes array
2019-10-08 09:28:50 +02:00
Laurent De Coninck
091df082fc
fix the access of the bank account of one user
...
There are 3 ways to access this tab :
1. If the module holiday is enabled
2. If the module holidays is enabled
3. If the module expense report is enabled
More over that, the application checks if the user can access the bank
account of the selected user. The application does that twice (logical
^^), first to know if the tab has to be displayed or not. Second time,
when you arrive on the page /user/bank.php to know if you have access
(eg. if you type the url directly).
In this second check, the check of the expense report module was missing
(added by this PR). This caused the following issue: the tab was visible
but when the user clicked on itn, he received an error as he cannot
access the page.
2019-10-08 08:11:29 +02:00
Laurent Destailleur
839929f764
FIX #12026
2019-10-07 14:16:47 +02:00
Laurent Destailleur
0bd545e1ca
Merge pull request #12026 from oscim/patch-6
...
Fix error in triggers process
2019-10-07 14:14:36 +02:00
Laurent Destailleur
2bb55200f7
Clean user card
2019-10-07 13:46:13 +02:00
Laurent Destailleur
76aef85ee4
Merge pull request #12015 from atm-maxime/new_validators
...
NEW expense request and holiday validator fields
2019-10-07 13:31:20 +02:00
Laurent Destailleur
6c1c008d09
FIX Look and feel v10
2019-10-06 16:28:10 +02:00
Laurent Destailleur
866dcf18fe
Look and feel v11
2019-10-06 15:34:22 +02:00
Laurent Destailleur
b83d4eb936
FIX Look and feel v10
2019-10-06 14:57:34 +02:00
Laurent Destailleur
2b66282b61
NEW Code for extrafields uses the new array $extrafields->attributes
2019-10-06 14:41:52 +02:00
stickler-ci
1047a8ea0f
Fixing style errors.
2019-10-05 20:25:17 +00:00
Maxime Kohlhaas
2068692f40
Merge branch 'develop' of github.com:atm-maxime/dolibarr into new_validators
2019-10-05 22:25:06 +02:00
Maxime Kohlhaas
e70b487c34
Add info about validators saying default is supervisor
2019-10-05 22:22:55 +02:00
oscim
d368bc1b6a
Update user.class.php
...
actually the create_from_member method does not require this change
2019-10-03 15:58:40 +02:00
Laurent Destailleur
b60ee4c18c
css
2019-10-03 09:58:49 +02:00
oscim
9f2ac7cae3
Fix error in triggers process
...
If methode create_from_contact is called; In process this method containt call create methode, but trigger by action USER_CREATE is called twice.
the call to the create method should not trigger triggers
same for the create_from_members method
2019-10-03 09:47:06 +02:00
Laurent Destailleur
d8a8c4fbe6
Look and feel v11. Picto are fontawesome.
2019-10-02 18:36:36 +02:00
Maxime Kohlhaas
6d4f3f308e
NEW expense request and holiday validator fields
2019-10-02 08:43:40 +02:00
Alexandre SPANGARO
16c6c9ae75
Merge remote-tracking branch 'upstream/develop' into 11.0_https
2019-10-01 06:12:24 +02:00
Alexandre SPANGARO
91b3bf76fd
Merge branch 'develop' into 11.0_https
2019-10-01 06:11:43 +02:00
Alexandre SPANGARO
aec50d3ac9
NEW Add fa_icon on load_fiche_titre
2019-09-30 10:14:55 +02:00
Laurent Destailleur
6858dce344
Rename table for categorie of warehouses
2019-09-27 13:28:28 +02:00
Laurent Destailleur
961f2b5165
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/categories/viewcat.php
htdocs/fourn/class/fournisseur.product.class.php
htdocs/takepos/invoice.php
2019-09-24 14:25:02 +02:00
Laurent Destailleur
db334a3b94
FIX Var not enough sanitized
2019-09-24 14:16:24 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Laurent Destailleur
9bf387d43c
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
...
Conflicts:
htdocs/admin/mails_templates.php
htdocs/main.inc.php
htdocs/user/card.php
2019-09-18 15:12:38 +02:00
Laurent Destailleur
e52788eb75
Fix xss
2019-09-18 14:31:03 +02:00
Laurent Destailleur
771104bc68
Fix XSS
2019-09-18 14:25:53 +02:00
Laurent Destailleur
345ac28c89
Fix js injection
...
Conflicts:
htdocs/core/lib/functions.lib.php
htdocs/user/group/card.php
2019-09-18 14:21:02 +02:00
Laurent Destailleur
421631f2be
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
2019-09-15 15:53:45 +02:00
Laurent Destailleur
27e3a2cb1d
Update perms.php
2019-09-15 15:32:43 +02:00
Laurent Destailleur
d380ef1812
Update usergroup.class.php
2019-09-14 16:37:07 +02:00
Abbes Bahfir
4098ecfe17
Merge branch 'abb100077' of github.com:bafbes/dolibarr into abb100077
2019-09-12 11:30:14 +01:00
Abbes Bahfir
195ac8e8f6
fix : Tests for attributes exsitence in Use of posixAccount and posixGroup objectclass for users and groups in LDAP
2019-09-12 11:24:30 +01:00