Commit Graph

42 Commits

Author SHA1 Message Date
wpetit f612721b4e feat: add spec definition api with versioning
arcad/emissary/pipeline/head This commit looks good Details
arcad/emissary/pipeline/pr-master This commit looks good Details
2024-03-12 16:22:35 +01:00
wpetit 56558d7241 feat(agent): add status controller 2024-03-01 11:19:03 +01:00
wpetit b842dd5263 feat: update edge library
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-11-30 16:01:35 +01:00
wpetit 7fa3011ab2 feat(app-controller): import cache driver
arcad/emissary/pipeline/head This commit looks good Details
2023-10-24 22:55:12 +02:00
wpetit c8a2303ff3 feat(spec): add 'zim' to apps allowed formats
arcad/emissary/pipeline/head This commit looks good Details
2023-10-20 17:39:28 +02:00
wpetit ce9b3003fe feat: use new logger.CapturedE() api 2023-10-19 22:09:18 +02:00
wpetit 4da723e908 feat(edge): update lib 2023-10-19 20:12:46 +02:00
wpetit e756a60373 feat: sentry integration
arcad/emissary/pipeline/head This commit looks good Details
2023-10-13 14:22:28 +02:00
wpetit 6c78bc5c7c feat(edge): integrate new dsn based storage system
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-10-02 22:09:15 -06:00
wpetit 6318a8b497 feat(auth): automatically create session for anonymous users
arcad/emissary/pipeline/head This commit looks good Details
ref arcad/edge-menu#86
2023-09-20 10:02:59 -06:00
wpetit 42d49eb090 feat: move client to public package
arcad/emissary/pipeline/head This commit looks good Details
2023-06-25 11:46:33 -06:00
wpetit e975381b4f fix(controller,app): correctly detect ip address for cookie domain resolution
arcad/emissary/pipeline/head This commit looks good Details
2023-04-24 13:49:53 +02:00
wpetit 64ea0e05a9 fix(app,handler): use real ip
arcad/emissary/pipeline/head This commit looks good Details
2023-04-21 20:04:37 +02:00
wpetit 541d30d74f feat(controller,app): share module integration
arcad/emissary/pipeline/head This commit looks good Details
2023-04-21 13:10:03 +02:00
wpetit ef3048b005 feat(controller,app): use new edge new mountpoints api
arcad/emissary/pipeline/head This commit looks good Details
2023-04-20 12:23:17 +02:00
wpetit bb03b3a54a feat(controller,app): compress http responses
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-20 10:59:27 +02:00
wpetit c4427dfd2b feat(controller,app): sort apps by id 2023-04-11 12:05:51 +02:00
wpetit 280b0fbd50 feat(controller,app): validate app manifests on app load 2023-04-11 12:05:19 +02:00
wpetit 47c2546d54 fix(controller,app): break loop when app is found
arcad/emissary/pipeline/head This commit looks good Details
2023-04-06 18:25:34 +02:00
wpetit b213b8d1ae fix(module,app): handle non existent interface in app url resolver
arcad/emissary/pipeline/head This commit looks good Details
2023-04-06 15:57:00 +02:00
wpetit e8829170e5 feat(sqlite): use busy_timeout pragma to prevent database locking errors 2023-04-06 15:06:16 +02:00
wpetit 253c93dbac fix(module,app): handle host without port in cookie domain identification
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-06 11:00:35 +02:00
wpetit 06b1235707 fix(module,app): handle hosts without port
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-06 10:21:52 +02:00
wpetit 2e1ee44e6a feat(module,app): iface-based app url resolving
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-05 23:21:43 +02:00
wpetit 242a247222 feat: add mdns controller
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-04 20:26:19 +02:00
wpetit 562d698066 feat(controller, app): add fetch module
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-02 18:05:53 +02:00
wpetit 3e02a9f031 chore(controller,app): refactor app server mutex usage
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-03-31 17:28:52 +02:00
wpetit b52c687643 feat(sqlite): add default pragmas to dsn 2023-03-31 17:27:54 +02:00
wpetit 351f22e216 feat(controller,app): automatically redirect requests to cookie domain 2023-03-29 17:29:16 +02:00
wpetit 854a6ae41b fix(controller,app): include auth configuration in changes detection 2023-03-29 15:32:23 +02:00
wpetit a48c2ebe14 fix(controller,app): update app repository on spec changes 2023-03-29 11:27:47 +02:00
wpetit e832b7dedd feat(controller,app): add app module 2023-03-28 20:43:45 +02:00
wpetit e60c441d43 feat: move proxy package from arcad/edge 2023-03-28 11:02:53 +02:00
wpetit 0b783c374a feat(controller,sysupgrade): openwrt upgrade controller 2023-03-24 23:17:55 +01:00
wpetit cd796fff89 feat: host-based routing in proxy 2023-03-22 18:15:22 +01:00
wpetit 1b9914c306 feat(spec,app): handle local accounts 2023-03-21 15:21:19 +01:00
wpetit fbcd3ca806 feat: rename gateway spec to proxy 2023-03-21 13:28:41 +01:00
wpetit fa36d55163 feat: basic authorization model 2023-03-13 10:44:58 +01:00
wpetit bd0d5a621a feat(controller,app): add edge apps controller 2023-03-03 20:37:09 +01:00
wpetit 1ff29ae1fb feat: agent metadata with custom collectors 2023-03-02 13:05:24 +01:00
wpetit 3310c09320 feat: cli client with spec schema validation 2023-02-28 15:50:35 +01:00
wpetit 088b6843a9 feat: initial commit 2023-02-20 14:43:00 +01:00