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
Dessalines
8d0b25d862
Distinguish ( #73 )
...
* Add distinguish
* v0.17.0-rc.41
2022-08-17 19:29:58 -04:00
96879bf1b3
v0.17.0-rc.39
2022-07-30 08:57:37 -04:00
Dessalines
0f8e6f754d
Upgrade deps ( #71 )
2022-07-29 23:35:59 -04:00
Dessalines
54bc5139ee
Starting to add comment tree paging ( #70 )
...
* Starting to add comment tree paging
* Switching comment_read to mark_comment_reply_read.
* Finishing up comment tree paging.
* v0.17.0-rc.35
* Get rid of circular dependency
* Upgrade deps
* v0.17.0-rc.36
* Fix deserializing non HTTP gets
* v0.17.0-rc.37
2022-07-29 23:33:06 -04:00
Dessalines
e7f5a5d05f
Admin purge ( #35 )
...
* Adding admin purge to API.
* v0.13.4-rc.2
* v0.17.0-rc.10
* v0.17.0-rc.12
* Fixing a few purge issues.
* v0.17.0-rc.33
2022-06-23 14:50:20 -04:00
Dessalines
adf324df19
Remove save and get SiteConfig. Fixes #68 ( #69 )
...
* Remove save and get SiteConfig. Fixes #68
* v0.17.0-rc.32
2022-06-23 09:59:12 -04:00
82cb50227d
v0.17.0-rc.31
2022-06-22 15:43:24 -04:00
Dessalines
637ada9f9f
Removing CommunityFollowerResponse, using SubscribedType. ( #62 )
...
* Removing CommunityFollowerResponse, using SubscribedType.
* v0.17.0-rc.11
2022-06-22 15:43:00 -04:00
Dessalines
36103fbca0
Add option types ( #67 )
...
* Testing some option types over the API.
* v0.17.0-rc.6
* Removing a few to better test.
* v0.17.0-rc.7
* Simpler again.
* v0.17.0-rc.8
* Trying swan.io boxed
* v0.17.0-rc.13
* Trying option-t
* v0.17.0-rc.14
* Adding rust-style Options using @sniptt/monads
- Also added serialization with class-transformer
* v0.17.0-rc.15
* Trying to fix encodeGetParams.
* v0.17.0-rc.16
* Trying to fix encodeGetParams 2.
* v0.17.0-rc.17
* Using init constructors.
* v0.17.0-rc.18
* v0.17.0-rc.19
* Add more type info.
* v0.17.0-rc.20
* Adding reflect-metadata
* v0.17.0-rc.21
* Adding type to siteview.site
* v0.17.0-rc.22
* Adding rest of nested types.
* v0.17.0-rc.23
* Adding toOption function.
* v0.17.0-rc.24
* Trying to fix send.
* v0.17.0-rc.25
* Try to stringify jsonres.
* v0.17.0-rc.26
* Try to stringify jsonres 2.
* v0.17.0-rc.27
* Adding toOption function.
* v0.17.0-rc.28
* Forgot to type a communityview.
* v0.17.0-rc.29
* Forgot to type a registrationapplicationview.
* v0.17.0-rc.30
2022-06-21 17:42:09 -04:00
54a61241ce
v0.16.4-rc.3
2022-05-26 10:48:45 -04:00
Dessalines
a03b88ccab
Revert "Add follow pending. ( #52 )" ( #63 )
...
This reverts commit 57de18c17e
.
2022-05-26 10:47:40 -04:00
fc210e6494
v0.17.0-rc.10
2022-05-23 19:35:04 -04:00
6bf01146f0
Add legal information ( #61 )
...
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2022-05-22 15:48:08 -04:00
Dessalines
44e5c91042
Add default_post_listing_type ( #53 )
...
* Add default_post_listing_type
* v0.17.0-rc.4
* Forgot to add to the Site interface.
* v0.17.0-rc.5
2022-05-22 15:47:15 -04:00
Dessalines
357bf2f011
Adding mark post as read. Fixes #36 ( #57 )
2022-05-22 15:46:20 -04:00
Dessalines
f67a5c12f6
Upgrading deps. ( #58 )
2022-05-22 15:46:02 -04:00
Dessalines
07919905c3
Adding endpoint comments. Fixes #50 ( #56 )
2022-05-22 15:45:53 -04:00
Dessalines
57de18c17e
Add follow pending. ( #52 )
...
* Add follow pending.
* v0.17.0-rc.1
* Make follower optional.
* v0.17.0-rc.2
* Pending is now required.
* v0.17.0-rc.3
2022-05-22 15:44:30 -04:00
dd615bf484
Merge pull request #55 from LemmyNet/use_enum_types
...
Use enum types
2022-05-16 11:51:56 +00:00
0a61424ca9
v0.17.0-rc.9
2022-05-15 15:26:59 -04:00
a8f4298f06
Use enum types in API. Fixes #51
2022-05-15 15:26:40 -04:00
Marcin Wojnarowski
7203e3dce6
Remove creator from SiteView ( #49 )
2022-05-03 18:12:41 +00:00
af760304d8
v0.16.4-rc.2
2022-04-29 13:21:51 -04:00
Dessalines
4e41168488
Adding posting_restricted_to_mods ( #48 )
2022-04-29 17:21:23 +00:00
8d0fc63474
v0.16.4-rc.1
2022-04-27 16:58:52 -04:00
4d6be6e9c2
Add site to GetCommunityResponse ( #47 )
...
* Add site to GetCommunityResponse
* Add new site fields (fixes #44 )
2022-04-25 21:10:02 +00:00
72f29cb684
v0.16.0-rc.1
2022-03-04 09:17:24 -05:00
b450c4fe63
v0.15.4-rc.3
2022-03-01 11:55:15 -05:00
Dessalines
9f4a112a18
Removing site_creator, adding LeaveAdmin. ( #42 )
...
* Removing site_creator, adding LeaveAdmin.
* v0.15.1-rc.1
2022-03-01 11:54:51 -05:00
7a592b9719
v0.15.4-rc.2
2022-02-24 14:28:58 -05:00
1b31b8ffd2
Add field Site.default_theme in missing places ( #46 )
2022-02-24 13:18:35 -05:00
8915dc4c25
v0.15.4-rc.1
2022-02-23 11:55:03 -05:00
a86ade901b
Add field Site.default_theme ( #45 )
2022-02-23 11:53:29 -05:00
Dessalines
fa04408c5a
Upgrading deps. ( #43 )
2022-01-24 22:12:50 -05:00
42c3421411
v0.15.0
2022-01-12 08:43:40 -05:00
63b42bf826
v0.15.0-rc.34
2022-01-09 11:51:35 -05:00
Dessalines
ada672c225
Adding ban_expires to person ( #40 )
2022-01-09 11:51:16 -05:00
176d237166
v0.15.0-rc.33
2022-01-09 11:47:11 -05:00
754cd94d05
Trying to publish with npm token 24
2022-01-09 11:47:09 -05:00
72379213ca
v0.15.0-rc.32
2022-01-09 11:46:04 -05:00
0b2eeca299
Trying to publish with npm token 23
2022-01-09 11:46:00 -05:00
0dabf969ab
v0.15.0-rc.31
2022-01-09 11:42:11 -05:00
7c1c027d72
Trying to publish with npm token 22
2022-01-09 11:42:08 -05:00
8dc60607c9
v0.15.0-rc.30
2022-01-09 11:31:29 -05:00