RubénD
c39b60c2a7
Merge pull request #1853
...
* fix: Encode special characters using regex.
* chore: Bump version number.
2022-07-01 08:14:33 +02:00
RubénD
244fa4429c
Merge pull request #1588 ( #1848 )
...
* [FIX] Fixes issue with LDAP pagination
Co-authored-by: Felix Haase <felix.haase@feki.de >
2022-06-25 10:16:34 +02:00
RubénD
1be83de9b2
Merge pull request #1846
...
* chore: Set X-Frame options and CSP. Thanks to @lengochoa7112000 !!
* chore: Update dependencies.
* chore: Bump version number.
2022-06-25 09:43:52 +02:00
RubénD
0ea0a13860
fix: Add missing tables to tables list. ( #1843 )
...
Thanks to @Jonher937 for the notice!!
Closes #1786 .
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-18 18:01:42 +02:00
RubénD
36d0c8861e
Fix/url regex ( #1842 )
...
* fix: Tweak URL's regex to avoid XSS.
Thanks to @rgavilan for the feedback!
Closes #1840 .
Signed-off-by: Rubén D <nuxsmin@syspass.org >
* chore: Update dependencies.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
* chore: Use `ENT_QUOTES` flag for all `htmlspecialchars` calls.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-18 09:50:59 +02:00
RubénD
b1e7edd761
fix: Return safe url for accounts. ( #1839 )
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-16 08:32:21 +02:00
RubénD
4da4d03173
fix: Fix XSS on some URLs ( #1832 )
...
* fix: Fix XSS when displaying URL on search account view.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
* fix: Fix XSS when displaying URL on account view.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
* fix: Fix XSS when displaying some URLs.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
* fix: Fix XSS when displaying some URLs.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
* chore: Bump version number.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-04 09:39:22 +02:00
RubénD
7a813d4786
Merge pull request #1829 from nuxsmin/fix/wrong_syntax
...
Fix/wrong syntax
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-05-26 07:40:05 +02:00
Rubén D
f3ec58510d
Merge branch 'v3.2' into fix/xss
2022-05-25 08:43:33 +02:00
Rubén D
96eaeacd58
chore: Bump version.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-05-25 07:16:17 +02:00
RubénD
ac00338cad
Merge pull request #1585 from sur5r/master
...
[MOD Log which locale failed to load
2021-09-25 10:01:55 +02:00
Rubén D
861ce46e8a
* [MOD] Bump version number
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-03-13 11:45:25 +01:00
Rubén D
3b189aa5e6
* [FIX] HTTP_X_FORWARDED_FOR header wasn't parsed. Thanks to @jlegido for the feedback. Closes #1653
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-03-13 10:37:41 +01:00
Rubén D
728ec832f3
* [FIX] Fix ADS search behavior by unsseting ACCOUNTDISABLE flag for UserAccountControl property, since it prevents to throw the proper status code when authenticating against LDAP. Thanks to @t0l0 for testing. Closes #1574
...
* [MOD] Update dependencies
* [MOD] Bump version number
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-16 12:13:25 +01:00
Rubén D
b0050813b0
* [FIX] Fix ADS search behavior by unsseting ACCOUNTDISABLE flag for UserAccountControl property, since it prevents to throw the proper status code when authenticating against LDAP. Thanks to @t0l0 for testing. Closes #1574
...
* [MOD] Update dependencies
* [MOD] Bump version number
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-16 11:46:58 +01:00
Rubén D
f428a8c1d6
* [MOD] Bump version number
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 20:46:21 +01:00
Rubén D
b3137a181a
* [MOD] Improve backup regex
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 18:30:43 +01:00
Rubén D
900008292b
* [FIX] Set minimum required PHP version to 7.3 because dependency constraints
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 16:27:10 +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
magcho
a802a74cbf
[init] translation for Japanese
2020-09-06 12:33:00 +09:00
Jakob Haufe
afb81d9fb4
Log which locale failed to load
2020-08-24 13:39:08 +02:00
Rubén D
c03d779894
* [MOD] Bump version patch and build number
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-03-07 17:52:39 +01:00
Rubén D
f3e01eee9d
* [MOD] Enforce LDAP schema in ldap_connect function. Skip ldap_connect signature using port because it's deprecated
...
* [ADD] LDAP params tests
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-03-07 17:49:15 +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
54e84f17cf
* [FIX] Wrong behavior when displaying account notes tooltip with multiple lines. Thanks to @MagikEh for the feedback. Closes #1432
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-08-23 00:15:19 +02:00
Rubén D
945ee6d307
* [FIX] Wrong behavior when upgrading from v3.0. Thanks to @Envikia for the feedback. Related #1401
...
* [MOD] Improved error code when an unknown API token is used. Thanks to @matejzero for the feedback. Closes #1429
* [FIX] Wrong behavior when changing master password and there aren't any accounts for processing. Thanks to @matejzero for the feedback. Closes #1430
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-08-21 23:51:32 +02:00
Rubén D
5503dd8de5
* [FIX] Wrong behavior when upgrading from v3.0. Thanks to @Envikia for the feedback. Related #1401
...
* [MOD] Improved error code when an unknown API token is used. Thanks to @matejzero for the feedback. Closes #1429
* [FIX] Wrong behavior when changing master password and there aren't any accounts for processing. Thanks to @matejzero for the feedback. Closes #1430
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-08-21 23:50:19 +02:00
Rubén D
60595a3d84
Merge branch 'v3.1'
2019-08-18 22:31:58 +02:00
Rubén D
ceab42987e
* [FIX] Wrong CSV MIME type
...
* [MOD] Added CSV MIME type
* [MOD] Updated composer lock file
* [MOD] Bump to v3.1
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-08-18 22:02:58 +02:00
RubénD
535d7abcbf
Merge pull request #1385 from mluchkin/master
...
* [FIX] russian language in search. Thanks to @mluchkin
2019-07-21 00:32:30 +02:00
Rubén D
29b56c5e35
* [MOD] Update version & build number
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-07-20 23:41:15 +02:00
Mluchkin
5811680c38
fix russian language
2019-07-05 15:33:03 +03:00
Rubén D
1adb103f29
* [FIX] Wrong URL handling when downloading files. Thanks to @fprina for the feedback ans testing. Closes #1354
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-05-25 20:28:35 +02:00
Rubén D
58dbc3509e
* [MOD] Improved stacktrace by anonymizing function's arguments data. Thanks to @cRaZy-bisCuiT for the feedback. Closes #1339
...
+ [MOD] Bump version & build
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-05-25 02:08:21 +02:00
Rubén D
6aa36d449c
* [MOD] Improved stacktrace by anonymizing function's arguments data. Thanks to @cRaZy-bisCuiT for the feedback. Closes #1339
...
+ [MOD] Bump version & build
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-05-25 02:00:22 +02:00
Rubén D
4f3bb74296
* [MOD] Improved stacktrace by anonymizing function's arguments data. Thanks to @cRaZy-bisCuiT for the feedback. Closes #1339
...
+ [MOD] Bump version & build
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-05-25 01:41:22 +02:00
Rubén D
4da57f86fb
* [MOD] Improved behavior when searching for user permission on accounts. Thanks to @anth69 for the feedback. Closes #1338
...
* [MOD] Updated translations. Thanks to all contributors.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-05-25 00:29:02 +02:00
Rubén D
ea9b6ee1fd
* [FIX] Wrong field definition on PluginData table. Thanks to @drewlsvern for the feedback. Closes 1326
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-30 20:50:01 +02:00
Rubén D
4f9431e7bc
* [FIX] Wrong PHP version comparison
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-28 15:35:54 +02:00
Rubén D
81bb182c3d
* [FIX] Wrong PHP version comparison
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-28 15:34:21 +02:00
Rubén D
72c51b037d
* [MOD] Jump to RC1
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 12:01:35 +02:00
Rubén D
1e308a9431
* [FIX] Missing database upgrade
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 03:16:49 +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
cf2becfcfe
* [FIX] Fix custom fields migration issue. Thanks to @VexedSyd for the feedback. Closes #1273
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 01:55:28 +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
df02a33677
* [FIX] Wrong behavior when setting user's email from LDAP when several email addresses are set. Thanks to @ cRaZy-bisCuiT for the feedback. Closes #1283
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-26 23:16:49 +02:00
Rubén D
3f4bb11978
* [FIX] Wrong behavior when no mail recipients are set
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-26 21:19:54 +02:00
Rubén D
e17e80d665
* [ADD] Added search for accounts name by regular expression. Closes #1311
...
* [FIX] Fixed wrong behavior when search operator was set
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-25 23:20:00 +02:00
Rubén D
63e7e88a23
* [MOD] Improved logging messages
...
* [MOD] Unlocked PHP 7.3
* [FIX] No debug messages when debug mode is activated
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-24 00:50:04 +02:00
Rubén D
752d05c1c6
* [MOD] Improved logging messages
...
* [MOD] Unlocked PHP 7.3
* [FIX] No debug messages when debug mode is activated
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-23 20:50:15 +02:00