Eugen Rochko
d180aaa2a7
Fix #186 - Add RTL support to the compose form textarea and statuses output
7 years ago
Eugen Rochko
b44dd38360
Fix broken dependency on inner react utility function
7 years ago
Eugen Rochko
c424df5192
Progress on moving color styles to Sass
7 years ago
Eugen Rochko
87830f99e7
Fix #552 - Replace image links with image icons in status text in the UI
7 years ago
Eugen Rochko
ff2da21d3c
Fix content warning margin
7 years ago
Eugen Rochko
b5bf807a34
Remove react-dnd as it was interfering with text selection. Move content
warning mentions preview into area where actual content would be
7 years ago
Eugen Rochko
af007f2def
Display mentions prepended to the content warning
7 years ago
hoodie
d4d3a10c25
untested!! spoiler hotfix for replies
untested, my vagrant is bugged again, submitted at gargron's request
7 years ago
Eugen Rochko
450ad43180
Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB,
fix ProcessFeedService pushing status into distribution if called a second time
while the first is still running (i.e. when a PuSH comes after a Salmon slap),
fix not running escape on spoiler text before emojify
7 years ago
Eugen Rochko
cc5c1e5feb
Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
7 years ago
Anthony Bellew
589837cfc7
Removed line break before spoiler link, changed color of bg for spoiler link
7 years ago
Anthony Bellew
ebe5095665
Add Padding to inline styles for spoiler
7 years ago
Anthony Bellew
8f18c8f9ad
Added inline spoiler button styles
7 years ago
Anthony Bellew
d944946c52
Moved brackets outside of localized strings at Gargron's suggestion
7 years ago
Anthony Bellew
baa52984e9
Add brackets to visually distinguish show more / show less text
7 years ago
blackle
6bba337080
Only open status on left mouse press
7 years ago
Eugen Rochko
51a7047367
Fix order of migrations
7 years ago
blackle
ca13ec04a8
fix up spoilers
7 years ago
Eugen Rochko
999cde94a6
Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" />
Clean up schema file from accidental development migrations
7 years ago
Eugen Rochko
e47b8e778b
Fix links in toots opening the toot at first
7 years ago
Eugen Rochko
80cefd5b3c
Fix #204 , fix #515 - URL truncating is now a style so copypasting is not
affected, replaced onClick handler with onMouseUp/Down to detect text
selection not trigger onClick handler then
7 years ago
blackle
bf0f6eb62d
Implement a click-to-view spoiler system
7 years ago
Eugen Rochko
6a5036ab19
Fix whitespace preservation in status text
8 years ago
Eugen Rochko
1b447c190e
Preparing sensitive content for text
8 years ago
Eugen Rochko
489bd99803
Support emojis in display name, bio
8 years ago
Eugen Rochko
d42ed78aa4
Fix #110 - Make web UI use browser history, change links in e-mails to link to that
8 years ago
Eugen Rochko
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)
8 years ago
Eugen Rochko
86574ea524
Adding Emoji One
8 years ago
Eugen Rochko
262adb9791
Fix remote hashtag linking
8 years ago
Eugen Rochko
eb47409036
Fix mistake
8 years ago
Eugen Rochko
a698b767c1
Fix linking of remote hashtags in UI, add public view of hashtags
8 years ago
Eugen Rochko
48b9619439
Adding hashtags
8 years ago
Eugen Rochko
9b195f5dd3
Add window titles to auth pages and about page, link sign up/login from about page
8 years ago
Eugen Rochko
1f650d327d
Adding public timeline
8 years ago
Eugen Rochko
7b9a4af311
API for blocking and unblocking
8 years ago
Eugen Rochko
3f9708edc4
Change output of api/accounts/:id/follow and unfollow to return relationship
Track relationship in redux state. Display follow/unfollow and following-back
information on account view (unstyled)
8 years ago
Eugen Rochko
74dfefabd3
Make in-text mentions open account detailed view when possible
8 years ago