Matteo Cominetti
|
4d00d8aff9
|
fix(gql): removes unnecessary join from getCommitById query
|
2020-10-13 13:16:28 +01:00 |
|
Matteo Cominetti
|
93ee4758f3
|
feat(gql): adds missing fields to getCommitById
|
2020-10-13 13:13:09 +01:00 |
|
Matteo Cominetti
|
65225e9c02
|
Merge branch 'matteo/frontend' of github.com:SpeckleSystems/Server into matteo/frontend
|
2020-10-12 15:48:44 +01:00 |
|
Matteo Cominetti
|
0c91944ef7
|
feat(ui): adds stream delete, branch edit and delete
|
2020-10-12 15:48:27 +01:00 |
|
Matteo Cominetti
|
49ebcd0020
|
docs: updates readme
|
2020-10-12 09:38:30 +01:00 |
|
Matteo Cominetti
|
f06e159ec5
|
refractor(gql): renames userEdit to userUpdate
|
2020-10-09 20:47:52 +01:00 |
|
Matteo Cominetti
|
fe938b1976
|
feat(scopes): adds server:setup to spklwebapp
|
2020-10-09 20:27:22 +01:00 |
|
Matteo Cominetti
|
aafe47cb7a
|
feat(ui): adds edit user and edit server, list item commit
|
2020-10-09 20:25:34 +01:00 |
|
Matteo Cominetti
|
8219c25d72
|
feat(ui): adds update user profile
|
2020-10-09 15:26:17 +01:00 |
|
Matteo Cominetti
|
98f548f313
|
feat(ui): edit stream and other ui tweaks
|
2020-10-08 19:18:28 +01:00 |
|
Matteo Cominetti
|
29f1ceae00
|
feat(ui): adds basic input field validation to stream and branch name
|
2020-10-08 15:21:08 +01:00 |
|
Matteo Cominetti
|
bb09b9108e
|
feat(ui): updates date-times to match new server format
|
2020-10-08 12:36:14 +01:00 |
|
Matteo Cominetti
|
a737b56578
|
Merge remote-tracking branch 'origin/master' into matteo/frontend
# Conflicts:
# modules/core/tests/commits.spec.js
|
2020-10-08 10:54:42 +01:00 |
|
Matteo Cominetti
|
46acb27dca
|
feat(ui): adds new stream dialog
|
2020-10-08 10:42:08 +01:00 |
|
Matteo Cominetti
|
4b804df84e
|
refractor(server): replaces the 'master' branch name with 'main'
|
2020-10-07 17:44:57 +01:00 |
|
Matteo Cominetti
|
0958847356
|
feat(ui): updates stream page, add new branch flow
|
2020-10-07 17:41:58 +01:00 |
|
izzy lyseggen
|
e4e583fee3
|
Merge pull request #37 from izzy/branch-rename
refactor(branch): rename default branch to `main`
|
2020-10-07 14:58:35 +01:00 |
|
izzy lyseggen
|
2faaffc250
|
refactor(branch): rename default branch to main
|
2020-10-07 14:53:59 +01:00 |
|
Matteo Cominetti
|
1f88ddd166
|
feat(ui): layout now is set in each view for more flexibility, moves sidebar to its own component
|
2020-10-07 14:02:19 +01:00 |
|
Matteo Cominetti
|
00cd0965f8
|
feat(ui): adds empty stream page and stream query
|
2020-10-06 11:40:38 +01:00 |
|
Matteo Cominetti
|
1cb0380af1
|
feat(ui): creates stream and commit components
|
2020-10-05 21:04:25 +01:00 |
|
Matteo Cominetti
|
34fe40378e
|
fix(frontend): fixes issue of routes and history mode
|
2020-10-05 20:15:19 +01:00 |
|
Matteo Cominetti
|
3619353b38
|
fix(frontend): fixes issue of routes and history mode
|
2020-10-05 20:09:01 +01:00 |
|
Matteo Cominetti
|
5dd8303b97
|
style(ui): indentation & quote fix
|
2020-10-05 20:07:49 +01:00 |
|
Matteo Cominetti
|
e03969c93c
|
feat(ui): minor tweaks and additions
|
2020-10-04 18:36:13 +01:00 |
|
Matteo Cominetti
|
557f24fe20
|
feat(commit): adds createdAt prop to user commit
|
2020-10-02 17:39:39 +01:00 |
|
Matteo Cominetti
|
77734b3dbf
|
feat(ui): adds server info and user commits
|
2020-10-02 17:37:39 +01:00 |
|
Dimitrie Stefanescu
|
13d1df8278
|
Merge pull request #36 from specklesystems/dim/date-format
fix(dates): consolidates date formatting to ISO strings
|
2020-10-02 17:19:19 +01:00 |
|
Dimitrie Stefanescu
|
2bf77a8df2
|
fix(dates): consolidates date formatting to ISO strings
|
2020-10-02 17:16:17 +01:00 |
|
Matteo Cominetti
|
33b5704cb4
|
style(ui): adds vscode workspace settings
|
2020-10-02 12:52:51 +01:00 |
|
Matteo Cominetti
|
2a067339f4
|
style(ui): adds prettier eslint integration, and disables space-in-parens eslint setting
|
2020-10-02 12:50:11 +01:00 |
|
Matteo Cominetti
|
4edf26e9e3
|
feat(ui): scaffolding feed
|
2020-10-01 22:39:57 +01:00 |
|
Matteo Cominetti
|
b299e18c22
|
feat(ui): scaffolds frontend wip
|
2020-10-01 20:27:25 +01:00 |
|
Matteo Cominetti
|
3e8790965b
|
chore: adds sample .env for frontend
|
2020-10-01 15:23:58 +01:00 |
|
Matteo Cominetti
|
4910d4600f
|
chore(frontend): updates packages
|
2020-10-01 14:43:06 +01:00 |
|
Dimitrie Stefanescu
|
3592a472bc
|
Merge pull request #35 from specklesystems/dim/authn-authz
Hotfix frontend port
|
2020-09-30 18:36:27 +01:00 |
|
Dimitrie Stefanescu
|
b363b97024
|
feat(dev): adds frontend port env var for non-standard local environments
|
2020-09-30 18:35:31 +01:00 |
|
Dimitrie Stefanescu
|
82c6a050bf
|
Merge pull request #33 from specklesystems/dim/apps-manager
Dim/apps manager
|
2020-09-24 20:20:09 +01:00 |
|
Dimitrie Stefanescu
|
bd3eee8308
|
test(user services): added test for findOrCreateUser
|
2020-09-24 19:52:19 +01:00 |
|
Dimitrie Stefanescu
|
33d7af71e6
|
feat(apps): corrects redirect url for the desktop manager
|
2020-09-23 10:26:39 +01:00 |
|
Dimitrie Stefanescu
|
e9aa43c6d5
|
updates code cov badge
|
2020-09-22 09:54:03 +01:00 |
|
Dimitrie Stefanescu
|
46cbdf8c13
|
Merge pull request #31 from specklesystems/dim/authn-authz
Apps registration and authZ/N
|
2020-09-22 09:21:14 +01:00 |
|
Dimitrie Stefanescu
|
6d9dd0351c
|
feat(permissions): allows getting public streams with anon requests + tests. test cov back >90% FTW
|
2020-09-21 17:45:03 +01:00 |
|
Dimitrie Stefanescu
|
7a5e76c8fd
|
test(users): adds user search api test
|
2020-09-21 14:11:29 +01:00 |
|
Dimitrie Stefanescu
|
260d38ab1b
|
test(refresh tokens): added tests for refresh tokens
+ scaffolded tests for user search and server info update routes
|
2020-09-21 10:03:49 +01:00 |
|
Dimitrie Stefanescu
|
ec8fd46c5a
|
test(auth): added tests for authN/Z registration, redirection and token exchange
|
2020-09-21 09:51:40 +01:00 |
|
Dimitrie Stefanescu
|
512e105cd5
|
test(auth): added test for serverinfo auth strategies test
|
2020-09-20 16:23:12 +01:00 |
|
Dimitrie Stefanescu
|
c843d68abe
|
feat(apps): listing, revoking, & tests
|
2020-09-20 15:05:32 +01:00 |
|
Dimitrie Stefanescu
|
a9f5adad2f
|
feat(apps): services & gql resolvers + tests
|
2020-09-19 15:51:50 +01:00 |
|
Dimitrie Stefanescu
|
e0b60d5b99
|
feat(apps): resolver for secret field & author return on app
|
2020-09-18 23:46:23 +01:00 |
|