nuxsmin
|
d52bc3353e
|
* [MOD] Bump version number
|
2017-08-18 01:25:18 +02:00 |
|
nuxsmin
|
6fb4ec65b3
|
* [MOD] Improved plugins management and check for plugin updates
|
2017-08-18 01:17:10 +02:00 |
|
nuxsmin
|
ffd3197288
|
* [MOD] Work in progress: plugins improvements
|
2017-08-17 15:01:58 +02:00 |
|
nuxsmin
|
a57da608dd
|
* [MOD] IMPORTANT: Plugins are no longer shipped within sysPass, please download from their own repository.
* [MOD] Improved JS actions for plugins
|
2017-08-16 15:04:38 +02:00 |
|
nuxsmin
|
6eb9ccc0d9
|
* [ADD] Related #699. Added 2FA recovery codes (sent by email) in Authenticator plugin.
|
2017-08-16 02:50:02 +02:00 |
|
nuxsmin
|
4f69bb6979
|
* [MOD] Updated Brazilian and Russian translations. Thanks to contributors!!
2.1.12.17080701
|
2017-08-11 08:04:21 +02:00 |
|
nuxsmin
|
0196108dec
|
* [FIX] Fixed issue when searching on user's notifications.
|
2017-08-07 14:09:21 +02:00 |
|
nuxsmin
|
8cf3abc2ef
|
* [FIX] Fixed wrong behavior on IIS-PHP (Windows). Thanks to @davidpsc for the feedback. Related #276
|
2017-07-31 12:37:41 +02:00 |
|
nuxsmin
|
a7fb09d6b3
|
* [FIX] Fixed LDAP filtering by escaping special chars. Thanks to @pirrimanson2000 for the feedback. Fixes #667
|
2017-07-31 08:43:42 +02:00 |
|
nuxsmin
|
fed20b2818
|
* [MOD] Force request for master pass when user performs a password change.
|
2017-07-25 13:14:40 +02:00 |
|
nuxsmin
|
02fd32b0bc
|
* [MOD] Improved check for tmp folder
|
2017-07-25 12:51:10 +02:00 |
|
nuxsmin
|
d483509bfc
|
* [FIX] Skip backup directory from backups. Thanks to @radkokeves for contribution. Solves #657
|
2017-07-25 11:19:44 +02:00 |
|
nuxsmin
|
1bdd636a69
|
* [ADD] Added Portuguese/Brazilian translation. Thanks to @Fizard for contribution. Related #662.
|
2017-07-25 08:31:08 +02:00 |
|
nuxsmin
|
13e52d01d7
|
* [FIX] Fixed error while restoring account from history.
|
2017-07-24 14:44:17 +02:00 |
|
nuxsmin
|
65878e0972
|
* [FIX] Fixes #636. Improved search string filtering by removing special chars used in regular expressions. Thanks to @LeSuisse for the feedback.
2.1.11.17061503
|
2017-06-15 15:47:44 +02:00 |
|
nuxsmin
|
7ee9c1004c
|
* [MOD] Related #637. Improved random bytes generation to prevent cache-timing attacks (this does not affec to to cryptographic functions, which were already safe). Thanks to @LeSuisse for the feedback.
* [MOD] Temporary master password will never be saved in the event log.
|
2017-06-15 15:07:44 +02:00 |
|
nuxsmin
|
35a65affff
|
* [FIX] Fixes #638. Aggressive replacement when URL params are being used in HTML markup.Thanks to @LeSuisse for the feedback.
|
2017-06-15 14:22:48 +02:00 |
|
nuxsmin
|
6e16b3340e
|
* [FIX] Fixes #640. Remove unnecesary auth check when runnig API method.Thanks to @cbrassel for the feedback.
|
2017-06-15 12:43:51 +02:00 |
|
nuxsmin
|
24031e12fe
|
* [FIX] Try to fix access denied when adding accounts through API.
|
2017-06-14 16:14:23 +02:00 |
|
nuxsmin
|
aa45446178
|
* [FIX] Related #640. Set required auth for addAccount action because the auth wasn't being triggered. Thanks to @cbrassel for the feedback.
|
2017-06-13 17:15:54 +02:00 |
|
nuxsmin
|
abebb27a05
|
* [FIX] Related #641. Removed non-existing table field while refreshing an API token. Thanks to @ cbrassel for the feedback.
|
2017-06-13 16:28:08 +02:00 |
|
nuxsmin
|
48cb16af61
|
* [FIX] Related #618. Try to fix wrong behavior when retrieving customers list for the current user. Thanks to @alexanderbuhler for the feedback.
|
2017-06-01 16:14:20 +02:00 |
|
nuxsmin
|
0e1db84d63
|
* [FIX] Fixes XSS on login page. Related #615. Thanks to @Xyntax for the feedback.
2.1.10.17053003
|
2017-05-30 21:08:24 +02:00 |
|
nuxsmin
|
8c6227e8db
|
* [MOD] Avoid master key change when there isn't any account. Fix #602. Thanks to @berni69 for the feedback.
|
2017-05-30 11:38:05 +02:00 |
|
nuxsmin
|
9c43e80668
|
Merge remote-tracking branch 'origin/master'
|
2017-05-30 11:25:36 +02:00 |
|
nuxsmin
|
26269c54c5
|
* [MOD] Allow longer execution time on import feature. Related #610. Thanks to @MagicFab for the feedback
|
2017-05-30 11:25:22 +02:00 |
|
nuxsmin
|
5a103f81f5
|
* [FIX] Related #579. Fixed wrong method calling. Thanks to @madcoda9000 for the feedback.
|
2017-05-10 17:03:38 +02:00 |
|
nuxsmin
|
ecd7c7f6ba
|
* [FIX] Related #561. Added some LDAP attributes for importing.
|
2017-05-05 12:34:06 +02:00 |
|
nuxsmin
|
0a63fc30b9
|
* [MOD] Bump build number
2.1.9.17050401
|
2017-05-04 23:53:27 +02:00 |
|
nuxsmin
|
2f895829d7
|
* [FIX] Solves #561. Fixed LDAP import issue. The name attribute was not passed through the request, so no users were imported. Thanks to @ReeceYoung98 for the feedback
|
2017-05-04 23:52:13 +02:00 |
|
nuxsmin
|
a416f76004
|
* [MOD] Fixes #553. Dialog boxes now are being fitted to its content width. Thanks to @finalbeta for the feedback.
|
2017-05-03 11:02:33 +02:00 |
|
nuxsmin
|
b6c8e11af0
|
* [FIX] Fixes #521. Accounts actions were not displayed if the request button was displayed. Thanks to @johnnyhotpants for the feedback and testing
|
2017-05-03 09:32:55 +02:00 |
|
nuxsmin
|
16e024f55b
|
* [FIX] Critical Fix. Local file inclusion through URL. Thanks to Artem for the notice
2.1.8.17042901
|
2017-04-29 12:13:22 +02:00 |
|
nuxsmin
|
620a78da5f
|
* [FIX] Wrong config behavior while saving "LDAP enabled" attribute. Thanks to @finalbeta for the feedback
|
2017-04-25 11:06:01 +02:00 |
|
nuxsmin
|
738db5e892
|
* [FIX] Enforced readonly user login for LDAP users
2.1.7.17042101
|
2017-04-21 11:03:58 +02:00 |
|
nuxsmin
|
2d1f664bc6
|
* [MOD] Improved ldap import process by adding the username attribute to get from the LDAP server. Solves #544. Thanks to @jdanielcano for the feedback
* [MOD] Updated translations.
|
2017-04-20 17:12:20 +02:00 |
|
nuxsmin
|
fcec2a68d6
|
* [MOD] Improve item actions filtering. Actions can be filtered out by several source values.
|
2017-04-20 16:13:03 +02:00 |
|
nuxsmin
|
aafe0caa8a
|
* [MOD] Improve elapsed time calc and code refactoring.
|
2017-04-20 13:31:49 +02:00 |
|
nuxsmin
|
d74883a7cc
|
* [MOD] UI tweaks
|
2017-04-20 13:15:27 +02:00 |
|
nuxsmin
|
78d024d805
|
* [MOD] UI tweaks and set user preferences precedence over global settings. Closes #528
|
2017-04-20 12:06:53 +02:00 |
|
nuxsmin
|
ee95f70b88
|
* [MOD] Try to fix search form behavior when submitting. A listener has been added to catch the "enter" key. Related #525, #502, #493
|
2017-04-20 10:23:15 +02:00 |
|
nuxsmin
|
33013b0afe
|
* [MOD] Code tweaks
|
2017-04-20 08:49:25 +02:00 |
|
nuxsmin
|
6ac05206ba
|
* [FIX] Fixes #543. Fix missing accounts Id in group accesses table. Thanks to @Goatmaster for the feedback.
|
2017-04-19 11:31:42 +02:00 |
|
nuxsmin
|
b9a2640cd7
|
* [MOD] Bump build number
|
2017-04-18 17:27:39 +02:00 |
|
nuxsmin
|
7dad1b1fcb
|
* [FIX] Solves #533. Fixed capitalized multibyte characters that weren't encoded properly. Thanks to @NickWoo33 for the feedback.
|
2017-04-18 17:20:29 +02:00 |
|
nuxsmin
|
cf28348c4e
|
* [FIX] Related #540. Set the LDAP server port when it's set within the hostname. Thanks to @bitking for the feedback.
|
2017-04-14 13:54:18 +02:00 |
|
nuxsmin
|
4ec365a7b9
|
* [MOD] Passwords string that need hashing (not related to accounts password) and its length greater than 72 characters, are now hashed using SHA256 and then BCRYPT. A message is shown in syspass.log file.
2.1.6.17041401
|
2017-04-14 10:36:15 +02:00 |
|
nuxsmin
|
a6de46ab3a
|
* [MOD] UI tweaks. Box border is remove, it uses a shadow instead.
|
2017-04-13 21:19:24 +02:00 |
|
nuxsmin
|
b60f8d03a8
|
* [MOD] Set default user's preferences on demo mode
|
2017-04-13 21:03:19 +02:00 |
|
nuxsmin
|
3452048297
|
* [FIX] Fixed "Invalid action" when an exception is thrown and the security token is not refreshed. Related #519
* [FIX] Fixed untranslated notice string when master key is changed.
|
2017-04-13 14:33:01 +02:00 |
|