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
|
9377efd647
|
Merge branch 'devel'
Conflicts:
.gitignore
ajax/ajax_2fa.php
ajax/ajax_accountSave.php
ajax/ajax_appMgmtSave.php
ajax/ajax_configSave.php
ajax/ajax_doLogin.php
ajax/ajax_files.php
ajax/ajax_getEnvironment.php
ajax/ajax_userPrefsSave.php
ajax/ajax_viewpass.php
css/alertify-bootstrap-3.min.css
css/chosen-custom.min.css
css/css.php
inc/Account.class.php
inc/AccountBase.class.php
inc/AccountHistory.class.php
inc/AccountSearch.class.php
inc/Acl.class.php
inc/ActionLog.class.php
inc/Api.class.php
inc/Auth.class.php
inc/CsvImportBase.class.php
inc/CustomFields.class.php
inc/DB.class.php
inc/Init.class.php
inc/Installer.class.php
inc/Ldap.class.php
inc/LdapADS.class.php
inc/Log.class.php
inc/Request.class.php
inc/SP/Core/Crypt.class.php
inc/SP/Core/CryptMasterPass.class.php
inc/SP/Core/Language.class.php
inc/SP/Core/Session.class.php
inc/SP/Html/Html.class.php
inc/SP/Html/Minify.class.php
inc/SessionUtil.class.php
inc/Upgrade.class.php
inc/UserBase.class.php
inc/UserLdap.class.php
inc/UserMigrate.class.php
inc/UserPreferences.class.php
inc/Util.class.php
inc/dbstructure.sql
inc/locales/ca_ES/LC_MESSAGES/messages.mo
inc/locales/ca_ES/LC_MESSAGES/messages.po
inc/locales/de_DE/LC_MESSAGES/messages.mo
inc/locales/de_DE/LC_MESSAGES/messages.po
inc/locales/en_US/LC_MESSAGES/messages.mo
inc/locales/en_US/LC_MESSAGES/messages.po
inc/locales/fr_FR/LC_MESSAGES/messages.mo
inc/locales/fr_FR/LC_MESSAGES/messages.po
inc/locales/hu_HU/LC_MESSAGES/messages.mo
inc/locales/hu_HU/LC_MESSAGES/messages.po
inc/locales/it_IT/LC_MESSAGES/messages.mo
inc/locales/it_IT/LC_MESSAGES/messages.po
inc/locales/nl_NL/LC_MESSAGES/messages.mo
inc/locales/nl_NL/LC_MESSAGES/messages.po
inc/locales/ru_RU/LC_MESSAGES/messages.mo
inc/locales/ru_RU/LC_MESSAGES/messages.po
inc/themes/classic/account.inc
inc/themes/classic/categories.inc
inc/themes/classic/config.inc
inc/themes/classic/css/styles.min.css
inc/themes/classic/customers.inc
inc/themes/classic/customfields.inc
inc/themes/classic/groups.inc
inc/themes/classic/import.inc
inc/themes/classic/js/functions.min.js
inc/themes/classic/ldap.inc
inc/themes/classic/mail.inc
inc/themes/classic/mgmttabs.inc
inc/themes/classic/preferences.inc
inc/themes/classic/request.inc
inc/themes/classic/search.inc
inc/themes/classic/searchbox.inc
inc/themes/classic/sessionbar.inc
inc/themes/classic/tokens.inc
inc/themes/classic/users.inc
inc/themes/classic/wiki.inc
inc/themes/material-blue/2fa.inc
inc/themes/material-blue/account.inc
inc/themes/material-blue/categories.inc
inc/themes/material-blue/config.inc
inc/themes/material-blue/css/alertify-custom.min.css
inc/themes/material-blue/css/fonts.css
inc/themes/material-blue/css/search-grid.css
inc/themes/material-blue/css/styles.css
inc/themes/material-blue/css/styles.min.css
inc/themes/material-blue/customers.inc
inc/themes/material-blue/encryption.inc
inc/themes/material-blue/error.inc
inc/themes/material-blue/groups.inc
inc/themes/material-blue/import.inc
inc/themes/material-blue/install.inc
inc/themes/material-blue/js-common.inc
inc/themes/material-blue/js/functions.min.js
inc/themes/material-blue/js/material.min.js
inc/themes/material-blue/ldap.inc
inc/themes/material-blue/login.inc
inc/themes/material-blue/mgmttabs.inc
inc/themes/material-blue/passreset.inc
inc/themes/material-blue/preferences.inc
inc/themes/material-blue/profiles.inc
inc/themes/material-blue/search.inc
inc/themes/material-blue/searchbox.inc
inc/themes/material-blue/tokens.inc
inc/themes/material-blue/upgrade.inc
inc/themes/material-blue/users.inc
js/chosen.jquery.min.js
js/clipboard.min.js
js/functions.min.js
js/js.php
js/strings.js.php
js/zxcvbn-async.min.js
js/zxcvbn.min.js
web/AccountC.class.php
web/ConfigC.class.php
web/MainC.class.php
web/SearchC.class.php
web/UsersMgmtC.class.php
web/UsersPrefsC.class.php
|
2017-02-13 00:38:47 +01:00 |
|
nuxsmin
|
b88d352a70
|
* [FIX] Fixed Javascript environment setup, because the max file size wasn't being set. from the server config
|
2017-02-07 21:34:14 +01:00 |
|
nuxsmin
|
e4fec69b0c
|
* [MOD] Improved logout behavior. Now an sticky message is shown and when hidding, it redirects to the login page.
|
2017-02-07 21:26:13 +01:00 |
|
nuxsmin
|
836ac59eb8
|
* [ADD] Added copy-to-clipboard to passwords on custom fields. Solves #404
* [ADD] Added a textarea custom field type.
|
2017-02-07 20:19:19 +01:00 |
|
nuxsmin
|
3a195d4b0d
|
* [ADD] Added a tab to manage accounts' history.
|
2017-02-02 13:16:39 +01:00 |
|
nuxsmin
|
7a1596893c
|
* [ADD] Added copy account button
* [ADD] Show icon when viewing linked account password
* [MOD] Minor UI tweaks
|
2017-02-02 00:47:53 +01:00 |
|
nuxsmin
|
51d441eb98
|
* [ADD] Added copy account button
* [ADD] Show icon when viewing linked account password
* [MOD] Minor UI tweaks
|
2017-02-02 00:42:32 +01:00 |
|
nuxsmin
|
4ce79a089b
|
* [MOD] Checks for PHP version lower than 7.1
* [MOD] Minor tweaks
|
2017-02-01 23:39:51 +01:00 |
|
nuxsmin
|
1deaeaeb2a
|
* [FIX] Fixed wrong behavior when searching after a page navigation.
|
2017-02-01 16:59:05 +01:00 |
|
nuxsmin
|
3515d23f71
|
* [FIX] Fixed bug when retrieving account ACL to show accesses box.
* [FIX] Fixed bug on API token deletion.
* [MOD] Improved event log management.
|
2017-02-01 15:39:48 +01:00 |
|
nuxsmin
|
409f17152c
|
* [MOD] Minor tweaks
|
2017-02-01 10:50:49 +01:00 |
|
nuxsmin
|
17942b8368
|
* [FIX] Make backguard compatible the master password hash check. Related #394
|
2017-01-31 23:26:13 +01:00 |
|
nuxsmin
|
1aa1f12f6d
|
* [FIX] Solves #392. Fixed issue when deleting multiple users. Thanks to @MAndretti for the feedback.
* [MOD] Improved some forms changes handling by hashing their data (already done in other forms).
* [MOD] Minor UI tweaks & code cleanup
|
2017-01-31 00:51:33 +01:00 |
|
nuxsmin
|
e319165cf5
|
* [MOD] Solves #393. The auth chain wasn't stopped on auth module success exit. Thanks to @MAndretti for the feedback.
* [ADD] Notifications can now be edited
* [MOD] UI tweaks
|
2017-01-30 15:45:22 +01:00 |
|
nuxsmin
|
a685b8901e
|
* [MOD] Improved account searching by caching ACL, users and groups.
* [MOD] Code cleanup.
* [FIX] Minor bugfixes
|
2017-01-30 02:16:20 +01:00 |
|
nuxsmin
|
456dcf0495
|
* [MOD] UI tweaks for mobile friendly.
|
2017-01-28 11:17:07 +01:00 |
|
nuxsmin
|
4ab102db83
|
* [MOD] Improved impotring options layout
|
2017-01-26 02:06:28 +01:00 |
|
nuxsmin
|
45365a9599
|
* [MOD] Improved master password change handling by locking the app during the process.
* [MOD] Minor UI tweaks
|
2017-01-24 15:22:03 +01:00 |
|
nuxsmin
|
a5358476ab
|
* [FIX] Solved weird issue when connecting to MySQL DB after a successful installation. Solves #382
|
2017-01-23 23:50:06 +01:00 |
|
nuxsmin
|
52d5c69b99
|
* [MOD] Updated build version
* [MOD] Closes #378. Search form behavior modified. Focus is not reset to the first field. Thanks to @basil-twisleton for the feedback
|
2017-01-23 11:58:44 +01:00 |
|
nuxsmin
|
e0b5d39a68
|
* [MOD] Improved XML import from KeePass
* [MOD] Improved error handling
* [MOD] Improved batch item actions handling
* [MOD] Improved actions behavior
|
2017-01-23 03:45:45 +01:00 |
|
nuxsmin
|
bbe68a143c
|
* [FIX] Fixed issue when importing accounts from CSV file, the password wasn't encrypted. Solves #373
|
2017-01-19 11:26:49 +01:00 |
|
nuxsmin
|
82d80b5483
|
* [MOD] Undo promises because they aren't fully supported for some browsers
|
2017-01-19 08:27:38 +01:00 |
|
nuxsmin
|
e3ccdcbc2b
|
* [FIX] Fixed bug on file uploading.
* [MOD] Using promises for some Ajax requests
|
2017-01-19 01:30:11 +01:00 |
|
nuxsmin
|
7f617c5b30
|
* [FIX] Fixed bug in Ajax request setup. Solves #372
|
2017-01-18 16:14:17 +01:00 |
|
nuxsmin
|
38c9a5d7d7
|
* [FIX] Fixed bug in Ajax request setup. Solves #372
|
2017-01-18 16:13:57 +01:00 |
|
nuxsmin
|
5146c01fa2
|
* [MOD] Improved requests handling.
* [MOD] Improved security on backup tab. App Admin role is needed for download files
|
2017-01-18 14:50:04 +01:00 |
|
nuxsmin
|
e6a4400880
|
* [MOD] Catch exception message from CSV import and show it. Related #372
* [MOD] Improved critical error messages handling.
|
2017-01-18 13:44:32 +01:00 |
|
nuxsmin
|
cf844157d3
|
* [MOD] Improved master password changing process.
* [MOD] Improved backup process.
* [FIX] Fixed bug on DB structure export file.
* [MOD] Improved init errors handling.
* [MOD] Improved Ajax request detection.
|
2017-01-18 12:38:19 +01:00 |
|
nuxsmin
|
ef5007704b
|
* [MOD] UI tweaks
* [MOD] Updated DB structure
* [MOD] Updated build number
|
2017-01-17 23:45:48 +01:00 |
|
nuxsmin
|
4a53280496
|
* [MOD] Improved linked account list retrieving by using Ajax
* [MOD] Minor tweaks
|
2017-01-17 18:07:15 +01:00 |
|
nuxsmin
|
788bad659f
|
* [MOD] Improved DB connection
* [MOD] Updated translations
|
2017-01-17 01:08:07 +01:00 |
|
nuxsmin
|
ee7f88d491
|
* [MOD] Customer list is based on user ACL.
* [MOD] Minor tweaks
|
2017-01-16 18:00:39 +01:00 |
|
nuxsmin
|
c54d4947a0
|
* [FIX] Fixed wrong behavior when performing Ajax requests through reverse proxy.
* [MOD] Customer list is based on user ACL.
* [ADD] Logs X-Forwarded-For on login
* [MOD] Minor tweaks
|
2017-01-16 15:04:48 +01:00 |
|
nuxsmin
|
beaea03041
|
* [MOD] Update version and code cleanup
|
2017-01-16 02:31:51 +01:00 |
|
nuxsmin
|
931e3e75d5
|
* [MOD] Event logs are now logged in app lagnguage instead of user language.
* [MOD] Improved actions handling.
* [FIX] Minor bugfixes.
|
2017-01-15 22:33:11 +01:00 |
|
nuxsmin
|
2d3c439f98
|
* [FIX] Fixed JS bug with https and inverse proxy.
|
2017-01-13 19:26:47 +01:00 |
|
nuxsmin
|
47181be2cf
|
* [FIX] Fixed bug on publick link availability detection
* [FIX] Fixed bug on viewing files for account from history
* [FIX] Fixed bug shen showing account request modification data
* [MOD] UI Tweaks
|
2017-01-13 12:06:56 +01:00 |
|
nuxsmin
|
a084f4f8ae
|
* [FIX] Upgrading issues
|
2017-01-12 09:37:50 +01:00 |
|
nuxsmin
|
87cb3c6f6c
|
* [DEV] Bump to 2.0-beta
|
2017-01-12 02:54:45 +01:00 |
|
nuxsmin
|
0d7ca3c3a8
|
* [DEV] MDL upgrade
|
2017-01-11 20:46:39 +01:00 |
|
nuxsmin
|
69fee2b6b8
|
* [DEV] Upgrading bugfixes
|
2017-01-11 18:20:45 +01:00 |
|
nuxsmin
|
f4679c6cd5
|
* [DEV] Upgrading bugfixes
* [DEV] Updated translations
* [DEV] Minor tweaks
|
2017-01-11 01:28:34 +01:00 |
|
nuxsmin
|
6b54b6fbbc
|
* [DEV] Preparing for upgrade
|
2017-01-10 19:26:32 +01:00 |
|
nuxsmin
|
160945ab89
|
* [DEV] Improved API handling & bugfixes
|
2017-01-09 21:00:24 +01:00 |
|
nuxsmin
|
bf34797301
|
* [DEV] Plugin bugfix
* [DEV] UI tweaks
|
2017-01-09 16:54:44 +01:00 |
|
nuxsmin
|
676bbd1e4e
|
* [DEV] Make API JSON-RPC 2.0 compliant
* [DEV] DokuWiki bugfixes
|
2017-01-09 15:10:18 +01:00 |
|
nuxsmin
|
b65eb89c4f
|
* [DEV] Improved notifications
* [DEV] UI tweaks
|
2017-01-09 00:43:07 +01:00 |
|