Commit Graph

376 Commits

Author SHA1 Message Date
nuxsmin
6caa4a02f4 * [DEV] Improved installer by using AJAX
* [DEV] Bugfixes
2016-10-27 23:27:35 +02:00
nuxsmin
50f466ec44 * [DEV] WORK IN PROGRESS: Fixed installer 2016-10-27 17:18:58 +02:00
Rubén Domínguez
1f2f4ed1b0 * [DEV] WORK IN PROGRESS: JavaScript rewritten. 2016-10-27 01:05:25 +02:00
nuxsmin
186b1eb991 * [DEV] WORK IN PROGRESS: JavaScript rewritten. 2016-10-27 01:04:00 +02:00
nuxsmin
e41bbd5dab * [ADD] Added singleton factory to improve classes instances handling.
* [MOD] (Work in progress) Reallocating classes and new data model to access items data.
* [MOD] Improved installer internal handling.
* [FIX] Minor bugfixes.
2016-05-02 13:04:46 +02:00
nuxsmin
2ba46ddd10 * [MOD] (Work in progress) Reallocating classes and new data model to access items data. 2016-03-14 22:30:42 +01:00
nuxsmin
c9243cdd48 * [ADD] New accounts tags feature. You can now add and perform searches filtering by tags.
* [MOD] Changed select boxes behavior (work in progress). jQuery chosen plugin has been replaced by selectize.js
2016-03-01 00:54:54 +01:00
nuxsmin
82d168de34 * [MOD] Minor tweaks. 2016-02-07 20:54:09 +01:00
nuxsmin
7d3e58b089 * [MOD] Improved API access rights.
* [MOD] Improved accounts search methods.
* [MOD] Improved Json responses meanagement.
* [FIX] Fixed 2FA login issue. Thanks to @ManuDominguez
2016-02-07 13:30:14 +01:00
nuxsmin
5c573fffdb BIG COMMIT. Many changes done...Backup!!
* [ADD] The configuration is now stored in a XML file.
* [MOD] Many code improvements
2016-02-05 15:34:05 +01:00
nuxsmin
8fba8837c4 * [FIX] Fixed DB upgrade process issue.
* [MOD] DB tables engine switched to InnoDB.
* [FIX] Fixed issue when doing searches by number or ip address.
2016-01-12 17:23:54 +01:00
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