Commit Graph

674 Commits

Author SHA1 Message Date
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 86ccb94b8f refactor((frontend) user admin): differentiate the two allerts on the page 2021-10-07 16:00:54 +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
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 7adae6d7a2 feat(admin): quick stream search stuff for invites 2021-10-05 11:07:54 +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
Gergő Jedlicska a4e846c72b feat((frontend) admin invites): initial invites admin page 2021-09-30 19:19:46 +02:00
Dimitrie Stefanescu bffc2d0c45 Merge pull request #418 from specklesystems/dim/cors-fix
fix(server/cors): enables cors on upload endpoints
2021-09-29 10:59:16 +01:00
Dimitrie Stefanescu 5a97f1716e fix(server/cors): enables cors on upload endpoints 2021-09-29 10:53:18 +01:00
Dimitrie Stefanescu 034d802338 Merge pull request #411 from specklesystems/dependabot/npm_and_yarn/packages/viewer/tmpl-1.0.5
build(deps): bump tmpl from 1.0.4 to 1.0.5 in /packages/viewer
2021-09-28 10:43:01 +01:00
dependabot[bot] 5c48ab4f83 build(deps): bump tmpl from 1.0.4 to 1.0.5 in /packages/viewer
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 05:12:12 +00:00
dependabot[bot] bf3afc0543 build(deps): bump object-path from 0.11.7 to 0.11.8 in /packages/server
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.7 to 0.11.8.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

---
updated-dependencies:
- dependency-name: object-path
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 16:49:38 +00:00
Dimitrie Stefanescu 2851b162ed Merge pull request #404 from specklesystems/dim/unique-stream-names
Dim/unique stream names
2021-09-13 17:43:36 +01:00
Dimitrie Stefanescu a6ccaab6ba feat(frontend): reworks validation logic to run only if a stream name is present 2021-09-13 17:39:49 +01:00
Dimitrie Stefanescu dfa5bc6c84 feat(server): simple unique random default stream names 2021-09-13 17:39:24 +01:00
Dimitrie Stefanescu 8f4f44f663 fix(frontend): closes #402 2021-09-13 16:48:33 +01:00
Dimitrie Stefanescu e46e728926 fix(viewer): typo 😬 2021-09-13 11:05:17 +01:00
Gergő Jedlicska d0a95591f2 feat(stream naming): speckle stream name is now a posthumous award 2021-09-10 15:22:53 +02:00
Gergő Jedlicska 4fb08bbca4 refactor(streams): cleanup imports 2021-09-10 13:30:47 +02:00
Gergő Jedlicska 393e31a525 feat(stream naming): add unique naming of streams ala docker
fix #373
2021-09-10 13:25:04 +02:00
Alan Rynne 4690c9acbf fix(docker): Build viewer with local ObjectLoader
It was previously pulling from npm, which lead to build mismatches.
2021-09-09 12:38:49 +02:00
Alan Rynne ece678715a fix(embed): Removed superfluous matomo call 2021-09-08 19:28:32 +02:00
Alan Rynne bc4526a159 fix: Added matomo to Embed app 2021-09-08 18:03:47 +02:00
Gergő Jedlicska 0265121233 fix((frontend) registration and password reset): add html tags to user and pass fields
Fix password managers autocomplete based on this: https://web.dev/sign-in-form-best-practices/

fix #383
2021-09-08 12:10:18 +02:00
Dimitrie Stefanescu ba60395178 Merge pull request #392 from specklesystems/dim/frontend-fiddle
fix(frontend): branches with / in their names work again now;
2021-09-05 10:29:46 +01:00
Dimitrie Stefanescu c4902cf520 fix(frontend): branches with / in their names work again now;
possibly we need to check the streamwrapper parsing logic for getting branch names...
2021-09-05 10:27:03 +01:00
Dimitrie Stefanescu f90f17d667 Merge pull request #391 from specklesystems/dim/frontend-fiddle
Dim/frontend fiddle
2021-09-04 18:29:54 +01:00
Dimitrie Stefanescu 58fdb069e3 feat(frontend): minor changes to navbar logo 2021-09-04 18:27:05 +01:00
Dimitrie Stefanescu 5dfb411098 fix(frontend): various fixes and improvements from community feedback
fixes typo in globals, fixes logo display on ff (svg bug), reworks stream title in navbar & appbar
for more space, fixes padding in streams view, etc.
2021-09-04 18:07:33 +01:00
Dimitrie Stefanescu eeadf103cb typo fix
thanks bilal for the spot!
2021-09-02 15:49:58 +01:00
Dimitrie Stefanescu 25d9595b19 Merge pull request #390 from specklesystems/dim/frontend-fiddle
fix(frontend): correct branch url in share dialog
2021-09-02 14:48:17 +01:00
Dimitrie Stefanescu f64d790c66 fix(frontend): correct branch url in share dialog
🤦‍♂️ mistake
2021-09-02 14:47:34 +01:00
dependabot[bot] 1f383095cf build(deps): bump object-path from 0.11.5 to 0.11.7 in /packages/server
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 to 0.11.7.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

---
updated-dependencies:
- dependency-name: object-path
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 09:07:31 +00:00
Dimitrie Stefanescu 8581805cab Merge pull request #388 from specklesystems/dim/frontend-fiddle
Dim/frontend fiddle
2021-09-02 10:06:14 +01:00
Dimitrie Stefanescu a65de09c2f fix(server): fix coming from tests 2021-09-02 10:02:54 +01:00
Dimitrie Stefanescu 650b3ea1c6 fix(frontend): minor imperfect hack to get rid of scrollbars in main nav 2021-09-02 10:00:43 +01:00
Dimitrie Stefanescu 3e73f06035 fix(server): enforces lowercase when updating a branch name &
searches by LOWER(name) on stream branches to ensure backwards compatibility. This should be
efficient, as we're not searching on 1000s of branches; they're limited on a streamid where clause
first.
2021-09-02 09:48:14 +01:00
Dimitrie Stefanescu 874817ff71 Merge pull request #387 from specklesystems/dim/frontend-fiddle
fix(frontend): hacks around css bug re bottom nav buttons
2021-09-01 18:24:27 +01:00
Dimitrie Stefanescu e4ad0a2a33 fix(frontend): hacks around css bug re bottom nav buttons
for some reason, they work fine locally, but when built they're not aligned properly
2021-09-01 18:23:28 +01:00
dependabot[bot] 8bc48173a3 build(deps): bump tar from 4.4.15 to 4.4.19 in /packages/server
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 16:50:30 +00:00
Dimitrie Stefanescu a5d86420b0 style(frontend): removes some stale code and comments 2021-09-01 17:47:28 +01:00
Dimitrie Stefanescu fc33c21510 fix(frontend): new stream toolbar button now consistent across breakpoints/navbar state combos 2021-09-01 17:29:45 +01:00
Dimitrie Stefanescu 28f3a22a34 fix(frontend): fixes #191 2021-09-01 17:23:34 +01:00
Dimitrie Stefanescu 809486d3a2 fix(frontend): fixes #372 (adds .toLowerCase() on branch param name in query) 2021-09-01 17:14:49 +01:00
Dimitrie Stefanescu 30a8e72d2f Merge branch 'main' into dim/frontend-fiddle 2021-09-01 17:09:03 +01:00
Dimitrie Stefanescu 8ca1223e73 fix(frontend): minor change in onboarding 2021-09-01 17:08:42 +01:00
Alan Rynne 5f9c8759ce chore: Fix package-lock.json 2021-08-31 09:08:06 +02:00
Dimitrie Stefanescu 56f70c247c feat(frontend): branch 404 alignment fix 2021-08-30 20:00:33 +03:00