Alan Rynne
99496353a9
Merge pull request #285 from specklesystems/alan/viewer/box-support
...
fix(viewer): Adds box conversion to buffer geometry
2021-06-09 17:37:40 +02:00
Alan Rynne
8f1645ba17
fix(viewer): Force bbox to not render
2021-06-09 17:04:39 +02:00
Alan Rynne
29413d6894
fix(viewer): Adds box conversion to buffer geometry
2021-06-09 16:32:50 +02:00
Alan Rynne
02fdd2504d
Improvements in admin panel
2021-06-09 16:04:20 +02:00
Matteo Cominetti
2bc476db6b
Merge pull request #284 from specklesystems/dev/frontend
...
Dev/frontend
2021-06-09 12:15:33 +01:00
Matteo Cominetti
b8b9d2065a
feat(frontend): adds info box when last commit not on main
2021-06-09 10:26:04 +01:00
Matteo Cominetti
ad3c2b2261
feat(frontend): hides 'edit branch' when on main
2021-06-08 19:09:46 +01:00
Matteo Cominetti
b1714935e1
feat(frontend): adds new/edit branch buttons to main stream page #239
2021-06-08 19:05:56 +01:00
Dimitrie Stefanescu
3f677875cd
Merge pull request #283 from specklesystems/dim/sanitize-fix
...
Dim/sanitize fix
2021-06-08 18:57:51 +01:00
Dimitrie Stefanescu
bd0e3999a6
fix(frontend): sanitizes (using dompurify) invite messages. closes #264
2021-06-08 18:55:15 +01:00
Dimitrie Stefanescu
1768b7d4e5
fix(server): sanitises invite messages & adds tests
2021-06-08 18:42:42 +01:00
Dimitrie Stefanescu
f7400ce65f
Merge pull request #281 from specklesystems/cristi/download_stream_fix
...
Streaming downloads fix
2021-06-07 14:10:27 +01:00
cristi8
aa395da29a
Removed temp dependency
2021-06-07 12:20:03 +03:00
cristi8
b4f64f0e1b
streaming downloads
2021-06-07 12:18:37 +03:00
Dimitrie Stefanescu
fd1644e32a
Merge pull request #280 from specklesystems/dim/frontend-null-users
...
Dim/frontend null users
2021-06-07 09:42:01 +01:00
Dimitrie Stefanescu
4319d64f86
fix(frontend): minor fix in ghost name change
2021-06-07 09:38:01 +01:00
Dimitrie Stefanescu
0f944ffb69
fix(frontend): handles null users in avatar display
2021-06-07 09:33:14 +01:00
Alan Rynne
310ae9c9a8
Admin Panel: Sidebar, overview and settings
2021-06-07 09:34:48 +02:00
cristi8
2981dbf0ed
.
2021-06-07 08:54:28 +03:00
cristi8
399e219fa9
test
2021-06-07 08:54:28 +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
Claire Kuang
71e490e648
Merge pull request #278 from specklesystems/izzy/globalicious
...
Feat(Globals): Add global variables on the web!
2021-06-04 13:53:14 -04:00
clairekuang
d51ce2165f
new words
2021-06-04 18:43:34 +01:00
izzy lyseggen
46ada39e59
feat(frontend): specific globals route frm sidebar
2021-06-04 17:48:07 +01:00
izzy lyseggen
ee106c6f09
feat(globals): more tweaks 🖌
2021-06-04 17:25:02 +01:00
izzy lyseggen
93823a5869
feat(globals): clean up validatialicious
2021-06-04 17:04:32 +01:00
Dimitrie Stefanescu
1cf4d9d8a7
feat(frontend): globals button minor tweaks
2021-06-04 16:15:00 +01:00
Dimitrie Stefanescu
b883b243a9
feat(frontend): globalicious validalicious
2021-06-04 16:09:27 +01:00
izzy lyseggen
5cd539ab80
fix(globals): null check on new create
2021-06-04 14:39:33 +01:00
izzy lyseggen
8a806f9af5
fix(globals): go home if editing from history
2021-06-04 12:57:57 +01:00
izzy lyseggen
07357a40e5
feat(globals): history!
2021-06-04 12:45:50 +01:00
izzy lyseggen
63ecd2737d
feat(globals): some clean on validation
2021-06-04 12:12:38 +01:00
izzy lyseggen
04cefea84d
feat(branch): prevent manual creation of globals
2021-06-04 11:54:26 +01:00
Alan Rynne
361b166d1f
feat(admin): Frontend page structure and first overview mock
2021-06-04 08:20:00 +02:00
izzy lyseggen
d286258ae2
feat(globals): empty state
2021-06-03 17:42:35 +01:00
izzy lyseggen
af0dc93691
fix(globals): route properly from recent activity
2021-06-03 16:05:19 +01:00
izzy lyseggen
88dd8caad8
feat(globals): tooltips and some ui fixes
2021-06-03 15:54:26 +01:00
Dimitrie Stefanescu
bfbe38bde2
Merge pull request #271 from specklesystems/cristi/delete_account
...
delete account feature
2021-06-03 14:35:26 +01:00
izzy lyseggen
6275304ff5
feat(globals): hide globals branches from ui
2021-06-03 11:38:26 +01:00
izzy lyseggen
1f34d2e499
feat(globals): some fixes and save working
2021-06-03 10:34:58 +01:00
cristi8
1b119ffb34
delete user's commits and branches for streams that are left behind
2021-06-03 11:42:32 +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
Dimitrie Stefanescu
19cb4bb38f
Merge pull request #275 from specklesystems/dependabot/npm_and_yarn/packages/viewer/ws-6.2.2
...
build(deps): bump ws from 6.2.1 to 6.2.2 in /packages/viewer
2021-06-02 21:41:36 +01:00
dependabot[bot]
9ae91590a2
build(deps): bump ws from 6.2.1 to 6.2.2 in /packages/viewer
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-02 16:30:32 +00:00
Dimitrie Stefanescu
6b12455b1a
Merge pull request #274 from specklesystems/dim/excel-default
...
Dim/excel default
2021-06-02 17:29:44 +01: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
19390f6982
Update readme.md
...
adds DO deploy button in readme
2021-06-02 17:05:14 +01:00