Sergio Brighenti
|
ab259ed943
|
composer lock
|
2021-07-31 13:25:31 +02:00 |
|
Sergio Brighenti
|
f99489cfe5
|
Merge remote-tracking branch 'origin/master'
|
2021-07-31 13:12:56 +02:00 |
|
Sergio Brighenti
|
01fca619c6
|
bump php version to 7.2
|
2021-07-31 13:09:45 +02:00 |
|
Sergio Brighenti
|
d79225cfc8
|
Merge pull request #353 from weblate/weblate-xbackbone-xbackbone
Translations update from Weblate
|
2021-07-31 13:00:55 +02:00 |
|
Sergio Brighenti
|
285c970933
|
fix
|
2021-07-31 13:00:38 +02:00 |
|
Sergio Brighenti
|
dc03734a20
|
fix
|
2021-07-31 13:00:21 +02:00 |
|
Sergio Brighenti
|
ab1409e108
|
add support for secure cookies
|
2021-07-31 12:55:56 +02:00 |
|
Sergio Brighenti
|
84020830ca
|
address csrf vulnerability
improved discord embed support
|
2021-07-31 12:37:06 +02:00 |
|
Benjamin Jørgensen
|
ba9d566152
|
Translated using Weblate (Danish)
Currently translated at 72.9% (116 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/da/
|
2021-07-30 23:57:31 +02:00 |
|
Sergio Brighenti
|
bff37d6926
|
Update README.md
|
2021-07-30 23:57:29 +02:00 |
|
Sergio Brighenti
|
8fc06374a2
|
Create SECURITY.md
|
2021-07-30 23:57:11 +02:00 |
|
Sergio Brighenti
|
8668aab500
|
Merge pull request #351 from weblate/weblate-xbackbone-xbackbone
Translations update from Weblate
|
2021-07-16 09:35:34 +02:00 |
|
Zsolt Nagy
|
dd7ae0b89c
|
Translated using Weblate (Hungarian)
Currently translated at 100.0% (159 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/hu/
|
2021-07-16 09:34:48 +02:00 |
|
Zsolt Nagy
|
41a5a6edbb
|
Translated using Weblate (Hungarian)
Currently translated at 100.0% (159 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/hu/
|
2021-07-14 14:32:32 +02:00 |
|
Zsolt Nagy
|
8ca9626697
|
Added translation using Weblate (Hungarian)
|
2021-07-13 12:46:14 +02:00 |
|
Sergio Brighenti
|
0166755a60
|
Merge pull request #341 from BenTyger/master
Added support for LDAPS, StartTLS, and LDAP User search filters
|
2021-06-06 19:30:12 +02:00 |
|
Ben Tyger
|
a98f65c9f6
|
Fixed style error
|
2021-05-24 09:45:20 -04:00 |
|
Ben Tyger
|
4660ff5317
|
More style fixes
|
2021-05-22 13:59:33 -04:00 |
|
Ben Tyger
|
dfe73a34f1
|
More style fixes
|
2021-05-22 11:34:34 -04:00 |
|
Ben Tyger
|
53761bdc42
|
More style formatting fixes.
|
2021-05-22 11:01:25 -04:00 |
|
Ben Tyger
|
d3c556234b
|
Fixed PHPDoc type and style errors
|
2021-05-22 10:57:08 -04:00 |
|
Ben Tyger
|
54381b4958
|
Fixed style formatting
|
2021-05-22 10:54:44 -04:00 |
|
Ben Tyger
|
3e53b56aec
|
Fixed double if check
|
2021-05-22 10:53:34 -04:00 |
|
Ben Tyger
|
7c915032c5
|
Minor bug fixes. Also added ldap_close();
|
2021-05-20 15:06:42 -04:00 |
|
Ben Tyger
|
1d5bb6ccc7
|
Added lots of debug logging. Fix ['schema'] var reference.
|
2021-05-20 15:05:08 -04:00 |
|
Ben Tyger
|
35ae42510f
|
Updated LDAP configuration docs for use of ['ldap']['schema']
|
2021-05-20 15:03:58 -04:00 |
|
Ben Tyger
|
289c0ab4de
|
Documentation update
|
2021-05-19 14:25:58 -04:00 |
|
Ben Tyger
|
ef74962853
|
Added better config detection 'service_account_dn'
|
2021-05-19 13:49:30 -04:00 |
|
Ben Tyger
|
6a5e6431aa
|
Better ldap_schema setting detection
|
2021-05-19 13:38:24 -04:00 |
|
Ben Tyger
|
ec5e7fc46f
|
Added logic for LDAP user search
|
2021-05-19 13:11:20 -04:00 |
|
Ben Tyger
|
048b468ba5
|
Added Comments
|
2021-05-19 12:39:16 -04:00 |
|
Ben Tyger
|
3c63025a15
|
Switched from ldap_get_attributes() to more reliable ldap_get_dn()
|
2021-05-19 09:43:01 -04:00 |
|
Ben Tyger
|
46b20c4d97
|
Added username ldap escaping for filter search
|
2021-05-19 09:38:21 -04:00 |
|
Ben Tyger
|
6f46b70b83
|
Added LDAP StartTLS support
|
2021-05-18 14:57:28 -04:00 |
|
Ben Tyger
|
f8ec764c4c
|
Added Comments to flow
|
2021-05-18 14:30:47 -04:00 |
|
Ben Tyger
|
8b333c935d
|
Added LDAP Service account support for LDAP server that don't allow anon
|
2021-05-18 14:26:52 -04:00 |
|
Ben Tyger
|
7e0e0db384
|
Updated ldap_connect to use modern LDAP schema for better TLS support.
|
2021-05-18 14:14:59 -04:00 |
|
Sergio Brighenti
|
63e78d840d
|
Merge pull request #338 from weblate/weblate-xbackbone-xbackbone
Translations update from Weblate
|
2021-05-08 11:42:00 +02:00 |
|
ssantos
|
ea47f3ee93
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (159 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/pt/
|
2021-05-08 11:41:36 +02:00 |
|
Levi
|
33503092b2
|
Translated using Weblate (Swedish)
Currently translated at 100.0% (159 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/sv/
|
2021-05-08 11:41:36 +02:00 |
|
Sergio Brighenti
|
01b8d96798
|
Merge pull request #340 from SergiX44/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
|
2021-05-08 11:41:34 +02:00 |
|
dependabot[bot]
|
559363925f
|
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-07 22:44:11 +00:00 |
|
Sergio Brighenti
|
9ea5a9971d
|
Updated changelog
|
2021-04-25 13:27:49 +02:00 |
|
Sergio Brighenti
|
53715b9747
|
Update configuration.md
|
2021-04-25 13:26:05 +02:00 |
|
Sergio Brighenti
|
32de7376e1
|
Added missing discord bot
|
2021-04-25 13:07:50 +02:00 |
|
Sergio Brighenti
|
4adde17d25
|
Merge pull request #332 from weblate/weblate-xbackbone-xbackbone
Translations update from Weblate
|
2021-04-24 14:02:03 +02:00 |
|
Jonáš Loskot
|
9d33eb8191
|
Translated using Weblate (Czech)
Currently translated at 100.0% (159 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/cs/
|
2021-04-24 14:01:24 +02:00 |
|
Jonáš Loskot
|
151d32f0f4
|
Translated using Weblate (Czech)
Currently translated at 63.5% (101 of 159 strings)
Translation: XBackBone/XBackBone
Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/cs/
|
2021-04-24 14:01:24 +02:00 |
|
Sergio Brighenti
|
5b954a7853
|
Add discord back to the bot list
|
2021-04-24 14:01:18 +02:00 |
|
Sergio Brighenti
|
344e0281f5
|
Add discord back to the bot list
|
2021-04-24 13:56:36 +02:00 |
|