1
0
Fork 0
Commit Graph

31 Commits

Author SHA1 Message Date
Ryan Fox da97f690b1
Add initial support for alt text
The input doesn't actually work right now, but it's a step in the right
direction.
2022-11-30 21:03:20 -08:00
Ryan Fox 21d2927e50
Stop using old API for mention searches
This caused some errors on GoToSocial.
2022-04-10 16:57:59 -07:00
Ryan Fox 2f227355b8
Show pinned statuses 2021-01-12 06:08:43 +00:00
Ryan Fox 0162eeaeda
Exclude replies by default 2021-01-12 04:20:35 +00:00
Ryan Fox 992c032e9f
Fix default draft settings; Reset draft on load 2021-01-11 03:12:21 +00:00
Nicolas Perriault 2e89ad0b0f
Fix #196: Fix incompatibilities with the Mastodon API v2.0.0. (#197) 2017-11-29 14:06:08 +01:00
Nicolas Perriault 575f6086cf
Handle posting draft with ctrl + enter. 2017-07-17 15:34:42 +02:00
Nicolas Perriault 885e0194c5
Fix #115: Add keyboard navigation to media viewer. 2017-07-13 17:34:00 +02:00
Nicolas Perriault 7c602100a5
Fix #72:Add browser notifications. 2017-06-02 14:11:50 +02:00
Nicolas Perriault a7c17ab6f1 Fix #160: Add search feature. (#188)
Also fixes #187.
2017-05-31 00:27:30 +02:00
Nicolas Perriault 7f2368f9d6
Fix #165: Fix blank screen after auth on Firefox. 2017-05-30 08:57:52 +02:00
Nicolas Perriault 2f6b43779f
Fix broken account following, muting, blocking. 2017-05-29 23:41:03 +02:00
Nicolas Perriault f717b6857f
Fix incoming home timeline statuses spawn into thread. 2017-05-29 23:27:04 +02:00
Nicolas Perriault 54ef5210df
Improve coding style. 2017-05-29 16:28:41 +02:00
Nicolas Perriault 6d7e9e9036 Urlify app. (#186) 2017-05-29 16:28:01 +02:00
Nicolas Perriault ba24f6a9cc
Clear all timelines on client switch. 2017-05-27 09:39:16 +02:00
Nicolas Perriault 6218f7222c Fix #138: Add a simple hashtag view. (#184) 2017-05-27 09:32:15 +02:00
Nicolas Perriault dfc0362242 Fix #175: Implement muting and blocking of users. (#182) 2017-05-25 23:07:17 +02:00
Nicolas Perriault cba6ea07e0
Fix #177: Remove all toots from an unfollowed account. 2017-05-25 10:25:43 +02:00
Nicolas Perriault 547dfd770a
Preserve scroll context when posting a status. 2017-05-14 11:25:34 +02:00
Nicolas Perriault 4d8757ad7c
Fix #168: List user favorites.
- Favorite timeline model and commands.
- 4th column navigation bar.
- Use of SetView for account selector.
- Move timeline views to their own view module.
- Handle favorite timeline updates.
- Integrate contextual menu in account selector view.
2017-05-13 22:16:57 +02:00
Nicolas Perriault 1fc6d6b4a2
Clean timelines when switching accounts. 2017-05-13 11:54:35 +02:00
Nicolas Perriault 8681a926dc
Confirm when unregistering an account. 2017-05-12 22:41:11 +02:00
Nicolas Perriault 92b9e53b8f
Add a logout button. 2017-05-12 22:03:52 +02:00
Nicolas Perriault 2f856a8bc3
Inform about media uploading status. 2017-05-11 12:23:10 +02:00
Nicolas Perriault b7001eb8da Fix #78: Handle media upload. (#156) 2017-05-11 10:55:15 +02:00
Nicolas Perriault 2fae98f452
Refactor error updates. 2017-05-10 09:46:04 +02:00
Nicolas Perriault 7a053b9fa0 Fix #152: Multiple accounts. (#153)
* Update model to store multiple clients.

* Delete tmp registration data after client creation.

* Add minimal account selector view

* Update clients so they can have an account attached.

* List clients in the account selector.

* List accounts in the account selector view.

* It works™.

* Minor CSS fix.

* Reset server value when switching account.

* Fix empty black screen on reauth with new client format.

* Fix typo.

[skip-ci]
2017-05-09 18:43:12 +02:00
Nicolas Perriault 73c3868d05 Update thread and account views on new websocket update event. (#151) 2017-05-08 14:13:07 +02:00
Nicolas Perriault 75de9b8c08 Fix #145: Paginate account followers and following lists. (#149) 2017-05-08 12:22:20 +02:00
Nicolas Perriault 8832b3156f Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00