Commit Graph

189 Commits

Author SHA1 Message Date
nuxsmin
f96fca41a6 Closes #82. 2015-02-08 21:28:25 +01:00
nuxsmin
bae66dec05 Closes #82. 2015-02-08 21:25:38 +01:00
nuxsmin
4674dd042f Error on updating LDAP user's password. Salt was not been escaped. 2015-02-08 21:23:58 +01:00
nuxsmin
590455a4fe Closes #84. Thanks to @danislav 2015-02-08 20:00:27 +01:00
nuxsmin
8d1cdeca78 Closes #83. Thanks to @danislav 2015-02-08 19:59:45 +01:00
nuxsmin
295ea768eb Merge remote-tracking branch 'origin/master'
Conflicts:
	inc/init.php
2015-02-03 13:33:14 +01:00
nuxsmin
cd1072d2de Merge branch 'v1.1' 2015-02-03 13:30:39 +01:00
nuxsmin
e866f37185 Merge branch 'v1.1' 2015-02-03 13:29:55 +01:00
nuxsmin
8c9e7439c1 * Updated version. 1.1 is now stable!!! 1.1.2.17 2015-02-03 12:48:20 +01:00
nuxsmin
935717d5e5 * Fixed comments on SQL DB export 2015-02-03 12:41:14 +01:00
nuxsmin
948efb5114 * Updated header and removed some text 2015-02-03 12:25:37 +01:00
nuxsmin
c0ec4a0f74 * Replaced double quotes 2015-02-03 11:58:45 +01:00
nuxsmin
5a36a90ec0 * Updated CHANGELOG 2015-02-03 11:53:45 +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
a33624c302 * Closes #68 and Closes #67 2015-01-24 11:34:13 +01:00
nuxsmin
6e08fc5188 * Closes #66 2015-01-24 11:22:26 +01:00
nuxsmin
3b7c21f2ac * Fixed csv file import mimetype detection error from windows. 1.1.2.16-rc.2 2015-01-24 10:59:34 +01:00
nuxsmin
7789d2ad7b * Closes #76. Fixed password reset when notifications are disabled and user is forced to change it.
* Updated german translation
2015-01-23 22:37:14 +01:00
nuxsmin
7065e5af39 Merge remote-tracking branch 'origin/v1.1' into v1.1 2015-01-23 21:58:41 +01:00
nuxsmin
4b05b45845 * Translated to French. Big thanks to Cyril
* Fixed some bugs on javascript translations
2015-01-23 21:57:34 +01:00
nuxsmin
7e10da7803 Merge pull request #73 from Chefkeks/patch-1
V1.1 Update of German Language. Thanks to @Chefkeks
2014-10-04 14:12:38 +02:00
Chefkeks
b5b98cfeea V1.1 Update of German Language
Added the missing strings - left the rest as it was before.
2014-09-30 11:42:10 +02:00
nuxsmin
0197b16681 * Fixed error when default LDAP group/profile is not set.
* Improved forced integer variable value on saving forms.
* Fixes for demo mode
* Disable autocomplete on password fields (HTML5).
2014-08-11 23:59:47 +02:00
nuxsmin
3e2de962c2 Fixed upgrade DB detection 2014-08-11 09:24:39 +02:00
nuxsmin
00b955a5ea Fixed upgrade DB detection 2014-08-11 09:24:04 +02:00
nuxsmin
07dfdba406 * Fixed error on upgrade handling. 1.1.2.15-rc.1 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. 1.1.2.13-rc.1 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
95e922e84f Fix rollback on error while creating db structure 2014-07-30 13:32:40 +02:00
nuxsmin
49815fbccb Merge pull request #51 from maxmarkus/master
* Closes #46: Declaring config folder permission problem more precise
2014-07-30 13:30:14 +02:00
Markus Edenhauser
b9ade46e84 * Closes #46: Declaring config folder permission problem more precise 2014-07-25 15:36:44 +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
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