| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update C# outputs.nix to include API models github/dev/reconciledbbigint dev/reconciledbbigint | Rory& | 2026-07-03 | 1 | -0/+6 |
| * | Update C# db models | Rory& | 2026-07-03 | 15 | -177/+182 |
| * | Fix migration for app commands version | Rory& | 2026-07-03 | 3 | -3/+14 |
| * | Let typeorm have its fun the rest of the way | Rory& | 2026-07-03 | 2 | -2/+147 |
| * | Fix constraint names | Rory& | 2026-07-03 | 37 | -111/+391 |
| * | Fix column names for join tables | Rory& | 2026-07-03 | 2 | -4/+85 |
| * | Fix some missed column types | Rory& | 2026-07-03 | 3 | -5/+25 |
| * | Fix instance ban index names | Rory& | 2026-07-03 | 2 | -4/+21 |
| * | Set index names and fix type for instance bans | Rory& | 2026-07-03 | 1 | -4/+4 |
| * | Throw proper error when emoji isnt found | Rory& | 2026-07-01 | 1 | -2/+7 |
| * | Restrict reading of application emojis | Rory& | 2026-07-01 | 1 | -1/+7 |
| * | Handle non-existant applications more gracefully | Rory& | 2026-07-01 | 1 | -0/+3 |
| * | Enforce that a given applications emoji set can only be modified by the appli... | Rory& | 2026-07-01 | 4 | -1/+22 |
| * | Update C# db models | Rory& | 2026-07-01 | 5 | -4/+25 |
| * | Add tests for guild/app emojis | Rory& | 2026-07-01 | 3 | -2/+268 |
| * | Add application emojis implementation based on the guilds one, models | Rory& | 2026-07-01 | 8 | -1/+573 |
| * | Assert that emoji being updated belongs to the requested guild | Rory& | 2026-07-01 | 1 | -0/+4 |
| * | Fix import in application entity | Rory& | 2026-07-01 | 3 | -125/+191 |
| * | Emoji application migration, set explicit foreign key constraint names | Rory& | 2026-07-01 | 2 | -2/+27 |
| * | Update package.json to point to the right database.js | Rory& | 2026-07-01 | 1 | -1/+1 |
| * | Adjust emoji source to support app emojis | Rory& | 2026-07-01 | 1 | -31/+47 |
| * | Update emoji/application entities to support application emojis | Rory& | 2026-07-01 | 2 | -5/+25 |
| * | fix user settings patch route | Oh64 | 2026-07-01 | 1 | -1/+1 |
| * | Update C# dep lockfiles | Rory& | 2026-06-30 | 1 | -0/+25 |
| * | Various C# continuations | Rory& | 2026-06-30 | 9 | -19/+237 |
| * | Various tests stuff | Rory& | 2026-06-30 | 4 | -9/+95 |
| * | Dont (re-/)add embeds if message has embed suppressed | Rory& | 2026-06-29 | 1 | -1/+4 |
| * | More oauth2 role thingies | Rory& | 2026-06-28 | 1 | -0/+3 |
| * | Fix oauth2 not setting role colors | Rory& | 2026-06-28 | 1 | -0/+2 |
| * | Guard embedless messages when checking for poll results, add reply tests | Rory& | 2026-06-28 | 4 | -1/+40 |
| * | refactor: add poll utility | CyberL1 | 2026-06-26 | 5 | -276/+145 |
| * | feat: mention poll author | CyberL1 | 2026-06-26 | 1 | -0/+7 |
| * | chore: remove test console.log | CyberL1 | 2026-06-26 | 1 | -1/+0 |
| * | refactor: change `#` imports into `@spacebar/` imports | CyberL1 | 2026-06-26 | 4 | -10/+10 |
| * | feat: get non-expired polls on start | CyberL1 | 2026-06-26 | 1 | -3/+108 |
| * | fix: ddon't turn poll end messages to reply type | CyberL1 | 2026-06-26 | 1 | -1/+2 |
| * | feat: add poll ended messages | CyberL1 | 2026-06-26 | 7 | -2/+214 |
| * | fix: check if message is a poll | CyberL1 | 2026-06-26 | 1 | -5/+7 |
| * | fix: ignore null/undefined in where queries | CyberL1 | 2026-06-26 | 1 | -0/+4 |
| * | check opts not message | CyberL1 | 2026-06-25 | 1 | -1/+1 |
| * | fix: check for poll answer limit | CyberL1 | 2026-06-25 | 1 | -0/+9 |
| * | fix: don't send loop over not voted answers | CyberL1 | 2026-06-25 | 1 | -1/+1 |
| * | feat: send vote poll events | CyberL1 | 2026-06-25 | 2 | -1/+57 |
| * | feat: send a `MESSAGE_UPDATE` event on manual poll expire | CyberL1 | 2026-06-25 | 1 | -2/+8 |
| * | feat: add route to expire a poll | CyberL1 | 2026-06-25 | 3 | -0/+135 |
| * | feat: add route to get voters for an answer | CyberL1 | 2026-06-25 | 1 | -0/+43 |
| * | fix: forbid poll editing/creating in non-text channels | CyberL1 | 2026-06-25 | 3 | -0/+11 |
| * | feat: set `me_voted` for poll messages | CyberL1 | 2026-06-25 | 1 | -0/+8 |
| * | feat: add voting route | CyberL1 | 2026-06-25 | 5 | -0/+156 |
| * | fix: poll answer id should never be 0 | CyberL1 | 2026-06-25 | 1 | -1/+1 |
| * | refactor: group message poll checks under one if | CyberL1 | 2026-06-25 | 1 | -6/+10 |
| * | fix: assign id to poll answers | CyberL1 | 2026-06-25 | 4 | -3/+9 |
| * | fix: add `expiry` field to polls in message handling | CyberL1 | 2026-06-25 | 1 | -0/+4 |
| * | Include online session count in member list logs | Rory& | 2026-06-24 | 1 | -1/+4 |
| * | op14: dont account for roles when including offline members | Rory& | 2026-06-24 | 1 | -3/+2 |
| * | op14: deduplicate group adding code | Rory& | 2026-06-24 | 1 | -34/+20 |
| * | op14: add todo to reduce data sent | Rory& | 2026-06-24 | 1 | -0/+1 |
| * | Op14: abstract base query for members by group | Rory& | 2026-06-24 | 1 | -24/+18 |
| * | Op14: handle serialisation logic for member to include presence | Rory& | 2026-06-24 | 1 | -2/+16 |
| * | Op14: fix offline query by mandating that *all* sessions must be offline | Rory& | 2026-06-23 | 1 | -7/+7 |
| * | Op14: return offline presence for users with no sessions | Rory& | 2026-06-23 | 1 | -2/+2 |
| * | Gateway offload: gracefully fall back to TS code on failure | Rory& | 2026-06-23 | 6 | -7/+10 |
| * | Op14: always query sessions... | Rory& | 2026-06-23 | 1 | -0/+2 |
| * | Op14: Handle ranges, in theory | Rory& | 2026-06-23 | 1 | -28/+30 |
| * | Op14: remove intermediary class | Rory& | 2026-06-23 | 1 | -46/+14 |
| * | Fix compile errors | Rory& | 2026-06-23 | 2 | -0/+2 |
| * | Serialize null properties | Rory& | 2026-06-23 | 1 | -1/+1 |
| * | Include presence in op14 response | Rory& | 2026-06-23 | 5 | -5/+72 |
| * | Member list kinda works now? github/dev/lazyrequest dev/lazyrequest | Rory& | 2026-06-23 | 10 | -70/+234 |
| * | Close: use session as predicate rather than session_id due to early init | Rory& | 2026-06-22 | 1 | -1/+2 |
| * | LazyRequest: support offload | Rory& | 2026-06-21 | 1 | -2/+6 |
| * | Use stopwatch for LazyRequest, clean up imports, remove unused code | Rory& | 2026-06-21 | 1 | -42/+3 |
| * | Get basic member list working in offload | Rory& | 2026-06-21 | 4 | -72/+142 |
| * | Publish LazyRequest typescript attempt, partial C# impl | Rory& | 2026-06-21 | 7 | -14/+196 |
| * | More tests | Rory& | 2026-06-19 | 11 | -22/+231 |
| * | Update basic deps | Rory& | 2026-06-19 | 42 | -336/+172 |
| * | More tests | Rory& | 2026-06-19 | 2 | -22/+43 |
| * | Minor CDN-CS work | Rory& | 2026-06-19 | 6 | -6/+6 |
| * | Evade metric constructors handling registration by default | Rory& | 2026-06-19 | 6 | -1/+8 |
| * | Attach HTTP metrics via dedup helper | Rory& | 2026-06-19 | 1 | -13/+17 |
| * | Bundle: attach monitoring to express early | Rory& | 2026-06-19 | 1 | -0/+1 |
| * | Fix cloud attachments (dont circular import in cdn) | Rory& | 2026-06-18 | 20 | -49/+57 |
| * | Some message tests | Rory& | 2026-06-18 | 2 | -0/+219 |
| * | More webhook tests | Rory& | 2026-06-17 | 1 | -16/+78 |
| * | Delete messages when deleting webhook | Rory& | 2026-06-17 | 2 | -1/+5 |
| * | Regenerate assets | Rory& | 2026-06-17 | 2 | -32/+0 |
| * | Routes: reduce scope of api imports to api/util | Rory& | 2026-06-17 | 14 | -16/+16 |
| * | Clean up some imports to make API work again | Rory& | 2026-06-17 | 5 | -6/+27 |
| * | extensions/String: use custom exception type | Rory& | 2026-06-17 | 2 | -12/+31 |
| * | Try to signify imported entities for require | Rory& | 2026-06-17 | 1 | -5/+12 |
| * | Signify type imports | Rory& | 2026-06-17 | 1 | -2/+2 |
| * | Sort directory recursion | Rory& | 2026-06-17 | 1 | -2/+2 |
| * | Add basic import validator scripts | Rory& | 2026-06-17 | 1 | -0/+200 |
| * | Authentication: allow - in webhook token | Rory& | 2026-06-16 | 5 | -5/+5 |
| * | Fix random string code | Rory& | 2026-06-16 | 1 | -1/+1 |
| * | Fix import | Rory& | 2026-06-16 | 1 | -2/+6 |
| * | Signify some imports more explicitly | Rory& | 2026-06-16 | 192 | -195/+195 |
| * | Move random string to Random class in extensions | Rory& | 2026-06-16 | 13 | -94/+43 |
| * | Dont fetch roles if role id set is empty | Rory& | 2026-06-16 | 1 | -1/+1 |
| * | Dont fetch roles for non-guild mesages | Rory& | 2026-06-16 | 1 | -1/+1 |
| * | Account for channel id when deleting messages | Rory& | 2026-06-16 | 1 | -2/+2 |
| * | Replace APIRole with schema | Rory& | 2026-06-13 | 5 | -18/+277 |
| * | Split config/response voice regions, remove APIVoiceRegion alias | Rory& | 2026-06-13 | 10 | -121/+140 |
| * | Bump discord-protos | Rory& | 2026-06-13 | 2 | -5/+5 |
| * | HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating al... | Rory& | 2026-06-13 | 27 | -861/+171 |
| * | Bump npm package minors | Rory& | 2026-06-12 | 4 | -221/+235 |
| * | Fix import path for initial migration | Rory& | 2026-06-12 | 1 | -1/+1 |
| * | Bundle: drop unused index.ts, avoid re-exporting all other components | Rory& | 2026-06-12 | 1 | -22/+0 |
| * | api/widget: dont import the entirety of the CDN server | Rory& | 2026-06-12 | 1 | -1/+1 |
| * | CDN: unify imports layout | Rory& | 2026-06-12 | 22 | -82/+50 |
| * | Move more extensions to extensions | Rory& | 2026-06-12 | 42 | -90/+137 |
| * | Move migrations to database | Rory& | 2026-06-12 | 77 | -731/+842 |
| * | Fix recursive import in database | Rory& | 2026-06-12 | 3 | -218/+216 |
| * | Move entities to database | Rory& | 2026-06-12 | 250 | -537/+694 |
| * | Move database to toplevel | Rory& | 2026-06-12 | 18 | -36/+65 |
| * | Remove extraneous export | Rory& | 2026-06-12 | 1 | -1/+0 |
| * | Use subpath imports for lambert-server, fix openapi.js | Rory& | 2026-06-12 | 85 | -95/+95 |
| * | Allow subpath imports, move extensions to separate module | Rory& | 2026-06-12 | 18 | -22/+53 |
| * | Allow subpath imports from module aliases | Rory& | 2026-06-12 | 1 | -7/+7 |
| * | Dont send guild_add for autojoin guilds on register, disable bcrypt workers a... | Rory& | 2026-06-11 | 5 | -119/+132 |
| * | Deduplicate channel positions query | Rory& | 2026-06-11 | 1 | -8/+7 |
| * | Assertions first, use exists rather than count/find | Rory& | 2026-06-11 | 1 | -14/+9 |
| * | Dont fetch entire channel for welcome message, dont fail if channel doesnt exist | Rory& | 2026-06-11 | 1 | -7/+4 |
| * | Handle welcome message as insert + update | Rory& | 2026-06-11 | 1 | -4/+3 |
| * | Bcrypt worker threads | Rory& | 2026-06-11 | 5 | -3/+121 |
| * | Trace registration | Rory& | 2026-06-11 | 3 | -13/+59 |
| * | Clean up tests a little | Rory& | 2026-06-09 | 10 | -132/+96 |
| * | Use better permissions when handling webhook mentions | Rory& | 2026-06-05 | 3 | -6/+14 |
| * | Log silent attachment failures for webhooks | Rory& | 2026-06-05 | 1 | -0/+1 |
| * | Unit tests for webhooks | Rory& | 2026-06-05 | 10 | -11/+255 |
| * | Return url on webhook create | Rory& | 2026-06-05 | 1 | -0/+1 |
| * | User: handle autojoin synchronously | Rory& | 2026-06-05 | 1 | -12/+4 |
| * | Some basic unit tests | Rory& | 2026-06-05 | 14 | -0/+437 |
| * | More C# models, split basic client SDK from client | Rory& | 2026-06-05 | 17 | -27/+241 |
| * | Clean up import in Monitoring, close webrtc connection on IPC failure, add LO... | Rory& | 2026-06-05 | 6 | -59/+61 |
| * | HTTP: reblanace buckets to prefer smaller response times | Rory& | 2026-05-29 | 1 | -1/+1 |
| * | Nix: prometheus support | Rory& | 2026-05-28 | 2 | -0/+48 |
| * | Add grafana dashboard | Rory& | 2026-05-28 | 1 | -0/+1734 |
| * | Merge branch 'dev/monitoring' | Rory& | 2026-05-28 | 16 | -9/+251 |
| |\ |
|
| | * | IPC: shutdown hooks github/dev/monitoring dev/monitoring | Rory& | 2026-05-28 | 1 | -1/+1 |
| | * | IPC metrics | Rory& | 2026-05-28 | 3 | -4/+9 |
| | * | monitoring: add helper to register a metric without duplicating | Rory& | 2026-05-28 | 1 | -3/+11 |
| | * | monitoring: ignore OPTIONS requests that dont have a route handler | Rory& | 2026-05-28 | 1 | -6/+8 |
| | * | nixos tests: check metrics endpoints on TS services | Rory& | 2026-05-28 | 1 | -1/+9 |
| | * | Monitoring: tag HTTP response rate histogram by route rather than request url | Rory& | 2026-05-28 | 2 | -5/+44 |
| | * | */Server.ts: Handle metrics requests | Rory& | 2026-05-28 | 3 | -0/+8 |
| | * | */Server.ts: Add monitoring init hook | Rory& | 2026-05-28 | 5 | -2/+77 |
| | * | CodeOwners: claim /nix dir | Rory& | 2026-05-28 | 1 | -1/+2 |
| | * | Move why-is-node-running to dependencies | Rory& | 2026-05-28 | 2 | -3/+3 |
| | * | Process lifecycle scripts | Rory& | 2026-05-28 | 15 | -98/+294 |
| * | | CodeOwners: claim /nix dir github/dev/backport/from-monitoring/ProcessLifecycle dev/backport/from-monitoring/ProcessLifecycle | Rory& | 2026-05-28 | 1 | -1/+2 |
| * | | Move why-is-node-running to dependencies | Rory& | 2026-05-28 | 2 | -5/+4 |
| * | | Process lifecycle scripts | Rory& | 2026-05-28 | 16 | -95/+195 |
| |/ |
|
| * | Concurrent identify stress script | Rory& | 2026-05-28 | 2 | -2/+90 |
| * | IPC: shutdown hooks | Rory& | 2026-05-28 | 4 | -7/+15 |
| * | Gateway: send reconnect on shutdown | Rory& | 2026-05-28 | 1 | -0/+11 |
| * | Fix some copyright headers | Rory& | 2026-05-26 | 1 | -1/+1 |
| * | Break up bulk inserts for read states to avoid postgres parameter exhaustion | Rory& | 2026-05-26 | 4 | -10/+68 |
| * | Trace fillInMissingIDs | Rory& | 2026-05-26 | 2 | -29/+51 |
| * | Bulk insert missing ReadStates | Rory& | 2026-05-26 | 1 | -14/+24 |
| * | No longer handle mention_count == null since its no longer nullable | Rory& | 2026-05-26 | 1 | -22/+20 |
| * | Use forEach rather than .map.forEach | Rory& | 2026-05-26 | 1 | -1/+1 |
| * | Add full trace | Rory& | 2026-05-26 | 1 | -5/+25 |
| * | Use sets for mention roles/users | Rory& | 2026-05-26 | 4 | -23/+57 |
| * | Simplify some queries for handling mentions | Rory& | 2026-05-26 | 1 | -11/+14 |
| * | User mentions: use `user_id IN (...)` rather than `user_id = ... OR user_id =... | Rory& | 2026-05-26 | 1 | -1/+1 |
| * | Move message mention handling to separate function | Rory& | 2026-05-26 | 1 | -132/+144 |
| * | Better error handling in rabbitmqsinglelistener/writer | Rory& | 2026-05-26 | 2 | -14/+49 |
| * | Add startup test for legacy rabbitmq setup | Rory& | 2026-05-26 | 1 | -2/+9 |
| * | Add NixOS test for starting with rabbitmq-single ipc | Rory& | 2026-05-26 | 5 | -20/+54 |
| * | Nix: expose EVENT_TRANSMISSION as an option | Rory& | 2026-05-26 | 1 | -3/+17 |
| * | Demote default rabbitmq behavior, implement init for all BaseEventWriter/List... | Rory& | 2026-05-26 | 1 | -34/+44 |
| * | Move publishEvent to RabbitMQ.ts | Rory& | 2026-05-26 | 2 | -29/+28 |
| * | Move rabbitListen to RabbitMQ.ts | Rory& | 2026-05-26 | 2 | -53/+55 |
| * | Clean up unused imports in IPC code | Rory& | 2026-05-26 | 3 | -4/+2 |
| * | Add untested rabbitmq single-channel IPC | Rory& | 2026-05-26 | 7 | -37/+228 |
| * | Split unix socket IPC to separate files, add interfaces | Rory& | 2026-05-26 | 7 | -530/+627 |
| * | channelOrdering: fix null ref | Rory& | 2026-05-25 | 1 | -0/+2 |
| * | Fix db models build | Rory& | 2026-05-25 | 1 | -2/+1 |
| * | side tangent: update C# DB model, fix admin api auth | Rory& | 2026-05-25 | 17 | -77/+307 |
| * | fix migrations script | Rory& | 2026-05-25 | 1 | -1/+1 |
| * | Fix some copyright headers github/dev/cherry dev/cherry | Rory& | 2026-05-24 | 1 | -0/+18 |
| * | */start.ts: unify import order for module-alias and dotenv | Rory& | 2026-05-24 | 6 | -19/+49 |
| * | Clean up erlpack types | Rory& | 2026-05-24 | 6 | -48/+3 |
| * | Side tangent: fix prettier complaints | Rory& | 2026-05-24 | 3 | -3/+10 |
| * | Clean up unused binding in cdn-cs nix module | Rory& | 2026-05-24 | 1 | -1/+0 |
| * | Fix github workflows | Rory& | 2026-05-24 | 2 | -29/+1 |
| * | Update npm packages, patches | Rory& | 2026-05-24 | 4 | -93/+95 |
| * | Fix patches | Rory& | 2026-05-24 | 2 | -2/+2 |
| * | test VM: expose pion port | Rory& | 2026-05-24 | 1 | -0/+6 |
| * | Add internal status order enum | Rory& | 2026-05-19 | 5 | -9/+16 |
| * | Bundle tests: dont use gateway offload | Rory& | 2026-05-19 | 1 | -7/+0 |
| * | Rework status enum schema | Rory& | 2026-05-19 | 7 | -59/+115 |
| * | cs: bump microsoft/system.* | Rory& | 2026-05-19 | 24 | -217/+218 |
| * | cs: bump Magick.NET | Rory& | 2026-05-19 | 20 | -50/+50 |
| * | npm: update node-zstd to 2.0.0 | Rory& | 2026-05-19 | 2 | -58/+41 |
| * | npm: update amqplib to 2.0.1 | Rory& | 2026-05-19 | 2 | -14/+5 |
| * | npm minor package updates | Rory& | 2026-05-19 | 2 | -544/+958 |
| * | LazyRequest: dont pseudo-force users to be online | Rory& | 2026-05-19 | 1 | -7/+1 |
| * | Update nix inputs | Rory& | 2026-05-17 | 1 | -3/+3 |
| * | Side tangent: fix bug in cdn-cs nix module | Rory& | 2026-05-17 | 1 | -1/+1 |
| * | client: basic message parsing, gateway listening | Rory& | 2026-05-17 | 18 | -29/+664 |
| * | Add WIP client | Rory& | 2026-05-08 | 49 | -33/+1369 |
| * | Offload compile fix | Rory& | 2026-05-08 | 1 | -7/+26 |
| * | Update CS models | Rory& | 2026-05-08 | 13 | -2/+690 |
| * | Compliance: add user_id and user_settings to login response | Rory& | 2026-05-05 | 1 | -1/+1 |
| * | CDN-CS work | Rory& | 2026-05-04 | 8 | -47/+80 |
| * | switch to harmony-erlpack | Rory& | 2026-05-03 | 4 | -428/+34 |
| * | handle constraints on webhook delete | Rory& | 2026-05-03 | 1 | -1/+32 |
| * | Clarify STORAGE_FORCE_PATH_STYLE env behavior | ohmwraith | 2026-04-29 | 1 | -1/+1 |
| * | Implement S3 force path-style support | ohmwraith | 2026-04-29 | 2 | -2/+10 |
| * | Register: cache blocked IPs | Rory& | 2026-04-28 | 4 | -325/+402 |
| * | Document why ImageProxy.ts exists | Rory& | 2026-04-26 | 1 | -0/+1 |
| * | Add deprecation warning for database config | Rory& | 2026-04-25 | 1 | -0/+9 |
| * | Constrain role name lengths | Rory& | 2026-04-24 | 2 | -0/+6 |
| * | Move email domain lists to assets | Rory& | 2026-04-24 | 2 | -0/+0 |
| * | Refactor update-deps.cs, update dotnet deps | Rory& | 2026-04-24 | 51 | -1727/+479 |
| * | Fix CDN s3 import | Rory& | 2026-04-24 | 1 | -1/+1 |
| * | Hexdump CDN hashes | Rory& | 2026-04-21 | 4 | -0/+145 |
| * | Update genIndex to add ane xtra newline | Rory& | 2026-04-20 | 1 | -0/+1 |
| * | Clean up schemas a bit | Rory& | 2026-04-20 | 2 | -0/+19 |
| * | Clean up schemas/uncategorised a bit | Rory& | 2026-04-20 | 7 | -1/+58 |
| * | Clean up schemas/responses a bit | Rory& | 2026-04-20 | 16 | -34/+35 |
| * | Clean up schemas/gateway a bit | Rory& | 2026-04-20 | 7 | -18/+57 |
| * | Clean up schemas/api a bit | Rory& | 2026-04-20 | 16 | -14/+137 |
| * | Clean up imports in schemas/api/bots | Rory& | 2026-04-20 | 18 | -194/+177 |
| * | Merge AckBulkSchema into MessageAcknowledgeSchema.ts | Rory& | 2026-04-20 | 4 | -27/+9 |
| * | Clean some unused imports | Rory& | 2026-04-19 | 2 | -3/+2 |
| * | Fix guild discovery | Rory& | 2026-04-19 | 2 | -4/+4 |
| * | Update readme | Rory& | 2026-04-19 | 1 | -6/+9 |
| * | eslint: reapply after rebasing on #1631 | Rory& | 2026-04-19 | 1 | -1/+1 |
| * | eslint: yoda | Rory& | 2026-04-19 | 4 | -5/+7 |
| * | eslint: default-case | Rory& | 2026-04-19 | 3 | -0/+17 |
| * | eslint: arrow-body-style=as-needed | Rory& | 2026-04-19 | 20 | -203/+147 |
| * | eslint: no-promise-executor-return | Rory& | 2026-04-19 | 10 | -15/+16 |
| * | eslint: more rules, no-duplicate-imports | Rory& | 2026-04-19 | 11 | -29/+19 |
| * | eslint: array callback return, no restricted imports | Rory& | 2026-04-19 | 72 | -141/+175 |
| * | Minor package updates | Rory& | 2026-04-19 | 2 | -39/+39 |
| * | CDN: clean up unused imports | Rory& | 2026-04-19 | 16 | -133/+16 |
| * | Merge pull request #1631 from CyberL1/fix/account-connections-visibility | Cyber | 2026-04-19 | 3 | -2/+61 |
| |\ |
|
| | * | fix comment typo | CyberL1 | 2026-04-19 | 1 | -1/+1 |
| | * | remove oversight | CyberL1 | 2026-04-19 | 1 | -4/+0 |
| | * | fix: expose metadata if should be visible | CyberL1 | 2026-04-19 | 1 | -1/+2 |
| | * | fix: expose only public properties | CyberL1 | 2026-04-19 | 3 | -2/+53 |
| | * | fix: select `visibility` on `connected_accounts` | CyberL1 | 2026-04-19 | 1 | -0/+11 |
| |/ |
|
| * | Make connections more verbose and include some setup instructions | Rory& | 2026-04-19 | 24 | -247/+122 |
| * | NPM updates: typescript 6.0 | Rory& | 2026-04-18 | 2 | -5/+5 |
| * | NPM updates: amqplib | Rory& | 2026-04-18 | 2 | -30/+7 |
| * | NPM updates 2 | Rory& | 2026-04-18 | 7 | -77/+121 |
| * | NPM update | Rory& | 2026-04-18 | 4 | -551/+408 |