Commit Graph

76 Commits

Author SHA1 Message Date
c74e09cfaf
Account selector: Username before instance name 2021-01-15 04:48:41 +00:00
0fd0441093
Show username in boost if no display_name found 2021-01-13 21:26:55 +00:00
dae4d98f54
Follow request notifications
I'm not sure why the other clients don't have these. I want them!
2021-01-12 21:06:13 +00:00
2f227355b8
Show pinned statuses 2021-01-12 06:08:43 +00:00
487adc9d1f
Use display_name when showing boosts 2021-01-12 05:39:00 +00:00
0162eeaeda
Exclude replies by default 2021-01-12 04:20:35 +00:00
0f7a4c6bcf
Update search functionality
APIv1 search is deprecated and doesn't work anymore.
2021-01-12 00:12:13 +00:00
0222df76c7
Add fields to Tooty 2021-01-11 22:56:21 +00:00
da0358b9ea
Format dates the way that God intended 2021-01-11 22:55:40 +00:00
7e26999ff2
Fix sensitive image indicators 2021-01-11 19:32:29 +00:00
1506453fc0
Add locked account and bot indicators 2021-01-11 09:07:37 +00:00
d1dc4e1c67
Display usernames in notifications Mastodon-like 2021-01-10 22:09:11 +00:00
be05f24b52
Make the preview_url optional
It won't always be present, especially for media like audio. (I'll fix
audio eventually.)
2021-01-10 21:44:48 +00:00
7eb414190a
Display banner images a bit nicer 2021-01-10 21:35:14 +00:00
5043e89837
Show acct instead of username where applicable
This allows users to see the instance used by the poster in the
timeline, and I like the look of it better.
2021-01-10 21:26:29 +00:00
2fc0cbb852
Show all images in their full glory 2021-01-10 20:28:22 +00:00
8726a56320
Make all avatars circular; Fix emoticons I broke 2021-01-10 19:45:01 +00:00
1ad0247660
Default display_name text to username 2021-01-10 19:23:49 +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
8fca68438f
Actually subscribe to key events. 2017-07-17 16:14:35 +02: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
Vincent Jousse
2fbafdbe53 Add follow date in notification aggregate (#190)
Add follow date in notification aggregate
Closes #176
2017-06-01 12:01:13 +02:00
Nicolas Perriault
a7c17ab6f1 Fix #160: Add search feature. (#188)
Also fixes #187.
2017-05-31 00:27:30 +02:00
Nicolas Perriault
6d7e9e9036 Urlify app. (#186) 2017-05-29 16:28:01 +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
b6c858da2d
Render app link in target thread toot. 2017-05-23 00:25:28 +02:00
Nicolas Perriault
99cb76d19c
Reduce CW textarea size. 2017-05-22 09:22:42 +02:00
Nicolas Perriault
d4312640f2
Fix messed up visibility menu when CW is enabled. 2017-05-22 09:21:24 +02:00
Nicolas Perriault
f2ec5416ba
Improve toot compose form. 2017-05-21 23:42:09 +02:00
Nicolas Perriault
6f09a341e4
Move NSFW button to the draft action bar. 2017-05-18 23:23:44 +02:00
Nicolas Perriault
310fc2705e
Reduce draft status textarea size and shape. 2017-05-18 17:32:19 +02:00
Nicolas Perriault
a7826c5c2b
Fixed status url may be missing in a toot. 2017-05-14 15:12:04 +02:00
Nicolas Perriault
e9e9809f65
Fix #169: Use international date format. 2017-05-14 14:43:17 +02:00
Nicolas Perriault
d5f69c18fd
Fix #157: Make draft column scrollable on overflow. 2017-05-14 12:53:13 +02:00
Nicolas Perriault
7ace73ed83
Fix minor styling issue with column menus. 2017-05-14 11:30:38 +02:00
Nicolas Perriault
2d0d5cd7b9
Fixed #166: Limit number of accounts in notifications. 2017-05-14 10:30:59 +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
93e42ac575
Fix #58: Add a direct message filter button. 2017-05-13 13:57:58 +02:00
Nicolas Perriault
9753efe7e8
Fix #27: Render universal emojis. 2017-05-13 11:21:29 +02:00
Nicolas Perriault
5b69f2f094
Ask confirmation before deleting a toot. 2017-05-12 22:45:20 +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
a57fa721bd
Fix #161: Rename spoiler to Content Warning. 2017-05-12 11:49:42 +02:00
Vincent Jousse
7f6bfce7ba Fix input file (attachment) styling for Firefox (#162)
The trick is to hide the input field and style the label instead.
2017-05-12 11:41:53 +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