nuxsmin
85aefbf42d
* [MOD] Improved API auth security. There is no need to provide the user's password, it will ask for a token password when generating it.
2017-02-23 11:43:44 +01:00
nuxsmin
adb891687d
* [MOD] Improved API auth security. There is no need to provide the user's password, it will ask for a token password when generating it.
2017-02-23 11:26:44 +01:00
nuxsmin
526ca3c9e9
* [MOD] Improved API auth security. There is no need to provide the user's password, it will ask for a token password when generating it.
2017-02-23 01:46:51 +01:00
nuxsmin
49ba3d8bfb
* [MOD] Improved public links security by encrypting the whole account data
2017-02-22 21:36:42 +01:00
nuxsmin
508fd7c2b2
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
...
* [ADD] Improved upgrading process. Now it uses AJAX.
2017-02-22 17:52:06 +01:00
nuxsmin
b982f00008
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-22 01:37:51 +01:00
nuxsmin
5fa24178eb
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-22 01:29:46 +01:00
nuxsmin
69f8614c7b
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-22 01:14:08 +01:00
nuxsmin
29700924c8
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
...
* [ADD] Improved upgrading process. Now it uses AJAX.
2017-02-21 18:51:24 +01:00
nuxsmin
9a8082cef5
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-21 00:50:14 +01:00
nuxsmin
07c8a2b1f1
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-21 00:46:30 +01:00
nuxsmin
02a59eece2
Merge remote-tracking branch 'origin/crypt' into crypt
...
Conflicts:
inc/SP/Core/Installer.class.php
2017-02-20 19:20:39 +01:00
nuxsmin
28afca032d
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-20 18:40:51 +01:00
nuxsmin
9b11e3eb3f
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-20 15:16:52 +01:00
nuxsmin
f173ea262b
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-20 12:48:29 +01:00
nuxsmin
7acc5a84b5
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-20 12:48:11 +01:00
nuxsmin
cbee233648
* [FIX] Solves #450 . Add some additional checks for missing items.
2017-02-20 08:51:10 +01:00
nuxsmin
44c81a1263
Merge remote-tracking branch 'origin/master'
2017-02-20 02:31:08 +01:00
nuxsmin
23f3717db8
* [FIX] Fixed wrong user/group when importing items. Thanks to @wernerreuser and @davidkast for the feedback. Solves #436
...
* [MOD] Updated build number
2017-02-20 02:30:46 +01:00
nuxsmin
cfe50aa9e6
* [MOD] Improved upgrading process by doing some DDL tasks on the first step.
...
* [FIX] Fixed memory exaust when logging data to the DB.
* [FIX] Fixed installation when an existing XML is found.
* [FIX] Fixed form validation when an account is being created and it's linked to other one. Thanks to @TheMengzor for the feedback. Closes #451
2017-02-20 02:22:06 +01:00
nuxsmin
82a496cb2a
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-19 23:49:34 +01:00
nuxsmin
6ee88bff04
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-19 23:31:04 +01:00
nuxsmin
c910e898f9
* [FIX] Solves #447 . Wrong declared class. Thanks to @fellsho for the feedback
2017-02-17 13:20:08 +01:00
nuxsmin
2f01390c5f
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-17 13:12:41 +01:00
nuxsmin
fd25415e3b
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
2017-02-17 09:06:41 +01:00
nuxsmin
42af032550
* [MOD] Include NULL rows on updating queries
2017-02-16 18:02:41 +01:00
nuxsmin
2e31b4c267
* [FIX] Fixed wrong item Id when delenting an user on demo mode.
2017-02-16 02:00:41 +01:00
nuxsmin
96ba94bb69
* [FIX] Solves #428 . Forced password change didn't redirect to the password change page. Thanks to @k-s-dean for the feedback.
2.0.0.17021601
2017-02-16 01:48:33 +01:00
nuxsmin
d151a9d2d7
* [MOD] Updated build version
2017-02-16 01:15:22 +01:00
nuxsmin
6b2b07fddf
* [FIX] Solves #435 . Wrong returning code when updating a record and data is the same stored. Thanks to @wernerreuser for the feedback.
2017-02-16 00:21:19 +01:00
nuxsmin
0c37e162b5
* [MOD] Added paginated results for LDAP searching. Solves #439 . Thanks to @zulink for the feedback
2017-02-16 00:01:34 +01:00
nuxsmin
295a29f2b3
* [MOD] Removed index removal from DB upgrade.
2017-02-15 22:47:56 +01:00
nuxsmin
b175350429
* [FIX] Related #441 . Fixed issue when performing an upgrade to 2.0 version, because some item constraints becomes invalid. It will require alternative IDs for those items that doesn't exist.
...
* [FIX] Fixed language issue when an error is thrown when performing config checks. Solves #434
2017-02-15 18:04:46 +01:00
nuxsmin
e01319c5e0
* [FIX] Solves #428 . Forced user's password change should not rely on sending email.
2017-02-14 23:29:56 +01:00
nuxsmin
159c7ff216
* [FIX] Fixed wrong measure for upload size. Thanks to @vilure
2017-02-14 23:20:07 +01:00
RubénD
9b933b3ef0
Merge pull request #432 from vilure/master
...
[FIX] Translations fix. Thanks to @vilure
2017-02-14 23:17:23 +01:00
vilure
9e90380475
translations fix
2017-02-14 22:47:35 +03:00
RubénD
2fcec05ce3
Merge pull request #431 from vilure/master
...
[FIX] Documentation link fix
2017-02-14 19:58:56 +01:00
vilure
a1a15adf4d
link fix
2017-02-14 21:20:34 +03:00
nuxsmin
b46b8aefe2
* [MOD] Log&email translated message when displaying auth token
2017-02-14 18:07:29 +01:00
nuxsmin
7d64b83655
* [MOD] Show translated messages when some errors are thrown
2017-02-14 17:53:47 +01:00
RubénD
d5f7c1513f
Merge pull request #424 from Dennis14e/patch-1
...
* [FIX] Constant BASE_DIR already defined. Thanks to @Dennis14e for the fix
2017-02-14 12:19:42 +01:00
Dennis14e
ac53ecd1c5
[FIX] Constant BASE_DIR already defined
...
Fixes error "Notice: Constant BASE_DIR already defined in /var/www/html/syspass/inc/Base.php on line 34"
Constant BASE_DIR defined on line 29 and 34.
2017-02-14 12:12:59 +01:00
nuxsmin
abbdffa808
* [FIX] Fixed issue when filtering by customer/category. The select component didn't show the filtered item when returning from another view.
2017-02-14 11:35:38 +01:00
nuxsmin
18983d60c4
* [MOD] Updated German translation. Thanks to @lukasp2. Solves #418
...
* [ADD] Added Polish translation for Authenticator plugin. Thanks to @wojtek
2017-02-13 16:28:05 +01:00
nuxsmin
59fbdba807
* [MOD] Bump buil number
2.0.0.17021302
2017-02-13 09:06:56 +01:00
nuxsmin
8b2f4dc7ae
* [ADD] Added missing JS file
2017-02-13 09:05:31 +01:00
nuxsmin
da80cde457
* [MOD] Removed unused files
...
* [ADD] Added config and backup directories
2017-02-13 08:40:21 +01:00
nuxsmin
3e0b3d3243
* [MOD] Updated README
2.0.0.17021301
2017-02-13 01:03:02 +01:00
nuxsmin
c65efc4182
* [MOD] Removed Changelog
2017-02-13 00:44:05 +01:00