Commit Graph

4652 Commits

Author SHA1 Message Date
Dimitrie Stefanescu c6e453da4b test(server): adds test for branch name case insensitivity 2021-10-10 12:13:25 +01:00
Dimitrie Stefanescu 28e528731c feat(server): branch name validation on the server end + tests 2021-10-10 12:07:34 +01:00
Dimitrie Stefanescu 9a85ca0bdb feat(frontend): cleans up filenames & adds extra validation for branch names 2021-10-10 11:56:01 +01:00
Dimitrie Stefanescu 2a49e00f0f Merge pull request #430 from specklesystems/parser
Housekeeping & minor bug fixes
2021-10-09 20:45:03 +01:00
Dimitrie Stefanescu 59c1ef00b5 Revert "style(frontend): removes _re from various file names (cleanup)"
This reverts commit 051f5d7bcb.
2021-10-09 20:42:57 +01:00
Dimitrie Stefanescu 051f5d7bcb style(frontend): removes _re from various file names (cleanup) 2021-10-09 20:34:43 +01:00
Dimitrie Stefanescu 2dcf9b4bd1 Merge branch 'main' into parser 2021-10-09 20:21:04 +01:00
Dimitrie Stefanescu e05cbd6843 fix(frontend): more lowercasing of branch names in branch create dialog 2021-10-09 20:18:39 +01:00
Dimitrie Stefanescu d563006a92 feat(frontend): automatically redirects to lower cased branch name urls 2021-10-09 20:11:19 +01:00
Dimitrie Stefanescu aaa5be1544 fix(frontend): adds commit created notifications back + branch created ones 2021-10-09 20:11:00 +01:00
Dimitrie Stefanescu a5cca556c5 fix(frontend): stream created event snackbar is back in 2021-10-09 19:23:10 +01:00
Dimitrie Stefanescu 9e4774cff5 fix(frontend): fixes onboarding redirect (missing watch in new timeline view) 2021-10-09 18:58:43 +01:00
Gergő Jedlicska abdb0174b6 feat((server) lower case email matching): user and invites ignore email casing
user email and invite email comparison is now done on a lower case basis

fix #409
2021-10-08 17:14:00 +02:00
Dimitrie Stefanescu 455c04ee45 Merge pull request #428 from specklesystems/parser
Parser
2021-10-08 16:12:29 +01:00
Dimitrie Stefanescu f16f0f7972 feat(ifc/frontend): adds branch selection 2021-10-08 16:07:51 +01:00
Dimitrie Stefanescu e6b7711b3d feat(ifc/frontend/backend): re #426, adds authorised download button for original files 2021-10-08 11:46:11 +01:00
Gergő Jedlicska dcc0d3a83c fix((frontend) user admin): fix company details 2021-10-08 11:28:18 +02:00
Dimitrie Stefanescu a9a8f7d32b feat(ifc/server): adds comments on status meanings 2021-10-08 09:56:51 +01:00
Dimitrie Stefanescu 6d1f8f4417 feat(ifc/frontend): access perms enforced on ifc upload page 2021-10-08 09:56:24 +01:00
Gergő Jedlicska 86ccb94b8f refactor((frontend) user admin): differentiate the two allerts on the page 2021-10-07 16:00:54 +02:00
Dimitrie Stefanescu c87767d003 feat(received receipts): minor fixes/fiddles for the layout 2021-10-06 18:25:14 +01:00
KatKatKateryna 9c6bb917d8 fixed AppName in Stream feed; removed small bug in CommitActivity 2021-10-06 18:24:07 +02:00
Gergő Jedlicska 9f343587aa Merge branch 'user_admin_features' of github.com:specklesystems/speckle-server into user_admin_features 2021-10-06 16:43:50 +02:00
Gergő Jedlicska 77888fbdea refactor((server) scripts): remove axios dependency 2021-10-06 16:43:45 +02:00
Gergő Jedlicska 023e498d31 Merge branch 'main' of github.com:specklesystems/speckle-server into user_admin_features 2021-10-06 16:19:22 +02:00
Gergő Jedlicska 716854aa59 test((server) graphql): fix user role change graphql test 2021-10-06 16:13:47 +02:00
Gergő Jedlicska a03095a28e fix((frontend) admin invites): fix optional stream invite workflow, fix error check for invites 2021-10-06 15:56:53 +02:00
KatKatKateryna 88077e3d8f RR displayed properly, Dummy RR vue component 2021-10-06 15:55:35 +02:00
Cristian Balas 5a764e08a7 Merge pull request #425 from specklesystems/parser
File imports service
2021-10-06 15:40:41 +03:00
Dimitrie Stefanescu aec69b6265 fix(ifc): cleans up package json 2021-10-06 13:24:18 +01:00
Gergő Jedlicska 047668e17b Merge branch 'dim/invites-fiddles' of github.com:specklesystems/speckle-server into batch_invites 2021-10-06 14:20:42 +02:00
Gergő Jedlicska 3775d1b467 feat((frontend) admin invites): add v-toolbar 2021-10-06 14:20:36 +02:00
Dimitrie Stefanescu 52f7c7186a feat(ifc): allows for file selection via browser dialog on click 2021-10-06 12:57:21 +01:00
Dimitrie Stefanescu 46fb34d13a feat(ifc): bumps timeout to 10mins 2021-10-06 12:56:34 +01:00
Gergő Jedlicska 7deae841a8 test((server) users): add tests for user admin 2021-10-06 13:47:46 +02:00
Dimitrie Stefanescu b29b9302e1 feat(ifc): frontend implementation + backend fixes/fiddles
it's still a dirty WIP
2021-10-06 12:25:18 +01:00
Gergő Jedlicska f95df5d3b5 feat((frontend) user admin): add confirmation dialog to user role change interaction 2021-10-06 11:34:22 +02:00
KatKatKateryna 18e03b7af4 Check if cleaning was done properly 2021-10-05 19:26:39 +02:00
KatKatKateryna 2e4b4798fc Merge pull request #423 from specklesystems/dim/rr-part-two
feat(server): received receipts cleanup
2021-10-05 19:16:11 +02:00
Dimitrie Stefanescu ff166927d4 feat(server): received receipts cleanup 2021-10-05 16:28:13 +01:00
KatKatKateryna bef4974360 adding "received" property to Commit 2021-10-05 13:55:14 +02:00
cristi8 ba31300cde env variables for file uploads 2021-10-05 14:43:02 +03:00
cristi8 f437ec158c fileimport-service 2021-10-05 14:41:19 +03:00
Dimitrie Stefanescu 7adae6d7a2 feat(admin): quick stream search stuff for invites 2021-10-05 11:07:54 +01:00
Dimitrie Stefanescu 1bc7a41af2 feat: random changes 2021-10-05 10:28:44 +01:00
Gergő Jedlicska 372d667fba Merge branch 'main' of github.com:specklesystems/speckle-server into batch_invites 2021-10-04 11:35:37 +02:00
Gergő Jedlicska 19af6d631d feat((frontend) batch invites): add batch invite functionality to admin invites page 2021-10-04 11:26:04 +02:00
Matteo Cominetti 3319de7d32 Create close-issue.yml 2021-10-02 17:17:28 +01:00
Matteo Cominetti 4ffd174d03 Create open-issue.yml 2021-10-02 17:17:18 +01:00
Gergő Jedlicska a4e846c72b feat((frontend) admin invites): initial invites admin page 2021-09-30 19:19:46 +02:00