Commit Graph

1319 Commits

Author SHA1 Message Date
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 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
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
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
Dimitrie Stefanescu 41556459b7 Merge pull request #410 from specklesystems/dependabot/npm_and_yarn/packages/server/object-path-0.11.8
build(deps): bump object-path from 0.11.7 to 0.11.8 in /packages/server
2021-09-28 10:42:09 +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 df7b497c6d Merge pull request #403 from specklesystems/dim/hotfix-frontend
fix(frontend): closes #402
2021-09-13 16:50:06 +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 9826fa1676 Merge branch 'main' of github.com:specklesystems/speckle-server into main 2021-09-10 17:21:30 +02: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 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
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
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
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