Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: full id service #57

Open
wants to merge 636 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
636 commits
Select commit Hold shift + click to select a range
38eb230
chore : fix merge conflict
BichraiX Jul 16, 2024
d0aea7a
feat : added GET/login endpoint, started POST/login. Added option to …
BichraiX Jul 12, 2024
c34bd95
feat : added /add endpoint to add threepid to a matrix user Id. Modif…
BichraiX Jul 16, 2024
7db6862
fix : merge conflicts
BichraiX Jul 16, 2024
9eb5b22
feat : added GET/login endpoint, started POST/login. Added option to …
BichraiX Jul 12, 2024
6f46d2a
feat : added GET/login endpoint, started POST/login. Added option to …
BichraiX Jul 12, 2024
1f1fc9f
feat: corrected code and adding comments and to do's
Mathixx Jul 16, 2024
11d58ce
fix: fixed code for tests
Mathixx Jul 16, 2024
11df40c
fix: added comments and correction cf MR #119
Mathixx Jul 16, 2024
5b02b4b
feat : added GET/login endpoint, started POST/login. Added option to …
BichraiX Jul 12, 2024
314f5b5
feat : added /add endpoint to add threepid to a matrix user Id. Modif…
BichraiX Jul 16, 2024
6ed2c7f
chore : fixed config
BichraiX Jul 17, 2024
19094a2
fix : wrong type
BichraiX Jul 17, 2024
7ed8af8
chore : prettier
BichraiX Jul 17, 2024
e268b51
fix : type of params
BichraiX Jul 17, 2024
e4c2cf3
fix : added comment and removed duplicate line
BichraiX Jul 18, 2024
3ce0292
feat : added /bind endpoint. Update register function to handle guest…
BichraiX Jul 18, 2024
525f938
feat : finished tests for register and add, updated config to comply …
BichraiX Jul 18, 2024
013697c
Merge branch 'full-id-service' into client-server-bind
BichraiX Jul 19, 2024
557e835
fix : tests wrong file because of messed up merge
BichraiX Jul 19, 2024
5c336ca
feat : added a strict version of validateParameters which do not acce…
h1ppox99 Jul 19, 2024
6a9e37d
fix : corrected name for new error
h1ppox99 Jul 19, 2024
37437fc
Merge pull request #124 from linagora/modify-validate-parameters
h1ppox99 Jul 19, 2024
7a7e3a9
feat : added /refresh endpoint
BichraiX Jul 19, 2024
867da98
feat : added tests for refresh and fixed authenticate
BichraiX Jul 19, 2024
174f8bf
feat : implemented openid/requesttoken
BichraiX Jul 19, 2024
30bf8a1
feat : added new auxiliary function to setup authentication tokens in…
BichraiX Jul 19, 2024
28be5ab
feat : added the possibility to directly log errors/infos via the sen…
h1ppox99 Jul 19, 2024
60fd1e0
feat : integrated logger in send for /room directory
h1ppox99 Jul 19, 2024
ee5ada4
fix : updated send for /user directory
h1ppox99 Jul 19, 2024
3a9776b
feat : updated /utils directory for send
h1ppox99 Jul 19, 2024
6d7755b
fix : added logger to send calls in /register directory
h1ppox99 Jul 19, 2024
7b9c22d
fix : updated fix for /profiles directory
h1ppox99 Jul 19, 2024
e9ed724
feat : added type and value verification on send_attempt for requestT…
BichraiX Jul 19, 2024
29e06e3
feat : added test on requestBody content in putStatus
BichraiX Jul 19, 2024
082b82e
feat : added checks for content sent by the client in account data en…
BichraiX Jul 19, 2024
b211098
fix : updated send for the /presence directory
h1ppox99 Jul 22, 2024
538c210
fix : added tests for send method
h1ppox99 Jul 22, 2024
1a3a7ba
fix : updated send calls for /admin /devices and /login directories
h1ppox99 Jul 22, 2024
b75bd13
fix : updated send calls for /account directory
h1ppox99 Jul 22, 2024
b0d2ccd
Merge pull request #127 from linagora/integrate-logger-in-send-method
guimard Jul 22, 2024
32bbda1
fix: fixed the inserts of some functions // added checks in endponts …
Mathixx Jul 22, 2024
e932f5e
fix : added a constant for maximum send attempts in requesttoken
BichraiX Jul 22, 2024
ea687a0
fix : changed generateToken to generateAndSendToken in refresh
BichraiX Jul 22, 2024
88aa4ac
Merge branch 'full-id-service' into client-server-refresh
BichraiX Jul 22, 2024
2b59397
Merge branch 'full-id-service' into client-server-bind
BichraiX Jul 22, 2024
c260d5e
Merge pull request #128 from linagora/correction->inserting_checks
guimard Jul 22, 2024
9709354
feat : added loggers to send calls and renamed fillTables to fillTabl…
BichraiX Jul 22, 2024
bffa57f
Merge pull request #126 from linagora/client-server-refresh
guimard Jul 22, 2024
d94a9f9
Merge branch 'full-id-service' into client-server-bind
BichraiX Jul 22, 2024
4ff0998
feat : added /bind endpoint. Update register function to handle guest…
BichraiX Jul 18, 2024
fc27fa5
fix : added a field phone
h1ppox99 Jul 16, 2024
4f8a4c4
feat : added GET/login endpoint, started POST/login. Added option to …
BichraiX Jul 12, 2024
a3511ca
fix : register to its current version
BichraiX Jul 15, 2024
d5ded50
fix : merge conflicts
BichraiX Jul 16, 2024
607972e
chore : fix merge conflict
BichraiX Jul 16, 2024
95d6fe1
feat : added /add endpoint to add threepid to a matrix user Id. Modif…
BichraiX Jul 16, 2024
90d9c1e
fix : merge conflicts
BichraiX Jul 16, 2024
564e4c2
feat : added GET/login endpoint, started POST/login. Added option to …
BichraiX Jul 12, 2024
ad70315
feat : added /bind endpoint. Update register function to handle guest…
BichraiX Jul 18, 2024
3570661
feat : added matrixResolve in bind to make calls to identity server
BichraiX Jul 22, 2024
cefa7b3
chore : prettier
BichraiX Jul 22, 2024
f6de156
feat : added readme file for UiAuthentication usage
BichraiX Jul 22, 2024
d246b6d
chore : removed date from sms name in smsSender class to fix bugs dur…
BichraiX Jul 22, 2024
412891e
feat : added the possibility to directly log errors/infos via the sen…
h1ppox99 Jul 19, 2024
da245b7
feat : integrated logger in send for /room directory
h1ppox99 Jul 19, 2024
05b81e8
fix : updated send for /user directory
h1ppox99 Jul 19, 2024
d80b54a
feat : updated /utils directory for send
h1ppox99 Jul 19, 2024
a53e861
fix : added logger to send calls in /register directory
h1ppox99 Jul 19, 2024
bc64602
fix : updated fix for /profiles directory
h1ppox99 Jul 19, 2024
1eed082
fix : updated send for the /presence directory
h1ppox99 Jul 22, 2024
d3fd8c9
fix : added tests for send method
h1ppox99 Jul 22, 2024
5028269
fix : updated send calls for /admin /devices and /login directories
h1ppox99 Jul 22, 2024
6a1ed70
fix : updated send calls for /account directory
h1ppox99 Jul 22, 2024
573715d
fix: fixed the inserts of some functions // added checks in endponts …
Mathixx Jul 22, 2024
82abc87
feat : added /refresh endpoint
BichraiX Jul 19, 2024
9f03c1e
feat : added tests for refresh and fixed authenticate
BichraiX Jul 19, 2024
459c794
feat : added new auxiliary function to setup authentication tokens in…
BichraiX Jul 19, 2024
6316272
feat : added type and value verification on send_attempt for requestT…
BichraiX Jul 19, 2024
3f7e986
feat : added test on requestBody content in putStatus
BichraiX Jul 19, 2024
583589a
feat : added checks for content sent by the client in account data en…
BichraiX Jul 19, 2024
b2cd26f
fix : added a constant for maximum send attempts in requesttoken
BichraiX Jul 22, 2024
1c32557
fix : changed generateToken to generateAndSendToken in refresh
BichraiX Jul 22, 2024
a52e84d
feat : added loggers to send calls and renamed fillTables to fillTabl…
BichraiX Jul 22, 2024
8618e47
feat : implemented openid/requesttoken
BichraiX Jul 19, 2024
5e4a0aa
feat : added tests for openidRequestToken
BichraiX Jul 22, 2024
f75e006
Merge branch 'full-id-service' into client-server-openid
BichraiX Jul 22, 2024
4be8cbf
feat : added /available endpoint and related tests
BichraiX Jul 22, 2024
5f6b592
feat: added filter implementaton to support lazy-loading
Mathixx Jul 19, 2024
60e54d0
fix: correcting event_type distribution
Mathixx Jul 19, 2024
d55c8e3
feat : implemented content verification when creating filters
h1ppox99 Jul 22, 2024
a026cb2
feat : reorganised and tested completely the filter implementation
h1ppox99 Jul 23, 2024
a00a694
feat : added a regex list in utils to refer to
h1ppox99 Jul 23, 2024
86ea1fa
chore : deleted draft of sync.ts in order to complete mr
h1ppox99 Jul 23, 2024
c558216
Merge pull request #131 from linagora/client-server/sync
guimard Jul 23, 2024
c081d15
feat : added doc concerning size limits
h1ppox99 Jul 17, 2024
400f666
feat : added new types for filters and room events
h1ppox99 Jul 17, 2024
c8ed016
feat : added post and get Filter
h1ppox99 Jul 17, 2024
364f641
chore : moved tests to the correct file
h1ppox99 Jul 18, 2024
3773dcc
fix : modified usage of db configuration files to limit creation of n…
h1ppox99 Jul 18, 2024
ff62baa
feat : created new test file for user/:userId endpoints (limiting the…
h1ppox99 Jul 18, 2024
1acda35
fix : deleted last useless conf - using registerConf as base conf
h1ppox99 Jul 18, 2024
318fd61
fix : corrected issues with config for tests and wrote tests for post…
h1ppox99 Jul 18, 2024
e124093
feat : created tests for get and post filter
h1ppox99 Jul 19, 2024
364eb2b
fix : used validateParametersStrict for postfilter
h1ppox99 Jul 19, 2024
71828fb
fix : corrected wrong callabck call on validateParametersStrict and w…
h1ppox99 Jul 19, 2024
28402ff
fix : reorganised files for easier future merges
h1ppox99 Jul 19, 2024
45de0ff
fix : updated post filter and tests with new filter implementation
h1ppox99 Jul 23, 2024
e8a16f5
fix : Error message
BichraiX Jul 23, 2024
8544155
Merge pull request #125 from linagora/feat-add-profiles
guimard Jul 23, 2024
111051d
fix : added tests before insert and TODO in delete
BichraiX Jul 23, 2024
4c8f904
Merge remote-tracking branch 'origin/full-id-service' into client-ser…
BichraiX Jul 23, 2024
e19c374
Merge branch 'full-id-service' into client-server-bind
BichraiX Jul 23, 2024
dd14fd5
Merge pull request #123 from linagora/client-server-bind
BichraiX Jul 23, 2024
e801527
fix : added _ in eventType Regex
h1ppox99 Jul 24, 2024
4ab5890
feat : added rate limiting
BichraiX Jul 24, 2024
8565aee
Merge branch 'full-id-service' into client-server-available
BichraiX Jul 24, 2024
6a12b34
Merge branch 'full-id-service' into client-server-openid
BichraiX Jul 24, 2024
9fd0bff
fix : merge mistake
BichraiX Jul 24, 2024
2efdfae
Merge pull request #130 from linagora/client-server-available
guimard Jul 24, 2024
cf0b7a8
feat : added SafeClient event class and redact method
h1ppox99 Jul 24, 2024
bc8841d
Merge branch 'full-id-service' into client-server-openid
BichraiX Jul 24, 2024
5a6f7b9
Merge pull request #129 from linagora/client-server-openid
BichraiX Jul 24, 2024
a51d1fb
Resolve conflicts after rebase
BichraiX Jul 23, 2024
80f89cf
feat: corrected 7.7 of matrix client server spec by looking over syna…
Mathixx Jul 24, 2024
aa2231c
feat: completed testing files and added documentation
Mathixx Jul 24, 2024
d706531
Merge pull request #133 from linagora/add-redaction
guimard Jul 25, 2024
a73780c
Merge pull request #132 from linagora/SendingEvents
guimard Jul 25, 2024
fdda8f5
feat : added length checking in addition to regex
h1ppox99 Jul 25, 2024
af9359c
fix : fixed type syntax
h1ppox99 Jul 25, 2024
8c4c0c2
feat : added tests for regex
h1ppox99 Jul 25, 2024
c73a126
feat : Updated Ui Authentication. Added a readme to clarify usage. mo…
BichraiX Jul 25, 2024
b33ef15
chore : prettier
BichraiX Jul 25, 2024
0329bb9
Merge branch 'full-id-service' into client-server-ui-auth-register
BichraiX Jul 25, 2024
cc05102
feat : refactored the code for /register and added tests
BichraiX Jul 25, 2024
bbc121e
chore : prettier
BichraiX Jul 25, 2024
b6f27f1
Merge pull request #134 from linagora/add-length-checking
guimard Jul 26, 2024
3c2d212
feat : added function to get allowedFlows from the config for the reg…
BichraiX Jul 26, 2024
74e3831
chore : prettier
BichraiX Jul 26, 2024
2d2a9f7
feat : corrected toMatrixId function to comply with the spec. Added h…
BichraiX Jul 26, 2024
2d9d18d
chore : prettier
BichraiX Jul 26, 2024
f7f66c1
feat: added getcapabilities endpoint
Mathixx Aug 8, 2024
5792f35
feat: added capability checks in profiles related endpoints // ensure…
Mathixx Aug 8, 2024
b3467cc
Merge pull request #137 from linagora/client-server_capabilities
guimard Aug 8, 2024
2ef3461
Decrease log level
guimard Aug 8, 2024
7a41b68
feat: added version API
Mathixx Aug 9, 2024
65a2186
feat: added versions endpoint and updated the capabilities one with n…
Mathixx Aug 9, 2024
11056ab
Fix test
guimard Aug 9, 2024
f2b4e83
Merge pull request #138 from linagora/client-server_versions
guimard Aug 9, 2024
0ff736d
Fix some istanbul hooks
guimard Aug 9, 2024
dd4ae01
finalized UiAuth and register
BichraiX Aug 12, 2024
2bc3ede
feat : added length checking in addition to regex
h1ppox99 Jul 25, 2024
9f9ae6f
fix : fixed type syntax
h1ppox99 Jul 25, 2024
d8e8324
feat : added tests for regex
h1ppox99 Jul 25, 2024
227d066
feat: added getcapabilities endpoint
Mathixx Aug 8, 2024
0b03293
feat: added capability checks in profiles related endpoints // ensure…
Mathixx Aug 8, 2024
8e2140b
Decrease log level
guimard Aug 8, 2024
6b3b85f
Fix test
guimard Aug 9, 2024
69bdf7f
feat: added version API
Mathixx Aug 9, 2024
a9022c6
feat: added versions endpoint and updated the capabilities one with n…
Mathixx Aug 9, 2024
c245bc4
Fix some istanbul hooks
guimard Aug 9, 2024
6adaafa
Resolve conflicts after rebase
BichraiX Jul 23, 2024
bc06840
feat : Updated Ui Authentication. Added a readme to clarify usage. mo…
BichraiX Jul 25, 2024
e9ef8c3
feat : refactored the code for /register and added tests
BichraiX Jul 25, 2024
d4b7e78
feat : added function to get allowedFlows from the config for the reg…
BichraiX Jul 26, 2024
e630767
chore : prettier
BichraiX Aug 12, 2024
3e6ba47
fix : merge mistake
BichraiX Aug 12, 2024
f3060f0
fix : merge mistakes
BichraiX Aug 12, 2024
f8da622
Merge branch 'full-id-service' into client-server-ui-auth-register
BichraiX Aug 12, 2024
5da008b
fix : incorrect config file in login tests
BichraiX Aug 12, 2024
2314777
fix : removed useless token in db setup
BichraiX Aug 12, 2024
50eb7d6
fix : moved setupTokens to testData
BichraiX Aug 12, 2024
4868a18
fix : path to setupTokens in test file
BichraiX Aug 12, 2024
17026b9
Merge pull request #135 from linagora/client-server-ui-auth-register
BichraiX Aug 12, 2024
7d6dc9e
feat : added delete endpoint
BichraiX Aug 13, 2024
789086c
fix : await in response.json and added user name in error response
BichraiX Aug 13, 2024
05c9c30
fix : added promise.resolve in mock calls
BichraiX Aug 13, 2024
8b16ee6
feat : added getAccessToken function in utils to get the access token…
BichraiX Aug 14, 2024
3fceda6
fix : changed "token" to data in authenticate to prevent confusion wi…
BichraiX Aug 14, 2024
c011be3
fix : filled empty catch statements
BichraiX Aug 14, 2024
4d6c089
feat : added function that returns whether a user is an admin or not …
BichraiX Aug 14, 2024
de71e74
chore : prettier
BichraiX Aug 14, 2024
f3b7925
feat : added endpoint to change user's password
BichraiX Aug 14, 2024
aa54f44
chore : added spec link
BichraiX Aug 14, 2024
9f19854
Merge pull request #139 from linagora/client-server-delete
guimard Aug 16, 2024
61311a6
fix : console to logger
BichraiX Aug 16, 2024
0599b3c
feat: added sql requests in sqlite and PG for the user_directory_dear…
Mathixx Aug 14, 2024
c19349b
fix: reorganized profiles and user_directory
Mathixx Aug 14, 2024
600d2ed
feat: added tests fro the search API, as well as for the added functi…
Mathixx Aug 15, 2024
b3ce0f9
feat: finish doc for the user_directory API
Mathixx Aug 15, 2024
62e3e96
fix: completed doc
Mathixx Aug 15, 2024
adeeaec
feat : added delete endpoint
BichraiX Aug 13, 2024
a47f4df
fix : await in response.json and added user name in error response
BichraiX Aug 13, 2024
1c10c89
fix : added promise.resolve in mock calls
BichraiX Aug 13, 2024
a0aa4c3
Merge pull request #141 from linagora/client-server/user-directory
Mathixx Aug 16, 2024
3154949
feat : added endpoint to change user's password
BichraiX Aug 14, 2024
9a69fbe
feat : added delete endpoint
BichraiX Aug 13, 2024
384ae30
feat: added sql requests in sqlite and PG for the user_directory_dear…
Mathixx Aug 14, 2024
ad7c756
fix: reorganized profiles and user_directory
Mathixx Aug 14, 2024
4e4e6f9
feat: added tests fro the search API, as well as for the added functi…
Mathixx Aug 15, 2024
cda3302
feat: finish doc for the user_directory API
Mathixx Aug 15, 2024
8d2622d
fix: completed doc
Mathixx Aug 15, 2024
ce95968
feat : added endpoint to change user's password
BichraiX Aug 14, 2024
2928c07
feat : added delete endpoint
BichraiX Aug 13, 2024
c7d8a66
feat : added endpoint to change user's password
BichraiX Aug 14, 2024
f3e9e2e
fix : merge issue
BichraiX Aug 16, 2024
104f811
fix : merge issues
BichraiX Aug 16, 2024
bd72ad9
chore : prettier
BichraiX Aug 16, 2024
abcb155
Merge branch 'full-id-service' into client-server-password-reset
BichraiX Aug 16, 2024
4d8b130
Merge pull request #140 from linagora/client-server-password-reset
guimard Aug 16, 2024
026ab01
feat : endpoint to deactivate account, not finished
BichraiX Aug 16, 2024
d017557
chore : prettier
BichraiX Aug 16, 2024
f47140a
fix : removed unnecessary console.log
h1ppox99 Jul 25, 2024
4c4e619
fix : ensuring better cleaning of conf.federated_identity_services in…
h1ppox99 Jul 25, 2024
c725024
fix : fixed error returned and istanbul ignored unaccessible lines
h1ppox99 Jul 25, 2024
06325ee
fix : fixed fillPolicies method to return a promise
h1ppox99 Jul 25, 2024
96014aa
fix : fixed useless code in Postterms - fixed fillPolicies method
h1ppox99 Jul 26, 2024
0969273
fix : fixed tests for terms
h1ppox99 Jul 26, 2024
188be42
fix : added comment to justify istanbul ignore
h1ppox99 Jul 26, 2024
925d658
fix : using correct method to get from the db
h1ppox99 Jul 26, 2024
209f7e8
fix : placed existing istanbul ignore at the correct place
h1ppox99 Jul 26, 2024
8dadd2a
fix : rewrote todo to appear in github security checks
h1ppox99 Jul 26, 2024
faae8bd
fix : added comment relating to TODO and fixed minor pbs
h1ppox99 Jul 26, 2024
6739acc
fix : ensuring to reject errors when catching
h1ppox99 Jul 26, 2024
b2b9780
fix : deleted useless key in tests
h1ppox99 Jul 26, 2024
9569f8d
fix : fixing forgotten ! in previous commit
h1ppox99 Jul 26, 2024
1ff0e76
fix : fixed related to previous comments on pr
h1ppox99 Aug 16, 2024
e0b8642
feat : almost complete implementation of deactivate endpoint, no test…
BichraiX Aug 19, 2024
0e099ab
chore : added comment
BichraiX Aug 19, 2024
31b8e64
fix : removed useless argument in UIAuth
BichraiX Aug 19, 2024
5ea5692
fix : removed the fetch in /delete and replaced it with auxiliary fun…
BichraiX Aug 19, 2024
d0c4194
Merge pull request #142 from linagora/client-server-fix-delete
guimard Aug 19, 2024
e8039f9
fix : removed the fetch in /delete and replaced it with auxiliary fun…
BichraiX Aug 19, 2024
1fc2852
feat : changed e to e.toString in errMsg so that the logger logs the …
BichraiX Aug 20, 2024
cd0ca1b
feat : added TODO in register and added more promises to remove devic…
BichraiX Aug 20, 2024
71595b8
feat : added todo in register for the future
BichraiX Aug 20, 2024
bcd0e19
Merge branch 'full-id-service' into client-server-deactivate
BichraiX Aug 20, 2024
909e13f
fix : incorrect queries to build matrixDb
BichraiX Aug 20, 2024
14f11fc
Merge pull request #136 from linagora/clean-identity-server
guimard Aug 20, 2024
d3202da
Merge pull request #143 from linagora/client-server-deactivate
guimard Aug 20, 2024
cf00e05
feat : added endpoint to delete devices, added checks for the request…
BichraiX Aug 21, 2024
34e91ac
feat : added function to get stream_ids by batches. Added device mess…
BichraiX Aug 22, 2024
1f9fa28
feat : added delete a single device endpoint
BichraiX Aug 23, 2024
786eb8c
fix : removed useless console logs
BichraiX Aug 23, 2024
76d3ee5
Merge pull request #144 from linagora/client-server-delete-devices
guimard Aug 23, 2024
121019b
feat : fixed store-invite with fetch to self and other mistakes
BichraiX Aug 28, 2024
3fd5049
Merge pull request #145 from linagora/fix-store-invite
BichraiX Aug 28, 2024
75f8c43
feat : added todos where needed. Deleted postLogin since it was not d…
BichraiX Aug 30, 2024
d5f05a8
Merge pull request #146 from linagora/add-todos-where-not-sure
guimard Aug 30, 2024
1c44a57
Update packages
guimard Aug 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_call:
schedule:
- cron: '22 3 * * 6'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ name: DevSkim
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_call:
schedule:
- cron: '22 15 * * 3'

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ name: njsscan sarif
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
workflow_call:
schedule:
- cron: '38 6 * * 5'

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- master
- full-id-service
merge_group:
workflow_dispatch:

Expand All @@ -13,3 +14,15 @@ jobs:
name: Build And Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
analyze:
name: CodeQL
uses: ./.github/workflows/codeql.yml
secrets: inherit
lint:
name: DevSkim
uses: ./.github/workflows/devskim.yml
secrets: inherit
njsscan:
name: njsscan
uses: ./.github/workflows/njsscan.yml
secrets: inherit
6 changes: 6 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: update-docs

on:
pull_request:
branches:
- main
- master
merge_group:
branches:
- main
- master

jobs:
update:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
packages/*/example/*.js*
*.map
.nx/
packages/matrix-identity-server/matrix-server/synapse-data
Loading
Loading