summary refs log tree commit diff
path: root/docker (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-17Clean up tox.ini (#8963)Richard van der Hoff3-19/+34
2020-12-17Fix `UsersListTestCase` (#8964)Richard van der Hoff2-6/+5
2020-12-17Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier3-12/+36
2020-12-17Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel4-4/+95
2020-12-17Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel7-11/+125
2020-12-16Add a maximum size for well-known lookups. (#8950)Patrick Cloke5-18/+80
2020-12-16Push login completion down into SsoHandler (#8941)Richard van der Hoff5-86/+80
2020-12-16Fix the sample config location for the ip_range_whitelist setting. (#8954)Patrick Cloke4-24/+25
2020-12-16Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke17-204/+266
2020-12-16Fix generate_log_config script (#8952)Richard van der Hoff2-1/+4
2020-12-16Do not assume that the contents dictionary includes history_visibility. (#8945)Patrick Cl