Commit Graph

  • 50c5c29cae update dev-dependencies Quat3rnion 2024-06-04 00:53:08 -0400
  • 2db91e8538 Fix errors in documentation tests Quat3rnion 2024-06-04 00:51:22 -0400
  • fcda4cc2ca Remove final usages of erroneous serde impl Quat3rnion 2024-06-04 00:41:03 -0400
  • 119a09ae88 Revert c4452132 Quat3rnion 2024-06-04 00:38:59 -0400
  • 2b4e9fa149 Remove unused imports Quat3rnion 2024-06-04 00:38:49 -0400
  • f178e517d3 Use distinct type for explicit_content_filter Quat3rnion 2024-06-04 00:22:52 -0400
  • 2b06742a62 Add feature sqlx locks for user, roles on GuildMember Quat3rnion 2024-06-04 00:22:12 -0400
  • 97f10aaa61 Add From<Vec<GuildFeatures>> impl for GuildFeaturesList Quat3rnion 2024-06-04 00:21:38 -0400
  • 4d75aa89c9 Remove erroneous serde with attributes Quat3rnion 2024-06-03 23:59:21 -0400
  • 40bdafd1a3 Feature lock Shared, so backend feature gets a facade type Quat3rnion 2024-06-03 23:56:17 -0400
  • 179b8d228a Use ChannelType enum on ChannelModifySchema Quat3rnion 2024-06-03 23:54:17 -0400
  • 7d55bbea4b Use Snowflake in Claims Quat3rnion 2024-06-03 23:53:15 -0400
  • 85aa854953 Implement sqlx Encode, Decode, Type for Rights bitflag object. Quat3rnion 2024-06-03 22:58:05 -0400
  • 7548f0e592 merge latest dev Quat3rnion 2024-06-03 01:55:12 -0400
  • d6ad68c044 remove dep: prefix in backend feature list Quat3rnion 2024-06-03 01:42:31 -0400
  • 0bc54ce46f Add sqlx::FromRow derive to GuildMember Quat3rnion 2024-06-03 01:41:52 -0400
  • eb087938ed
    Fix some iso timestamps being strings, not DateTime<Utc> (#499) kozabrada123 2024-06-03 07:32:11 +0200
  • 23a6fe5c6e remove unused import kozabrada123 2024-06-03 07:24:06 +0200
  • 056a8ba692 fix: register uses dates, not datetimes kozabrada123 2024-06-03 07:17:01 +0200
  • eefdd4aebf Remove serde(with) for message timestamps Quat3rnion 2024-06-02 20:17:48 -0400
  • a75701d9c6 Allow last_pin_timestamp to default if field is not in responses. Quat3rnion 2024-06-02 20:06:01 -0400
  • 8c5d80d3f1 Allow joined_at to default if field is not in responses. Quat3rnion 2024-06-02 19:18:43 -0400
  • 08952db014 Fix tests Quat3rnion 2024-06-02 19:02:36 -0400
  • ab4435a79f Update tests to use DateTime's for timestamps Quat3rnion 2024-06-02 18:12:52 -0400
  • 7b7294433b Make config register_configuration use Rights bitflag object Quat3rnion 2024-06-02 18:11:39 -0400
  • c44521320d Feature lock different types for UserSettings::status Quat3rnion 2024-06-02 18:10:57 -0400
  • d1b3a9ad9e Convert timestamp fields to DateTime's Quat3rnion 2024-06-02 18:09:43 -0400
  • f876f25a2c Update poem dependency Quat3rnion 2024-06-02 18:00:07 -0400
  • 78f33b8639 fix tests kozabrada123 2024-06-02 20:28:24 +0200
  • c6c88af63e fix: some iso timestamps being strings kozabrada123 2024-06-02 20:13:01 +0200
  • d4377c5280
    Ci improvements (#498) kozabrada123 2024-06-02 19:28:02 +0200
  • 9686447e8c add experimental semver checks kozabrada123 2024-06-02 19:18:47 +0200
  • 140a2bf875 check only some common non-default feature configurations, not all kozabrada123 2024-06-02 18:50:45 +0200
  • a20182efac Test adding an all features check kozabrada123 2024-06-02 14:42:41 +0200
  • f9d6d9d9b9 Geckodriver is not supported on macos-latest kozabrada123 2024-06-02 14:25:10 +0200
  • 3d1d712056 Maybe this works kozabrada123 2024-06-02 14:09:50 +0200
  • 054d6915c6 testing kozabrada123 2024-06-02 13:55:26 +0200
  • c1c38ae145 why does gecko not work? kozabrada123 2024-06-02 13:49:29 +0200
  • 970dbf3eda update wasm-bindgen dependencies kozabrada123 2024-06-02 13:43:28 +0200
  • 3d0fb15fa6 bump wasm-bindgen-cli version kozabrada123 2024-06-02 13:39:53 +0200
  • 4be7ea62f2 Add the repository field to Cargo.toml (#496) Flori 2024-05-10 21:15:49 +0200
  • 4aaceaea53
    Add the repository field to Cargo.toml Gábor Szabó 2024-05-10 22:12:03 +0300
  • c44dd269dd Add the repository field to Cargo.toml Gábor Szabó 2024-05-10 22:12:03 +0300
  • 03f1e7d983 Refactor / fix login and register (#495) kozabrada123 2024-05-05 14:43:23 +0200
  • e6138d9db4 api: remove get_user and get_settings on Instance kozabrada123 2024-05-05 14:30:12 +0200
  • f529b4b726 api: remove get_user and get_settings on Instance kozabrada123 2024-05-05 14:30:12 +0200
  • ba70bf6c99 fix: refactor / fix login and register kozabrada123 2024-05-05 13:57:25 +0200
  • 3147c64253 fix: refactor / fix login and register kozabrada123 2024-05-05 13:57:25 +0200
  • ca9c4b8949
    Reuse gateway backends, don't duplicate them for voice gateway (#493) kozabrada123 2024-04-30 16:17:47 +0200
  • aac31726ec Reuse gateway backends, don't duplicate them for voice gateway (#493) kozabrada123 2024-04-30 16:17:47 +0200
  • 36fb3007e3 fix: reuse gateway backends code, don't duplicate for vgw kozabrada123 2024-04-30 15:44:37 +0200
  • 9677069c62 fix: reuse gateway backends code, don't duplicate for vgw kozabrada123 2024-04-30 15:44:37 +0200
  • 7e326cfd84
    Move Shared<T> to types/mod.rs, bump some dependencies (#492) kozabrada123 2024-04-28 14:15:57 +0200
  • b2fd3e18cc Move Shared<T> to types/mod.rs, bump some dependencies (#492) kozabrada123 2024-04-28 14:15:57 +0200
  • 507b7c9037 update error messages kozabrada123 2024-04-28 12:32:24 +0200
  • b29c3dd06f merge w/ dev kozabrada123 2024-04-28 12:03:47 +0200
  • 384e11fc68 argh kozabrada123 2024-04-28 09:52:12 +0200
  • 8683f140eb argh kozabrada123 2024-04-28 09:52:12 +0200
  • 77b3d09aa4 missed an import of gateway::Shared kozabrada123 2024-04-28 09:43:34 +0200
  • b14bef2e00 missed an import of gateway::Shared kozabrada123 2024-04-28 09:43:34 +0200
  • 5e064259f3 fix: move Shared<T> to types/mod.rs kozabrada123 2024-04-28 09:31:27 +0200
  • d7268e582a fix: move Shared<T> to types/mod.rs kozabrada123 2024-04-28 09:31:27 +0200
  • 6ad1b862c4
    Use WebSocketEvent derive instead of impl WebSocketEvent for .. (#491) kozabrada123 2024-04-28 08:32:05 +0200
  • 319748c0a7 Use WebSocketEvent derive instead of impl WebSocketEvent for .. (#491) kozabrada123 2024-04-28 08:32:05 +0200
  • 124586a0f2 deps: bump h2 to 0.3.26 kozabrada123 2024-04-28 08:16:02 +0200
  • e5681b8763 deps: bump h2 to 0.3.26 kozabrada123 2024-04-28 08:16:02 +0200
  • d113350c25 deps: bump rustls to 0.21.11 kozabrada123 2024-04-28 08:11:53 +0200
  • 289efd72cf deps: bump rustls to 0.21.11 kozabrada123 2024-04-28 08:11:53 +0200
  • 3a5bbb73e0 Merge 'origin/dev' into feat/websocketevent-derive kozabrada123 2024-04-28 07:49:02 +0200
  • f6af408850 Merge 'origin/dev' into feat/websocketevent-derive kozabrada123 2024-04-28 07:49:02 +0200
  • c5ba48526a chore: derive WebSocketEvent kozabrada123 2024-04-28 07:44:50 +0200
  • 8021601d2d chore: derive WebSocketEvent kozabrada123 2024-04-28 07:44:50 +0200
  • a710edc2a1
    add WebSocketEvent macro derive, bump chorus-macros to 0.3.0 (#490) kozabrada123 2024-04-19 17:13:36 +0200
  • c7af410b2b add WebSocketEvent macro derive, bump chorus-macros to 0.3.0 (#490) kozabrada123 2024-04-19 17:13:36 +0200
  • 4bf7037cf0 change license, version of macros kozabrada123 2024-04-19 16:57:37 +0200
  • 4654719c10 change license, version of macros kozabrada123 2024-04-19 16:57:37 +0200
  • 07a54a4341 feat: add WebSocketEvent derive, bump to 0.2.1 kozabrada123 2024-04-19 16:24:12 +0200
  • bb16d793db feat: add WebSocketEvent derive, bump to 0.2.1 kozabrada123 2024-04-19 16:24:12 +0200
  • 29ada27125
    Release 0.15.0 (#487) Flori 2024-04-16 18:07:41 +0200
  • cb3551dcd4 Release 0.15.0 (#487) v0.15.0 Flori 2024-04-16 18:07:41 +0200
  • 171b46c4d7
    Limit test actions to 30 minutes (#489) kozabrada123 2024-04-16 17:40:38 +0200
  • 0cbc88503b Limit test actions to 30 minutes (#489) kozabrada123 2024-04-16 17:40:38 +0200
  • d2761079cf
    change version to 0.15.0 bitfl0wer 2024-04-16 17:38:36 +0200
  • a95dda5a87 change version to 0.15.0 bitfl0wer 2024-04-16 17:38:36 +0200
  • 5ab94cdbeb
    Merge branch 'dev' into fix/actions-timeout kozabrada123 2024-04-16 17:29:52 +0200
  • 17eab6fd34 Merge branch 'dev' into fix/actions-timeout kozabrada123 2024-04-16 17:29:52 +0200
  • 56b2381716
    Primitive voice implementation (feature/voice) (#457) kozabrada123 2024-04-16 17:18:21 +0200
  • 74d6785e50 Primitive voice implementation (feature/voice) (#457) kozabrada123 2024-04-16 17:18:21 +0200
  • f8cb92e736 fix: limit all tests to 30 minutes kozabrada123 2024-04-16 17:16:35 +0200
  • 82e5f76c70 fix: limit all tests to 30 minutes kozabrada123 2024-04-16 17:16:35 +0200
  • 28f3abbdb0 remove outdated docs feature/voice kozabrada123 2024-04-16 17:03:37 +0200
  • 177dbaf0f6 remove outdated docs kozabrada123 2024-04-16 17:03:37 +0200
  • 9aaeb579a1 fix: refactor gw and vgw closures kozabrada123 2024-04-16 16:59:13 +0200
  • 3e29a3274a fix: refactor gw and vgw closures kozabrada123 2024-04-16 16:59:13 +0200
  • 7cbb3eca29 use be for nonce bytes kozabrada123 2024-04-16 15:55:54 +0200
  • ae1e36fbb5 use be for nonce bytes kozabrada123 2024-04-16 15:55:54 +0200
  • a55e3120af
    Fix code scanning alerts on #487 (#488) kozabrada123 2024-04-16 15:54:30 +0200
  • 5209348ac1 Fix code scanning alerts on #487 (#488) kozabrada123 2024-04-16 15:54:30 +0200
  • 9490e8f72a fix codescanning alerts on 0.15.0 kozabrada123 2024-04-16 15:40:47 +0200
  • df04d29769 fix codescanning alerts on 0.15.0 kozabrada123 2024-04-16 15:40:47 +0200