Benjamin Renard
7f1fa41e3a
LdapObject : add __toString() method
...
Fix password recovery bug report by Adrien Malgoyre <adrien.malgoyre@osupytheas.fr>
on Ldapsaisie-devel mailing list.
2020-02-18 10:36:47 +01:00
Benjamin Renard
36adcf0f5f
LSauthMethod::CAS : Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter (since corresponding bogus setCasServerCert() method has been remove in phpCAS)
2020-01-22 17:36:35 +01:00
Benjamin Renard
bed05af674
Fix some translation problems by forcing the LANGUAGE env variable value
2019-10-28 12:49:44 +01:00
Benjamin Renard
08f3be6e20
LSsession : improving logging
2019-10-25 19:25:25 +02:00
Benjamin Renard
e5ad1dfd44
LSprofiles : add possibility to configure them a label
2019-10-14 12:59:37 +02:00
Benjamin Renard
2fa55a1332
Add LSattr_ldap :: naiveDate
2019-09-30 13:16:53 +02:00
Benjamin Renard
278b084214
Add ['NB_LSOBJECT_LIST_CHOICES'] parameter
2019-09-04 11:49:06 +02:00
Benjamin Renard
2708dd01ee
LSsearch : Add nbObjectsByPageChoices parameter
2019-09-04 11:26:09 +02:00
Benjamin Renard
1a2d881322
LSattr_html :: password : fix countable warning in PHP 7
2019-08-06 12:31:59 +02:00
Benjamin Renard
f3e332593e
LSattr_ldap :: date : replace is_a check by instanceof to avoid warning on PHP 7
2019-08-06 11:49:45 +02:00
Benjamin Renard
9a2c41d8ad
LSauthMethod_CAS : improve logging
2019-07-02 14:21:04 +02:00
Benjamin Renard
7845ba5a9c
LSattr_ldap_password : Fix parameters pass to verify_function and add doc about it
2019-07-01 18:40:53 +02:00
Benjamin Renard
b6f0605dac
LSform_rule :: differentPassword : Add missing LSform :: getValue() function
2019-07-01 18:19:58 +02:00
Benjamin Renard
5e8a5edfe5
LStemplate : catch error on displaying/fetching templates
2019-06-28 18:03:36 +02:00
Benjamin Renard
aa6bb472b7
LStemplate : display error page on fatal error
2019-06-28 18:02:44 +02:00
Benjamin Renard
f64cc3cc19
Improve logging
2019-06-28 18:00:37 +02:00
Benjamin Renard
3acebcfe94
Update french translation
2019-06-20 20:21:31 +02:00
Benjamin Renard
ce76872080
Add LSformRule :: differentPassword
2019-06-20 20:14:54 +02:00
Benjamin Renard
3b4d09bb00
LSform : warn on error loading LSformRule
2019-06-20 20:13:46 +02:00
Benjamin Renard
39001ba9f9
LSsession :: loadLSclass() : add $warn option
2019-06-20 20:12:53 +02:00
Benjamin Renard
5af71fdd79
Rework/improve on password encrypt/decrypt method
2019-06-20 19:55:31 +02:00
Benjamin Renard
fa96fc42ab
LSerror : fix error formatting when no error code is provided
2019-06-17 13:34:02 +02:00
Benjamin Renard
1c2e6f4abb
LSattr_ldap :: date : Fix handling timezone
2019-06-13 14:45:57 +02:00
Benjamin Renard
1b28066189
Fix global_search in multiple subDn context
2019-06-05 12:40:56 +02:00
Benjamin Renard
30daa59c8e
Rework/improve generate_lang_file.php / generate_ldapsaisie.pot.sh scripts
2019-06-04 00:21:12 +02:00
Benjamin Renard
13dd1f1f6f
LSattr_html :: select_list : use static keyword instead of self to make children classes override easier
2019-05-21 18:32:12 +02:00
Benjamin Renard
f130804aae
Add globalSearch feature
2019-05-21 12:06:24 +02:00
Benjamin Renard
59943dc3ee
LSsearchEntry : Fix 'unknwon property error' on accessing undefined attribute
2019-04-18 15:43:01 +02:00
Florent Angebault
059b72958b
Remove a problematic non-breaking space. (RT-66491)
2019-04-16 11:12:15 +02:00
Benjamin Renard
10400e9052
LSattribute : add help_info_in_view parameter
2019-03-29 15:49:03 +01:00
Benjamin Renard
5fa1e578c5
LSauthMethod_HTTP : fix constructor to load config before handling it
2019-03-27 18:28:44 +01:00
Benjamin Renard
87729124f3
LSauth :: afterLogout() : fix provider trigger
2019-03-27 18:28:05 +01:00
Benjamin Renard
323cc8bc50
LSauthMethod_HTTP : add LSAUTHMETHOD_HTTP_LOGOUT_REMOTE_URL parameter
2019-03-27 18:03:25 +01:00
Benjamin Renard
bf8eb1b8b9
Add LSauth :: afterLogout() trigger
2019-03-27 18:02:04 +01:00
Benjamin Renard
2208eb7fe0
Fix some 'Cannot make non static method' errors
2019-03-12 13:28:30 +01:00
Benjamin Renard
20dc70f34b
Fix PHP syntax errors
2019-03-12 13:18:31 +01:00
Benjamin Renard
a338e0dfa0
Fix parent constructor calls
2019-03-12 13:10:24 +01:00
Benjamin Renard
a577417b69
LSsearch : make purgeParams() and purgeCache() methods static
2019-03-12 12:50:58 +01:00
Benjamin Renard
887b054328
LSformElement_password : fix syntax error in getPostData() method
2019-03-12 12:50:28 +01:00
Benjamin Renard
8bb4a1c9cf
Fix some PHP notices
2019-03-12 12:49:19 +01:00
Benjamin Renard
68c6e4267b
LSattr_html_select_list :: _array_merge() : mark as static
2019-03-12 12:28:15 +01:00
Benjamin Renard
9f858c6f0f
LSattr_html_select_list :: _sort() : make really static
2019-03-12 12:25:44 +01:00
Benjamin Renard
b577fe23a9
LSldapObject : solve static/non-static problem on getObjectFilter() method
2019-03-12 12:19:44 +01:00
Benjamin Renard
01a25aa22a
LSformElement_select : solve static/non-static problem on isValidValue() method
2019-03-12 12:14:16 +01:00
Benjamin Renard
b529eee34f
LSattr_html_select_list :: getLSobjectPossibleValues() : make really static
2019-03-12 12:04:42 +01:00
Benjamin Renard
e7b4bc085a
LSattr_html_select_list : solve static/non-static problem on LSattr_html_select_list :: getPossibleValues()
2019-03-12 12:00:58 +01:00
Benjamin Renard
b6367fce34
LSformRule :: compare : fix find operator method
2019-03-12 11:43:53 +01:00
Benjamin Renard
c357c70596
Explicitly defined class methods visibility and upgrade PHP class constructor syntax
2019-03-12 11:42:53 +01:00
Benjamin Renard
34d4c1a8ba
LSattr_html_maildir : fix PHP error in class contructor
2019-03-11 22:43:50 +01:00
Benjamin Renard
b9102aeb9e
Code cleaning
2019-03-11 22:42:20 +01:00
Benjamin Renard
80b747a0c5
Add and use helper methods to access configuration parameters
2019-03-11 22:21:25 +01:00
Benjamin Renard
6bd68d8d25
LSsession : always log include errors
2019-03-11 18:27:52 +01:00
Benjamin Renard
51b06418bc
LSsession : Fix setLocale() parameter handling
2019-03-11 18:18:23 +01:00
Benjamin Renard
b817bb8ae2
LSerror : fix PHP error handling
2019-03-11 18:17:17 +01:00
Benjamin Renard
dbfc8506d5
Fix solution implement in last commit
2019-03-08 11:26:54 +01:00
Benjamin Renard
98ffc081c9
LSldapObject : fix regression introduced by commit 274ccad0
...
Handle all attributes in validateAttrsData() method but don't blame
on missing required attribute on non-create form and if attibute is
not present in form (or freezed).
2019-02-28 15:24:42 +01:00
Benjamin Renard
1dec2cc4f6
LSldapObject : fix removing old RDN value after object renaming
2019-02-26 18:48:45 +01:00
Benjamin Renard
274ccad0f2
LSldapObjet->validateAttrsData() : if LSform is specified, only check LSform's not freezed attributes
2019-02-26 17:47:29 +01:00
Benjamin Renard
cc8816aa9a
LSattr_ldap :: password : Add SHA256/SHA512 & SSHA256/SSHA512 support
2019-02-01 10:27:04 +01:00
Benjamin Renard
92425e7554
LSldapObject : Add generate_container_dn parameter
2018-10-01 12:57:26 +02:00
Benjamin Renard
179d148335
Add triggers feature on LStemplate class
2018-10-01 12:32:05 +02:00
Benjamin Renard
8e1e747754
LSattr_html :: select_list : add translate_labels option
2018-09-19 18:56:47 +02:00
Benjamin Renard
e296cd710b
Add defaultView paramater
2018-09-13 18:36:45 +02:00
Benjamin Renard
f94471e6e5
LSformElement::boolean : add true_label and false_label parameters
2018-09-13 16:25:40 +02:00
Benjamin Renard
408c6d82cf
Improve LSsession :: loadLSobject() error debugging
2018-09-13 16:12:41 +02:00
Benjamin Renard
c551b954fe
Improve LSauthMethod::HTTP to support multiple methods to retreive user and password from HTTP server
2018-09-07 18:42:24 +02:00
Benjamin Renard
2880c4c28e
Add LSattr_html :: wysiwyg
2018-06-15 17:20:37 +02:00
Benjamin Renard
2d2f35fe5b
LSform : fix empty submit button problem in some specific cases
2018-06-15 15:31:02 +02:00
Benjamin Renard
7a036014c6
LSattr_html :: jsonCompositeAttribute : fix check required method
2018-06-11 12:11:56 +02:00
Benjamin Renard
31b0b71312
LSsearch : Use strnatcmp instead of strcoll in sorting method
2018-06-11 12:06:55 +02:00
577803d0f7
LSldapObject : Change getPatternFilter() method to use common LSsearch lib
2018-06-09 00:08:47 +02:00
7ccd02e685
Fix search pattern validation
2018-06-09 00:07:44 +02:00
06b37ea2f6
Fix XSS problem using LSdebug/LSerror/LSinfos
2018-06-08 17:41:28 +02:00
1a700b1737
Fix local file handling
2018-06-01 13:59:01 +02:00
37e573a247
Fix LS_THEME usage
2018-05-24 12:19:39 +02:00
35b9b9ad94
Add nocache param on JS/CSS URL to avoid cache problems
2018-05-22 18:47:08 +02:00
Benjamin Renard
0f7ac92767
Add LSattr_html :: labeledValue
2018-05-16 19:29:08 +02:00
Benjamin Renard
2814dadb95
Add LSattr_ldap :: compositeValueToJSON
2018-05-16 19:28:26 +02:00
Benjamin Renard
4715aba0f1
LSattr_html :: select_list : fix invalid possible values on empty other attribute value
2018-04-27 15:54:41 +02:00
Benjamin Renard
baeea8d670
LSldap : fix/improve getAttr() method
2018-04-27 15:39:24 +02:00
Benjamin Renard
788bc23b98
LSattr_html :: select_list : fix warning on empty jsonCompositeAttribute possible values
2018-04-27 14:48:45 +02:00
Benjamin Renard
d06593cf14
LSattr_html :: select_list : add possiblity to use values of other attribute as possible values
2018-04-26 12:18:16 +02:00
Benjamin Renard
9cb3bb8e18
LSattr_html :: jsonCompositeAttribute : Add help_info and multiple parameters on components
2018-04-26 11:36:04 +02:00
Benjamin Renard
2e9459598f
LSdefault : encode LSjsConfig data in Base64
2018-04-26 11:06:10 +02:00
Benjamin Renard
1fe65e0d6b
LSattr_html::valueWithUnit : add translate_labels, store_integer and round_down parameters
2018-02-19 11:18:55 +01:00
Benjamin Renard
3659031ed2
LSattr_html :: password : add get_mail_attr_function parameter
2018-02-08 18:16:23 +01:00
Benjamin Renard
7c45bfe833
Replace ereg() function call by preg_match()
2018-01-08 19:08:39 +01:00
Benjamin Renard
593a4c5e96
LSformRule :: ssh_pub_key : fix check
2017-12-22 17:34:21 +01:00
Benjamin Renard
049efb1eef
Add LSformRule :: ssh_pub_key
2017-12-22 17:13:48 +01:00
Benjamin Renard
11abb3e1f8
LSattr_html :: ssh_key : fix regex
2017-12-22 16:42:07 +01:00
Benjamin Renard
e251878913
LSatt_html :: jsonCompositeAttributeFix : fix possible values ajax loading
2017-12-22 16:31:00 +01:00
Benjamin Renard
7be590d842
Add generateFunction and additionalAttrs parameters for extraDisplayedColumns
2017-11-30 12:29:46 +01:00
Benjamin Renard
835dccb5f6
LSattr_html :: date : Add showNowButton and showTodayButton parameters
2017-10-12 14:58:31 +02:00
Benjamin Renard
a935828a83
LSformRule_date : add error if no date format specified
2017-10-12 14:51:49 +02:00
Benjamin Renard
0f55f821c6
LSattr_html :: date : fix default form rule parameters
2017-10-12 14:49:24 +02:00
Benjamin Renard
02eb2557aa
Review LSformRules parameters usage and doc
2017-08-22 15:39:38 +02:00
Benjamin Renard
bf5fcf3244
LSldapObject : fix foreach error in getObjectKeyValueInRelation() if attribute is empty
2017-08-18 11:59:12 +02:00
Benjamin Renard
7970489489
LSrelation : Add create button even if user can't edit the relation
2017-08-02 12:09:25 +02:00
Benjamin Renard
486f33ccf9
LSrelation : Add create action button
2017-08-02 12:00:11 +02:00
Benjamin Renard
aacfe2d6e0
LSformElement :: select_box : fix isValidValue() method in inherited context
2017-06-27 15:12:29 +02:00