Commit Graph

117 Commits

Author SHA1 Message Date
nuxsmin
07dfdba406 * Fixed error on upgrade handling. 2014-08-11 03:29:45 +02:00
nuxsmin
d072996f91 * Improved browser response by minimizing CSS an JS files and joining into one resource per type.
* Added class CssMin for minimizing CSSs.
* Cached some config values in session to avoid config file readings.
* Improved URL handling.
* Minor bug fixes.
2014-08-11 03:16:12 +02:00
nuxsmin
9aec98928a * New upgrade process with security code for DB upgrades. See wiki for more details
* LDAP escape RDN fixed.
2014-08-04 18:43:40 +02:00
nuxsmin
1c28e78a6a * Change updater source to GitHub branches which gives more info about changes. 2014-08-04 02:55:18 +02:00
nuxsmin
dc9537c78e * Fixed reload on backup completion. 2014-08-04 01:11:28 +02:00
nuxsmin
668343f14e #53. Wrongly escaped LDAP character for RDNs that begins with uid= 2014-08-03 23:07:05 +02: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
b264f484ef * Fixed XSS on login page because of unsanitized input values. Thanks to Daniele 2014-07-30 18:04:10 +02:00
nuxsmin
85b079df3d * Closes #48. Passwords fields can be shown to check password characters.
* Fixes #52. User data query fit to required fields.
* .PO files added to CVS
* Additional checks for db connection
2014-07-30 15:55:01 +02:00
nuxsmin
42192f2dab * Additional checks for database connection errors.
* Closes #46. Shows additional info about config directory permissions errors.
2014-07-22 20:27:37 +02:00
nuxsmin
f6743ce539 * Fixes error on password generator in Chrome browser.
* Improved file upload.
2014-06-06 00:36:52 +02:00
nuxsmin
94c0c34cac * Force UTF-8 charset in database connection.
* Fixed password view when it contains some special characters.
* Fixed search filtering when selected result page was >1
* Fixed logout when viewing password.
2014-06-04 01:08:46 +02:00
nuxsmin
ba5415950d * Escape special characters in LDAP RDN 2014-06-01 22:24:08 +02:00
nuxsmin
d3f58c1284 * Closes #40. Error while importing blank passwords.
* Cast values to string while importing accounts data.
* Fixed customer name text color on searches.
2014-05-27 16:58:04 +02:00
nuxsmin
2fb820f945 * Closes 40. Accounts can be imported from KeePass or KeePassX XML file format. 2014-05-26 01:39:33 +02:00
nuxsmin
f333b7113e * Minor fixes on importing accounts 2014-05-21 00:07:58 +02:00
nuxsmin
aae84a1a1d * Minor tweaks to new grid account search style
* Fixed exposed IP address on event log in demo mode
2014-05-19 23:25:10 +02:00
nuxsmin
4fde9b79e2 * New switcheable grid visual style for searches. Closes #38
* Fixed wrong height for search results in IE 10.
* Fixed not showing accounts field ordering on action switch.
* Fixed some visual bugs.
* Force page reload on configuration changes.
* Copy account password to clipboard is hidden by default on account search list (prevents many ajax queries).
* LDAP username is populated from login if it's blank.
* Account decrypt counter is updated when password is viewed and not if it's copied to clipboard (working on a better solution).
2014-05-19 02:22:15 +02:00
nuxsmin
6745378bc3 * Fixes LDAP authentication for ADS 2014-05-18 14:15:13 +02:00
nuxsmin
93ff927cad * Increase build number 2014-05-09 03:16:06 +02:00
nuxsmin
7894c69f3c * CLoses #20. Copy account's password to clipboard (using Flash).
* Prevent to do searches by clicking non alphanumeric keys.
* Escape strings for accounts searches.
2014-05-09 03:14:35 +02:00
nuxsmin
37705c9933 * Translations updates
* Check PHP version on install process
* Detected browser language saved on installing
* Enable files and updates checking by default
2014-03-17 01:06:22 +01:00
nuxsmin
6988a22121 Closes #30
Passwords were "sanitized" and hence some characters were removed from saved string
2014-03-15 09:22:23 +01: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
890143ede0 * Enable account restoration from history.
* Minor bugfixes
* Translations updates.
2014-03-09 11:27:13 +01:00
nuxsmin
401a8f7e91 * Actions strings on Users,Groups,Profiles,Customers and Categories tab won't be an union of strings. 2014-03-02 12:57:01 +01:00
nuxsmin
2cb8124678 * Translated to Hungarian language. Thanks to Tóth Tamás 2014-03-02 12:21:08 +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
7f0449ed0a * Deutsch translation. Thanks to Uwe Steinmann.
* Improved javascript language selection.
2014-02-28 14:37:19 +01:00
nuxsmin
285aa3b8a2 Deutsch translation. Thanks to Uwe Steinmann 2014-02-27 21:06:33 +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
b4f937e01b Fix migration account import
Field 'vacAccountGroups' was not available on latest phpPMS release
2014-02-13 09:04:34 +01:00
nuxsmin
c9f5646aaa Closes #24
Fixed others users/groups are not saved when account is being edited by foreign user
2014-02-12 09:56:10 +01:00
nuxsmin
e964ff2fc2 Fix LDAP unbind before searching groups 2014-02-11 18:24:17 +01:00
nuxsmin
614e0bee1d Add more attributes to retrieve 2014-02-11 13:25:43 +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
77fc940a32 * Upgrade queries for 1.1.2.1 2014-02-08 22:46:13 +01:00
nuxsmin
1e15341d18 * Fix LANG fro translations 2014-02-08 20:07:00 +01:00
nuxsmin
e923574325 * Add upgrades from 1121
* Fix LANG fro translations
2014-02-08 20:05:08 +01:00
nuxsmin
e4fd60b600 Increase 'user_login' field length 2014-02-07 14:22:33 +01:00
nuxsmin
7612ac6504 Set correct charset on some tables 2014-02-06 17:57:28 +01:00
nuxsmin
88929cec5f Set correct version 2014-02-06 17:55:55 +01:00
nuxsmin
58f8c90a11 Update installer.class.php 2014-02-06 17:12:14 +01:00
nuxsmin
6e60526ad9 Remove utf8 suffix in $LANG 2014-02-06 17:11:18 +01:00
nuxsmin
56c61d61ad Typo error 2014-02-06 17:05:21 +01:00
nuxsmin
8c60f9515b Typo error 2014-02-06 16:30:37 +01:00
nuxsmin
9a31bbd1ff Typo error 2014-02-06 16:06:00 +01:00
nuxsmin
81e49fdf5e Force compiled UTF-8 locale
Thanks to @ebcont for the points and the tests done
2014-02-06 14:35:58 +01:00