Chuck Driesler
|
88abc5473d
|
fix(acc): try trigger import on sync item create
|
2025-07-30 00:12:30 +02:00 |
|
Chuck Driesler
|
0f62f18de4
|
chore(acc): the last of the repos and services
|
2025-07-29 19:12:18 +02:00 |
|
Chuck Driesler
|
ec692afe87
|
chore(acc): on the way to pagination
|
2025-07-28 18:37:22 +01:00 |
|
Chuck Driesler
|
0674a0d3ec
|
chore(acc): even mo services
|
2025-07-28 18:12:29 +01:00 |
|
Chuck Driesler
|
64d7aece29
|
chore(acc): mo repos mo services
|
2025-07-28 17:02:18 +01:00 |
|
Chuck Driesler
|
e894477cd3
|
fix(acc): env variables and repo functions
|
2025-07-25 21:18:43 +01:00 |
|
Chuck Driesler
|
da338e1cd1
|
fix(acc): acc client methods
|
2025-07-25 17:48:31 +01:00 |
|
Chuck Driesler
|
fd350e79d7
|
fix(acc): encode correctly
|
2025-07-25 09:50:49 +01:00 |
|
Chuck Driesler
|
8fbe2fe9ca
|
fix(acc): check if ready before import
|
2025-07-25 09:20:55 +01:00 |
|
Chuck Driesler
|
2752fead21
|
chore(acc): import type
|
2025-07-24 13:29:16 +01:00 |
|
Chuck Driesler
|
ce7a004ce0
|
Merge branch 'main' into oguzhan/acc-connector
|
2025-07-24 12:40:01 +01:00 |
|
Chuck Driesler
|
810005fe4f
|
chore(acc): bump function again
|
2025-07-24 11:54:49 +01:00 |
|
Mike
|
24b6f1f329
|
Feat: Improved workspace switcher (#5058)
|
2025-07-24 12:31:43 +02:00 |
|
Chuck Driesler
|
4270255df5
|
chore(acc): bump function release id
|
2025-07-24 10:11:13 +01:00 |
|
Gergő Jedlicska
|
d0cd330a61
|
feat(authPolicies): add demo project as a publicly loadable override (#5137)
|
2025-07-24 11:04:53 +02:00 |
|
Daniel Gak Anagrov
|
f8c8170e48
|
feat(fileImport): gql mutation for nextGen (#5132)
* feat: drafted gql mutation
* fix: warning issue
* unified naming of action
* feat(file_uplaod): moved finishFileUplaod test to graphql
* fix: tests
* removed nextGen rest endpoint
* fix: Int type, adapted fileupload next gen call
* feat: udpated gqlgen
* improved fileimport errors
* fix: access control
* mr comments
* fix: tests
* fix: import
|
2025-07-24 08:00:52 +02:00 |
|
Chuck Driesler
|
f318da9e1d
|
fix(acc): real trigger
|
2025-07-23 19:14:32 +01:00 |
|
Chuck Driesler
|
c5e4632fb2
|
fix(acc): simpler update
|
2025-07-23 18:49:52 +01:00 |
|
Chuck Driesler
|
362db6fd2d
|
fix(acc): use correct automation id
|
2025-07-23 18:19:58 +01:00 |
|
Chuck Driesler
|
fa4e4ea3bd
|
chore(acc): automate token logs
|
2025-07-23 17:50:45 +01:00 |
|
Chuck Driesler
|
9446e422cd
|
fix(acc): correct origin
|
2025-07-23 16:47:52 +01:00 |
|
Iain Sproat
|
6a1f7ed767
|
fix(server): object previews, ensure sorting same if no cursor (#5136)
* fix(server): object previews, ensure sorting same if no cursor
* fix tests; with a null cursor it was implicitly using asc order
|
2025-07-23 16:39:58 +01:00 |
|
Chuck Driesler
|
0e8aaf5bc2
|
fix(acc): missed a spot
|
2025-07-23 16:12:49 +01:00 |
|
Chuck Driesler
|
8c27954684
|
fix(acc): input validation
|
2025-07-23 15:42:38 +01:00 |
|
Adam Hathcock
|
877266bca7
|
OL2 (feat): useCache option and flag clean up (#5133)
* add addAll
* change to useCache query option which defaults to true
* add documentation
* called query params feature flags and fixed usage
* fixed debug logging
* eslint and prettier fixes
* eslint and prettier fixes
* revert
* Update packages/viewer-sandbox/src/Sandbox.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-23 15:13:24 +01:00 |
|
Chuck Driesler
|
6688580ca4
|
fix(acc): use correct url
|
2025-07-23 14:25:32 +01:00 |
|
Iain Sproat
|
d0e3377978
|
feat(file uploads): large file uploads API is always available (#5103)
|
2025-07-23 13:36:27 +01:00 |
|
andrewwallacespeckle
|
3a34c14461
|
chore(fe+viewer): drop ViewerEvent.Busy and drive loading bar from LoadProgress/LoadComplete
chore(fe+viewer): drop ViewerEvent.Busy and drive loading bar from LoadProgress/LoadComplete
|
2025-07-23 13:22:24 +01:00 |
|
andrewwallacespeckle
|
617e34e06c
|
Merge branch 'main' into mike/change-busy-events
|
2025-07-23 11:23:42 +01:00 |
|
Kristaps Fabians Geikins
|
8d72ae9cab
|
fix(server): extra fixes for running TS directly (#5135)
|
2025-07-23 12:44:19 +03:00 |
|
Kristaps Fabians Geikins
|
4b06f42db7
|
chore(server): run TS files directly (no compilation) (#5134)
* sort of works
* type fixes
* added option to run old way too
|
2025-07-23 11:20:40 +02:00 |
|
Kristaps Fabians Geikins
|
e34a44bf66
|
fix(server): incorrectly dealing w/ different email casing (#5131)
* fix(server): incorrectly dealing w/ different email casing
* Cr comments
|
2025-07-23 10:19:46 +03:00 |
|
Chuck Driesler
|
1efc93104a
|
fix(acc): replace env
|
2025-07-22 23:27:11 +01:00 |
|
Chuck Driesler
|
1e32323536
|
chore(acc): deps
|
2025-07-22 22:55:52 +01:00 |
|
Chuck Driesler
|
c2ff02f0f0
|
chore(acc): lint
|
2025-07-22 20:41:11 +01:00 |
|
Chuck Driesler
|
06f12c134c
|
Merge branch 'main' into oguzhan/acc-connector
|
2025-07-22 20:24:52 +01:00 |
|
Chuck Driesler
|
26acf14aa9
|
fix(acc): trigger the automation
|
2025-07-22 19:53:08 +01:00 |
|
oguzhankoral
|
dc0438e2c5
|
Disable models that involves into sync items already
|
2025-07-22 18:50:39 +01:00 |
|
oguzhankoral
|
b4331def45
|
Do not log webhook body and token
|
2025-07-22 17:53:32 +01:00 |
|
oguzhankoral
|
ed39428b58
|
Remove data:create which is not needed
|
2025-07-22 17:52:42 +01:00 |
|
oguzhankoral
|
b2f6401ca7
|
Webhooks on!
|
2025-07-22 17:45:22 +01:00 |
|
Chuck Driesler
|
b27960851d
|
fix(acc): here's your automation you clown
|
2025-07-22 16:09:21 +01:00 |
|
andrewwallacespeckle
|
c4dcc8ed4c
|
refactor(fe): Links in comment updates
refactor(fe): Links in comment updates
|
2025-07-22 16:05:42 +01:00 |
|
andrewwallacespeckle
|
35f4b14b3f
|
fix: restore original timeout handling for loading state
|
2025-07-22 15:54:32 +01:00 |
|
andrewwallacespeckle
|
8add7111ff
|
Merge branch 'main' into mike/change-busy-events
|
2025-07-22 15:29:56 +01:00 |
|
oguzhankoral
|
154ba0ec7e
|
Acc version id fixes
|
2025-07-22 14:58:12 +01:00 |
|
Chuck Driesler
|
c60a093a0a
|
fix(acc): updated table shape
|
2025-07-22 14:13:12 +01:00 |
|
andrewwallacespeckle
|
28e4ecc8dc
|
Remove external link dialog
|
2025-07-22 14:03:35 +01:00 |
|
andrewwallacespeckle
|
154d935089
|
Remove "Remove link"
|
2025-07-22 13:47:26 +01:00 |
|
andrewwallacespeckle
|
81c5e8bd7a
|
Fix overflow of tiptap
|
2025-07-22 13:45:27 +01:00 |
|