Commit Graph

391 Commits

Author SHA1 Message Date
nuxsmin
beca658c64 * [MOD] Updated Material Design Lite to 1.2
* [MOD] Updatedclipboard.js to 1.5.12
* [MOD] Javascript improvements.
* [MOD] Modified search behavior. Now the enter key needs to be presed to perform searches. This prevents to fullfill the key buffer and server overhead.
2016-08-30 00:59:57 +02:00
nuxsmin
19db13a5ba * [FIX] Fixes #215. Password is not shown when it contains special chars. Thanks @goatmaster for the feedback. 2016-08-29 14:05:12 +02:00
nuxsmin
20294470bd * [FIX] Fixes user-in-group checking for accounts ACL. Related #263 2016-08-29 12:46:50 +02:00
nuxsmin
ff6c0f3cdb Merge remote-tracking branch 'origin/master' 2016-08-29 11:31:17 +02:00
nuxsmin
d7ef25d059 * [FIX] Fixes retrieving username from LDAP.
* [FIX] Fixes LDAP group name lookup. Related #257, #258, #264,
2016-08-29 11:31:00 +02:00
nuxsmin
e6a6eafbb0 * [FIX] Closes #237. Fixed missing field for main group change in account view. Thanks to @Sintbert for the feedback. 2016-07-30 13:42:13 +02:00
nuxsmin
4aa84023e9 * [FIX] Closes #221. Fixed missing apache_request_headers function. Thanks to @alexanderbuhler for the feedback. 2016-07-30 13:33:59 +02:00
nuxsmin
e3c6555fd5 * [FIX] Closes #243. Fixed LDAP URL issue when using ADS auth. Thanks to @guannais for the feedback. 2016-07-30 13:24:33 +02:00
nuxsmin
1876d0a520 * [FIX] Closes #222. Fixed default DB column values when mysql is set in strict mode. Thanks to @tdk1069 for the feedback. 2016-07-30 13:11:52 +02:00
nuxsmin
f0d3b5cd77 * [FIX] Related #245. MySQL sysPass user account creation error. 2016-07-30 12:51:49 +02:00
nuxsmin
e13edf6580 Merge remote-tracking branch 'origin/master' 1.2.0.12 2016-06-15 12:22:36 +02:00
nuxsmin
47639e3cf1 * [FIX] Minor bugfixes
* [ADD] Added temp master password counter (mas 100 attempts)
2016-06-15 12:22:22 +02:00
nuxsmin
8b46c83c48 Merge pull request #227 from sgrund/master
* [MOD] gitignore and skip DB admin password in installer
2016-06-09 13:40:29 +02:00
Sebastian Grund
a8da2963e8 removed required field for database password in installer script.
So, installation can be done if no password is set for the database user.
2016-06-08 22:44:13 +02:00
Sebastian Grund
9df3981e61 added gitignore file 2016-06-08 22:42:59 +02:00
nuxsmin
6fca361851 * [FIX] Minor bugfixes
* [ADD] Added temp master password counter (mas 100 attempts)
2016-05-04 08:25:54 +02:00
nuxsmin
2654816fbf * [FIX] Fixed issue when paging accounts when sort key was set. 2016-05-04 01:01:51 +02:00
nuxsmin
d857e2d8b8 * [FIX] Closes #204. Fixed LDAP group search when ADS is set. Thanks to @vplanas 2016-05-04 00:50:35 +02:00
nuxsmin
e561695126 * [ADD] Add styles css minimized version 2016-05-04 00:41:27 +02:00
nuxsmin
131083e00f * [FIX] Closes #196. Fixed textarea element name. Thanks to @joeg1484 and @st3reo
* [FIX] Improved installer when database is located in another host.
2016-05-04 00:40:17 +02:00
nuxsmin
2233f25416 * [MOD] Updated changelog. 1.2.0.11 2016-02-06 07:07:46 +01:00
nuxsmin
03a0871371 * [MOD] Modified logout behavior to prevent login for two times. Related #189 2016-02-06 06:59:14 +01:00
nuxsmin
9c51b42909 * [MOD] Updated German translation. Thanks to @CyrosX 2016-02-06 06:41:16 +01:00
nuxsmin
9f515031f8 * [FIX] #198, #166. Put a delay between search requests to not fill the keybinding API very quickly. Thanks to @alexanderbuhler 2016-02-06 06:32:18 +01:00
nuxsmin
6242b05c9d Merge remote-tracking branch 'origin/master' 2016-02-06 06:16:05 +01:00
nuxsmin
7822733ed1 * [FIX] Fixes #199. When doing 2FA login, the user's preferences weren't loaded 2016-02-06 06:15:45 +01:00
nuxsmin
3fa8e5a872 * [FIX] #166. Fixed error when searching for numbers or ip addresses. 2016-01-11 16:30:36 +01:00
nuxsmin
8e86d755be * [FIX] Fixes #185.Thanks to @bitking
* [FIX] Fixes #186. Thanks to @wagnst
* [FIX] Related #189. Login not done for the fisrt time randomly.
2016-01-05 10:04:26 +01:00
nuxsmin
19309c05cc * [FIX] Fixed issue when importing accounts from CSV/XML. Form fields were not fully sent. 2015-12-28 02:29:35 +01:00
nuxsmin
35e8cd985c * [MOD] Minor tweaks. 1.2.0.10 2015-12-26 13:23:14 +01:00
nuxsmin
6ce7adefc9 * [MOD] Improved login when the webserver auth is used. Related #180 2015-12-24 13:22:06 +01:00
nuxsmin
03c7ebe0a1 * [MOD] Updated Russian translation. Thanks to @TitovLab 2015-12-22 21:16:41 +01:00
nuxsmin
616803529e * [MOD] Version update 2015-12-22 21:09:33 +01:00
nuxsmin
9274f1a7d8 * [FIX] Fixes #180. Checking user id instead login when using webserver auth. Thanks to @TitovLab 2015-12-22 21:02:15 +01:00
nuxsmin
0dd274d6a6 * [FIX] Fixes #170. Integer casting for boolean values on users management. Thanks to @maseht 2015-12-22 20:44:28 +01:00
nuxsmin
31c09a97b3 * [FIX] Fixes #175. Fixed multibyte string truncation issue. Thanks to @TitovLab 2015-12-22 20:25:25 +01:00
nuxsmin
4243de6292 * [FIX] Fixes #182. Fixed password custom field double encryption. Thanks to @vvascautan 2015-12-22 20:22:34 +01:00
nuxsmin
f3e6590ae9 * [FIX] Fixes #175. Fixed multibyte string truncation issue. Thanks to @TitovLab 2015-12-13 19:29:57 +01:00
nuxsmin
1848e29ad7 Merge remote-tracking branch 'origin/master' 1.2.0.09 2015-12-13 12:07:01 +01:00
nuxsmin
49e0580157 * [MOD] Updated French translation. Thanks to @Cyril
* [MOD] Updated version build number.
2015-12-13 12:06:41 +01:00
nuxsmin
024aaac889 * [FIX] Fixes #178. Update accounts' history master password hash when upgrading from previous versions. Thanks to @TitovLab
* [MOD] Modified account history select box behavior when account id matches history id.
2015-12-13 11:05:22 +01:00
nuxsmin
225351bb75 * [FIX] Fixes #177. Fixed javascript translation in complexity dialog. Thanks to @TitovLab 2015-12-13 09:44:21 +01:00
nuxsmin
68329ba760 * [ADD] Closes #173. Added Russian translation. Thanks to @TitovLab
* [FIX] Fixes #176. Upload files rewritten to fix issue with UTF8 strings. Removed FileDrop JQuery plugin . Thanks to @TitovLab
* [FIX] Closes #174. Fixed css to fit to card layout.
* [FIX] Fixes #171. Set maximum uplodaded file sizes as set in accounts config. Thanks to  @cgarciaarano
2015-12-13 09:35:10 +01:00
nuxsmin
8f2b1500b4 * [ADD] Closes #179. Added Russian translation. Thanks to @TitovLab 2015-12-12 08:32:29 +01:00
nuxsmin
b024031603 * [FIX] Fixes #168. Fixed tooltip showing in classic theme. Thanks to @gabrielsoltz 2015-12-12 08:20:04 +01:00
nuxsmin
d496179544 * [FIX] Fixes #169. Fixed path and directory separators to be system independent. Thanks to @stawiu 2015-12-12 07:50:54 +01:00
nuxsmin
f867611421 * [FIX] Fixes #166. Fixed number parsing by request analyzer. Thanks to @gabrielsoltz and @GastonLex 2015-12-12 07:46:56 +01:00
nuxsmin
6f44f8ceb7 Typo on query
[FIX] Fixed typo on upgrade query to version 1.1.2.20. Related #165
2015-11-05 13:52:38 +01:00
nuxsmin
d6fbb7f188 * [FIX] Fixes #163. Copy to clipboard action not shown when show optional actions preference is set. 2015-11-01 11:50:04 +01:00
nuxsmin
af1ab98777 * [MOD] Enable LDAP debug mode if global debug mode has been enabled. Related #156 2015-10-27 20:17:59 +01:00