1672 Commits

Author SHA1 Message Date
Daniel Ruf
b3b6caf293 ignore the tmp directory 2017-09-10 19:23:44 +02:00
nuxsmin
d52f3d680f * [MOD] Bump version number 2.1.14.17090101 2017-09-01 08:35:23 +02:00
nuxsmin
0e853ed1f3 * [FIX] Fixed plugins directory listing 2017-09-01 08:31:16 +02:00
nuxsmin
e29fc3c40f * [MOD] Make textareas resizable on height 2017-09-01 08:22:51 +02:00
nuxsmin
68efb99a79 * [FIX] Added plugins directory (empty by default). Thanks to @ortizleo for noticing 2017-09-01 08:02:04 +02:00
nuxsmin
9444ca76a3 Merge remote-tracking branch 'origin/master' 2.1.13.17083101 2017-08-31 12:52:27 +02:00
nuxsmin
40da8d00e5 * [FIX] Closes #706. Fixed sysPass XML export/import. Account tags weren't exported/imported. Thanks to @joerg for the feedback! 2017-08-31 12:51:14 +02:00
RubénD
cbe5abe7da Merge pull request #710 from DanielRuf/patch-port-int
* [MOD] Strictly typecast https port to int. Thanks to @DanielRuf for contributing.
2017-08-28 13:46:58 +02:00
Daniel Ruf
f3c8eab6fe strictly typecast port to int 2017-08-28 12:28:07 +02:00
Daniel Ruf
69a981bae5 strictly typecast port to int 2017-08-28 12:27:17 +02:00
Daniel Ruf
7234794349 strictly typecast port to int 2017-08-28 12:26:22 +02:00
nuxsmin
a2858ed78e * [FIX] Related #693. Use referrals for LDAP searches on non-ADS servers. Thanks to @W4rlock34 for testing! 2017-08-18 13:40:22 +02:00
nuxsmin
40a211d363 * [FIX] Force logout when copying password to clipboard and session has expired. Closes #700. Thanks to @jrfx85 for the feddback! 2017-08-18 12:31:16 +02:00
nuxsmin
0630fd6a64 * [MOD] Updated translations. Thanks to all contributors! 2017-08-18 10:36:25 +02:00
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
1c60a3accb * [MOD] Code refactoring. 2017-08-16 00:32:11 +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
Daniel Lindner
affb7a1c53 Make anonymous bind to LDAP possible 2017-07-13 11:18:44 +02:00
nuxsmin
c06d833323 Merge branch 'master' into auth
Conflicts:
	inc/SP/Util/Util.class.php
	inc/themes/material-blue/css/styles.min.css
2017-06-16 02:13:39 +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
7c65784003 * [ADD] Auth Basic SSO (Work in progress) 2017-05-01 23:34:11 +02:00