Leo R. Lundgren
133fa840e7
log: Make adapter method calls less verbose
...
Changes logging level for some repeated calls from 'info' to 'debug'.
2023-03-06 11:27:13 +01:00
Leo R. Lundgren
e8b8c9e1dc
app: Consolidate and correct references to app ID and config keys
...
- Make Application::APP_ID lowercase.
- Replace hardcoded 'SCIMServiceProvider' references with Application::APP_ID.
- Replace config key 'ExternalId' with 'externalId' to match SCIM data.
Example SQL to make corresponding changes in the DB:
update oc_preferences set appid='scimserviceprovider' where appid='SCIMServiceProvider';
update oc_preferences set configkey='externalId' where lower(appid)='scimserviceprovider' and configkey='ExternalId';
2023-03-06 11:24:15 +01:00
Pierre Ozoux
50266601a7
Merge branch 'use-scim-server-php' into 'main'
...
Use scim-server-php lib
See merge request libre.sh/scim/scimserviceprovider!2
2023-03-03 11:21:28 +00:00
JulienSchneider
16d9fd2911
Use scim-server-php lib
2023-03-03 11:21:27 +00:00
Pierre Ozoux
735f664e06
Adds limitations and todos.
2022-07-13 18:37:14 +02:00
Pierre Ozoux
321a0dc597
Fixes tests.
2022-05-19 17:01:37 +02:00
Pierre Ozoux
b3f3df69c6
Adds externalId
...
and manages better emails.
2022-05-19 16:51:31 +02:00
Pierre Ozoux
14a631aac3
Set date to epoch beginning.
2022-05-19 12:23:46 +02:00
Pierre Ozoux
69120adc10
Moves SCIM to service.
2022-05-18 18:51:34 +02:00
Pierre Ozoux
0c5164f917
Cleans unecessary libs.
2022-05-18 18:15:40 +02:00
PierreOzoux
ec4c27e1f3
Fix tests.
2022-05-18 18:02:17 +02:00
PierreOzoux
4d3e5da116
Merge branch 'main' of https://lab.libreho.st/libre.sh/scim/nextcloud-scim.git
2022-05-18 17:46:40 +02:00
PierreOzoux
7fef6a9870
2022-05-18 17:46:14 +02:00
Pierre Ozoux
5a5511c480
Removes copyright comments.
...
And uncessary libs.
2022-05-18 16:28:52 +02:00
Pierre Ozoux
f420b252ae
Adds psalm and Nc style check.
2022-05-18 16:28:52 +02:00
Pierre Ozoux
54ce357654
Update README.md
2022-05-02 13:57:29 +00:00
Pierre Ozoux
e84ec15501
Improves README.
2022-05-02 15:52:56 +02:00
Pierre Ozoux
cc6f90b107
Fixes wrong error code.
2022-05-02 15:24:27 +02:00
Pierre Ozoux
15c29d3305
Fix readme
2022-05-02 15:23:47 +02:00
Pierre Ozoux
3d786f8df6
Implements group update.
2022-05-02 14:51:53 +02:00
Pierre Ozoux
dfa2d89ad5
Adds groups.
2022-05-02 14:44:40 +02:00
Pierre Ozoux
b426c7ad1a
Fixes readme.
2022-05-02 14:44:29 +02:00
Pierre Ozoux
ad99a0ee82
Removes unecessary code.
2022-05-02 14:44:21 +02:00
Pierre Ozoux
d604ca685a
Improves README.
2022-05-02 14:43:47 +02:00
PierreOzoux
8b538414ae
Exports insomnia requests.
2022-05-02 12:38:16 +02:00
PierreOzoux
5c7d6ae399
Exports local env for tests.
2022-05-02 12:37:42 +02:00
PierreOzoux
af9c4fa307
2022-05-02 12:25:08 +02:00
Pierre Ozoux
fa499d9c53
Merge branch 'test-branch' into 'main'
...
Still work in progress..
See merge request libre.sh/scim/nextcloud-scim!1
2022-05-02 10:21:25 +00:00
Pierre Ozoux
62ebb5d43e
Still work in progress..
2022-05-02 10:21:25 +00:00
Pierre Ozoux
2ee69f7bfd
Fixes routes.
2022-04-29 22:51:05 +02:00
Pierre Ozoux
cb20a90565
Tries middleware to return json.
2022-04-29 18:04:24 +02:00
Pierre Ozoux
d369661b8c
Implements attribute active.
2022-04-29 18:03:57 +02:00
Pierre Ozoux
ace615aa97
Fixes the list of users.
2022-04-29 18:03:24 +02:00
Pierre Ozoux
f33eb93248
Makes emails an array.
2022-04-29 18:02:39 +02:00
Pierre Ozoux
2d5760160a
First commit
2022-04-29 15:58:37 +02:00
Pierre Ozoux
1a2dc31451
First commit
2022-04-29 15:58:14 +02:00
Pierre Ozoux
3944d8a4fc
Initial commit
2022-04-29 12:50:07 +00:00