Commit Graph

20 Commits

Author SHA1 Message Date
Cristian Balas f17b4a4dbd Merge pull request #343 from specklesystems/webhooks
Webhooks
2021-07-23 12:57:30 +03:00
luz paz ad97cdf444 Fix various typos
Found via `codespell -q 3 -L optio,promisses,usera`
2021-07-22 09:23:21 -04:00
izzy lyseggen fcac5db324 fix(server): verify streamId on branch mutations 2021-07-20 15:51:13 +01:00
cristi8 4f17a66866 added id field on commit_create events, improved webhooks migration 2021-07-20 11:10:27 +03:00
izzy lyseggen 974002091b feat(server): add hasScopes directive
takes a list as an argument.
couldn't work out how to adapt the `hasScope` directive to be flexible,
so just added a second one instead
2021-06-24 16:06:47 +01:00
izzy lyseggen f5ed0c8a9d feat(server): scaffold activity stream queries 2021-06-22 18:03:33 +01:00
izzy lyseggen ffe9c1c6cc fix(server): typo 2021-06-22 17:59:58 +01:00
cristi8 8c328c3947 after discussisons 2021-06-22 14:29:37 +03:00
cristi8 c5b86c4b40 after discussions 2021-06-17 17:52:18 +03:00
cristi8 16221cbd92 Saving activities 2021-06-17 12:06:52 +03:00
Cristian Balas 9d254e7142 Keep commits of deleted users to other streams, but set the user reference to null (#276)
* Keep commits of deleted users to other streams, but set the user reference to null

* fix(server): user deletion fixes; updates tests

includes one failing assert that needs to be fixed

* fix(server): left join on users in commit services to handle null author cases

* fix(server): ditto, caught one more join -> leftJoin case

* test(server): user deletion test wrap-ip

catches all commit/branches with null authors re services

* fix(server): unqualified delete syntax error - thanks JS!

Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com>
2021-06-07 08:08:04 +03:00
Dimitrie Stefanescu cb54830567 feat(account deletion): adds extra private scope for profile deletion & adds gql resolver guards (#272)
* feat(account deletion): adds extra private scope for profile deletion & adds gql resolver guards

* feat(account deletion): paranoia warnings
2021-06-03 10:36:34 +03:00
cristi8 76950d02d2 delete account feature 2021-06-02 10:44:46 +03:00
Cristian Balas 3840068cad diff endpoints + added version in ServerInfo (#235) 2021-05-11 20:23:42 +03:00
Cristian Balas dfded037f4 Add streamId field to objects (#155) 2021-03-25 21:58:46 +02: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 2a38bd7499 docs(server): clarification re db url env var 2021-02-25 13:36:38 +00:00
Dimitrie Stefanescu cf948d9f72 improvement(server): returns only public scopes in server info 2021-02-25 12:55:58 +00:00
Dimitrie Stefanescu 65c44caed8 fix(server): removes console log statements 2021-01-19 22:02:48 +00:00
Dimitrie Stefanescu cd95c28939 refactor(global): restructures repo with lerna 2021-01-03 13:35:53 +02:00