Commit Graph

130 Commits

Author SHA1 Message Date
Max Dor 217bc423ed Fix edge case of error when parsing valid config for directory 2019-02-13 20:19:26 +01:00
Max Dor 8f0654c34e Fix oversight in potentially printing credentials to log 2019-02-13 12:40:01 +01:00
Max Dor 8afdb3ed83 Improve feedback in case of parsing error in config file 2019-02-11 03:18:50 +01:00
Max Dor bd4ccbc5e5 Fix some edge cases configuration parsing
- Optional in getter but not in setter seems problematic
- Document config parsing better
- Properly handle empty values in REST Profile so no HTTP call is made
- Possibly related to #113
2019-02-11 02:56:02 +01:00
Max Dor 6d1c6ed109 Last cosmetic changes for v1.3.0 2019-02-10 20:41:40 +01:00
Max Dor 6fa36ea092 Add missing header 2019-02-07 01:39:10 +01:00
Max Dor 471e06536b Improve logging 2019-02-07 01:35:43 +01:00
Max Dor 3a6b75996c Use a proper HTTP client when discovering federated IS to avoid 4xx's 2019-02-06 23:23:40 +01:00
Max Dor 566e4f3137 Correctly handle 3PID notification revamping (forgotten code) 2019-02-06 22:27:42 +01:00
Max Dor a4c18dee5d Handle possibly trailing slashes for older versions of mxisd 2019-02-06 19:55:22 +01:00
Max Dor 5c660fdcaf Add forgotten CORS headers from Spring port 2019-02-05 19:09:47 +01:00
Max Dor fbbafeb769 Cache processing of bulk lookups and de-dup concurrent requests 2019-02-04 06:04:39 +01:00
Max Dor 3bebb33147 Revamp 3PID sessions
- Fix #93
- Fix #98
2019-02-04 05:26:33 +01:00
Max Dor 635f6fdbe7 Implementation for blocking fraudulent 3PID /unbind attempts 2019-02-01 02:34:52 +01:00
Max Dor 4237eeb3b6 Skeleton for blocking fraudulent 3PID /unbind attempts 2019-01-30 00:29:51 +01:00
Max Dor a0e91e7896 Use proper return codes for session errors 2019-01-30 00:28:55 +01:00
Max Dor 3e22301af7 Properly handle /v1/store-invite 2019-01-16 02:57:40 +01:00
Max Dor 2b202323c0 Catch and handle more exceptions in Base HTTP handler 2019-01-16 02:57:40 +01:00
Max Dor 4ec05f518e Properly handle v1 of 3pid/bind 2019-01-16 02:57:40 +01:00
Max Dor 6da68298b0 Fix invalid paths 2019-01-16 02:57:40 +01:00
Max Dor d885932f45 Fix loading failures of JDBC drivers for SQL-based Identity stores 2019-01-15 06:22:03 +01:00
Max Dor c689a3f161 Fix classpath resources config 2019-01-13 00:30:52 +01:00
Max Dor 7805112548 Fix #110 2019-01-11 23:07:58 +01:00
Max Dor c6b8f7d48e Better handle of File reading / Input Streams 2019-01-11 23:02:57 +01:00
Max Dor 83377ebee0 Protect against NPE 2019-01-11 22:08:35 +01:00
Max Dor 2aa6e4d142 Fix missing .html from Spring to Undertow port 2019-01-11 22:08:22 +01:00
Max Dor 82a1a3df68 Fix invalid parsing of 3PID medium configs 2019-01-11 21:44:51 +01:00
Max Dor 7ec11ba8cf Use NetIQ config for NetIQ identity store instead of generic LDAP one 2019-01-07 04:32:12 +01:00
Max Dor 9317c11434 Use sane handler for all endpoints 2019-01-07 04:25:29 +01:00
Max Dor b257a0275f Properly handle signing Key ID format 2019-01-07 04:19:53 +01:00
Max Dor 54c3014568 Port distributions and start scripts to Undertow 2019-01-07 03:01:46 +01:00
Max Dor 4185b644b7 Continue structural port from Spring Boot to Undertow
- Configuration options
- Configuration documentation
2019-01-07 03:01:46 +01:00
Max Dor ace5918342 Continue structural port from Spring Boot to Undertow
- Notification template generator
- Add tests for email notification handler
2019-01-07 03:01:46 +01:00
Max Dor 7ad985fead Continue structural port from Spring Boot to Undertow 2019-01-07 03:01:46 +01:00
Max Dor d160a44509 Port default configuration values 2019-01-07 03:01:46 +01:00
Max Dor 05493da27c Start structural port from Spring Boot to Undertow 2019-01-07 03:01:46 +01:00
Max Dor df44428a85 Fix #106 2019-01-04 19:26:45 +01:00
Max Dor e6f9c30611 Add support for multiple Base DNs in LDAP Identity Store (Fix #104) 2018-12-23 00:06:15 +01:00
Max Dor 06b2c787d3 Remove unused reference 2018-12-22 04:03:44 +01:00
Max Dor 5645f69208 Add better support for AS transactions (Fix #97)
- Process transactions async with completion parking
- Detect transactions deduplication
2018-12-22 03:52:02 +01:00
Max Dor 92cf5c6b21 Add support for Profile feature in REST Identity store (Fix #91) 2018-12-21 19:21:15 +01:00
Max Dor ad1b91f370 Proper HTTP encoding for username rewrite 2018-12-21 16:48:29 +01:00
Max Dor e9c29f1c03 Add support for username rewrite (Fix #103) 2018-12-21 14:22:51 +01:00
Max Dor f13748abeb Fix #101
The default value was never initialized due to a missing annotation
2018-11-30 02:53:30 +01:00
Max Dor 7208c7e456 Fix #100 2018-11-30 00:18:05 +01:00
Max Dor 8857f636d6 Fix deprecated method calls 2018-11-28 13:18:22 +01:00
Max Dor da08e0b4ad Add more debug statements for experimental AS-mode for Matrix ID invites 2018-11-27 23:39:37 +01:00
Max Dor cb8049b54a Set appropriate copyright owner and website 2018-11-14 03:56:47 +01:00
Max Dor 99b7d9f27d Complete the documentation and polish the code 2018-11-01 05:09:47 +01:00
Max Dor ded5e3db5e Add support for all features for Exec Identity Store 2018-11-01 02:15:56 +01:00