Commit Graph

16 Commits

Author SHA1 Message Date
nuxsmin
f96fca41a6 Closes #82. 2015-02-08 21:28:25 +01:00
nuxsmin
8d1cdeca78 Closes #83. Thanks to @danislav 2015-02-08 19:59:45 +01:00
nuxsmin
cd1072d2de Merge branch 'v1.1' 2015-02-03 13:30:39 +01:00
nuxsmin
318d52e2f8 * Updated header and PHPdoc syntax
* Improved session cache's config parameters to reduce config file queries
* Removed unused methods
* Changed some SP_Crypt class methods to static and factorized some functions
* Added some stuff to demo mode
2015-02-02 04:07:04 +01:00
nuxsmin
f9ffc112ba * Minor UI tweaks.
* Fixed master password change not running when zeros are used on left or right.
* Fixed some notice events on error log.
* Closes #47. Default group&profile can be selected for new LDAP users
* Closes #48. Database fields modified for STRICT sql mode
* Installer now logs errors to web server error log
2014-08-03 22:53:03 +02:00
nuxsmin
2c376740f8 * Closes #41. LDAP group membership is no longer required for users login.
* Closes #45. LDAP users without group membership or expired and already saved data in MySQL, are not allowed to log in.
* New backup functionality without running external commands. Windows installations are supported. PHP Phar module required.
* New Active Directory mode for LDAP searches.
2014-07-30 23:09:07 +02:00
nuxsmin
6745378bc3 * Fixes LDAP authentication for ADS 2014-05-18 14:15:13 +02:00
nuxsmin
06199e943c * Closes #26. Send email to the user when he was requested (forced) for a password reset. 2014-03-10 01:06:55 +01:00
nuxsmin
22880ddfd1 * Enable account restoration from history.
* Minor bugfixes
* Translations updates.
2014-03-09 11:30:33 +01:00
nuxsmin
e3b1cbd6b2 * Updated config parameters
* Disable password recovering if mail is not enabled
* Enable/Disable authentication on mail.
2014-02-28 22:25:53 +01:00
nuxsmin
0f172ed1d8 - Closes #26. Enable users password reset by email and forced by an admin.
- Improved email handling by using phpmailer class. All emails are sent in HTML format and security and authentication are available.
- Improved javascript code by code refactoring.
- Client IP address is logged in event log.
- Translation fixes.
- Minor bugfixes.
- Needs database upgrade (read wiki if unsure).
2014-02-24 01:51:23 +01:00
nuxsmin
e964ff2fc2 Fix LDAP unbind before searching groups 2014-02-11 18:24:17 +01:00
nuxsmin
a6ddfceae6 * Improved LDAP group membership detection. The user doesn't need to have a group reference attribute.
* Improved database upgrading path detection.
* Translation fixes.
2014-02-09 13:19:26 +01:00
nuxsmin
f5d9aa7a97 * LDAP parameters checking 2014-02-03 02:53:09 +01:00
nuxsmin
341dcc68ac * Improved LDAP access and error handling. Tested aganist OpenLDAP with ldap and ldaps on Debian. More info at Wiki http://wiki.syspass.org/doku.php/en:ldap 2014-02-03 00:39:20 +01:00
nuxsmin
ac9f4543c1 Closes #7
Closes #15
Multiple users and groups can now be allowed to access to an account.
Upgrade process (requires maintenance mode on).
Split methods on new classes.
Bugfixes.
2014-01-18 14:18:50 +01:00