Commit graph

688 commits

Author SHA1 Message Date
Abdulla Abdurakhmanov
d3923619b3
Ver up 2023-04-03 17:33:19 +02:00
Matthew Gapp
f244d5617e
refactor: Refactor SlackFile struct fields as optional (#180)
- Make fields `created`, `timestamp`, and `name` optional in `SlackFile` struct
2023-04-03 11:16:57 +02:00
Abdulla Abdurakhmanov
9554c00a7d
Merge pull request #179 from abdolence/renovate/hyper-rustls-0.x
fix(deps): update rust crate hyper-rustls to 0.24
2023-04-02 00:53:21 +02:00
renovate[bot]
872b1f537e
fix(deps): update rust crate hyper-rustls to 0.24 2023-04-01 21:30:43 +00:00
Abdulla Abdurakhmanov
71504ee3cf
(cargo-release) start next development iteration 1.8.1-alpha.0 2023-03-12 13:21:36 +01:00
Abdulla Abdurakhmanov
816cb4ba49
(cargo-release) version 1.8.0 2023-03-12 13:21:10 +01:00
Abdulla Abdurakhmanov
2445eac022
Clippy fixes 2023-03-12 13:20:28 +01:00
Abdulla Abdurakhmanov
18ec1fc384
Small rename 2023-03-12 13:19:35 +01:00
Abdulla Abdurakhmanov
7a0e53e425
Merge pull request #177 from JichaoS/jichaos/feature/filesupload
Add support for files.upload API endpoint.
2023-03-12 13:14:03 +01:00
Abdulla Abdurakhmanov
5fa900327a
Merge pull request #178 from Palladinium/client-clone
Derive Clone on SlackClient
2023-03-12 13:09:46 +01:00
Jichao Sun
369d65a22f
Merge branch 'abdolence:master' into jichaos/feature/filesupload 2023-03-09 19:05:13 -08:00
Jichao Sun
0bd76f1e9c Support multi channel request.
- Renames form encoding error types
 - Update response struct format
 - inlines token formatting function.
2023-03-09 18:57:02 -08:00
Jichao Sun
599d85f915
Merge pull request #1 from luabase/jichaos/feature/filesupload
fix: use correct struct in SlackApiFilesUploadResponse
2023-03-08 21:20:18 -08:00
Patrick Chieppe
1236c8937b Derive Clone on SlackClient 2023-03-09 16:13:50 +11:00
Abdulla Abdurakhmanov
5c38085448
Update SECURITY.md 2023-03-05 12:25:48 +01:00
Abdulla Abdurakhmanov
0fe6612c5b
(cargo-release) start next development iteration 1.7.1-alpha.0 2023-03-05 11:10:08 +01:00
Abdulla Abdurakhmanov
5bbe049ab5
(cargo-release) version 1.7.0 2023-03-05 11:09:07 +01:00
Abdulla Abdurakhmanov
c439108cfc
Ver up 2023-03-05 11:08:58 +01:00
Kai
64009a099c fix: use correct struct in SlackApiFilesUploadResponse 2023-03-01 14:17:10 -06:00
Jichao Sun
2493e8c533 Add support for files.upload API endpoint.
Only added support for the `application/x-www-form-urlencoded` version.
2023-02-23 18:38:48 -08:00
Abdulla Abdurakhmanov
1742e5941a
Merge pull request #176 from fkrauthan/feature/additional-event-callbacks
Additional event callbacks
2023-02-22 22:37:35 +01:00
Florian Krauthan
147c3a330d Made channel info name optional 2023-02-22 13:32:05 -08:00
Florian Krauthan
547d69bd7f Added name to channel
Removed custom types and use channel info for channel events
2023-02-22 13:29:09 -08:00
Florian Krauthan
d1b7400c33 Added Slack prefix to all structs 2023-02-22 13:12:30 -08:00
Florian Krauthan
cbde4a4804 Added support for team_join 2023-02-22 11:57:37 -08:00
Florian Krauthan
ef0d633fb7 Added support for channel_rename
Added support for channel_unarchive
2023-02-22 11:54:02 -08:00
Florian Krauthan
9bbe7ff0ae Added support for channel_created
Added support for channel_archive
Added support for channel_deleted
2023-02-22 11:50:51 -08:00
Florian Krauthan
9aeecc5484 Added support for member_left_channel
Added support for member_joined_channel
2023-02-22 11:42:30 -08:00
Abdulla Abdurakhmanov
43a2e1411d
(cargo-release) start next development iteration 1.6.2-alpha.0 2023-02-20 17:34:26 +01:00
Abdulla Abdurakhmanov
0279c18c18
(cargo-release) version 1.6.1 2023-02-20 17:33:40 +01:00
Abdulla Abdurakhmanov
f1dc1ab814
Socket Mode example trace to debug 2023-02-11 11:41:16 +01:00
Abdulla Abdurakhmanov
ae71d9287d
Merge pull request #173 from abdolence/feature/block-action-state-updates
Interaction event state support
2023-02-11 11:38:49 +01:00
Abdulla Abdurakhmanov
141e6eceae
SlackInteractionBlockAction now has state for embedded actions in the messages 2023-02-11 11:37:57 +01:00
Abdulla Abdurakhmanov
f1d0dfb7b7
Ver up 2023-02-09 17:57:35 +01:00
Abdulla Abdurakhmanov
558a4463d6
(cargo-release) start next development iteration 1.6.1-alpha.0 2023-02-09 17:56:20 +01:00
Abdulla Abdurakhmanov
70694a23e9
(cargo-release) version 1.6.0 2023-02-09 17:55:43 +01:00
Abdulla Abdurakhmanov
6eb484eade
Fixed date time picker field 2023-02-08 18:14:06 +01:00
Abdulla Abdurakhmanov
d7ff042409
Merge pull request #171 from abdolence/feature/block-elelements-updates
BlockKit elements updates
2023-02-08 18:10:48 +01:00
Abdulla Abdurakhmanov
63b6971916
Updated selects for Action blocks according to the latest docs 2023-02-08 18:09:21 +01:00
Abdulla Abdurakhmanov
b3b0b4f96d
RadioButtonsElement focus on load 2023-02-08 18:03:08 +01:00
Abdulla Abdurakhmanov
d3b1b7d220
PlainTextInputElement focus on load 2023-02-08 18:02:19 +01:00
Abdulla Abdurakhmanov
8aa9c7e05a
Slack Email input support 2023-02-08 17:58:51 +01:00
Abdulla Abdurakhmanov
a850d5a6b5
DateTime picker element support 2023-02-08 17:53:26 +01:00
Abdulla Abdurakhmanov
169ca68ca1
(cargo-release) start next development iteration 1.5.1-alpha.0 2023-02-04 16:22:07 +01:00
Abdulla Abdurakhmanov
a54aa89aa1
(cargo-release) version 1.5.0 2023-02-04 16:21:33 +01:00
Abdulla Abdurakhmanov
2fd775f1e1
Ver updates 2023-02-04 16:21:20 +01:00
Abdulla Abdurakhmanov
197664e50a
Conversion updates for Number/URL input elements (#169)
* Conversion updates for Number/URL input elements

* Clippy fixes
2023-02-04 16:19:40 +01:00
renovate[bot]
df15229e7b
fix(deps): update rust crate base64 to 0.21 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-04 16:03:53 +01:00
Lucas Jenß
d54f0e81c7
NumberInputElement and UrlInputElement elements. Make placerholders optional for BlockKit.
* Add `NumberInputElement` and `UrlInputElement`

* Make placerholders optional
2023-02-04 16:02:26 +01:00
Abdulla Abdurakhmanov
1c488cd26e
(cargo-release) start next development iteration 1.4.3-alpha.0 2023-01-20 23:12:31 +01:00