Rubén D
e64897855a
* [ADD] Master password update CLI command and tests.
...
* [MOD] Code refactoring.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-09-27 00:20:24 +02:00
Rubén D
0b02c8fdbf
Merge branch 'v3.2' into feature/cli_module
...
# Conflicts:
# composer.json
# composer.lock
# lib/SP/Providers/Auth/Ldap/LdapMsAds.php
# lib/SP/Services/Install/Installer.php
# lib/SP/Util/Checks.php
# lib/SP/Util/Link.php
# public/js/app-actions.min.js
# public/js/app-util.min.js
# tests/res/scripts/reset_db.sh
2021-09-19 21:40:27 +02:00
Rubén D
8e96ec4285
* [MOD] Code refactoring by enforcing type checks (WIP)
...
* [MOD] Update dependencies
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-17 14:56:56 +01:00
Rubén D
a55548f4c4
* [MOD] Update dependencies
...
* [FIX] Fix displaying install page when the app is already installed. Thanks to @kmmndr for the notice. Closes #1629
* [FIX] Fix issue when dropping DB user after an errored installation.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 15:25:20 +01:00
Rubén D
41703b50f9
* [MOD] Strict type checking (WIP)
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 14:24:42 +01:00
Rubén D
e4e6e04c57
* [MOD] Updated copyright
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-07 19:42:41 +01:00
Rubén D
896d9fd3ad
* [MOD] Deprecate PHP versions below 7.2 since they are no longer supported by PHP and Travis CI tests are not performed for them. https://www.php.net/supported-versions.php
...
* [MOD] Improve internal config handling. No more properties visibility tweaks.
* [MOD] Updated dependencies.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-07 19:37:00 +01:00
Rubén D
90aa6eb027
* [FIX] Skip direct link on new account
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-06-29 00:49:31 +02:00
Rubén D
9d6509e386
* [ADD] Allow to disable database fallback when using LDAP auth. Closes #1518 . Thank to @itpro-tips for the feedback.
...
* [MOD] Improved authentication workflow.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-06-29 00:25:13 +02:00
Rubén D
d310a10ba0
* [MOD] Merge v3.1 changes
...
* [ADD] Use custom ldap attributes for users or groups
* [ADD] Use custom ldap filter for users or groups lookup
* [MOD] Improved internal config handling by using an array instead of class properties
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-06-28 19:38:06 +02:00
Rubén D
cd9dd167bd
* [MOD] Merge v3.1 changes
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-03-11 19:34:54 +01:00
Rubén D
3bcf2e0b4d
* [ADD] Include custom field in API response. Thanks to @sf32738 for the feedback. Closes #1388 .
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-01-11 20:50:09 +01:00
Rubén D
bec1d21d8c
* [MOD] Improved CSRF handling by using HTTP header to set the token
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-01-08 13:18:03 +01:00
Rubén D
749a45fd0a
* [FIX] Do not allow deleting Plugins from the UI. Thanks to @yawnbros for the feedback.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-12-21 11:30:54 +01:00
Rubén D
a299760683
* [FIX] Wrong behavior when viewing PDF files. Thanks to @m-shirokov for the notice. Closes #1501
...
* [MOD] Minor code tweaks
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-12-16 00:40:02 +01:00
Rubén D
3f79d69336
* [FIX] Wrong URL when application URL setting is set. Thanks to @kalxasus for the notice. Closes #1395
...
* [MOD] Update Authenticator version in composer.json
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-07-20 23:30:47 +02:00
Rubén D
da9dc6f3ab
* [FIX] LDAP group filter wasn't applied when importing. Thanks to @twindscheif for the notice. Closes #1390
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-07-20 22:00:47 +02:00
Rubén D
98a68f47c5
* [FIX] Client custom fields were not created/saved. Thanks to @ZUNbado and @sf32738 for the notice. Closes #1375
...
* [MOD] Minor code tweaks
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-07-20 21:44:04 +02:00
Rubén D
6197c52af1
* [MOD] Update copyright date
...
* [MOD] Code cleanup
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 02:48:18 +02:00
Rubén D
6e1f04ddc5
* [FIX] Wrong limit for maximum file size. Thanks to @javierlm for the feedback. Closes #1313
...
* [MOD] Typo in translation. Related #1313
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 00:39:27 +02:00
Rubén D
b8022166ba
* [FIX] Wrong behavior when disabling remote syslog
...
* [MOD] Increase account's name length up to 100 characters long. Related #1071
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 00:34:13 +02:00
Rubén D
830d7839ac
* [FIX] Wrong behavior when saving LDAP server. Thanks to @lreiher for the feedback. Closes #1277
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 00:08:31 +02:00
Rubén D
2318796c00
* [FIX] Fixed wrong behavior when searching for accounts on accounts manager. Thanks to @Weptun for the feedback. Closes #1271
...
* [ADD] Added missing tests
* [MOD] Code cleanup
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-21 23:12:45 +02:00
Rubén D
4e26b3918e
* [ADD] Allow to set account's owner when creating or copying the account. Related #1264
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-24 22:15:42 +01:00
Rubén D
1ec8d26e3a
* [ADD] Application URL for handling requests through reverse proxy. Thanks to @rob42 for the feedback. Closes #1218
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-24 20:48:34 +01:00
Rubén D
5e8861e42f
* [ADD] Allow to enable email notifications only for account access requests. Thanks to @jorgemfm for the feedback. Closes #1157
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-23 20:00:38 +01:00
Rubén D
7fd6df7502
* [FIX] Wrong encoding when displaying account's password. Thanks to @DDH112 for the feedback. Closes #1257
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-23 12:59:57 +01:00
Rubén D
b859311f86
Merge branch 'v3.0' into v3.1
...
# Conflicts:
# lib/SP/Services/Install/Installer.php
2019-02-07 20:57:16 +01:00
Rubén D
fda9466260
* [FIX] Wrong behavior when displaying profiles on item presets. Thanks to @DDH112 for the feedback. Closes #1223
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-07 19:54:15 +01:00
Rubén D
3ea87a4ecc
* [MOD] Improved plugins data handling by encrypting the plugin's data
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-30 00:04:05 +01:00
Rubén D
a2ecef2141
Merge branch 'master' into v3.1
...
# Conflicts:
# .travis.yml
# lib/SP/Services/Install/Installer.php
2019-01-26 13:12:28 +01:00
Rubén D
26261c0789
* [FIX] Wrong behavior when importing CSV. Thanks to @hoboristi for the feedback. Closes #1211
...
* [FIX] Wrong behavior when displaying passwords with scpecial characters. Thanks to @opeshm for the feedback. Closes #1207
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-26 12:00:29 +01:00
Rubén D
a65d261ba8
* [FIX] Fixed wrong behavior when session is timed out
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-26 11:25:25 +01:00
Rubén D
221005f9f8
* [FIX] Upgrade not needed when updating between v3 releases. Thanks to @vmarion89 for the feedback. Closes #1210
2019-01-24 14:24:49 +01:00
Rubén D
e90efd3759
* [FIX] Upgrade not needed when updating between v3 releases. Thanks to @vmarion89 for the feedback. Closes #1210
2019-01-24 14:13:34 +01:00
Rubén D
0a34ec61f4
* [FIX] Wrong behavior when upgrading custom fields, public links and API tokens from v2
2019-01-24 11:04:58 +01:00
Rubén D
0fbaccf8a1
* [MOD] Improved plugins handling by moving items' data to new database table.
...
* [MOD] Added plugins upgrade process
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-22 01:18:03 +01:00
Rubén D
5dcc450326
* [MOD] Bump version&build numbers
...
* [FIX] Wrong behavior when setting security token on log/audit module. Thanks to @schleyk for the feedback. Closes #1182
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-20 12:06:39 +01:00
Rubén D
1cd6eb0f89
* [FIX] Wrong behavior when logging in using Authenticator plugin. Redirection was wrong when using URI sub-path
...
* [MOD] Minor UI tweaks
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-20 11:23:30 +01:00
Rubén D
f1d9230554
* [FIX] Wrong behavior when checking saved search filters in context. Thanks to @fprina for the feedback. Related #1178
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-19 09:38:54 +01:00
Rubén D
79e25917bd
* [FIX] Forced string type juggling for custom fields data. Thanks to @sem174 for the feedback. Closes #1195
2019-01-15 18:07:40 +01:00
Rubén D
08e8bd8102
* [MOD] Improved master password change by enforcing maintenance mode before running the process
...
* [MOD] Added import events to fixed ones
* [MOD] Minor code tweaks
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2018-12-22 13:00:05 +01:00
nuxsmin
c040a779cb
* [FIX] Wrong behavior when there aren't any backups available.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2018-12-17 19:01:12 +01:00
nuxsmin
9154f8d3c9
* [MOD] Updated translations. Thanks to all contributors!
...
* [MOD] Bump build and version number
* [ADD] Added Faroese translation.
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-16 13:23:20 +01:00
nuxsmin
3cf75fb6ba
* [FIX] Wrong behaviour when requesting user's password change. Thanks to @jorgemfm for the feedback. Closes #1155
...
* [MOD] Improved events handling by setting fixed events (always triggered)
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-16 12:19:53 +01:00
nuxsmin
90ba034522
* [FIX] Wrong behaviour when displaying task progress on master password change. Thanks to @deajan for the feedback. Closes #1128
...
* [FIX] Improved browser notifications format. Thanks to @vmario89 for the feedback. Closes #1142
* [FIX] Temporary master password change notifications are sent to all users. Thanks to @jorgemfm for the feedback. Closes #1156
* [MOD] Improved background tasks management
* [MOD] Improved email notifications format
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-10 07:01:25 +01:00
nuxsmin
9aa3f33308
* [FIX] Wrong behaviour when saving accounts config and no mime types were set. Thanks to @Edll for the feedback. Closes #1145
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-06 11:50:29 +01:00
nuxsmin
04792c2dc8
* [FIX] Wrong behavior when setting up email events. Thanks to @deajan for the feedback. Closes #1127
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-26 19:35:33 +01:00
nuxsmin
42aa27b03a
* [FIX] Untranslated string on public links list. Thanks to @vmario89 for the feedback. Related #1124
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-26 19:30:38 +01:00
nuxsmin
cd4d4f8326
* [ADD] Added Azure AD implementation. Thanks to @deajan for the contribution. Closes #1115
...
* [MOD] Improved LDAP connection. Thanks to @deajan for the feedback. Related #1111
* [MOD] Improved LDAP user in group detection. Thanks to @deajan for the feedback. Related #1120
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-25 19:48:05 +01:00