Commit graph

338 commits

Author SHA1 Message Date
Dessalines
68f0b8152f
Upgrading deps (#117)
* Upgrading deps

* Upgrading node
2023-05-10 11:15:51 -04:00
Dessalines
431b34e938
Adding support for federated instances. Fixes #115 (#116) 2023-05-10 11:02:29 -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
SleeplessOne1917
533e222a0c
Add getComment to client (#111) 2023-04-12 19:48:54 -04:00
afea84aa8d v0.17.2-rc.5 2023-03-27 12:27:07 -04:00
07b05025b0 Merge branch 'makotech222-custom-emojis' 2023-03-27 12:26:21 -04:00
Dessalines
be449fe39e Add woodpecker (#110)
* Adding woodpecker 1

* Adding woodpecker 2

* v0.17.2-rc.4
2023-03-27 12:24:52 -04:00
SleeplessOne1917
de4414b877 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-27 12:24:50 -04:00
SleeplessOne1917
077c9782b1 docs: Fix incorrect code sample in README (#109) 2023-03-27 12:22:28 -04:00
Dessalines
c13af053f0 Totp (#106)
* Adding TOTP support.

* v0.17.2-rc.2

* Fix name.

* v0.17.2-rc.3
2023-03-27 12:22:28 -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
SleeplessOne1917
1e6ddc3587
docs: Fix incorrect code sample in README (#109) 2023-03-17 11:33:57 -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
Anon
0c25b7cfd2 Merge remote-tracking branch 'upstream/main' into custom-emojis 2023-02-18 10:25:55 -06: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
Anon
13ed39d527 Fixes for monads 2023-01-31 19:05:46 -06:00
Anon
50285bd049 Add custom emojis 2023-01-31 19:05:46 -06:00
2477b17a45 v0.17.0-rc.62 2023-01-18 22:14:37 -05:00
Dessalines
8d7f40554a
Fixing requireapplication string. (#104) 2023-01-18 22:13:59 -05:00
Dessalines
b685a3480b
Adding development instructions. Fixes #101 (#102) 2023-01-04 12:05:41 -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
81c0be5931
Udate CreateSite/EditSite structs for registration mode (#100) 2023-01-03 14:44:53 -05:00
3f53c66dbf v0.17.0-rc.58 2022-12-29 09:54:24 -05:00
e80d2e9b8c Fixing yarn.lock 2022-12-29 09:54:02 -05:00
f3dd61731f
Add LocalSite.registration_mode (#96) 2022-12-29 09:51:34 -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
2c58e2193e v0.17.0-rc.56 2022-12-11 12:00:44 -05:00
Dessalines
b1b087a26f
Add class instantiation in readme. (#95) 2022-12-11 12:00:05 -05:00
Anon
60c5c85cd7
Add FeaturePost support (#88)
* Add FeaturePost support

* Make featured not optional
2022-12-11 10:20:01 -05:00
SleeplessOne1917
a4ed93ae16
fix: Move required dependencies to prod dependencies instead of devependencies (#91)
* fix: Move required dependencies to prod dependencies instead of dev dependencies

* fix: Make node-fetch types match version

* Delete accidental pnpm lockfile
2022-12-09 10:01:21 -05:00
Hauke B
2d7a921454
Fixed links to Documentation (#84)
The links did not work directy out of the repository on GitHub. Fixed this by adding the full path inclusive domain.
2022-11-21 15:49:53 -05:00
b356f750e1 v0.17.0-rc.54 2022-11-21 11:49:50 -05:00
Dessalines
d31d7a0993
Remove federation strict_allowlist and retry_count. Fixes #82 (#83) 2022-11-21 11:49:24 -05:00
c3ec443cfa v0.17.0-rc.53 2022-11-19 19:17:23 -05:00
Anon
dbc846bb44
Update Taglines pt 2 (#81)
* Add Tagline structs

* updated is an option<string>

* Address PR Comments

* Move taglines to siteres

* Add Type
2022-11-19 19:17:09 -05:00
ab6eda43f7 v0.17.0-rc.52 2022-11-18 12:21:04 -05:00
Anon
14ed320d90
Add Tagline structs (#80)
* Add Tagline structs

* updated is an option<string>

* Address PR Comments
2022-11-18 12:19:56 -05:00
Dessalines
ad5be5ce3a
Move settings to database (#79)
* Adding site settings to DB.

* v0.17.0-rc.47

* Forgot some fields

* v0.17.0-rc.48

* Fixing some missing fields.

* v0.17.0-rc.49

* Fixing some missing fields.

* v0.17.0-rc.50

* Fixing some missing fields 3.

* v0.17.0-rc.51
2022-11-05 15:50:19 -04:00
Dessalines
00189a6462
Private message report (#78)
* Adding private message reporting.

* v0.17.0-rc.46
2022-09-27 22:57:11 -04:00
c254359ec8 v0.17.0-rc.45 2022-09-27 15:36:08 -04:00
Dessalines
e57cd12ca8
v0.17.0-rc.40 (#72) 2022-09-27 15:34:53 -04:00
Dessalines
f7d19d1aed
Person post unread comments (#74)
* Add unread post comments.

* v0.17.0-rc.42
2022-09-27 15:32:53 -04:00
Dessalines
c3b76c88b0
Add language (#77)
* Add language_id for user, post, and comment creation.

* v0.17.0-rc.44
2022-09-22 12:52:44 -04:00
ca66e1b8ba
Rename post.embed_html field to embed_video_url (#75)
https://github.com/LemmyNet/lemmy/pull/2261
2022-09-13 17:23:11 -04:00
e266c65a7f v0.17.0-rc.43 2022-08-17 19:30:44 -04:00
Anon
c3be80f46c
Add Modlog Filters (#65)
* Add types for Modlog Filters

* Update for optionals
2022-08-17 19:30:14 -04:00