Commit graph

23 commits

Author SHA1 Message Date
6084e5bb30
refactor: remove all Shiori code
Their API is Terrible, Horrible, No Good, Very Bad[1][2]

1: It's _fine_ but I want more
2: https://en.wikipedia.org/wiki/Alexander_and_the_Terrible,_Horrible,_No_Good,_Very_Bad_Day
2023-12-03 21:52:38 +05:30
b9d92ecefa
Revert "Revert "fix(api): title and url are required for bookmark edits""
This reverts commit 2273768556.
2023-10-31 10:45:24 +05:30
2273768556
Revert "fix(api): title and url are required for bookmark edits"
Seems to still fail in CI????????????????

This reverts commit cce12fb138.
2023-10-28 00:34:07 +05:30
cce12fb138
fix(api): title and url are required for bookmark edits 2023-10-27 22:34:07 +05:30
f39bf0b043
feat(api/model): initial Shiori API 2023-10-27 22:34:07 +05:30
25382acf0e
refactor(model): use Konvert to automatically generate mappings 2023-09-09 13:31:28 +05:30
9dcf26b5a4
fix(model): adjust for new comments structure 2023-08-30 11:32:10 +05:30
d343f3db2b feat(api): remove tag search endpoints 2023-07-19 00:50:10 +05:30
0359860b82 refactor(android): move link metadata extraction to Unfurl
Crux is doing major changes for no good reason
2023-07-17 15:03:55 +05:30
7eb4b45ab1 fix(model): ensure all classes have a readable toString 2023-07-17 13:36:42 +05:30
5c8057d71f
fix(model): implement contains operator fun for Tags 2023-05-04 03:33:47 +05:30
f17375e9e1
refactor: move Tags from api to model module 2023-02-22 09:23:23 +05:30
e62e257154
chore: polish license headers 2023-02-19 09:23:00 +05:30
540ea7ba43
feat: upgrade kotlinx.serialization to 1.5.0-RC 2023-01-26 21:49:29 +05:30
8433f38f6e
fix(model): add Comment#shortId 2023-01-12 01:06:34 +05:30
51a8538d6a fix: users can exist without inviters 2022-12-10 10:14:35 +00:00
6a4d0c2d3a
refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
79aba9a187
feat: load link metadata lazily 2022-10-16 12:21:19 +05:30
1d761b1f6e
refactor: suppress LongParameterList in model module 2022-10-02 16:38:12 +05:30
84c0abbf58
feat(model): add more fields to Comment model 2022-09-28 21:09:02 +05:30
23298dd0f5
all: introduce and migrate to ExtendedPostDetails 2022-08-19 23:20:45 +05:30
87b1377f38
metadata-extractor: move LinkMetadata to model 2022-08-19 23:20:45 +05:30
3d496c99c1
model: migrate to JVM-only 2022-08-02 23:09:05 +05:30