Gergő Jedlicska
|
799589b5fe
|
Merge pull request #575 from specklesystems/unittestRefactor
Rework test hooks
|
2022-02-08 12:29:24 +01:00 |
|
Cristian Balas
|
9329265708
|
Upgrade dependencies (#577)
|
2022-02-07 14:04:26 +02:00 |
|
Gergő Jedlicska
|
68a4a95d90
|
refactor(server): rework test hooks
drop db migration before and after hooks, add helpers and root hooks
fix #531
|
2022-02-05 15:05:17 +01:00 |
|
Gergő Jedlicska
|
7797dd317f
|
test(server auth): add test for server invite with stream sharing
|
2021-11-18 12:49:39 +01:00 |
|
Gergő Jedlicska
|
fd11f35492
|
fix(server local auth): re-rework the local auth workflow, prev, there was a gap
|
2021-11-17 13:51:32 +01:00 |
|
Gergő Jedlicska
|
3ffc156b79
|
fix(server local auth): user is created before the invite is used, so stream permissions can be set
fix #470
|
2021-11-17 13:22:50 +01:00 |
|
Gergő Jedlicska
|
8050c30d6d
|
test((server) archival tests): add archived user scope tests
also i'm trying to fix flaky tests
|
2021-11-04 13:33:22 +01:00 |
|
Gergő Jedlicska
|
abdb0174b6
|
feat((server) lower case email matching): user and invites ignore email casing
user email and invite email comparison is now done on a lower case basis
fix #409
|
2021-10-08 17:14:00 +02:00 |
|
Dimitrie Stefanescu
|
5a97f1716e
|
fix(server/cors): enables cors on upload endpoints
|
2021-09-29 10:53:18 +01:00 |
|
luz paz
|
ad97cdf444
|
Fix various typos
Found via `codespell -q 3 -L optio,promisses,usera`
|
2021-07-22 09:23:21 -04:00 |
|
Dimitrie Stefanescu
|
2f61cef46a
|
fix(server): changes excel app name to make sure we're not infringing on trademarks 😬
|
2021-06-02 17:26:57 +01:00 |
|
Dimitrie Stefanescu
|
87baf940e2
|
fix(server): adds link to docs for excel app
|
2021-06-02 17:24:51 +01:00 |
|
Dimitrie Stefanescu
|
35f76554e3
|
test(server): updates tests on apps
|
2021-06-02 17:22:02 +01:00 |
|
Dimitrie Stefanescu
|
5f83c79bf9
|
feat(server): adds a default app for the excel connector
|
2021-06-02 17:18:24 +01:00 |
|
Dimitrie Stefanescu
|
f19369139d
|
fix(server): ensures frontend app url is always sourced from env in auth finalisation middleware
|
2021-05-05 12:07:10 +01:00 |
|
Dimitrie Stefanescu
|
f549e72e11
|
improvement(server): makes ad strategy logging less verbose in non debug env
|
2021-05-04 19:33:21 +01:00 |
|
Dimitrie Stefanescu
|
e593ade23d
|
fix(server): azure ad: uses data from _json user response field, as relying on the upn was flaky
|
2021-05-04 19:31:14 +01:00 |
|
Peter Grainger
|
ce0ea82889
|
fix: ⚡ Local strategy is the default one not azure ad
|
2021-05-03 13:12:41 +01:00 |
|
Peter Grainger
|
15f1896c97
|
feat(auth): 🙈 Add Azure AD auth to login strategies
Add an additional passport strategy that uses Azure AD to log user in
|
2021-05-03 13:08:43 +01:00 |
|
Dimitrie Stefanescu
|
b1c1155441
|
fix(server): invites: corrects imports in gh strategy
|
2021-05-03 11:20:54 +01:00 |
|
Dimitrie Stefanescu
|
8eff9f2da3
|
chore(server): removes unused imports
|
2021-05-03 11:20:02 +01:00 |
|
Dimitrie Stefanescu
|
6784b10e3f
|
style(server): removed dangling code
|
2021-05-03 11:08:04 +01:00 |
|
Dimitrie Stefanescu
|
fefb3535dc
|
fix(server): invites: updates local strategy to use invite during pre-finalisation cb
|
2021-05-03 11:04:28 +01:00 |
|
Dimitrie Stefanescu
|
41fad72a11
|
fix(server): invites: fixes wrong flow on gh and google strategies
|
2021-05-03 10:54:25 +01:00 |
|
Dimitrie Stefanescu
|
c452b91aa6
|
fix(server): checks for matching appIds in acces token exchange service
|
2021-04-29 21:28:28 +01:00 |
|
Dimitrie Stefanescu
|
fe4033a62e
|
fix(server): allows cors on auth token exchange route
|
2021-04-21 18:44:39 +01:00 |
|
Dimitrie Stefanescu
|
3ed4729c94
|
feat(server/invites): fixes a bug in 3rd party strategies & invites, and other changes
changes sender to no-reply@speckle.systems; updates invite email subject based on wether it's a
generic invite or a server invite, etc.
|
2021-03-22 18:44:58 +00:00 |
|
Dimitrie Stefanescu
|
cf8c6081a7
|
feat(frontend/server): implements invite in frontend & fixes some errors in the google strategy
|
2021-03-18 20:57:16 +00:00 |
|
Dimitrie Stefanescu
|
41b95886bf
|
feat(server): finalises backend invite work
|
2021-03-18 18:20:51 +00:00 |
|
Dimitrie Stefanescu
|
6225e58b8f
|
feat(server/invites): invites: adds services, tests & scaffolds gql routes
|
2021-03-17 19:34:02 +00:00 |
|
Dimitrie Stefanescu
|
fab0a1cae9
|
fix(server): fixes explorer app redirect url registration
now using proper url concatenation
|
2021-03-17 10:26:15 +00:00 |
|
Dimitrie Stefanescu
|
75d2924de5
|
feat(server): starts work on #62
scaffolds basic server invite logic
|
2021-03-14 11:40:42 +00:00 |
|
Dimitrie Stefanescu
|
3940e80eed
|
improvement(server): leaner matomo middlewares for api calls
|
2021-02-25 17:34:19 +00:00 |
|
Dimitrie Stefanescu
|
cd95c28939
|
refactor(global): restructures repo with lerna
|
2021-01-03 13:35:53 +02:00 |
|