Commit graph

52 commits

Author SHA1 Message Date
e504d89840
ci: use nextcloud 28 image 2024-10-28 16:48:24 +01:00
aaa17c033f
ci: remove git vendor git folder 2024-10-28 16:47:59 +01:00
57eff00efc
ci: explicit exec command 2024-10-28 16:47:03 +01:00
8ed2bcb2be
chore: bump version to v1.0.0-alpha.2 2024-10-28 15:21:27 +01:00
1eb9216794
chore: bump compatibility to 28-30 2024-10-28 15:20:29 +01:00
72dfe53575
feat: update deps & remove unused lexer 2024-10-28 15:19:39 +01:00
42e4d5d71f
feat: return a scim error on unknown paths 2024-10-28 15:11:41 +01:00
35177f6342
chore: update repo url 2024-09-24 14:19:51 +02:00
b817116711
chore: change scim-server-php repo url 2024-09-24 14:18:15 +02:00
384068b8a8
doc: acknowledge NLnet funding 2024-09-23 10:39:37 +02:00
4fef734ff3
ci: update dagger 2024-08-20 09:07:54 +02:00
c1d63510e4
feat: bump compat to nc 27-29 2024-08-20 09:06:09 +02:00
f62e7ac15b
ci: add a dagger ci to publish to the store 2024-02-08 16:52:14 +01:00
a6fa19ca53
doc: update README 2024-02-06 18:04:49 +01:00
362ab2b4c1
feat: simplify architecture 2024-02-06 11:32:35 +01:00
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