447 Commits

Author SHA1 Message Date
nuxsmin
3ad99a6cf7 * [MOD] Improved LDAP user-in-group lookup by using user's DN as base for search. Thanks to @deajan for the contribution. Related #1130
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-12-16 13:36:41 +01:00
nuxsmin
7d67156985 Merge remote-tracking branch 'origin/3.0' into 3.0
# Conflicts:
#	lib/SP/Providers/Auth/Ldap/LdapActions.php
2018-12-16 13:30:24 +01:00
RubénD
dce2bb29ba Merge pull request #1130 from deajan/ad-quick-group-filter
Ad quick group filter
2018-12-16 13:28:05 +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
ef5ef071dc * [FIX] Wrong behaviour when retrieving LDAP results using pagination. Thanks to @jinyiwoo for the feedback. Closes #1149
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-12-16 12:44:48 +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
542ab61053 * [MOD] Improved behaviour when handling routes
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-12-15 12:48:24 +01:00
nuxsmin
4c12bc56f6 * [FIX] Wrong behaviour when loading config for first time.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-12-15 11:37:44 +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
Orsiris de Jong
1c3989c8fb Another false to null switch 2018-11-29 17:30:52 +01:00
Orsiris de Jong
7aa19b43aa Switched from default searchBase = false to null 2018-11-29 17:30:02 +01:00
Orsiris de Jong
0b5b3806d3 More elegant code 2018-11-27 21:49:05 +01:00
Orsiris de Jong
d9ac1f93df Added @ to ldap_search again since debugging is finished 2018-11-27 12:07:13 +01:00
deajan
544b24653f Faster MS AD group filter 2018-11-27 11:35:02 +01:00
nuxsmin
8cdceed192 * [MOD] Bump build number and version
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-26 20:27:51 +01:00
nuxsmin
8e0310b929 * [FIX] Wrong behavior when setting task id on master password update. Thanks to @deajan for the feedback. Closes #1128
* [FIX] Wrong behavior when logging into sysPass after changing the master password

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-26 20:05:08 +01:00
nuxsmin
b59232a7a3 * [FIX] Behavior when setting task id on master password update. Thanks to @deajan for the feedback. Closes #1128
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-26 19:39:47 +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
034c4c0143 * [MOD] Bump build number and version
* [MOD] Updated translations

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-25 20:47:59 +01:00
nuxsmin
b247bd4f2f * [MOD] Bump build number and version
* [MOD] Updated translations

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-25 20:42:43 +01:00
nuxsmin
7cf85a8820 * [MOD] Added more mime types for importing from CSV files. Thanks to @jinyiwoo for the feedback. Closes #1109
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-25 20:13:14 +01:00
nuxsmin
e54f1f6532 * [FIX] Fixed wrong behavior when updating public link max views. Thanks to @vmario89 for the feedback. Closes #1124
* [MOD] Time unit is displayed on public links setup. Thanks to @vmario89 for the feedback. Closes #1124

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-25 20:06:50 +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
Orsiris de Jong
dba7dfc9c9 Allow usage of 'cn' and 'CN' for filter attributes 2018-11-22 13:04:07 +01:00
Orsiris de Jong
818214360d Allow usage of 'cn' and 'CN' for filter attributes 2018-11-22 13:03:49 +01:00
Orsiris de Jong
ef700ec79d Removed doubled equal sign for recursive group membership filter 2018-11-22 13:01:13 +01:00
nuxsmin
13e12baaf0 * [FIX] Fixed wrong behavior when setting mail parameters
* [MOD] Improved email message templates

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-19 18:44:18 +01:00
nuxsmin
afdfa80d8f * [FIX] Wrong behavior when accessing through API. Maintenance mode was wrongly checked. Thanks to @pierrehenrymuller for the feedback. Closes #1108
* [MOD] Updated displayed strings for custom fields type.

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-19 00:16:32 +01:00
nuxsmin
57260871d6 * [FIX] Notifications assigned to a user can be deleted
* [MOD] Improved in-app notifications displaying. Database update is needed
* [ADD] Added ACL event handler in order to recreate users' ACL when items like user, profile or group are updated/deleted

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-18 19:51:42 +01:00
nuxsmin
b611c9bb29 * [FIX] Fixed issue when reusing templates. Thanks to @vmario89 for the feedback. Closes #1103
* [MOD] Bump build number and version

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-17 19:14:00 +01:00
nuxsmin
84800e8a09 * [MOD] Bump build number and version
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-17 18:52:36 +01:00
nuxsmin
98fe0ba35c * [FIX] Fixed URL when downloading resources and sysPass id behind a reverse proxy. Thanks to @vmario89 for the feedback. Closes #1102
* [FIX] Fixed wrong behavior when copying to clipboard an account's password through public link
* [MOD] Improved URL handling
* [MOD] Improved deep links handling

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-17 13:11:58 +01:00
nuxsmin
6070d94f39 * [FIX] Fixed wrong behavior when logging in internal users which weren't granted through LDAP
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-17 09:27:47 +01:00
RubénD
d951171831 Update ConfigData.php
* [FIX] Fixed wrong value returned when MIME types are not yet populated into config. Closes #1104. Thanks to @javierlm  for the feedback.
2018-11-14 12:40:00 +01:00
nuxsmin
f6f9cd1a03 * [FIX] Fixed wrong behavior when displaying account data when private presets were set
* [MOD] Improved presets precedence
* [FIX] Fixed wrong behavior when logging exceptions
* [MOD] Removed DokuWiki configuration (will be restored in later releases)
* [MOD] Removed LDAP sync icon from users view
* [MOD] Use minimized version of JS resources

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-13 23:53:17 +01:00
nuxsmin
e37bc14901 * [MOD] Moved non-configuration files from config to resources directory
* [FIX] Fixed wrong behavior while testing ArchiveHandler on unit tests
2018-11-12 08:29:18 +01:00
nuxsmin
1e51f1757c * [FIX] Fixed wrong behavior when calculating whether config cache is expired
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-12 00:25:13 +01:00
nuxsmin
5a549532f6 * [MOD] Use config cache file instead of storing it in PHP's session
* [MOD] Unit testing tweaks in order to renew config cache

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-12 00:12:01 +01:00
nuxsmin
0da5c282d6 * [MOD] Improved logging when performing upgrades
* [MOD] Log to file is turned on when debug mode is active

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-11 12:58:31 +01:00
nuxsmin
a1639fdf47 * [ADD] Added more unit tests
* [MOD] Improved file cache handling

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-11 12:09:58 +01:00
nuxsmin
24efad7409 * [FIX] Fixed wrong config version checking
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-10 21:56:34 +01:00
nuxsmin
ed956eec54 * [ADD] Added mime type file checking instead of extension. Thanks to @vmario89 for the feedback. Related #825
* [MOD] Improved exception handling in controllers

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-10 21:41:07 +01:00
nuxsmin
a159569e74 * [FIX] Fixed issue when connecting to LDAP without any defined group. Thanks to @odavis1 for the feedback. Closes #1095
* [FIX] LDAP server was not sent to event log on login. Related #1095

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-10 09:40:57 +01:00
nuxsmin
f0959f0e9c * [MOD] Improved database handling
* [FIX] Use unbuffered queries when performing database backup

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-06 23:52:23 +01:00
nuxsmin
4ee1577b3a * [FIX] Fixed issue when deleting old backups
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 19:34:48 +01:00
nuxsmin
5545aa8ab2 * [FIX] Fixed issue when deleting old backups
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 19:34:00 +01:00
nuxsmin
19c8c8cdda * [FIX] Fixed memory issue when backing up large datasets
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 18:56:06 +01:00
nuxsmin
5647ad45f2 * [FIX] Fixed returned string on tests
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 02:09:58 +01:00
nuxsmin
3281dbf69e * [FIX] Fixed wrong behavior performing backup on PHP 7.2
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 01:59:08 +01:00
nuxsmin
305d4de16f * [MOD] Switched base language over to English
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 00:03:37 +01:00