Commit Graph

365 Commits

Author SHA1 Message Date
nuxsmin
a46a636555 * [FIX] Fixed wrong behavior when adding tags 2016-01-11 00:22:43 +01:00
nuxsmin
a9af339915 * [FIX] Minor fix to set right active tab when items are modified. 2016-01-10 21:34:02 +01:00
nuxsmin
e68f483f6f * [NEW] New way to manage application icons. Mostly icons are now set from theme Icon class. 2016-01-10 21:08:59 +01:00
nuxsmin
dd9aff4b47 * [MOD] New version build number based on release date. 2016-01-10 21:01:21 +01:00
nuxsmin
9a59de944f * [NEW] New way to manage application icons. Mostly icons are now set from theme Icon class. 2016-01-10 20:58:51 +01:00
nuxsmin
d50ff94e04 * [MOD] Updated zxcvbn (a password strength estimator). 2015-12-30 02:29:05 +01:00
nuxsmin
b395d69cf9 * [ADD] New favorites accounts feature.
* [MOD] Updated themes.
* [MOD] Updated MDL version.
2015-12-30 01:48:15 +01:00
nuxsmin
c4b25fa94a * [MOD] Merge changes from master. 2015-12-28 02:04:08 +01:00
nuxsmin
8f4d721eea * [MOD] New API handler. JSON is now used for requests and responses. 2015-12-09 01:17:46 +01:00
nuxsmin
392114c769 [ADD] New search box for management grids. 2015-12-05 10:08:58 +01:00
nuxsmin
6b599b2592 * [ADD] Added DataGrid Interface for accounts search results. 2015-11-30 01:06:23 +01:00
nuxsmin
e4a04acd33 [ADD] New search box for management grids. 2015-11-25 16:47:34 +01:00
nuxsmin
c6b7001a6f Merge remote-tracking branch 'origin/devel' into devel 2015-11-23 18:02:03 +01:00
nuxsmin
d8e7791ba2 * [ADD] Added a pager on data grids (partially completed). 2015-11-23 00:33:44 +01:00
nuxsmin
77a38fdd8b Merge remote-tracking branch 'origin/devel' into devel
Conflicts:
	inc/themes/material-blue/search.inc
2015-11-17 08:29:55 +01:00
nuxsmin
f802701962 [FIX] Fixed installer error while connecting to the DB. 2015-11-17 08:28:17 +01:00
nuxsmin
cdcc1e5966 * [ADD] Search text on data grids 2015-11-17 07:54:09 +01:00
nuxsmin
da663b933f * [MOD] Modified search bahaviour to avoid some "INVALID QUERY" responses because the security token was not set quickly enough by the client. JSON is now used for search response.
* [FIX] Fixed integer parsing when an ip address was given as search text.
2015-11-14 14:04:51 +01:00
nuxsmin
a9a3964987 * [ADD] New feature to connect to DokuWiki XML-RPC API for linked accounts
* [MOD] Merge from master branch
* [MOD] Updated clipboard.js version
2015-11-14 10:20:15 +01:00
nuxsmin
b8ebf1386d * [ADD] New class for strict parsing of queries data. 2015-10-22 20:25:31 +02:00
nuxsmin
9487d8da76 * [FIX] Fixed LDAP connection check issue when sending encrypted pass. Fixes #150
* [FIX] Fixed users table layout issue.
2015-10-17 02:50:56 +02:00
nuxsmin
2ff0102766 * [MOD] Remote Syslog tweaking 2015-10-16 12:36:28 +02:00
nuxsmin
eabc731251 * [ADD] Remote Syslog. Related #144 2015-10-16 04:44:30 +02:00
nuxsmin
16e00b7056 * [FIX] Fixed issue with database creation. Related #144
* [FIX] Fixed issue on getting profile when the user doesn't have any. Related #144
* [FIX] Fixed translations in classic theme
2015-10-16 01:28:07 +02:00
nuxsmin
c372c8f71a * [FIX] Upgrade issue: the variable $action was wrongly declared. Related #144 2015-10-15 23:13:28 +02:00
nuxsmin
2e432c1b6c * [ADD] PSR-3 compliance.
* [ADD] Events are now also sent to Syslog.
* [MOD] Improved file handling.
* [MOD] Improved action logging
* [FIX] Minor bugfixes
2015-10-15 02:12:33 +02:00
nuxsmin
bac09d5901 * [ADD] New grid classes to prepare data that is organized on tabs. It makes more flexible the representation of data structures. 2015-10-14 01:39:42 +02:00
nuxsmin
97ad806f0f * [MOD] PSR-4 2015-10-12 21:42:30 +02:00
nuxsmin
98dbe40834 Merge branch 'master' into devel
Conflicts:
	inc/locales/en_US/LC_MESSAGES/messages.mo
	inc/locales/en_US/LC_MESSAGES/messages.po
2015-10-12 12:46:21 +02:00
nuxsmin
180ce5942f * [ADD] Page reloading detection to read the config again.
* [MOD] Add some error reporting on installation process.
* [MOD] Resized the main page sysPass logo.
2015-10-12 12:42:18 +02:00
nuxsmin
6e2c461d72 * [FIX] Fixed issue with master pass hash after upgrading from 1.1. WARNING: the accounts encryption have not changed, only the master pass hash that is used to verify the correct password. 1.2.0.05-rc5 2015-10-10 14:00:37 +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
0698d9189d * [MOD] Updated DB structure and version. Related #128 2015-10-08 17:32:36 +02:00
nuxsmin
ea0b695af9 * [ADD] New feature to enable public links. Related #128 2015-10-08 17:19:19 +02:00
nuxsmin
d039ac69b3 Update description 2015-10-07 02:24:00 +02:00
nuxsmin
c1470bfd84 Added logo and screenshot 2015-10-07 02:00:58 +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
e6d2d6a34d * {MOD] Updated translation. 2015-10-06 01:00:06 +02:00
nuxsmin
bf336cdd9b * [ADD] New custom fields types.
* {MOD] Updated javascript clipboard  plugin.
2015-10-06 00:56:20 +02:00
nuxsmin
e42ab52b4f * [FIX] Fixed issue when getting the salt for inserting a new user from LDAP. Thanks to @JvdW
* [FIX] Fixed issue when parsing the LDAP server name to pick a random DNS server. Thanks to @JvdW
2015-10-05 22:59:57 +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.
1.2.0.04-rc4
2015-10-05 16:20:35 +02:00
nuxsmin
46eabf8756 * Delete unused files 2015-10-05 01:54:55 +02:00
nuxsmin
e4cd99d466 * Deleted unused files 2015-10-05 01:51:18 +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
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