Commit Graph

  • bc3a6b8b54
    Merge branch 'msrv' of https://github.com/polyphony-chat/chorus into msrv bitfl0wer 2024-08-02 21:07:03 +0200
  • 74d0123c51
    Merge branch 'msrv' of https://github.com/polyphony-chat/chorus into msrv bitfl0wer 2024-08-02 21:07:03 +0200
  • ab28f7ffb6
    Update msrv bitfl0wer 2024-08-02 21:05:21 +0200
  • 74993abfbc
    Update msrv bitfl0wer 2024-08-02 21:05:21 +0200
  • 0a1c51dddd feat: modify email and verify email endpoints kozabrada123 2024-07-29 10:42:14 +0200
  • 5d0a65a9a9 feat: delete and disable user endpoints kozabrada123 2024-07-29 09:23:09 +0200
  • 62d48d61fe feat: add modify user profile kozabrada123 2024-07-29 08:50:10 +0200
  • 2bd9fbaa9c
    bump versions of packages to latest compatible versions (#536) Flori 2024-07-28 12:35:26 +0200
  • f2f45b4b86
    bump versions of packages to latest compatible versions bitfl0wer 2024-07-28 12:28:56 +0200
  • 20bdb3247a api: re-do a large part of the users api kozabrada123 2024-07-28 12:20:27 +0200
  • 582173234f
    Manually implement std::default::Default for GatewayHeartbeat and Gat… (#535) Flori 2024-07-28 11:49:49 +0200
  • 7db5015c07 feat: Add UserProfile and other types kozabrada123 2024-07-28 11:42:26 +0200
  • 7bba7c6fcb
    Manually implement std::default::Default for GatewayHeartbeat and GatewayHeartbeatAck bitfl0wer 2024-07-27 15:31:47 +0200
  • ac8352e968
    Merge branch 'pr/xystrive/521-1' into mfa mfa bitfl0wer 2024-07-26 23:50:40 +0200
  • 274b9ab0ca
    More accurate "GatewayHello::default()" (#534) Flori 2024-07-26 23:37:28 +0200
  • d4f6a7e98a
    More accurate "GatewayHello::default()" bitfl0wer 2024-07-26 23:28:23 +0200
  • 537b0253bb
    Theme colors patch (#533) Flori 2024-07-26 17:48:40 +0200
  • 9dbb5ea77b
    impl sqlx::Type for ThemeColors bitfl0wer 2024-07-26 17:40:42 +0200
  • ffcf15d058
    Custom ThemeColors type with sqlx::Encode and sqlx::Decode impls bitfl0wer 2024-07-26 17:30:12 +0200
  • 111a8c42f5
    change theme_colors from Vec<u32> to (u32, u32) bitfl0wer 2024-07-26 14:54:55 +0200
  • 4292ab88e9
    Fix #525 (pr #532) kozabrada123 2024-07-26 10:02:11 +0200
  • f386adc3ea Fix #525 kozabrada123 2024-07-26 09:56:03 +0200
  • d188fe49b5
    refactor: comments xystrive 2024-07-25 13:23:16 +0100
  • 6ef5221c2c
    feat: add skeleton structure for MFA endpoints tests xystrive 2024-07-25 13:21:18 +0100
  • cd637fbb6b
    feat: add endpoints for Verify MFA Login and Send MFA SMS xystrive 2024-07-25 13:17:59 +0100
  • bf2608fb39
    feat: add SuspendedUser error value on ChorusError xystrive 2024-07-25 13:16:14 +0100
  • 530ed90171
    feat: add Request/Response objects for MFA verification endpoints xystrive 2024-07-25 13:12:13 +0100
  • a27b488f61
    Publically reexport Subscriber as Observer (#530) kozabrada123 2024-07-25 11:49:44 +0200
  • d829537713 remove cargo lock from example kozabrada123 2024-07-25 11:31:16 +0200
  • b9bc37fcd4 Readd Observer trait as reexport kozabrada123 2024-07-25 11:29:35 +0200
  • 832576dbf4 Update documentation in gateway_observers example kozabrada123 2024-07-25 11:28:22 +0200
  • 539460a552 Fix voice_simple example kozabrada123 2024-07-25 11:27:30 +0200
  • feb2b1b64c
    Bump browser_version according to https://www.useragents.me/#most-common-desktop-useragents bitfl0wer 2024-07-24 21:55:10 +0200
  • e8469c8e4f
    Use cargo nextest (#529) Flori 2024-07-24 16:24:26 +0200
  • d15dfc302d
    Revert: nextest on wasm bitfl0wer 2024-07-24 16:17:00 +0200
  • 31509b9945
    forgor installing nextest bitfl0wer 2024-07-24 16:12:06 +0200
  • f32b3060cf
    Cargo nextest on wasm, Parallelize "Check common non-default feat. cfg." bitfl0wer 2024-07-24 16:09:25 +0200
  • cc7ed62cf2
    Merge branch 'dev' into nextest bitfl0wer 2024-07-24 15:59:21 +0200
  • 7bb35e5ed8
    Increase limit integer size to match spacebars' possibilities bitfl0wer 2024-07-24 15:57:12 +0200
  • f0fc6eab4d
    Fix testcase that relied on false behavior implemented by older spacebar servers bitfl0wer 2024-07-24 15:55:49 +0200
  • dd85a7de17
    Fix/Correct UnavailableGuild object bitfl0wer 2024-07-24 15:55:29 +0200
  • 6bc6651e80
    Remove redundant "build" step I mean the bloody thing already gets built with "cargo test", so... bitfl0wer 2024-07-24 14:06:10 +0200
  • 0bfab58f2f
    Use cargo nextest bitfl0wer 2024-07-24 13:58:19 +0200
  • 6cd3c1081b
    Use cargo nextest bitfl0wer 2024-07-24 13:58:19 +0200
  • 7a2666bde2
    Update CONTRIBUTING.md bitfl0wer 2024-07-24 13:37:07 +0200
  • 5781490b40
    Bump openssl from 0.10.62 to 0.10.66 in the cargo group dependabot[bot] 2024-07-22 18:11:30 +0000
  • 0378739384
    Add missing Clone derive bitfl0wer 2024-07-21 15:13:46 +0200
  • 6e6f20e810
    Add Event and EventType enums bitfl0wer 2024-07-21 15:13:37 +0200
  • 1285d702d7
    Derives (#526) Flori 2024-07-20 18:07:20 +0200
  • 76146b0e8c
    Fix: Compile error with no default features bitfl0wer 2024-07-20 17:54:49 +0200
  • 88efef6015
    Fix: Turn unconditional import of sqlx::types::Json into conditional one bitfl0wer 2024-07-20 17:30:21 +0200
  • 0beb4484ca
    Fix: Wrong function name bitfl0wer 2024-07-20 17:25:33 +0200
  • 599969e2c7
    Merge branch 'one-billion-derives' of https://github.com/polyphony-chat/chorus into one-billion-derives bitfl0wer 2024-07-20 17:20:16 +0200
  • 98b129aca0
    Provide alternative implementations for PartialEq for some types when sqlx feature is enabled bitfl0wer 2024-07-20 17:18:23 +0200
  • cd0230e64d
    Provide alternative implementations for PartialEq for some types when sqlx feature is enabled bitfl0wer 2024-07-20 16:54:47 +0200
  • 491cd255de
    Add one BILLION derives bitfl0wer 2024-07-18 23:04:35 +0200
  • b0667a33fb
    Replace `Observer` and `GatewayEvent` with `pubserve` crate (#524) Flori 2024-07-13 18:03:02 +0200
  • ebcb6b65e4
    Fix voice, voice_udp features bitfl0wer 2024-07-13 14:53:04 +0200
  • 7554f90187
    Replace `Observer` and `GatewayEvent` with `pubserve` crate bitfl0wer 2024-07-13 14:28:22 +0200
  • 484c69229d
    No openssl (#522) Flori 2024-07-13 08:31:45 +0200
  • d0e2cc29dd
    Add wasm test script no-openssl bitfl0wer 2024-07-11 15:48:06 +0200
  • 829cc9878f
    Lock reqwest at 0.11.26, latest possible version bitfl0wer 2024-07-11 14:23:50 +0200
  • ae6233b495
    Lock reqwest at 0.11.23 bitfl0wer 2024-07-11 14:17:07 +0200
  • 0d40af069a
    Revert reqwest bitfl0wer 2024-07-11 14:13:02 +0200
  • cd2b5b9789
    Expand wasm documentation bitfl0wer 2024-07-10 18:13:53 +0200
  • 88ebc9e399
    Build RootCertStore from webpki roots instead of native roots bitfl0wer 2024-07-10 18:13:40 +0200
  • 648cd21001
    Eliminate openssl dependency from crate bitfl0wer 2024-07-10 18:13:19 +0200
  • e6838108af
    Add shorthand wasm build script bitfl0wer 2024-07-10 18:13:01 +0200
  • 215e576e90
    Remove openssl from some packages' deps bitfl0wer 2024-07-10 17:31:04 +0200
  • 317dbe1ed1 fix: according to changes made to `ChorusUser` object field 4920c91e52 xystrive 2024-07-05 17:15:24 +0100
  • ee19cb762f fix: concatenate `Instance`'s api url with endpoint xystrive 2024-07-05 17:06:16 +0100
  • c3c506bc1b fix: typo in `ChorusError::MfaRequired` `Display` message xystrive 2024-07-05 17:04:05 +0100
  • 8f995a9f63 refactor: change `ChorusUser` new method calls according to changes done xystrive 2024-07-04 19:09:28 +0100
  • 6ef33c01c7 refactor: change `User` object assignements according to changes done in `ChorusUser` xystrive 2024-07-04 19:08:38 +0100
  • a3aa4625f9 feat: add handling for MFA Required response errors xystrive 2024-07-04 18:37:33 +0100
  • 2c4e069269 refactor: remove mfa_token argument from `ChorusRequest` `new` method xystrive 2024-07-04 18:34:50 +0100
  • 85a2878f9a feat: add `complete_mfa_challenge` method to ChorusUser xystrive 2024-07-04 18:28:23 +0100
  • 4920c91e52 refactor: wrap object field type with `Option` and change `shell()` method accordingly xystrive 2024-07-04 18:27:37 +0100
  • 538781502c feat: add MFARequired error to ChorusError xystrive 2024-07-04 18:03:04 +0100
  • c3eec16c29 refactor: remove old Response object involved in MFA implementation xystrive 2024-07-04 18:02:10 +0100
  • 2dcee5cff0 feat: add Request/Response and other necessary objects for MFA implementation xystrive 2024-07-04 17:58:46 +0100
  • 743f106ec6
    Miscellaneous fixes (#514) kozabrada123 2024-06-28 14:05:59 +0200
  • 20c693f8bd fix lint kozabrada123 2024-06-28 13:41:05 +0200
  • b15704b438 fix: public_flags are UserFlags too kozabrada123 2024-06-28 13:40:57 +0200
  • 47ac6502ce cargo lock macros 0.4.1 kozabrada123 2024-06-28 13:40:38 +0200
  • cb1a541ddc Minor deserialization fixes kozabrada123 2024-06-28 13:18:54 +0200
  • 6f65c3d50e 105x comp ratio?! kozabrada123 2024-06-28 13:18:07 +0200
  • d95dfb9452 log event data if relevant to debugging kozabrada123 2024-06-28 13:17:46 +0200
  • f32f178364 fix: don't panic with extra bitflags kozabrada123 2024-06-28 13:16:51 +0200
  • 367315f9b9 fix: deser errors with UserSettings kozabrada123 2024-06-28 12:26:26 +0200
  • 4a4649a23b inBlate max compression ratio kozabrada123 2024-06-28 12:26:08 +0200
  • 87ac7b17f9 remove outdates comment kozabrada123 2024-06-28 11:49:29 +0200
  • 54b8a54450 Merge branch 'dev' into some-routes kozabrada123 2024-06-28 11:45:11 +0200
  • d59161619c
    Add custom deserializer for PermissionOverwriteType (#512) Quat3rnion 2024-06-27 14:36:39 -0400
  • f14ce10fcd Do a proper deserialize Quat3rnion 2024-06-27 14:31:04 -0400
  • f821997f32 Clean up imports Quat3rnion 2024-06-27 14:08:51 -0400
  • 14d2b0605b Add custom deserializer for PermissionOverwriteType Quat3rnion 2024-06-27 14:02:35 -0400
  • 3946859bd0 Fix: deser error with guild member flags kozabrada123 2024-06-27 09:39:01 +0200
  • de9501b428 Merge branch 'dev' into some-routes kozabrada123 2024-06-27 09:20:38 +0200
  • 39e7f89c78
    Backend/guilds (#509) Quat3rnion 2024-06-27 02:45:51 -0400