Sukhwinder Dhillon
|
1b1eb3436f
|
sql: Change charset to `utf8mb4`
fixes https://github.com/Icinga/icingaweb2/issues/4680
|
2022-05-02 15:36:31 +02:00 |
Johannes Meyer
|
0b6f71c446
|
If enforcing a charset, DO IT ONLY IF THE DB TYPE IS CORRECT
|
2021-07-28 09:04:28 +02:00 |
Johannes Meyer
|
517c108cc4
|
UserGroupBackend: Always use `utf8` as db connection charset
|
2021-07-26 16:37:41 +02:00 |
Johannes Meyer
|
0756797fbb
|
Make configuration of custom user-group backends possible
refs #2840
|
2021-06-18 10:41:39 +02:00 |
Eric Lippmann
|
9d5e21e71e
|
Remove IniUserGroupBackend.php
Does not conform to its interface anymore and is not in use.
|
2016-02-26 10:32:13 +01:00 |
Alexander A. Klimov
|
474803fee4
|
Change all license headers to only reflect a file's year of creation
refs #11000
|
2016-02-08 15:41:00 +01:00 |
Johannes Meyer
|
ee2462a6b2
|
LdapUserGroupBackend: Let the backend decide which defaults to use
refs #7343
|
2015-06-05 10:19:28 +02:00 |
Johannes Meyer
|
89d992278b
|
Introduce class LdapUserGroupBackend
refs #743
|
2015-06-03 16:27:50 +02:00 |
Johannes Meyer
|
f93c2de6be
|
UserGroupBackend: Disable default backend type `ini'
We're not going to support this until a proper membership implementation
exists (or is required at all).
refs #8826
|
2015-05-13 10:45:54 +02:00 |
Johannes Meyer
|
7b2fc1ba41
|
Make class UserGroupBackend being just a factory for user group backends
refs #8826
|
2015-05-05 08:26:38 +02:00 |
Johannes Meyer
|
7960e911a6
|
UserGroupBackend: Add support for custom backends to fetch user groups
refs #8826
refs #9122
|
2015-04-22 09:52:08 +02:00 |
Johannes Meyer
|
c9dcddb134
|
UserGroupBackend: Add missing and fix existing method documentation
|
2015-04-22 09:35:06 +02:00 |
Johannes Meyer
|
b51ce9c7ab
|
Move concrete UserGroupBackend classes to Icinga\Authentication\UserGroup
refs #8826
|
2015-04-21 12:38:57 +02:00 |
Johannes Meyer
|
8058eb0215
|
Move UserGroupBackend class to Icinga\Authentication\UserGroup
refs #8826
|
2015-04-21 12:32:18 +02:00 |