Alessandro Magionami
f52bafc7e2
chore(activitystream): addStreamPermissionsAddedActivity refactor multi region ( #3198 )
2024-10-08 14:00:17 +03:00
Alessandro Magionami
8a31d90d57
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-943-add-stream-invite-accepted-activity
2024-10-08 11:00:09 +02:00
Alessandro Magionami
b5f1857b1b
chore(activitystream): addStreamPermissionsRevokedActivity refactor multiregion ( #3195 )
2024-10-08 11:55:07 +03:00
Alessandro Magionami
d8e789ef6a
chore(activitystream): addStreamInviteAcceptedActivity refactor multi region
2024-10-08 10:43:16 +02:00
Alessandro Magionami
9476db0b09
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-943-add-stream-permissions-revoked-activity
2024-10-08 09:52:01 +02:00
Alessandro Magionami
68dc836e7f
chore(activitystream): addStreamPermissionsRevokedActivity refactor multiregion
2024-10-08 09:51:47 +02:00
Kristaps Fabians Geikins
84130ccfa1
chore(server): core IoC 27 - getObjectFactory
2024-10-07 18:55:33 +03:00
Kristaps Fabians Geikins
96c30f50cb
chore(server): core IoC 26 - getStreamObjectsFactory
2024-10-07 18:13:18 +03:00
Kristaps Fabians Geikins
409b9a71d3
chore(server): core IoC 24 - batchMoveCommitsFactory
2024-10-07 17:59:09 +03:00
Kristaps Fabians Geikins
cd77b1ae66
chore(server): core IoC 23 - getPaginatedBranchCommitsFactory
2024-10-07 17:43:26 +03:00
Fabis
a4bb99ec45
chore(server): core IoC 22 - cloning related commit repo fns
2024-10-07 16:15:59 +03:00
Fabis
ab6daf714b
chore(server): core IoC 21 - getCommitsAndTheirBranchIdsFactory
2024-10-07 16:15:16 +03:00
Fabis
66ecafb2e5
chore(server): core IoC 20 - commits repo dataloders
2024-10-07 16:14:27 +03:00
Fabis
c6486b4ef4
chore(server): core IoC 19 - getAllBranchCommitsFactory
2024-10-01 16:49:06 +01:00
Fabis
67ab1607dc
chore(server): core IoC 18 - updateCommitAndNotifyFactory
2024-10-01 15:28:02 +01:00
Fabis
b2b8386bca
import fix
2024-10-01 14:51:11 +01:00
Fabis
857210be10
chore(server): core IoC 17 - createCommitByBranchIdFactory
2024-10-01 14:45:12 +01:00
Kristaps Fabians Geikins
f42dea7331
chore(server): core IoC 16 - getSpecificBranchCommitsFactory
2024-09-27 14:32:13 +03:00
Kristaps Fabians Geikins
d85d5bdefd
chore(server): core IoC 15 - deleteCommitAndNotifyFactory
2024-09-27 14:23:09 +03:00
Kristaps Fabians Geikins
ca4ca7847d
chore(server): core IoC 14 - getCommitById cleanup
2024-09-27 14:13:16 +03:00
Kristaps Fabians Geikins
972af78fce
chore(server): core IoC 13 - getCommit(s)Factory
2024-09-27 14:02:29 +03:00
Kristaps Fabians Geikins
9dbde37438
chore(server): core IoC 12 - remaining branches repo
2024-09-27 13:52:41 +03:00
Kristaps Fabians Geikins
6c2b384215
chore(server): core IoC 11 - deleteBranchAndNotifyFactory
2024-09-27 12:33:09 +03:00
Alessandro Magionami
3a8d67e436
Merge pull request #3141 from specklesystems/alessandro/web-943-user-activity
...
Activitystream IoC 1 activityUser service
2024-09-27 10:36:47 +02:00
Alessandro Magionami
f077a88619
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-943-user-activity
2024-09-27 09:32:28 +02:00
Kristaps Fabians Geikins
ea213906f4
chore(server): core IoC 10 - updateBranchAndNotifyFactory
2024-09-26 16:44:27 +03:00
Kristaps Fabians Geikins
f92b6b37d4
chore(server): core IoC 9 - createBranchAndNotifyFactory
2024-09-26 16:36:41 +03:00
Alessandro Magionami
fcdfb36be1
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-943-user-activity
2024-09-26 15:23:00 +02:00
Kristaps Fabians Geikins
f25beb2e53
chore(server): core IoC 8 - getProjectTopLevelModelsTreeFactory
2024-09-26 16:21:43 +03:00
Alessandro Magionami
fc63c4b6df
chore(activitystream): refactor userActivity
2024-09-26 15:15:02 +02:00
Kristaps Fabians Geikins
4a604e4b7e
chore(server): core IoC 7 - getProjectTopLevelModelsTreeFactory
2024-09-26 16:10:50 +03:00
Kristaps Fabians Geikins
b924de56b6
chore(server): core IoC 6 - getPaginatedProjectModelsFactory
2024-09-26 16:00:48 +03:00
Kristaps Fabians Geikins
b2459e84e9
chore(server): core IoC 5 - getBranchLatestCommitsFactory
2024-09-26 15:48:07 +03:00
Kristaps Fabians Geikins
0f27d41cae
chore(server): core IoC 4 - getStreamBranch(es)ByNameFactory
2024-09-26 15:26:48 +03:00
Kristaps Fabians Geikins
168a22a9ac
chore(server): core IoC 3 - getBranch(es)byIdFactory
2024-09-26 14:43:55 +03:00
Iain Sproat
f93d9093a0
fix(errors): all error should define an appropriate status code ( #3112 )
...
* fix(errors): all error should define a status code (default is 500)
- rename NoInviteFoundError to InviteNotFoundError to match xNotFoundError pattern
* remove unused errors
2024-09-25 13:08:13 +02:00
Kristaps Fabians Geikins
5ab3428456
chore(server): comments IoC 9 - createCommentThreadAndNotifyFactory
2024-09-24 12:57:08 +03:00
Kristaps Fabians Geikins
9fb1ec82fc
chore(server): comments IoC 7 - convertLegacyDataToStateFactory
2024-09-24 12:54:22 +03:00
Kristaps Fabians Geikins
0412deeda3
chore(server): comments IoC 1 - createComment
2024-09-23 15:03:45 +03:00
Kristaps Fabians Geikins
9f6d2d9d3a
chore(server): emails IoC 6 - sendVerificationEmailFactory
2024-09-10 14:26:06 +03:00
Kristaps Fabians Geikins
f10c30aa3c
chore(server): emails IoC 4 - requestNewEmailVerificationFactory
2024-09-10 14:00:13 +03:00
Kristaps Fabians Geikins
aab9bdcd66
chore(server): cross-server-sync IoC Part 3 ( #2909 )
2024-09-09 18:36:54 +03:00
Kristaps Fabians Geikins
c92938eff3
chore(server): apollo server v3 -> v4 ( #2880 )
...
* main changes seem to be done?
* lint fix
* minor cleanup
* dataloader clear
2024-09-05 12:27:13 +03:00
Kristaps Fabians Geikins
23d5a7b559
fix(server): auto-verify on invited server registration ( #2824 )
2024-09-02 09:40:53 +02:00
Alessandro Magionami
a0224e2f40
Alessandro/web 1660 workspace cost items subtotal and currency ( #2793 )
...
* chore(workspaces): workspace cost schema
* chore(workspaces): test helper for workspace cost
* feat(workspaces): workspace billing cost
* fix(workspaces): fix onProjectCreated failing for the project creator if the creator is a member
* refactor(workspaces): change workspace cost calculation to a simpler query
* test(workspaceCost): fix costing logic and tests
* fix(workspaceTests): project emmiter needs owner now
---------
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2024-08-29 13:45:04 +02:00
Iain Sproat
afbdeadf2d
test(server/graphql): assert error code and fix some tests ( #2758 )
2024-08-27 10:07:13 +01:00
Iain Sproat
acd83653a2
feat(graphql/serverinfo): provide maximum object size in bytes ( #2734 )
...
* feat(graphql/serverinfo): provide maximum object size in bytes
* Places config values in a ServerConfiguration object
- updates blobstorage to use ServerConfiguration, while retaining backwards compatibility
2024-08-23 13:06:22 +02:00
Kristaps Fabians Geikins
e4cc0cbc83
fix(workspaces): add email to existing account workflow bugfix ( #2703 )
...
* fix(fe2): properly handling invitedTeam auth error
* fix(fe2): disable invite dialog if not workspace admin
* fix(useremails): fix for default primary:true when creating new emails
* test fix
2024-08-20 15:45:34 +03:00
Iain Sproat
97321fd80e
Increase max object size default to 100Mb for helm chart ( #2692 )
2024-08-19 20:25:36 +01:00
Kristaps Fabians Geikins
2bb7802fb9
feat: accept & decline workspace invite as a registered member ( #2675 )
...
* abstract base invite banner
* WIP banner actions
* WIP modify obj
* minor fix
* invite accept/decline cache mutations
* banner accept/decline basically works
* new block for accepting workspace invite
* WIP wrong account flow
* login/registration block changes
* add email invite related changes
* add new email FE
* add email w/ invite works
* final adjustments
* minor fixes
* addressing cr comments
* no-FF support
* extra workspace ff checks
2024-08-19 13:01:25 +03:00