1672 Commits

Author SHA1 Message Date
nuxsmin
5f38a00900 * [ADD] New method to optimize/minimize CSS and JS files.
* [ADD] Temporary password can be viewed within session.
* [ADD] Old backup and export files are deleted when performing a new backup/export.
* [ADD] Added the ability to force the connection through HTTPS.
* [MOD] CSS and JS files are now minimized by default.
* [MOD] Updated translations.
* [MOD] UI tweaks.
* [FIX] Fixed issue on enabling secondary users/groups edit on accounts.
* [FIX] Fixed issue when sending email request to blank recipients.
2015-10-05 01:41:21 +02:00
nuxsmin
863411cc50 * [MOD] Updated translations 2015-10-03 03:15:31 +02:00
nuxsmin
8b2ceac437 * [FIX] Fixed event log navigation bar issue. 2015-10-03 03:06:41 +02:00
nuxsmin
0f18a82494 * [FIX] Fixed issue that custom fields data were not encrypted again when master password is changed.
* [ADD] Back button on some modules.
* [ADD] Link to add category from new account form
* [MOD] Disable debugging search queries
2015-10-03 02:51:12 +02:00
nuxsmin
c3675d74f1 * [MOD] Update translations 2015-10-02 14:44:19 +02:00
nuxsmin
417723c1a8 * [ADD] New user preferences option to sort accounts searching by views.
* [FIX] Fixed issue on copy-to-clipboard when viewing account details.
* [FIX] Fixed issue when sorting accounts searching.
* [FIX] Fixed issue when copying accounts (Invalid action message).
* [MOD] UI tweaks.
2015-10-02 14:39:18 +02:00
nuxsmin
e914225828 * [ADD] New copy-to-clipboard using only Javascript NO flash needed (gooood)
* [FIX] Fixed issue while retrieving the public key when no session is active from Javascript to sign forms.
* [MOD] UI tweaks.
2015-10-02 03:29:00 +02:00
nuxsmin
61222f16c7 * [FIX] Fixed language detection issue 1.2.0.03-rc3 2015-10-01 15:55:40 +02:00
nuxsmin
c6a449b348 * [FIX] Fixed upgrade detection issue 2015-10-01 14:38:57 +02:00
nuxsmin
c2c84b9042 Merge remote-tracking branch 'origin/master'
Conflicts:
	inc/Base.php
2015-10-01 14:30:52 +02:00
nuxsmin
177b323372 * [ADD] New user preferences available
* [MOD] CSS fonts are now stored locally for Material Blue theme
2015-10-01 14:30:37 +02:00
nuxsmin
95f0214fd1 * [ADD] New user preferences available
* [MOD] CSS fonts are now stored locally for Material Blue theme
2015-10-01 14:26:30 +02:00
nuxsmin
ac5ec0e0f5 * [ADD] Switched to BCRYPT for hashing passwords and key derivation. WARNING: Master password should be reentered by users (you can use a temporary password)
* [MOD] Some tweaks on forms passwords decryption
* [FIX] Fixed issue when blank custom fields are retrieved for an item.
1.2.0.02-rc2
2015-09-30 04:02:35 +02:00
nuxsmin
55bd64ef76 Merge remote-tracking branch 'origin/master' 2015-09-30 03:21:12 +02:00
nuxsmin
cac63e82a0 * [ADD] Switched to BCRYPT for hashing passwords and key derivation. WARNING: Master password should be reentered by users (you can use a temporary password)
* [MOD] Some tweaks on forms passwords decryption
* [FIX] Fixed issue when blank custom fields are retrieved for an item.
2015-09-30 03:20:56 +02:00
nuxsmin
002935c338 * [ADD] Switched to BCRYPT for hashing passwords and key derivation. WARNING: Master password should be reentered by users (you can use a temporary password)
* [MOD] Some tweaks on forms passwords decryption
* [FIX] Fixed issue when blank custom fields are retrieved for an item.
2015-09-30 03:13:27 +02:00
nuxsmin
7527664f8f Delete unused files 2015-09-24 03:17:09 +02:00
nuxsmin
ec632f412c Merge remote-tracking branch 'origin/master'
Conflicts:
	ajax/ajax_import.php
	ajax/ajax_migrate.php
	imgs/logo.svg
	inc/tpl/login.php
2015-09-24 03:07:08 +02:00
nuxsmin
d1bddb6d3f * Closes #62
* Closes #63
* Closes #75
* Closes #79
* Closes #90
* Closes #118
* Closes #127
* Closes #100
* Closes #108. Use custom fields to add links to accounts.
2015-09-24 02:50:20 +02:00
nuxsmin
e7f2d8a8d3 Merge branch 'devel' 2015-09-24 02:34:11 +02:00
nuxsmin
1844f9917a * [MOD] UI tweaks
* [MOD] Increased custom fields length
2015-09-24 02:33:55 +02:00
nuxsmin
d31735602c Remove unused files 2015-09-23 20:13:36 +02:00
nuxsmin
b7ef6de033 Devel merge into master
* [ADD] Security improvements preventing common threats (SQL Injection, XSS, CSRF)
* [ADD] Fully MVC
* [ADD] Using PDO for database queries
* [ADD] Using PKI for forms passwords encryption (for insecure channels)
* [ADD] Using TOTP for 2-factor authentication
* [ADD] Custom fields can be created for several modules
* [ADD] Export to sysPass encrypted XML file
* [ADD] View passwords as images
* [ADD] Temporary master password for limited time logins
* [ADD] Password generator with complexity options
* [ADD] API authorizations
* [ADD] New visual theme with Material Design Lite by Google
* [ADD] Theming features
* [ADD] Special searches
* [ADD] Image thumbnail preview
* [MOD] 60% of code rewriting for improve performance and reusability (2x faster)
* [MOD] Better error handling
* [MOD] Better in-context help
2015-09-23 19:56:21 +02:00
nuxsmin
fa19dffefa * [MOD] Updated en_US translation
* [MOD] Updated changelog
* [MOD] Updated version to 1.2-rc1
* [MOD] Modified installer to use PKI on password transmission
* [MOD] Updated SQL queries for manual upgrades
* [FIX] Fixed database upgrade minor issue.
2015-09-23 19:07:55 +02:00
nuxsmin
0e0cf2ebb3 * [MOD] Modified LDAP behaviour when no group is set 2015-09-23 11:20:05 +02:00
nuxsmin
9b7a7736b3 * [ADD] RSA Encryption for passwords sent from client to server for non secured environments (no HTTPS).
* [MOD] Tweaked javascript files to make more reusable code and isolation using namespaces.
* [MOD] UI tweaks.
* [FIX] Minor bugfixes.
2015-09-23 02:08:57 +02:00
nuxsmin
0313f731d7 * [FIX] Fixed export log message
* [MOD] Updated translations
* [MOD] Updated version to RC1
* [MOD] Modified some demo features
* [MOD] UI tweaks
2015-09-20 12:27:53 +02:00
nuxsmin
d9e28a0e02 * [MOD] Generate unique hash for export/backup files. Thanks to Daniele
* [MOD] Updated MDL version
* [MOD] Minor UI tweaks
2015-09-17 12:51:18 +02:00
nuxsmin
a02d2813e1 * [FIX] Main group not set when creating/modifying account 2015-09-02 14:33:13 +02:00
nuxsmin
a154e8622e * [FIX] Minor bugfixes 2015-08-17 20:12:19 +02:00
nuxsmin
b2a0ffdb62 * [ADD] New custom fields feature.
* [MOD] Minor UI tweaks
* [MOD] Updated English translation
* [FIX] Minor bugfixes
2015-08-17 19:45:33 +02:00
nuxsmin
9cafb219c5 * [ADD] New custom fields feature.
* [MOD] Minor UI tweaks
* [MOD] Updated English translation
* [FIX] Minor bugfixes
2015-08-17 19:38:39 +02:00
nuxsmin
47a353b101 * [FIX] Fixed issue on admin's group assignment during install.
* [FIX] Fixed database structure creation issue.
* [FIX] Fixed sysPass XML import issue.
* [MOD] UI tweaks.
2015-08-11 22:46:09 +02:00
nuxsmin
539ebe0323 * [ADD] Closes #28. Deep link for account view.
* [MOD] Improved URL parameters handling
2015-08-11 16:05:36 +02:00
nuxsmin
4ee0539d08 * [ADD] API requests handler.
* [MOD] Updated DB structure
2015-08-10 23:45:35 +02:00
nuxsmin
29873ef313 * [ADD] Preliminary API implementation. Need doc
* [ADD] API token authentication
* [FIX] Fixed issue on account searches
2015-08-10 10:20:42 +02:00
nuxsmin
e7ae7d6154 Merge remote-tracking branch 'origin/devel' into devel 2015-08-07 13:07:39 +02:00
nuxsmin
d243bdeea9 * [ADD] ADS LDAP server selection by DNS records 2015-08-07 13:07:19 +02:00
nuxsmin
3883c54367 * [MOD] Updated en_US translation 2015-08-06 19:37:57 +02:00
nuxsmin
9303ee66de * [ADD] Closes #87. Nested AD LDAP groups membership is now detected. Thanks to @danislav 2015-08-06 13:36:01 +02:00
nuxsmin
215b216ee6 * [ADD] New notices feature that query if there are security or warnings about sysPass (only enabled for app admin users) 2015-08-06 02:36:58 +02:00
nuxsmin
41835698c8 * [FIX] Fixed installer issue.
* [FIX] Fixed mail form issue.
* [MOD] Installer UI Tweaks.
2015-08-06 00:31:43 +02:00
nuxsmin
43faa5f727 * [ADD] New search by file name
* [MOD] Updated info page
2015-08-05 14:06:33 +02:00
nuxsmin
733ba8ea3a * [ADD] Closes #91. Added image thumbnail when images are uploaded. Thumbnail is shown in files list if available.
* [MOD] UI Tweaks
* [MOD] Updated MDL version.
2015-08-05 02:14:25 +02:00
nuxsmin
b2941a82ab * [MOD] Mini logo updated
* [FIX] Fixed login on Microsoft Edge
2015-08-04 14:17:39 +02:00
nuxsmin
6865664f35 * [ADD] Closes #81. Accounts main group can be changed by admins. Thanks to @cfinch 2015-08-04 00:04:52 +02:00
nuxsmin
bda63b4184 * [MOD] Reload page whe theme applied
* [FIX] Upgrade table issue
2015-08-03 23:29:35 +02:00
nuxsmin
915a8d0aa0 * [MOD] Updated English translations
* [MOD] Line separators
2015-08-03 12:32:36 +02:00
nuxsmin
a285abb67b * [ADD] Closes #70. New feature that allows to query the accounts where only specific users and/or groups have access (parameters :user and :group at query string...needs context help). Thanks to @Chefkeks 2015-08-03 04:23:16 +02:00
nuxsmin
1372100bf7 * [ADD] Closes #70. New feature that allows to query the accounts where only specific users and/or groups have access (parameters :user and :group at query string...needs context help). Thanks to @Chefkeks 2015-08-03 04:15:13 +02:00