Commit Graph

1429 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 63d78d0f85 feat(frontend/rr): cleanup
removed unused component, reinstated viewer dependency
2021-10-16 19:43:36 +01:00
Dimitrie Stefanescu 0b7add4e06 feat(received receipts/frontend): layout improvements 👌
improved rr display in commit list items; fiddled with dialog display of all rrs; added conditional
display of rr in commit list item; moved rr display into its own component; added rr display on the
commit page
2021-10-13 19:40:05 +01:00
Dimitrie Stefanescu 3cd240b9d7 fix(frontend): missed a conflict resolution 😬 2021-10-13 12:46:30 +01:00
Dimitrie Stefanescu bb7b946fef Merge branch 'main' into kate/viewer_tests 2021-10-13 12:16:05 +01:00
KatKatKateryna 899f8c3ad8 (cleaned) Avatars work (max 4, without pop-up card) 2021-10-13 11:36:37 +02:00
KatKatKateryna 1c6f033b8e Avatars work (max 4, without pop-up card) 2021-10-13 11:30:25 +02:00
KatKatKateryna 23f2e60b7c 4 user avatars received 2021-10-13 11:18:50 +02:00
KatKatKateryna e35db024c3 Avatars still don't load, but no errors 2021-10-13 01:05:37 +02:00
KatKatKateryna 13eb79de17 R fixed, but need multiple avatar queries 2021-10-12 22:41:27 +02:00
KatKatKateryna f79ec57185 Avatars kinds work (only 1) 2021-10-12 20:59:56 +02:00
KatKatKateryna 503874851c Pop-up message formatted 2021-10-12 19:47:48 +02:00
Dimitrie Stefanescu 4b2b19b04e fix(frontend): hotfix on search bar regression 2021-10-12 16:58:38 +01:00
Dimitrie Stefanescu fda14d4b44 Merge pull request #434 from specklesystems/dim/branches
Dim/branches
2021-10-12 16:36:43 +01:00
Dimitrie Stefanescu a3eea734fc chore(frontend): cleanup of stale code 2021-10-12 16:24:36 +01:00
Dimitrie Stefanescu f57ac6ea3c feat(frontend): implements hierarchical branch display in sidebar 2021-10-12 16:17:58 +01:00
Dimitrie Stefanescu a63876c56c fix(server): fixes branch author resolver - was broken before 2021-10-12 16:12:48 +01:00
Gergő Jedlicska fefd821677 Merge pull request #420 from specklesystems/user_admin_features
User admin features
2021-10-11 13:35:16 +02:00
Gergő Jedlicska 32efdc2e62 test((server) user admin test): fix async failing test handling 2021-10-11 13:28:48 +02:00
Gergő Jedlicska a6caa6bc04 Merge branch 'main' of github.com:specklesystems/speckle-server into user_admin_features 2021-10-11 13:00:02 +02:00
Gergő Jedlicska ac1e612bf9 Merge pull request #421 from specklesystems/batch_invites
Admin: server invites
2021-10-11 12:46:32 +02:00
Gergő Jedlicska 6be535a4fa Merge pull request #432 from specklesystems/dim/admin-review
style(frontend): batch cleanup & fixes
2021-10-11 12:43:21 +02:00
Dimitrie Stefanescu 988cf67785 style(frontend): batch cleanup & fixes
main change is input behaviour of the emails field
2021-10-11 11:32:01 +01:00
Gergő Jedlicska 8e28f3c69d Merge pull request #429 from specklesystems/gergo/email_compare
Case insensitive email comparison
2021-10-10 14:36:28 +02:00
Dimitrie Stefanescu 424a181b9e Merge pull request #431 from specklesystems/dim/filename-cleanup
Dim/filename cleanup
2021-10-10 12:53:07 +01:00
Dimitrie Stefanescu 6afc43ba32 fix(frontend): frontend validation 2021-10-10 12:44:36 +01:00
Dimitrie Stefanescu 563303f520 fix(server): fixes get branch by name service (was not case insensitive) 2021-10-10 12:43:49 +01:00
Dimitrie Stefanescu a0b0934dde test(server): test fix 2021-10-10 12:30:27 +01:00
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