52 Commits

Author SHA1 Message Date
nuxsmin
f53e0c6700 * [FIX] Checks whether the theme name sent through the form is available.
* [MOD] Improves content fitting.
* [ADD] Show whether the users list is being filtered because the user doesn't have app admin privilege.
2016-10-27 10:11:56 +02:00
nuxsmin
6fca361851 * [FIX] Minor bugfixes
* [ADD] Added temp master password counter (mas 100 attempts)
2016-05-04 08:25:54 +02:00
nuxsmin
2654816fbf * [FIX] Fixed issue when paging accounts when sort key was set. 2016-05-04 01:01:51 +02:00
nuxsmin
3fa8e5a872 * [FIX] #166. Fixed error when searching for numbers or ip addresses. 2016-01-11 16:30:36 +01:00
nuxsmin
8e86d755be * [FIX] Fixes #185.Thanks to @bitking
* [FIX] Fixes #186. Thanks to @wagnst
* [FIX] Related #189. Login not done for the fisrt time randomly.
2016-01-05 10:04:26 +01:00
nuxsmin
9451281fee * [FIX] Fixed issue when searching an user groupmembership to access to an account. Thanks to @basil-twisleton
* [FIX] Closes #157. Fixed issue when adding LDAP users that don't have any default group/profile set, they are disabled. Thanks to @CyrosX
* [FIX] Closes #154. Modified a string in the ldap template. Thanks to @tsener
* [MOD] Changed default behavior when creating a new account. Now a blank form is displayed. Thanks to @basil-twisleton
* [MOD] Closes #155. Extensions cannot contain other characters than "A-Z", "0-9", "_" and "-". Thanks to @tsener
2015-10-22 22:57:23 +02:00
nuxsmin
0c031de9fe * [ADD] New language translation to Catalan. Thanks to @ferrergl
* [ADD] Added some user preferences like show optional actions and top navigation bar.
* [MOD] Updated German translation. Thanks to @wagnst and @ffflorian
* [MOD] Updated French translation. Thanks to jmrh, grandpas29 and julien
* [MOD] Fallback to plain passwords on forms when PKI is not available. It does not affect to the accounts.
* [FIX] Fixed language strings. Closes #147
* [FIX] Fixed master password changing issue that fails when no custom fields are defined.
* [FIX] Fixed redirection from 2FA page after login.
* [FIX] Fixed account main group saving.
2015-10-15 15:17:05 +02:00
nuxsmin
eea8c1885e * [ADD] New user preference to set a new navigation bar on top of search results. Closes #86 2015-10-09 00:29:16 +02:00
nuxsmin
8538ba3dfc * [ADD] New classes to improve performance and code readability.
* [ADD] Security enhancement for master password in session.
* [MOD] Minor UI tweaks.
* [MOD] Improved config handling.
* [MOD] Code cleaning.
* [FIX] Accounts' main group were not set when the user hadn't enough privileges.
* [FIX] Accounts restoration didn't restore the account's main group.
2015-10-06 19:27:49 +02:00
nuxsmin
f49d6cce22 * [FIX] Fixed issue when checking ldap connection. Thanks to @JvdW
* [FIX] Fixed some forms issues
* [FIX] Fixed issue when checking user request for changing password
* [MOD] Improved forms passwords encryption.
2015-10-05 16:20:35 +02:00
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
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
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
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
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
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
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
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
539ebe0323 * [ADD] Closes #28. Deep link for account view.
* [MOD] Improved URL parameters handling
2015-08-11 16:05:36 +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
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
43faa5f727 * [ADD] New search by file name
* [MOD] Updated info page
2015-08-05 14:06:33 +02:00
nuxsmin
569c095692 * [ADD] Closes #99. New feature that allows to generate an image for the account password . Thanks to @TitovLab
* [MOD] Modified small logo
2015-08-03 03:30:24 +02:00
nuxsmin
4d0ea598ba * [ADD] Closes #91. New feature that allows to generate an image for the account password . Thanks to @TitovLab 2015-08-03 03:23:23 +02:00
nuxsmin
ebae60bc3f * [ADD] Closes #120. Added the ability to assign one user to multiple groups
* [MOD] User's classes are now better handled by splitting them by behaviour
* [MOD] UI tweaks for classic theme and integration of new features
2015-08-03 01:46:30 +02:00
nuxsmin
5875faaa6f * [MOD] Line separators 2015-07-31 14:05:56 +02:00
nuxsmin
77174c3ace * [ADD] New proxy configuration
* [MOD] Changed check-for-updates behaviour
* [MOD] Changed updates notifications icons
2015-07-29 02:41:29 +02:00
nuxsmin
7811e0ed15 * [ADD] Per user Two factor authentication (needs DB upgrade).
* [ADD] Copy username to clipboard on password view.
2015-07-27 03:18:17 +02:00
nuxsmin
2914aac011 * [ADD] Small logo on menu bar.
* [MOD] New logo color.
* [MOD] Better handling on password generation.
* [MOD] Some UI tweaks
2015-07-24 14:39:55 +02:00
nuxsmin
bfb8880744 * [FIX] Font issue on SVG logo.
* [MOD] Line separators.
2015-07-24 10:09:56 +02:00
nuxsmin
1294595f90 * [MOD] Password view/generate modified
* [ADD] New sysPass logo
* [MOD] Fixed some UI styles
2015-07-24 02:09:44 +02:00
nuxsmin
ef05bb707d * [MOD] New Material Design using Google MDL (work in progress).
* [FIX] Fixed issue with action buttons.
* [MOD] Minor UI tweaks.
2015-07-23 01:00:53 +02:00
nuxsmin
ceb78908d4 * [MOD] New Material Design using Google MDL (work in progress).
* [ADD] New sysPass logo color.
2015-07-22 02:44:35 +02:00
nuxsmin
ac168a46db * [MOD] New Material Design using Google MDL (work in progress). 2015-07-21 13:58:46 +02:00
nuxsmin
afde009bb7 * [MOD] New Material Design using Google MDL (work in progress). 2015-07-21 02:22:10 +02:00
nuxsmin
2ae8703591 * [ADD] New Material Design using Google MDL (work in progress).
* [FIX] Theme selection bug.
2015-07-20 04:33:37 +02:00
nuxsmin
a3be07a50a * [ADD] Preparing for theme selection. 2015-07-19 19:27:48 +02:00
nuxsmin
6777c7b119 * [MOD] UI improvements on password view and download actions 2015-07-18 21:59:44 +02:00
nuxsmin
9f00a62a39 * [MOD] Updated JQuery UI to latest version.
* [FIX] Fixed global search issues.
2015-07-18 14:33:23 +02:00
nuxsmin
eb9e62a9ae * [FIX] Fixed account access request issue. 2015-07-17 14:59:39 +02:00
nuxsmin
125213dc29 * [MOD] Import from XML (work in progress) 2015-07-16 01:28:09 +02:00
nuxsmin
ea3b32f401 * [MOD] Export to XML 2015-07-14 14:44:35 +02:00
nuxsmin
3ebc31fda8 * [FIX] Fixed LDAP uncaught exceptions.
* [FIX] Fixed character encoding on mail sending.
* [FIX] Fixed master password changing errors on blank passwords.
* [FIX] Disable debug mode.
2015-07-13 14:11:05 +02:00
nuxsmin
8814b1479d * [FIX] Fixed account search query.
* [FIX] Fixed "back" button behaviour.
* [FIX] Fixed profile saving on install process.
* [FIX] Fixed DB connection error when config file is deleted.
* [FIX] Fixed password character translation when showing password.
* [FIX] Minor bugfixes.
* [MOD] Improved install process. Fully functional on Debian 8.
* [MOD] No fade in/out when loading ajax content.
* [ADD] Profiles can now be viewed.
2015-07-13 01:58:19 +02:00
nuxsmin
7ba7c7e667 * [ADD] Profiles are stored as objects in DB, so it makes more flexible adding new modules without modifying the DB structure. DB upgrade required.
* [ADD] New log class for better action events handling.
* [ADD] New email class which uses Log class attributes for message composing.
* [ADD] New Request class for managing POST/GET requests.
* [MOD] Almost whole session vars are managed through Session class.
* [MOD] Minor fixes on templates
2015-06-29 00:31:50 +02:00
nuxsmin
63d1b7685c * [MOD] Html select building is removed from Html class. Now is built in template file 2015-06-22 00:30:20 +02:00
nuxsmin
f17e010dde * [MOD] Search filters stored as an object in session
* [FIX] Minor bugfixes
2015-06-21 22:45:53 +02:00