399c3987b6
v0.19.0-rc.14
2023-10-19 20:26:39 -04:00
2f1e4f3172
v0.19.0-rc.3
2023-10-19 20:22:48 -04:00
Dessalines
24eed9e7be
Adding mark multiple posts as read, and other API changes. ( #201 )
...
* Adding mark multiple posts as read, and other API changes.
* v0.19.0-alpha.10
* Adding animated_images boolean.
* v0.19.0-alpha.11
* Updating successresponses.
* v0.19.0-alpha.12
* Adding a few missing routes.
* Revert "Updating successresponses."
This reverts commit 6de51027d4
.
* v0.19.0-alpha.13
* update before rc.3.
2023-10-19 20:22:35 -04:00
33eccecf94
v0.19.0-rc.13
2023-09-28 08:43:08 -04:00
54d046fac2
v0.19.0-rc.10
2023-09-28 08:42:50 -04:00
Dessalines
ab7af88a2b
Removing auth and useless interfaces. ( #181 )
...
* Removing auth and useless interfaces.
* v0.19.0-rc.8
* v0.19.0-rc.10
* Changing jwt cookie to auth.
* Adding a few types merged from main.
* v0.19.0-rc.11
* Adding blockInstance fn.
* v0.19.0-rc.12
2023-09-25 21:47:28 -04:00
5718cc5c93
v0.19.0-rc.9
2023-09-18 18:47:31 -04:00
37df5f260a
v0.19.0-rc.7
2023-09-06 08:16:53 -04:00
170e598e79
v0.19.0-rc.6
2023-09-06 08:15:39 -04:00
f2df2fb365
v0.19.0-rc.3
2023-08-29 15:54:08 -04:00
8760eadf52
v0.19.0-rc.1
2023-07-26 15:23:49 -04:00
2aa12c04a3
v0.18.3-rc.3
2023-07-20 12:22:18 -04:00
SleeplessOne1917
ef5757dab5
Merge branch 'main' into update_prettier_3_0_0
2023-07-14 20:46:40 +00:00
1f7743085c
v0.18.3-rc.2
2023-07-14 11:03:38 -04:00
b010b2f9b4
v0.18.3-rc.1
2023-07-12 08:39:03 -04:00
33519b2be7
Upgrade prettier.
2023-07-12 08:37:34 -04:00
406d1c187b
v0.18.1
2023-07-07 09:22:18 -04:00
916440e413
v0.18.1-rc.3
2023-07-03 18:39:35 -04:00
a6bcfbc049
v0.18.1-rc.2
2023-06-26 18:35:46 -04:00
ad1d89ed20
v0.18.1-rc.1
2023-06-26 16:35:11 -04:00
a336b2dccd
v0.18.0
2023-06-23 08:40:29 -04:00
54a9059f8d
v0.18.0-rc.2
2023-06-21 12:52:56 -04:00
89bd17fa52
v0.18.0-rc.1
2023-06-16 10:37:50 -04:00
3ece676b8f
v0.17.2-rc.24
2023-06-06 09:10:13 -04:00
SleeplessOne1917
c758d480dc
Adjust version ( #129 )
2023-06-05 20:06:19 -04:00
SleeplessOne1917
fa1c032835
Make private class properties actually private ( #128 )
...
* Make private class properties actually private
* Update version in package.json
2023-06-05 19:32:23 -04:00
Anon
d866cae686
Remove BigInt
2023-06-04 20:46:09 -05:00
Dessalines
d886904888
Better error wrapping. ( #126 )
...
* Better error wrapping.
* Simplifying
* Moving return to else.
2023-05-29 22:28:26 -04:00
c4c97dcccd
v0.17.2-rc.20
2023-05-26 19:50:32 -04:00
2e64d776b6
v0.17.2-rc.19
2023-05-26 19:46:53 -04:00
d8ee5f31ea
v0.17.2-rc.18
2023-05-26 16:35:31 -04:00
6801b2ae24
v0.17.2-rc.17
2023-05-15 15:42:08 -04:00
a5fb8c19e2
v0.17.2-rc.16
2023-05-15 12:24:08 -04:00
6743d28f7f
v0.17.2-rc.15
2023-05-13 10:50:56 -04:00
968e1c0049
v0.17.2-rc.14
2023-05-11 14:02:02 -04:00
82ac85785d
v0.17.2-rc.13
2023-05-10 11:17:03 -04:00
Dessalines
68f0b8152f
Upgrading deps ( #117 )
...
* Upgrading deps
* Upgrading node
2023-05-10 11:15:51 -04:00
Dessalines
0078d575b3
Adding bindings from rust. Fixes #113 ( #114 )
...
* Adding bindings from rust. Fixes #113
* v0.17.2-rc.7
* v0.17.2-rc.8
* v0.17.2-rc.9
* Trying encode 1
* v0.17.2-rc.10
* Nixing encode
* Switching to old comment GetPost.
* v0.17.2-rc.11
2023-05-02 17:15:36 -04:00
Dessalines
cfc1dcf0f4
Adding diesel SortType and ListingType enums. ( #112 )
...
* Adding diesel SortType and ListingType enums.
* v0.17.2-rc.6
* Remove comment.
2023-04-17 19:12:56 -04:00
afea84aa8d
v0.17.2-rc.5
2023-03-27 12:27:07 -04:00
Dessalines
e371115323
Add woodpecker ( #110 )
...
* Adding woodpecker 1
* Adding woodpecker 2
* v0.17.2-rc.4
2023-03-27 12:19:19 -04:00
SleeplessOne1917
360196c8ae
feat: add image upload method to http client ( #108 )
...
* feat: add image upload method to http client
* fix: Make files optional on UploadImageResponse
* fix: Fix comment typo
* fix: replace loose equals with strict equals
* fix: Remove useless awaits
* fix: Add explicit return types to image upload helper functions
* fix: Include client headers in image upload request
* fix: Change type of uploadImage arg to File | Buffer instead of Blob | Buffer
* doc: Add doc string
* refactor: Switch to using cross-fetch instead of node-fetch v3
* chore: remove unnecessary asyncs
2023-03-22 14:33:54 -04:00
Dessalines
72b3877693
Totp ( #106 )
...
* Adding TOTP support.
* v0.17.2-rc.2
* Fix name.
* v0.17.2-rc.3
2023-03-02 18:26:44 -05:00
Dessalines
dcb849bdd9
Adding email admins for new reports. ( #105 )
...
* Adding email admins for new reports.
* v0.17.2-rc.1
2023-02-16 21:06:56 -05:00
2477b17a45
v0.17.0-rc.62
2023-01-18 22:14:37 -05:00
e844f95acf
v0.17.0-rc.61
2023-01-04 11:30:18 -05:00
Dessalines
8065620cb5
Removing monads. Fixes #98 ( #99 )
...
* Removing monads. Fixes #98
* Fixing http get params
* In encode get params, dont serialize the undefineds.
* v0.17.0-rc.60
2023-01-04 11:29:06 -05:00
f1d164fca3
v0.17.0-rc.59
2023-01-03 14:46:24 -05:00
3f53c66dbf
v0.17.0-rc.58
2022-12-29 09:54:24 -05:00
Dessalines
0b6e2af513
Add community language ( #85 )
...
* Adding some API fixes.
* v0.17.0-rc.55
* Adding create community discussion languages.
* v0.17.0-rc.57
2022-12-19 10:57:02 -05:00