Commit Graph

126 Commits

Author SHA1 Message Date
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
dependabot[bot] 8248431ac1 build(deps-dev): bump ws from 7.4.2 to 7.4.6 in /packages/server
Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.2...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 00:58:56 +00:00
Cristian Balas 0b8274ea34 [server] check if objects exists (#251) 2021-05-18 18:07:05 +03:00
Cristian Balas 1b11456f90 increase server post data size limit (#250) 2021-05-17 21:46:49 +03:00
Cristian Balas 9be48bb943 Apollo prometheus metrics (#248) 2021-05-17 18:49:05 +03:00
Dimitrie Stefanescu 2bed4a1f3b Merge pull request #247 from specklesystems/dim/hotfixes
hotfix(server): theoretically filters out subs from telemetry
2021-05-17 14:51:28 +01:00
Dimitrie Stefanescu fb434a7dbd style(server): removes console log 2021-05-17 14:50:06 +01:00
Dimitrie Stefanescu 3672a5e421 fix(server): theoretically filters out subs from telemetry 2021-05-17 14:45:13 +01:00
Cristian Balas d201d4391c Fixed json construction when downloading stream of objects (#246) 2021-05-17 15:18:08 +03:00
Cristian Balas 3840068cad diff endpoints + added version in ServerInfo (#235) 2021-05-11 20:23:42 +03:00
dependabot[bot] 2de86fe179 build(deps): bump hosted-git-info in /packages/server
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 21:06:39 +00:00
Dimitrie Stefanescu 90968fd3d8 Merge pull request #224 from specklesystems/dependabot/npm_and_yarn/packages/server/handlebars-4.7.7
build(deps): bump handlebars from 4.7.6 to 4.7.7 in /packages/server
2021-05-07 16:19:11 +01:00
dependabot[bot] 92a289eca3 build(deps): bump handlebars from 4.7.6 to 4.7.7 in /packages/server
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 15:15:20 +00:00
dependabot[bot] e5d71a5a93 build(deps): bump lodash from 4.17.20 to 4.17.21 in /packages/server
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 15:14:54 +00: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
Dimitrie Stefanescu 5a1c97ecd3 feat(server): adds extra env var in example file re ad org name 2021-05-04 19:30:05 +01:00
Dimitrie Stefanescu 05ff1208ae fix(server): ad strategy was missing dependency ref in package.json 2021-05-04 19:28:26 +01:00
Dimitrie Stefanescu 4efd732bf4 removes doubled up google strategy env flag 2021-05-04 11:24:19 +01:00
Dimitrie Stefanescu a84d3cbc38 Merge pull request #204 from peterjgrainger/main
feat(auth): Add Azure AD auth option
2021-05-04 11:23:26 +01:00
Cristian Balas 2314917b30 Removed default SENTRY_DNS value (#214) 2021-05-03 21:16:00 +03: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 934be7c5a2 Merge pull request #208 from specklesystems/dim/fixes
Server: Invite flow fix
2021-05-03 11:26:51 +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
Cristian Balas 164fb01d50 added EMAIL_FROM environment variable (#207) 2021-05-03 13:13:02 +03: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 6214afcdaf Merge pull request #203 from specklesystems/dim/fixes
fix(server): checks for matching appIds in access token exchange service
2021-04-29 21:32:10 +01:00
Dimitrie Stefanescu c452b91aa6 fix(server): checks for matching appIds in acces token exchange service 2021-04-29 21:28:28 +01:00
Cristian Balas 93edc65f66 Object Preview service 2021-04-29 15:11:22 +03:00
dependabot[bot] fb96e49852 build(deps): bump redis from 3.0.2 to 3.1.1 in /packages/server (#196)
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases)
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NodeRedis/node-redis/compare/v3.0.2...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 13:54:31 +03:00
Dimitrie Stefanescu df05f61f2d Merge pull request #186 from specklesystems/dim/cors-fix-tokenexchange
fix(server): allows cors on auth token exchange route
2021-04-21 20:30:24 +01:00
Dimitrie Stefanescu fe4033a62e fix(server): allows cors on auth token exchange route 2021-04-21 18:44:39 +01:00
dependabot[bot] cab0cc6925 build(deps): bump ssri from 6.0.1 to 6.0.2 in /packages/server (#179)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-18 21:08:46 +03:00
Cristian Balas adcbe1278a Fixed knex db query in getObjectChildrenQuery (#178) 2021-04-18 21:02:46 +03:00
Cristian Balas 4f5a8dd10e Simplified deployments and documentation (#168)
* added "wait" command to server docker container

* readme.md updates, development mode now listen only on localhost by default, added BIND_ADDRESS environment variable for server
2021-04-07 23:32:25 +03:00
Matteo Cominetti 4241af0b21 fix(server): checks if invite is valid and returns proper error when not, partly fixes #163 2021-04-07 16:57:30 +01:00
Cristian Balas d9cb666002 added "wait" command to server docker container (#164) 2021-04-07 01:38:55 +03:00
cristi8 a74846b008 updated server readme.md (also CI test) 2021-04-07 01:08:46 +03:00
Dimitrie Stefanescu e19046e26c fix(server): fixes invite link in emails
`invite=xxx` -> `inviteId=xxx`
2021-04-06 19:09:11 +01:00
Cristian Balas 02992c9ca0 Simplified setting up a local dev setup (#159)
* Simplified the local dev setup
2021-03-31 13:43:22 +03:00
Cristian Balas dfded037f4 Add streamId field to objects (#155) 2021-03-25 21:58:46 +02:00
Dimitrie Stefanescu 3fc959f12d Merge pull request #147 from specklesystems/dim/server-invites
Dim/server invites
2021-03-22 20:09:27 +00:00
Dimitrie Stefanescu 290b413e1e test(server): parks tests that pass locally, but not on the CI 2021-03-22 20:04:55 +00:00