Commit graph

  • 62922436a2 chore(changelog): Update changelog master forgejo-actions 2024-07-30 08:37:28 +0000
  • fc0642fce6
    refactor: Refactor in_chat_requests table Awiteb 2024-07-30 08:45:01 +0300
  • 9218f205df
    feat: Send chat requests and responses when the user is online Awiteb 2024-07-29 14:02:58 +0300
  • 1249d9c8bf
    chore: Remove remove_in_chat_request trait function Awiteb 2024-07-29 14:01:27 +0300
  • 9617f69eda chore(changelog): Update changelog forgejo-actions 2024-07-28 09:56:41 +0000
  • 20a8ac6715
    refactor: Use PublicKey and Signature as parameters Awiteb 2024-07-28 12:56:20 +0300
  • 71d63580bf
    chore: Let salvo extract the public key and the signature Awiteb 2024-07-28 12:27:03 +0300
  • 476bffb37b
    refactor: Refactor chat request and response Awiteb 2024-07-28 12:03:57 +0300
  • d1ca5c0a48
    change: Rename in_on col of incoming_chat table to received_timestamp Awiteb 2024-07-28 11:07:00 +0300
  • c8693eeb3e
    feat: Add accepted_response col to incoming_chat table Awiteb 2024-07-28 10:55:04 +0300
  • f0383296de
    change: Rename UserId to IdCol and make it private Awiteb 2024-07-28 10:40:04 +0300
  • 0274444434
    refactor: Rename in_chat_requests table to incoming_chat Awiteb 2024-07-28 10:36:05 +0300
  • c137129488
    remove: Remove extract_public_key and extract_signature from utils Awiteb 2024-07-28 09:47:18 +0300
  • 5ca23c8af5
    chore: Use core implementation to extract the signature and public key Awiteb 2024-07-28 09:46:14 +0300
  • bc00ac08b1 chore(changelog): Update changelog forgejo-actions 2024-07-28 05:43:59 +0000
  • e61de9a8b1
    fix: Handle the websocet in handle_socket itself Awiteb 2024-07-28 08:43:20 +0300
  • cc59b02b2d
    fix: Handle the websocet in handle_socket itself Awiteb 2024-07-27 12:25:51 +0300
  • b4cac39157
    docs: Improve schemas docs Awiteb 2024-07-27 05:27:06 +0300
  • bf1d322fe2
    chore: Use a specific date-time instead of the current one in schema examples that use it Awiteb 2024-07-27 05:18:40 +0300
  • f4df5b26d3
    chore: Use PublicKey as an argument and openapi doc Awiteb 2024-07-27 02:47:17 +0300
  • 531e27ab2c
    chore: Use Signature as a openAPI parameter Awiteb 2024-07-27 02:46:03 +0300
  • 1d0268c501
    chore: Imple openAPI traits for PublicKey and Signature Awiteb 2024-07-27 02:09:21 +0300
  • 2b282cbec6
    remove: Remove Public key middleware public_key_check Awiteb 2024-07-27 02:06:12 +0300
  • 6fc14d380b
    chore: Add serde_json & salvo_core to core dependencies Awiteb 2024-07-27 01:54:35 +0300
  • 9f3fd659d2
    chore: Move serde_json to be shared dependencie Awiteb 2024-07-27 01:53:17 +0300
  • 7a81ccc0c5 chore(changelog): Update changelog forgejo-actions 2024-07-24 08:50:01 +0000
  • b79587f537
    feat: Add last_logout column to users table Awiteb 2024-07-24 11:49:39 +0300
  • c9480d60ea
    feat: Save user logout time Awiteb 2024-07-24 08:42:02 +0300
  • 7dab7e29cc
    feat: Add last_logout column to users table Awiteb 2024-07-24 08:40:56 +0300
  • 94e3e527ea chore(changelog): Update changelog forgejo-actions 2024-07-23 22:19:57 +0000
  • 1d1bb962bb
    refactor: Update public key column type from String to PublicKey Awiteb 2024-07-24 01:19:34 +0300
  • a01f4add0c
    refactor: Change config private key type to K256Secret Awiteb 2024-07-24 01:17:13 +0300
  • 0b56faebae
    fix: Use K256Secret directly Awiteb 2024-07-23 22:22:42 +0300
  • 672b84710e
    remove: Remove is_valid_signature util Awiteb 2024-07-23 22:21:56 +0300
  • 470fd6c015
    chore: Imple Clone for K256Secret Awiteb 2024-07-23 22:21:24 +0300
  • bd45d6e1a9
    refactor: Change config private key type to K256Secret Awiteb 2024-07-23 22:20:50 +0300
  • eb52c0a030
    chore: Use PublicKey as it is Awiteb 2024-07-23 19:39:44 +0300
  • ab4e388ff8
    change: Change public key type to binary Awiteb 2024-07-23 17:05:35 +0300
  • 35a7354de1
    refactor: Use and_then instead of map Awiteb 2024-07-23 11:49:55 +0300
  • 79ef0d2448
    refactor: Update public key column type from String to PublicKey Awiteb 2024-07-22 22:50:36 +0300
  • 62cfc1bd07
    chore: Use oxidetalis_core in oxidetalis_entities Awiteb 2024-07-22 22:48:48 +0300
  • f5c4caeb6b
    feat: Add sea-orm feature to use PublicKey as entity column Awiteb 2024-07-22 22:47:50 +0300
  • 672d7a2d3c
    chore: Docker improvments Awiteb 2024-07-23 00:25:06 +0300
  • 98a02e0370
    chore(changelog): Update changelog Awiteb 2024-07-23 00:25:52 +0300
  • daef92207e
    feat: Use url::Host instead of IpOrUrl Awiteb 2024-07-22 12:41:58 +0300
  • 1c273d746b
    chore: Add url to oxidetalis_config dependencies Awiteb 2024-07-22 12:40:43 +0300
  • 3e4141f30e
    docs: Add detailed descriptions to files header Awiteb 2024-07-22 10:15:50 +0300
  • 0e26557128
    remove: Remove user registration body Awiteb 2024-07-21 14:37:34 +0300
  • f0d1b78946
    change: Add serde & openapi features to the core Awiteb 2024-07-21 13:37:27 +0300
  • 23469f3f5e
    chore: Update README.md Awiteb 2024-07-20 22:56:05 +0300
  • 2b2bdf7460
    chore: Add Code of Conduct Awiteb 2024-07-20 22:32:20 +0300
  • 9ff5548601
    change: Change the default port Awiteb 2024-07-20 21:50:13 +0300
  • 17603584f6
    Update CONTRIBUTORS.md forgejo-actions 2024-07-20 14:43:45 +0000
  • abbc083371
    fix: Change the CLI settings Awiteb 2024-07-20 17:42:39 +0300
  • 18fd708c26
    fix: Change the way checking if the file changed Awiteb 2024-07-20 17:37:31 +0300
  • 16302450ff
    chore: Update CONTRIBUTING.md Awiteb 2024-07-20 17:22:19 +0300
  • d3597863e6
    chore: Update the copyright Awiteb 2024-07-20 16:37:40 +0300
  • 8c5d3744ff
    Update CONTRIBUTORS.md forgejo-actions 2024-07-20 13:13:15 +0000
  • ce566ada27
    feat: CI to create CONTRIBUTORS.md file Awiteb 2024-07-20 16:06:17 +0300
  • 8888bf2d60
    feat: Chat request implementation Awiteb 2024-07-18 15:21:05 +0300
  • 221a47cfd0
    change: Use Scalar as default openapi UI Awiteb 2024-07-18 12:46:31 +0300
  • 7a2e511910
    chore: Update CONTRIBUTING.md Awiteb 2024-07-14 04:54:44 +0300
  • 1ad98ec27e
    feat: Developer Certificate of Origin Awiteb 2024-07-14 04:00:23 +0300
  • 972740f03e
    fix: Use old alert blocks style Awiteb 2024-07-08 17:46:56 +0300
  • 46eb5918c0
    remove: Remove user registration body Awiteb 2024-07-21 14:22:06 +0300
  • bf77af3cfc chore(changelog): Update changelog forgejo-actions 2024-07-21 11:23:31 +0000
  • 7006be2685
    change: Add serde & openapi features to the core Awiteb 2024-07-21 13:37:27 +0300
  • b42e7f2bfe
    chore: Update README.md Awiteb 2024-07-20 22:56:05 +0300
  • d6ac2d1599
    chore: Add Code of Conduct Awiteb 2024-07-20 22:32:20 +0300
  • cb2f540a2a chore(changelog): Update changelog forgejo-actions 2024-07-20 18:50:34 +0000
  • 4964ba085f
    change: Change the default port Awiteb 2024-07-20 21:50:13 +0300
  • c4734d2698 Update CONTRIBUTORS.md forgejo-actions 2024-07-20 14:43:45 +0000
  • 454fd2c6e8 chore(changelog): Update changelog forgejo-actions 2024-07-20 14:43:27 +0000
  • 6a729e49d4
    fix: Change the CLI settings Awiteb 2024-07-20 17:42:39 +0300
  • 86728bac46 chore(changelog): Update changelog forgejo-actions 2024-07-20 14:37:48 +0000
  • 2da2e62b3b
    fix: Change the way checking if the file changed Awiteb 2024-07-20 17:37:31 +0300
  • 196ea26e72
    fix: Change the way checking if the file changed Awiteb 2024-07-20 17:36:21 +0300
  • c214535218
    chore: Update CONTRIBUTING.md Awiteb 2024-07-20 17:22:19 +0300
  • e16477dfae
    chore: Update CONTRIBUTING.md Awiteb 2024-07-20 16:44:50 +0300
  • 8ad066a5ff
    chore: Update the copyright Awiteb 2024-07-20 16:37:40 +0300
  • 4780d049d4
    chore: Update the copyright Awiteb 2024-07-20 16:32:19 +0300
  • 9c2db0cbe8 Update CONTRIBUTORS.md forgejo-actions 2024-07-20 13:13:15 +0000
  • 77a23e9423 chore(changelog): Update changelog forgejo-actions 2024-07-20 13:12:54 +0000
  • cb60ee84bb
    feat: CI to create CONTRIBUTORS.md file Awiteb 2024-07-20 16:06:17 +0300
  • 3bd8753118
    chore: Update README Awiteb 2024-07-20 16:04:22 +0300
  • 4bda036ba7
    feat: Contributors actions Awiteb 2024-07-20 15:57:39 +0300
  • bb66f4d71b
    chore: Fix typos Awiteb 2024-07-20 15:57:10 +0300
  • 8842d115ec
    feat: Just task to create CONTRIBUTORS.md file Awiteb 2024-07-18 17:44:06 +0300
  • 063a3d3263 chore(changelog): Update changelog forgejo-actions 2024-07-18 12:21:21 +0000
  • 82132fc446
    feat: Chat request implementation Awiteb 2024-07-18 15:21:05 +0300
  • 590e7ea93b chore(changelog): Update changelog forgejo-actions 2024-07-18 09:46:51 +0000
  • 2e0342e820
    change: Use Scalar as default openapi UI Awiteb 2024-07-18 12:46:31 +0300
  • ec0ec98ae6
    change: Use Scalar as default openapi UI Awiteb 2024-07-18 12:36:40 +0300
  • 6f0b88afb1
    chore: More logging Awiteb 2024-07-18 12:28:45 +0300
  • 39e7861917
    change: Rename OutChatRequestsExt::have_chat_request_to function to get_chat_request_to Awiteb 2024-07-18 11:22:56 +0300
  • 21880c5f82
    refactor: Use get_user_status util in more places Awiteb 2024-07-18 11:14:49 +0300
  • 4e50cb34c0
    fix: Create the index after the table Awiteb 2024-07-18 11:07:50 +0300
  • 530f3bc90b
    fix: Create the foreign keys columns Awiteb 2024-07-18 11:01:30 +0300
  • ccc0c2954b
    refactor: Use pagination directly as an argument Awiteb 2024-07-18 10:59:29 +0300
  • d0d048c135
    feat: Impl EndpointArgRegister for Pagination Awiteb 2024-07-18 10:57:52 +0300