@@ -36,7 +36,7 @@ Source1: self-service-password-apache.conf
36
36
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
37
37
38
38
Requires(pre): coreutils
39
- Requires: php, php-ldap, php-mbstring, php-Smarty
39
+ Requires: php, php-gd, php- ldap, php-mbstring, php-Smarty
40
40
41
41
%description
42
42
Self Service Password is a simple PHP application that allows users to change their password on an LDAP directory.
@@ -121,6 +121,119 @@ rm -rf %{buildroot}
121
121
# Changelog
122
122
#=================================================
123
123
%changelog
124
+ * Tue Apr 20 2021 - Clement Oudot <clem@ltb-project.org> - 1.4-1
125
+ - gh#52: Docker image
126
+ - gh#109: Use Smarty framework
127
+ - gh#133: Get extended ldap error in case of "passworderror" from LDAP directory
128
+ - gh#155: Use password modify extended operation
129
+ - gh#156: Use password policy control
130
+ - gh#157: Using ldap_exop_passwd if available (PHP>=7.2)
131
+ - gh#183: Reset questions and answers (Questions/suggestion?)
132
+ - gh#220: Pre Hook script
133
+ - gh#224: SMS OVH provider
134
+ - gh#225: rate-limiting with json files
135
+ - gh#226: Remove annoying warnings
136
+ - gh#229: Add php-curl to prerequisite
137
+ - gh#233: Translated some lines on file pt-BR.inc.php to Brazilian Portuguese
138
+ - gh#238: Provide a way to know the installed version
139
+ - gh#239: Fix in_array() error
140
+ - gh#250: Web Autocomplete
141
+ - gh#251: Add autocomplete settings on form fields (#250)
142
+ - gh#263: phpunit test fail
143
+ - gh#264: add support for password files (aka pathway to docker secrets)
144
+ - gh#270: Added initial Norwegian (nb-NO) translation
145
+ - gh#272: Allowing Email as URL-Parameter
146
+ - gh#273: Non-english characters are being stipped in posthook call
147
+ - gh#274: Add base64 encoding option to passwords in posthook commands
148
+ - gh#275: Create unit test for posthook_command (ltb-project#273)
149
+ - gh#276: Add a configuration option to force locale (ltb-project#273)
150
+ - gh#279: Traditional Chinese Support
151
+ - gh#281: Change password line in conf to single quotes
152
+ - gh#296: add policy: disallow special character at beginning or end
153
+ - gh#299: New policy: Forbidden words
154
+ - gh#300: add specialatends and show policy criticity check, fix german translation
155
+ - gh#301: New policy: Forbidden ldap fields
156
+ - gh#303: add support for setting multiple question/answers.
157
+ - gh#306: feature request: add another password quality check
158
+ - gh#311: Another Captcha than Google Captcha
159
+ - gh#315: Fixed few pronomous
160
+ - gh#318: Improve multiple answers
161
+ - gh#322: add config.inc.local.php in .gitignore
162
+ - gh#327: Configure several LDAP servers and select one depending on context
163
+ - gh#328: Configure several LDAP servers and select one depending on context
164
+ - gh#329: Prefill user login fields with an HTTP header value
165
+ - gh#330: Prefill user login fields with an HTTP header value
166
+ - gh#331: SMS Twilio Integration
167
+ - gh#332: Docker file
168
+ - gh#333: SMS Twilio Integration
169
+ - gh#334: Missing support for sambaKickofftime
170
+ - gh#335: support for sambaKickofftime, issue 334
171
+ - gh#336: Translate Pwned, specialatends and logic
172
+ - gh#340: Update sl.inc.php
173
+ - gh#342: Hide token URLs unless debug mode is on
174
+ - gh#350: address CVE-2019-11043
175
+ - gh#353: prevent variable interpretation when $ in password
176
+ - gh#354: default_action set to sendtoken with use_change set to true, can not use change form
177
+ - gh#355: ltb-project#354 : Can use change tab when default_action not set to c
178
+ - gh#356: ltb-project#322 : Add .gitignore for config files
179
+ - gh#359: Show extended LDAP error message after password change was denied
180
+ - gh#360: Improved pt-BR.inc.php with more colloquial form
181
+ - gh#364: obscure_failure_messages configuration parameter broken
182
+ - gh#365: Revert "Fix in_array() error"
183
+ - gh#367: Show LDAP extended error message (ltb-project#359)
184
+ - gh#371: I added a new translation (basque, "eu") and translated 2 lines of span
185
+ - gh#372: Use Smarty framework
186
+ - gh#377: [DOC] php-filter as dependencie
187
+ - gh#381: create centos 8 package
188
+ - gh#382: Expose more PHPMail parameters
189
+ - gh#383: Set SMTPOptions from local configuration
190
+ - gh#389: ADD: Samba synchronization via call to smbpasswd
191
+ - gh#395: Feature enhancements to security question functionality
192
+ - gh#404: consider to move inline resources
193
+ - gh#405: Update jquery to latest, 3.5.1 currently
194
+ - gh#406: Move inline javascript to its own file fixes (#404)
195
+ - gh#407: Upgrade jquery to 3.5.1
196
+ - gh#408: documentation for docker
197
+ - gh#409: LDAP exop password modify
198
+ - gh#410: More work on smarty migration
199
+ - gh#411: Allowing Email as URL-Parameter
200
+ - gh#412: Move documentation in sources
201
+ - gh#413: Update Polish localization
202
+ - gh#415: Fixes units tests
203
+ - gh#416: Prehook - ltb-project/self-service-password#220
204
+ - gh#417: documentation
205
+ - gh#419: Update config_ldap.rst
206
+ - gh#424: Configure cache dir and template cache dir
207
+ - gh#428: Added best practices of autocomplete for password managers
208
+ - gh#429: I18n fr
209
+ - gh#430: feat(diff-check): #306
210
+ - gh#433: fix(branding): logo in menubar
211
+ - gh#439: Invalid Mail Header, Double To: Field / Outdated PHPMailer Version
212
+ - gh#441: typo in show policies dutch
213
+ - gh#447: Provide WebServices / REST API
214
+ - gh#449: sms_partially_hide_number not working after migration to smarty
215
+ - gh#451: session and token lifetime
216
+ - gh#453: Can't disable tokens?
217
+ - gh#454: fix typo in nl translation
218
+ - gh#456: Mtkraai master
219
+ - gh#457: Link to github page added to README.md
220
+ - gh#460: update from PHP-7.2
221
+ - gh#466: Fix recaptcha on curent master
222
+ - gh#468: updating php to 7.4
223
+ - gh#469: docs(docker)
224
+ - gh#470: Added Serbian language
225
+ - gh#471: Added Serbian language
226
+ - gh#474: Language selection issue
227
+ - gh#475: Option for ppolicy control
228
+ - gh#476: fix(lang): re-include allowed_lang check
229
+ - gh#477: docs(keyphrase): update comments/docs, when should keyphrase be set
230
+ - gh#478: fix(pebkac)
231
+ - gh#479: Update Serbian translation
232
+ - gh#481: New captcha to replace reCAPTCHA
233
+ - gh#482: Upgrade to PHPMailer 6.3.0
234
+ - gh#483: add hook in rest api and a script for multi ldap change password
235
+ - gh#491: do not override config.inc.local.php vars
236
+ - gh#499: Update multi ldap script
124
237
* Tue Jul 10 2018 - Clement Oudot <clem@ltb-project.org> - 1.3-1
125
238
- gh#182: Message incorrect when resetting using email but not supplying email (minor)
126
239
- gh#187: Security assessment issues
0 commit comments