Commit Graph

128 Commits

Author SHA1 Message Date
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
33f321144f * Allow to press the "enter" key to perform a text search 2014-05-18 14:25:59 +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
1301d00420 * CLoses #30. Fixed error on viewing passwords with special characters. Thanks to @chadrempp 2014-04-13 13:42:56 +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
9029aec3e3 * LDAP checking doesn't work because wrong values sent by Ajax 2014-03-11 11:21:01 +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
d3dad23ae9 Merge remote-tracking branch 'origin/v1.1' into v1.1 2014-02-24 01:53:57 +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
6a7ae91757 Fixes #29
Save button does not call the right javascript function.
2014-02-21 11:30:31 +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
10712dba28 Links to wiki 2014-02-10 11:28:16 +01:00
nuxsmin
8a2aadcaff * 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:20:45 +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
85dcc313ab * Upgrade database manually 2014-02-08 22:40:42 +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
1b804cce80 Print 'add' categories/customer
Print 'add' categories/customer when no records found
2014-02-06 18:03:56 +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
nuxsmin
ad189981bf Check access for App Management Menu 2014-02-05 17:48:15 +01:00
nuxsmin
176d061639 Fix category creation 2014-02-05 17:30:04 +01:00
nuxsmin
cf4a3ec98d Return array on getCustomers when no records found
Needs further fix in DB class
2014-02-05 16:51:44 +01:00
nuxsmin
d572c2fd81 Add top/bottom margin to "no results" box 2014-02-05 16:27:37 +01:00
nuxsmin
96d78959ff Return array on getValuesForSelect query 2014-02-05 16:18:29 +01:00
nuxsmin
19c7f2fc7d Change userProfile_pAppMgmtMenu 2014-02-05 16:03:25 +01:00