|
0a84ab43d2
|
Fix #367 - Lock icon instead of retweet icon on boost button on private statuses
|
2016-12-24 01:33:55 +01:00 |
|
|
0bc6da89d2
|
Hide unlisted toggle when private is active, hide nsfw toggle when no files added
|
2016-12-24 01:28:10 +01:00 |
|
|
538d109a82
|
Re-add unlisted toggle to the UI
|
2016-12-24 01:28:02 +01:00 |
|
|
de9b6e3a6a
|
Compose form in the UI now has public/private toggle instead of public/unlisted
|
2016-12-23 00:38:16 +01:00 |
|
|
b302b9202b
|
Add page for authorizing/rejecting follow requests
|
2016-12-23 00:04:52 +01:00 |
|
|
b891a81008
|
Follow call on locked account creates follow request instead
Reflect "requested" relationship in API and UI
Reflect inability of private posts to be reblogged in the UI
Disable Webfinger for locked accounts
|
2016-12-22 23:03:57 +01:00 |
|
|
4df38516e6
|
Fix key up listener on compose form
|
2016-12-14 18:38:28 +01:00 |
|
|
b27066e154
|
Re-implemented autosuggestions component for the compose form
Fix #205, fix #156, fix #124
|
2016-12-14 18:21:31 +01:00 |
|
|
76ec907993
|
Improved admin UI
|
2016-12-13 13:42:10 +01:00 |
|
|
908fcf83c6
|
Fix timelines loading bug
|
2016-12-12 14:39:18 +01:00 |
|
|
6d1066fe61
|
Adding some navigation items from #262 to the getting started screen
|
2016-12-12 14:27:52 +01:00 |
|
|
6e7e97c849
|
Fix metaKey usage
|
2016-12-11 23:54:32 +01:00 |
|
|
73c142fb94
|
Fix #167 - Enable cmd+enter on Mac to submit form
|
2016-12-11 23:39:25 +01:00 |
|
|
cda297450f
|
Fix #171 - You can now drag & drop files to be uploaded
|
2016-12-11 23:35:06 +01:00 |
|
|
bf5f8a2449
|
Fix #341 - Remove react-responsive in favour of simpler resize handler/window width
|
2016-12-06 19:18:37 +01:00 |
|
|
565cd95bca
|
Keep timelines in the UI trimmed when possible
|
2016-12-03 21:04:57 +01:00 |
|
|
8cfcc52876
|
Make all account links into permalinks (open public except on left click)
|
2016-12-02 15:05:50 +01:00 |
|
|
470f629b06
|
Fix #284 - Alignment in notifications column
|
2016-12-02 14:52:41 +01:00 |
|
|
fd01f13b3c
|
Replace "Unlisted mode" with more explicit text
|
2016-12-01 17:19:58 +00:00 |
|
|
14bd46946d
|
Per-status control for unlisted mode, also federation for unlisted mode
Fix #233, fix #268
|
2016-11-30 21:34:59 +01:00 |
|
|
9f731b6a27
|
Allow vertical resizing of the toot textarea
|
2016-11-25 18:17:47 +01:00 |
|
|
8efa081f21
|
Remove Neo4J
|
2016-11-24 23:46:27 +01:00 |
|
|
fca183968e
|
Center header in account column, hide media in "muted" status components (notifications)
|
2016-11-24 23:09:53 +01:00 |
|
|
cbc50016eb
|
Follow/unfollow button outside of dropdown, also make favs/reblogs update indicator instantly and
then adjust to failure later if the request fails
|
2016-11-23 23:34:12 +01:00 |
|
|
7cee27f517
|
Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
skip ActionCable for follow/unfollow/block events, instead clear UI from
blocked account's posts instantly if block request succeeds. Add forgotten
i18n for sensitive content
|
2016-11-23 22:57:57 +01:00 |
|
|
2112a81e86
|
Adding content sensitivity toggle, spoilers for media
|
2016-11-23 18:53:23 +01:00 |
|
|
d32e0364f9
|
Switch to compose route when replying and compose is not mounted
|
2016-11-21 10:52:11 +01:00 |
|
|
e616ffc5d6
|
Fix responsive layout breakpoint, replace mentions column with notifications
|
2016-11-21 10:03:55 +01:00 |
|
|
38dd85daab
|
Adding notifications column
|
2016-11-20 19:39:58 +01:00 |
|
|
85d1b74ac3
|
Adding german localization
|
2016-11-18 15:53:46 +01:00 |
|
|
a6e4f754fc
|
Add an Intl polyfill
|
2016-11-17 16:34:36 +01:00 |
|
|
01e43c3e57
|
Adding react-intl i18n to the frontend. No translations yet
|
2016-11-16 17:20:52 +01:00 |
|
|
489bd99803
|
Support emojis in display name, bio
|
2016-11-15 18:38:57 +01:00 |
|
|
cea28e0c1d
|
Fix wrong link header on followers API, wrong link in tabs component, order
account results
|
2016-11-14 01:19:25 +01:00 |
|
|
dbfe1e4be6
|
Infinite scroll for followers/following lists
|
2016-11-13 20:42:54 +01:00 |
|
|
50d3083cbd
|
Making upload button into a smaller icon button
|
2016-11-13 19:08:52 +01:00 |
|
|
d42ed78aa4
|
Fix #110 - Make web UI use browser history, change links in e-mails to link to that
|
2016-11-13 14:02:34 +01:00 |
|
|
c4eb63c1d4
|
Debounce autosuggestions requests
|
2016-11-13 13:13:36 +01:00 |
|
|
f0bdfadab7
|
Search component
|
2016-11-13 13:04:18 +01:00 |
|
|
09218d4c01
|
Use full-text search for autosuggestions
|
2016-11-12 14:36:10 +01:00 |
|
|
1c17b932fe
|
Enable emojis in reply indicator as well
|
2016-11-10 23:30:42 +01:00 |
|
|
82fd74d101
|
Fix modals sizing and add animation to it, fix #140 by only making the text of
status clickable (this also fixes multiple dropdown being openable at the same
time)
|
2016-11-10 23:21:24 +01:00 |
|
|
36921be9aa
|
Fix #131 - Make active favourite buttons yellow
|
2016-11-10 01:32:32 +01:00 |
|
|
bf5f55a6bb
|
Fix live status removal from public/hashtag channels
|
2016-11-10 00:47:47 +01:00 |
|
|
d0d799f911
|
Replace react-skylight with own solution that centers images better
|
2016-11-07 18:23:36 +01:00 |
|
|
23fc424b7a
|
Account notes (bios) can now contain links. Character limit upped to 160
|
2016-11-07 01:14:12 +01:00 |
|
|
48b9619439
|
Adding hashtags
|
2016-11-05 17:13:14 +01:00 |
|
|
087b993892
|
Adding list of who favourited status
|
2016-11-04 13:39:24 +01:00 |
|
|
6d5ef89356
|
Reduce code duplication, add touch scrolling behaviour for webkit browsers
on scrollable areas
|
2016-11-04 13:32:14 +01:00 |
|
|
6d26bfd147
|
Add list of who reblogged status
|
2016-11-03 20:16:14 +01:00 |
|