Tusker/Pachyderm/Model
Shadowfacts 8a45837918
Fix loading attachments from Pleroma
Unlike Mastodon, Pleroma includes a URL query component in attachment URLs.
The URL(lenient:) initializer did not count query parameters (e.g. '?') as valid URL characters
and incorrectly escaped them resulting in image requests that 404'd.
2019-06-13 23:48:21 -07:00
..
Account.swift Show fields in profiles 2019-04-01 19:34:50 -04:00
Application.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Attachment.swift Fix loading attachments from Pleroma 2019-06-13 23:48:21 -07:00
Card.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
ConversationContext.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Emoji.swift Add custom emojis 2019-02-09 21:15:15 -05:00
Filter.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Hashtag.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Instance.swift Add character counter 2018-09-29 22:20:17 -04:00
List.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
LoginSettings.swift Replace MastodonKit with Pachyderm 2018-09-11 10:52:21 -04:00
MastodonError.swift Replace MastodonKit with Pachyderm 2018-09-11 10:52:21 -04:00
Mention.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Notification.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
PushSubscription.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
RegisteredApplication.swift Replace MastodonKit with Pachyderm 2018-09-11 10:52:21 -04:00
Relationship.swift Add following/unfollowing accounts 2018-09-24 08:49:39 -04:00
Report.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Scope.swift Replace MastodonKit with Pachyderm 2018-09-11 10:52:21 -04:00
SearchResults.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
Status.swift Change Pachyderm models to be immutable 2018-09-17 19:33:44 -04:00
StatusContentType.swift Pachyderm: Add StatusContentType 2019-01-13 19:46:51 -05:00
Timeline.swift Pachyderm: Fix pagination 2018-09-14 11:35:00 -04:00