Commit Graph

894 Commits

Author SHA1 Message Date
nuxsmin
830c069dfb * [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-26 11:40:33 +02:00
nuxsmin
b63a276541 * [MOD] Improve item actions filtering. Actions can be filtered out by several source values. 2017-04-26 11:40:33 +02:00
nuxsmin
fa65e08029 * [MOD] Improve elapsed time calc and code refactoring. 2017-04-26 11:40:33 +02:00
nuxsmin
1eadaf9882 * [MOD] UI tweaks 2017-04-26 11:40:33 +02:00
nuxsmin
4eae489280 * [MOD] UI tweaks and set user preferences precedence over global settings. Closes #528 2017-04-26 11:40:33 +02:00
nuxsmin
eadc04a622 * [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-26 11:40:33 +02:00
nuxsmin
86dbf29b2f * [MOD] Code tweaks 2017-04-26 11:40:33 +02:00
nuxsmin
f86c23fbbc * [FIX] Fixes #543. Fix missing accounts Id in group accesses table. Thanks to @Goatmaster for the feedback. 2017-04-26 11:40:33 +02:00
nuxsmin
868fd56922 * [MOD] Bump build number 2017-04-26 11:40:32 +02:00
nuxsmin
7bfdb1f45e * [FIX] Solves #533. Fixed capitalized multibyte characters that weren't encoded properly. Thanks to @NickWoo33 for the feedback. 2017-04-26 11:40:32 +02:00
nuxsmin
bbf88f3339 * [FIX] Related #540. Set the LDAP server port when it's set within the hostname. Thanks to @bitking for the feedback. 2017-04-26 11:40:32 +02:00
nuxsmin
b8e18b4219 * [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. 2017-04-26 11:40:32 +02:00
nuxsmin
ff69459dab * [MOD] UI tweaks. Box border is remove, it uses a shadow instead. 2017-04-26 11:40:32 +02:00
nuxsmin
ffe3e8e43d * [MOD] Set default user's preferences on demo mode 2017-04-26 11:40:32 +02:00
nuxsmin
a11e8c25f2 * [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-26 11:40:32 +02:00
nuxsmin
caf9cd4d12 * [FIX] Fixed wrong key length when submitted from login form, it was cutted down to 80 characters. #519 Thanks to @derStephan for feedback and testing 2017-04-26 11:39:00 +02:00
nuxsmin
890421a3df * [MOD] Bump build number 2017-04-26 11:39:00 +02:00
nuxsmin
a11932fd7d * [FIX] Try to fix Javascript issue. Related #532 2017-04-26 11:39:00 +02:00
nuxsmin
f5b8dd81b1 * [FIX] Some fixes for Internet Explorer
* [MOD] Bump build number
2017-04-26 11:39:00 +02:00
nuxsmin
11ad749fb0 * [FIX] Some fixes for Internet Explorer 2017-04-06 09:42:57 +02:00
nuxsmin
1d490b5f11 * [ADD] New feature that allows to set global customers which would be displayed for all users. 2017-04-05 14:54:57 +02:00
nuxsmin
e64b3fde2a * [MOD] Code refactoring 2017-04-05 11:10:46 +02:00
nuxsmin
03ab5e1369 * [FIX] Update preferences when upgrading. 2017-04-04 14:38:39 +02:00
nuxsmin
0d2dbd7d85 * [FIX] Update preferences when upgrading. 2017-04-04 12:50:34 +02:00
nuxsmin
0e91d4f7cf * [ADD] Added new feature to allow users added in secondary groups to access to the accounts where the secondary group is granted. Solves #521. Thanks to @johnnyhotpants for the feedback. 2017-04-03 18:04:58 +02:00
nuxsmin
50111abdb4 * [ADD] Added the ability to enable/disable PHP session encryption. This would increase the app overall performance and prevent some issues when copying to clipboard. Related #524, #523, #500, #486
* [MOD] Bump version&build number
2017-04-03 13:38:35 +02:00
nuxsmin
5607bd48c2 * [MOD] Bump build number 2.1.4.17032801 2017-03-28 17:46:13 +02:00
nuxsmin
d07ec8202a * [MOD] Updated French translation
* [MOD] Updated German translation. Thanks to @alexanderbuhler
* [MOD] Minor Javascript refactoring
* [FIX] Fixed expiry date on Authenticator plugin
* [MOD] Migrating to jQuery 3
* [MOD] Using promises to perform initialization
* [MOD] UI tweaks
* [MOD] Changed copy to clipboard plugin.
* [FIX] Fixed wrong behavior when saving custom fields of password type.
* [MOD] UI tweaks
2017-03-28 17:44:10 +02:00
nuxsmin
fd7a3ea423 Merge branch 'devel'
Conflicts:
	INSTALL
2017-03-28 17:34:18 +02:00
RubénD
4018e2dbd4 [MOD] Merge pull request #515 from alexanderbuhler/master
german localization update
2017-03-28 17:28:04 +02:00
RubénD
4a62d90fb1 [MOD] Merge pull request #517 from MertsA/patch-1
Typo in INSTALL
2017-03-28 17:27:19 +02:00
nuxsmin
98f1d63d59 * [MOD] Updated French translation 2017-03-28 17:25:56 +02:00
nuxsmin
07accb7b34 * [MOD] Minor changes 2017-03-28 17:19:40 +02:00
nuxsmin
3fd9743d7e Merge remote-tracking branch 'origin/devel' into devel
Conflicts:
	js/app-main.min.js
2017-03-27 01:43:30 +02:00
nuxsmin
2775408329 * [MOD] Minor Javascript refactoring 2017-03-27 01:43:08 +02:00
MertsA
d48952fd6f Typo in INSTALL
The extra "at" is grammatically incorrect.
2017-03-24 13:20:43 -05:00
nuxsmin
079fb178d2 * [FIX]Fixed expiry date on Authenticator plugin 2017-03-24 14:32:27 +01:00
alexanderbuhler
e49a548b28 german localization update
some quick fixes for weird german translations, further checks of marked translations
2017-03-24 01:26:11 +01:00
nuxsmin
6eabefc024 * [MOD] Migrating to jQuery 3
* [MOD] Using promises to perform initialization
2017-03-24 01:11:39 +01:00
nuxsmin
0b3da3a79d * [MOD] Updated jQuery version (work in progress)
* [MOD] UI tweaks
2017-03-23 01:30:06 +01:00
nuxsmin
3dc624eba8 * [MOD] Updated jQuery version (work in progress)
* [MOD] UI tweaks
2017-03-23 01:25:23 +01:00
nuxsmin
f6b0bc5679 * [MOD] Changed copy to clipboard plugin.
* [FIX] Fixed wrong behavior when saving custom fields of password type.
* [MOD] UI tweaks
2017-03-22 23:16:18 +01:00
nuxsmin
be2e4b3c9a * [MOD] Changed copy to clipboard plugin.
* [FIX] Fixed wrong behavior when saving custom fields of password type.
* [MOD] UI tweaks
2017-03-22 23:14:06 +01:00
nuxsmin
6a7d95b489 * [MOD] Changed copy to clipboard behavior when getting accounts password through Ajax. 2017-03-22 00:36:14 +01:00
nuxsmin
b902bc8fae * [FIX] Color type custom field couldn't be modified. 2017-03-21 00:02:47 +01:00
nuxsmin
8f10347cae * [MOD] Improved initialization for detecting wrong PHP version.
* [ADD] A message will be shown when the browser does not support clipboard actions.
2017-03-20 23:38:13 +01:00
nuxsmin
2969991579 * [MOD] Added checking to detect if clipboard is available. Logs a warning in Javascript console. 2017-03-20 18:18:17 +01:00
nuxsmin
d8ec866ee8 * [MOD] Changed copy to clipboard behavior when getting accounts password through Ajax. 2017-03-20 01:45:30 +01:00
nuxsmin
c57e74131d * [FIX] Fixes #504. Wrong user pass when importing from LDAP 2017-03-16 12:50:33 +01:00
nuxsmin
aab802a92e * [FIX] Related #503. Fixed issue when clearing search data. Favorite icon was not reset. Thanks to @k-s-dean for the feedback
* [FIX] Fixed issue when saving user's password when login through LDAP
2.1.3.17031601
2017-03-16 01:45:39 +01:00