Gergő Jedlicska
765e6e3080
refactor(server default apps): minor cleanup
2022-04-25 18:39:18 +02:00
Gergő Jedlicska
23bca9ac68
Merge branch 'main' of github.com:specklesystems/speckle-server into defaultAppScopeHandling
2022-04-25 12:46:47 +02:00
Gergő Jedlicska
295d66cc18
feat(default apps): update manager and connectors with user invite scopes
...
fix #679
2022-04-25 11:56:39 +02:00
Gergő Jedlicska
2d03d8a632
refactor(scopes constants): add users:invite to Scopes constant
2022-04-25 11:53:32 +02:00
Gergő Jedlicska
2fe2d11bbe
test(server apps tests): test default app permissions not being revoked
2022-04-25 11:47:51 +02:00
Gergő Jedlicska
d9bcada494
feat(server default apps): remove revoke default app credentials after updating it
...
fix #680
2022-04-25 11:47:08 +02:00
Cristian Balas
58b67f5e62
Basic OBJ import (meshes, materials, vertex colors) ( #713 )
2022-04-22 13:20:16 +03:00
Cristian Balas
8aa7ed3b47
allow more objects in download requests ( #704 )
2022-04-19 13:57:56 +03:00
luz paz
915cb0afaf
Fix various typos
...
Found via `codespell -q 3 -S CHANGELOG.md -L doesnt,optio,promisses,tread,usera`
2022-04-15 13:49:46 -04:00
Cristian Balas
add1888b42
Server: disable parallel multipart part uploads ( #699 )
2022-04-14 19:13:10 +03:00
Cristian Balas
5a0632b7a3
auth fixes, k8s fixes ( #696 )
2022-04-13 17:11:11 +03:00
Dimitrie Stefanescu
38c23b1446
fix(frontend/apps): closes #619
...
accepts defeat and removes dark mode styling
2022-04-08 21:22:04 +01:00
Dimitrie Stefanescu
e830e6a5e5
fix(frontend): displays toast post email verification, closes #672
2022-04-08 21:14:38 +01:00
Cristian Balas
65518e75dd
added support for uploading STL files ( #673 )
2022-04-06 21:09:20 +03:00
Matteo Cominetti
8b7f539427
feat: removes matomo & changes some CI/CD settings ( #670 )
2022-04-06 15:58:05 +03:00
Gergő Jedlicska
0bb5ae5a02
ci(pre-commit): add pre-commit ci badge ( #664 )
...
* ci(pre-commit): add pre-commit ci badge
* ci(pre-commit ci): add eslint extra dependencies
* test(server test): remove to short timeout from rest tests
* ci(pre-commit ci): add eslint as dependenency
* ci(circle ci): remove linting from circle ci since its moved to pre-commit ci
2022-04-05 17:18:17 +03:00
Gergő Jedlicska
89d0d9e0ed
style: fix eslint warnings
2022-04-04 22:32:34 +02:00
Gergő Jedlicska
4812d53aa4
Merge branch 'main' of github.com:specklesystems/speckle-server into eslintAllTheThings
2022-04-04 22:06:53 +02:00
Fabians
4699e6794c
reformatting again for 88 width
2022-04-04 19:21:28 +03:00
Fabians
1c7436e7ff
extra prefer-const & object-shorthand
2022-04-04 19:00:24 +03:00
Kristaps Fabians Geikins
16da51b96a
fix(server): awaiting revokeRefreshToken to ensure it fails within request scope ( #652 )
...
* fix(server): awaiting revokeRefreshToken to ensure it fails within request scope
* removed unnecessary error throw
2022-04-04 17:00:27 +03:00
Gergő Jedlicska
1355ddab6f
style(all): some extra formatting fixes
2022-04-01 09:40:47 +02:00
Gergő Jedlicska
b2d5cd3a01
style(previews): fix eslint for preview service
2022-03-31 17:23:35 +02:00
Gergő Jedlicska
547cdef70c
test(server test): fix revoke token test
2022-03-31 15:53:13 +02:00
Gergő Jedlicska
7906307a8f
fix(server tests): fixed all non awaited rejected promisses
2022-03-31 15:21:13 +02:00
Gergő Jedlicska
985d95181a
Merge branch 'main' of github.com:specklesystems/speckle-server into eslintAllTheThings
2022-03-31 14:53:52 +02:00
Gergő Jedlicska
d53df11f77
style(server): fix all eslint errors and break the tests
2022-03-31 14:18:44 +02:00
Fabians
abe6d5e086
chore: re-formatted everything with prettier
2022-03-30 12:54:24 +03:00
Gergő Jedlicska
569b4688fa
style(all): reformat with print width 88
2022-03-29 19:46:49 +02:00
Fabians
aa5e94d640
chore: reformatting everything with prettier
2022-03-29 17:12:31 +03:00
Fabians
04100d1b60
feat: added prettierignore file and fixed some issues prettier found in some files
2022-03-29 16:53:49 +03:00
Kristaps Fabians Geikins
aeeb88340d
feat: favoriting streams #620 ( #633 )
2022-03-29 16:30:49 +03:00
Gergő Jedlicska
9964f61ab2
style(server): fix auth tests linting
2022-03-23 18:07:21 +01:00
Gergő Jedlicska
19c01fe052
test(server): test archived users search
2022-03-23 18:06:53 +01:00
Gergő Jedlicska
522126a24d
fix(server): do not query archived users for searchUsers query if not explicitly asked
...
fix #612
2022-03-23 18:06:09 +01:00
Cristian Balas
f37e623c8b
Server limits and ratelimits ( #632 )
2022-03-23 14:29:58 +02:00
Dimitrie Stefanescu
59ef65d45e
style(comments): removes console log
2022-03-21 22:43:08 +00:00
Dimitrie Stefanescu
99ef43172b
feat(comments): "who-is-typing" updates for comment threads
2022-03-21 22:35:19 +00:00
Dimitrie Stefanescu
82a6759bb8
feat(comments): adds comment count displays on commits and streams
...
Other: fixes resolvers for comment counts; unifies branch commit preview card with main page commit preview card; adds schema for commit total count in CommitCollectionUserNode
2022-03-20 10:57:09 +00:00
Dimitrie Stefanescu
d0be5eaced
tests(comments): exclude archived comms from resource total count calcs
2022-03-20 10:07:03 +00:00
Dimitrie Stefanescu
5ede207f7d
feat(comments): adds comment counts to streams, commits and objects + tests
2022-03-19 20:50:52 +00:00
Dimitrie Stefanescu
fa79812d11
fix(comments): prevents stream hopping on subs
2022-03-19 18:17:05 +00:00
Dimitrie Stefanescu
663c158422
feat(comments): fixes some tests & resolvers
2022-03-19 14:46:13 +00:00
Dimitrie Stefanescu
280013287f
Merge branch 'dim/bubbles' into dim/bubbles-cosmetics
2022-03-19 14:32:05 +00:00
Dimitrie Stefanescu
5231d88c23
feat(comments): fixes frontend + backend bugs,
...
adds more schema comments
2022-03-19 14:25:36 +00:00
Dimitrie Stefanescu
357b5c7fc5
Merge branch 'dim/bubbles' into dim/bubbles-cosmetics
2022-03-19 12:20:51 +00:00
Dimitrie Stefanescu
a35e42cb7d
feat(comments): deletion handled properly in frontend
2022-03-18 17:43:02 +00:00
Gergő Jedlicska
84686e8428
Merge branch 'dim/bubbles-cosmetics' of github.com:specklesystems/speckle-server into dim/bubbles
2022-03-18 09:56:54 +01:00
Dimitrie Stefanescu
09c093d444
feat(comments): anon viewers part 1
2022-03-17 22:21:01 +00:00
Dimitrie Stefanescu
7a0f6a1a20
feat(comments): comments on the schema!
2022-03-17 21:03:27 +00:00