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
Max Dor
b892d19023
Add skeleton support for Directory and Identity in Exec IdStore
2018-10-31 03:49:06 +01:00
Max Dor
026a2e82d9
Further progress on Exec Identity Store
2018-10-29 07:00:07 +01:00
Max Dor
99d793b5ed
Add initial experimental support for #58
...
- Skeleton for the whole identity store
- Support Authentication
2018-10-20 08:08:14 +02:00
Max Dor
bd9161ec9b
Better handle of synapse SQL connection
...
- Do not fail if it is not configured
- Add missing configuration step
2018-10-18 20:59:06 +02:00
Max Dor
544cab816c
Use the actual NetIQ config for its profile provider
2018-10-16 21:28:38 +02:00
Max Dor
407138e972
Add LDAP support Matrix ID room invites notifications
2018-10-16 21:28:38 +02:00
Max Dor
3eee4eaccf
Add extra placeholders for Matrix ID room invites notifications
...
- Sender display name, if available
- Room name, if available
2018-10-16 21:28:38 +02:00
Max Dor
b3aefbed77
Add support for 3PID notification for Matrix ID room invites
...
- Experimental feature
- Via AS API
2018-10-16 21:28:38 +02:00
Max Dor
f7d1a300f1
Fix #69
2018-10-10 02:10:48 +02:00
Max Dor
f16eb264be
Fix for #72
2018-10-10 01:59:15 +02:00
Max Dor
f29014be1f
Fix some logging statements
2018-09-30 17:41:18 +02:00
Max Dor
feb37112b2
Add on/off switch for 3PID in directory lookups
2018-08-15 11:25:41 +02:00
Max Dor
1ab8a27fda
Add on/off switch for bulk lookups
2018-08-12 02:16:14 +02:00
Max Dor
deafc420a5
Properly handle leading @ in search ( Fix #79 )
2018-06-22 01:42:07 +02:00
Max Dor
f55d5fbc80
Make central IS opt-in ( #80 )
2018-05-31 13:24:00 +02:00
Max Dor
0549d23d21
Add LDAP TLS config value in logs
2018-05-16 15:42:24 +02:00
Max Dor
b493ccd479
De-duplicate results from Identity stores in Directory searches
2018-04-26 01:45:04 +02:00
Max Dor
03e72ba155
Use the correct domain (server name) for signatures
2018-04-22 19:27:52 +02:00
Max Dor
78a25c21ba
Code maintenance
...
- Switch to HttpClient for remote fetcher
- Don't fail for remote binding on matrix.org
2018-04-13 08:14:09 +02:00
Max Dor
1e413af019
Fix crypto
...
A recent change in synapse shown that the various classes handling crypto were broken.
All the crypto code has been refactored in the SDK and the local code has been adapted.
2018-04-11 23:37:33 +02:00
Max Dor
a0f8af820e
Fix minor regression with Auth feature and REST/Memory backend
...
See https://matrix.to/#/!NPRUEisLjcaMtHIzDr:kamax.io/$1523216730848820dFUZX:matrix.org
2018-04-08 22:05:36 +02:00
Max Dor
5ef145212a
Support access tokens in headers ( Fix #65 ) ( #70 )
2018-04-02 17:26:03 +02:00
Max Dor
91ccb75fa1
Properly handle invalid characters in identifiers for Wordpress
2018-04-02 14:36:23 +02:00
Max Dor
ac6f549618
Support 3PID in memory identity store profile
2018-03-30 18:31:22 +02:00
Max Dor
7f9c7aa76d
Fix Synapse SQL directory provider class name
2018-03-25 23:19:45 +02:00
Max Dor
02688942fd
Enforce host present in DNS override config to avoid request loop
2018-03-25 19:31:52 +02:00
Max Dor
48668bcd92
Support of Directory for in-memory Identity store
2018-03-25 19:30:42 +02:00
Max Dor
a9627121fa
Enchanced profile management ( #68 )
...
* Proof of concept of adding 3PIDs data to user profile
* Document reverse proxy apache config
* Support for Matrix Gateway project roles' endpoint
* Fix conflicting ThreePid object defined in SDK and mxisd projects
2018-03-25 01:20:59 +01:00
Max Dor
3fc86465f8
Wordpress identity store ( #67 )
2018-03-23 17:14:59 +01:00
Maxime Dor
ea15f24d41
Be clear about which LDAP config/backend is picked up
2018-03-21 02:32:00 +01:00
Maxime Dor
10f9126cb6
Better federation auto-discovery
...
- Use the new status check endpoint at /_matrix/identity/api/v1
- Enforce DNS SRV existence before asking remote server for data
2018-03-11 18:28:48 +01:00
Maxime Dor
c3385b38dc
Update to latest SDK
2018-03-09 23:58:16 +01:00
adrnam
61fec4aec7
3PID authentication ( #60 )
...
Fix for #49
2018-03-08 18:29:03 +01:00
Max Dor
1db76139a9
Invite resolution enhancements ( #63 )
...
* Make invite resolution process configurable
* Add warning in logs if invite resolution is not recursive
2018-03-05 10:00:09 +01:00
Max Dor
a27858082c
Add support for NetIQ as a LDAP backend ( #61 )
2018-03-03 00:28:15 +01:00
Maxime Dor
ea08a80504
Respect 3PID session policy for remote sending with phone numbers
2018-03-02 23:27:19 +01:00
Maxime Dor
cb3130d365
Send phone number in response body when creating 3PID session
...
If missing, Riot will show "undefined" instead of the number.
2018-03-02 23:26:33 +01:00
Maxime Dor
7189a4b100
Prepare for kamax-io/matrix-java-sdk#23
2018-02-27 18:30:36 +01:00
Maxime Dor
5e142eb41d
Add some more LDAP debug entries
2018-01-28 18:02:03 +01:00
Maxime Dor
5dbaca643a
Fix #42
2017-12-31 13:02:41 +01:00
Maxime Dor
773f38d349
Properly mark REST Directory provider as component ( Fix #48 )
2017-12-23 17:43:03 +01:00
Maxime Dor
6571ff76b1
Take LDAP filter into account when doing 3PID lookups
2017-12-16 19:17:22 +01:00
Maxime Dor
16690a0329
Enforce baseDn for LDAP provider
2017-12-06 20:31:06 +01:00
Maxime Dor
1581ab9e07
Better logic (cosmetic) for default 3PID notification providers
2017-11-30 02:44:21 +01:00
Maxime Dor
a1adca72e8
Properly select raw notification handler by default
2017-11-26 16:30:42 +01:00