Commit Graph

4652 Commits

Author SHA1 Message Date
Alan Rynne aa38cf9208 Merge pull request #400 from specklesystems/alan/fix-docker-build
fix(docker): Build viewer with local ObjectLoader
2021-09-10 10:47:03 +02:00
Dimitrie Stefanescu 4a3240823e Merge branch 'main' into parser 2021-09-10 09:45:43 +01:00
KatKatKateryna 3e082724b3 Merge branch 'main' into kate/viewer_tests 2021-09-09 22:30:30 +08: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
Gergő Jedlicska ef6ba841ee Merge branch 'main' of github.com:specklesystems/speckle-server into main 2021-09-09 09:51:49 +02:00
Alan Rynne 6e462cb022 Merge pull request #398 from specklesystems/fix/embed-matomo 2021-09-08 19:31:23 +02:00
Alan Rynne ece678715a fix(embed): Removed superfluous matomo call 2021-09-08 19:28:32 +02:00
Alan Rynne d84e205e69 Merge pull request #397 from specklesystems/alan/embed-matomo-tracking
Embed: Adds matomo tracking under 'embed/view'
2021-09-08 18:12:51 +02:00
Alan Rynne bc4526a159 fix: Added matomo to Embed app 2021-09-08 18:03:47 +02:00
KatKatKateryna c96805e34a Viewer rebuilt 2021-09-08 21:39:17 +08:00
Gergő Jedlicska 02abdcd63c Merge pull request #395 from gjedlicska/password_managers
frontend fix(registration and password reset)
2021-09-08 15:30:55 +02:00
Cristian Balas 44f69db344 [CI] new deployment 2021-09-08 15:39:53 +03:00
Gergő Jedlicska 7a2fce2d8a chore(gitignore): ignore asdf tool-versions convig file 2021-09-08 12:32:03 +02:00
Gergő Jedlicska 44dc7962ca revert(tool-versions): this is exactly what i wanted to ignore 2021-09-08 12:29:57 +02:00
Gergő Jedlicska 9617709639 chore(gitignore): add asdf tool manager file to gitignore 2021-09-08 12:23:57 +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
Gergő Jedlicska 7d31a5c847 chore(commitizen config): git cz droped me to a text editor without starting cz session
explicitly configuring commitizen with cz changelog fixes the issue, also its not strictly necessary
to install cz globally this way
2021-09-07 17:02:35 +02:00
KatKatKateryna 89a297a5cf file end typo fixed 2021-09-07 19:43:01 +08: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
Matteo Cominetti d3a1170c17 docs: typos 2021-09-03 14:45:56 +01:00
Matteo Cominetti 0607e47799 docs: minor readme fiddles 2021-09-03 12:22:46 +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] d14484a3b1 Merge pull request #389 from specklesystems/dependabot/npm_and_yarn/packages/server/object-path-0.11.7 2021-09-02 09:10:35 +00: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
Dimitrie Stefanescu bf986b8145 Merge pull request #386 from specklesystems/dependabot/npm_and_yarn/packages/server/tar-4.4.19
build(deps): bump tar from 4.4.15 to 4.4.19 in /packages/server
2021-09-01 17:51:49 +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 2a3cd90a38 Merge pull request #385 from specklesystems/dim/frontend-fiddle
Dim/frontend fiddle
2021-09-01 17:49:32 +01: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 22349df275 Merge pull request #384 from specklesystems/alan/frontend/embed-viewer-fix
Frontend: Embed Viewer separate app
2021-08-31 09:51:53 +02: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
Dimitrie Stefanescu f2dcb69298 fix(frontend): fixes 404 branch page 2021-08-30 19:48:44 +03:00
Dimitrie Stefanescu fa17d18cc4 feat(frontend): various tweaks 2021-08-30 19:39:07 +03:00