about summary refs log tree commit diff
path: root/app/assets
AgeCommit message (Collapse)Author
2017-04-10API param to exclude notification types from response (#1341)Eugen
* Add exclude_types param to /api/v1/notifications * Exclude notification types in web UI through exclude_types in the API
2017-04-10Add more specific class names to notification divs (#1120)Chris Martin
2017-04-10Keep newlines in xml (#1397)Rachel H
2017-04-10Fix #1097 When onClick is falsy, do not make status content clickable (#1434)Stephen Burgess
2017-04-10Allow typing a toot while an image uploads (#1429)Jessica Stokes
This patch stops disabling the toot text field when an image is uploading. Instead, you can type to your heart's content and when the image uploads it'll append the image URL, and restore the position of your cursor to wherever it was in the toot text just prior. Effectively, the image URL is appended to the toot, and typing is not interrupted at all! ✨
2017-04-10Adjust background of emoji panel (#1461)Corey Dutson
Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment. Changes: Changed the background to a darkened version of another system color
2017-04-10Improve scrolling behaviour (#1415)Jessica Stokes
* Replace column margin with padding This improves horizontal scrolling behaviour significantly; scrolled flex elements are... a little weird. * Move clear column button styling to css
2017-04-10Fix icon and emoji sizes (#1403)Ram Lmn
Fixes icons and emoji size issues described in #1233.
2017-04-10Add Russian translation (ru) (#1023)Ratmir Karabut
* Add Russian translation (ru) * Fix a missing comma * Fix the wording for better consistency
2017-04-10Add search to emoji picker (#1395)Gavin Mogan
2017-04-09update portuguese translation (#1280)Hugo Gameiro
added the missing fields and improved the translation
2017-04-09Update fr.jsx (#1329)StefOfficiel
* Update fr.jsx * Remove duplicate translation
2017-04-09add empty notifications french translation (#1111)Jonathan Klee
2017-04-09Fixes #1311 margin shouldn't stay fixed (#1312)Brian Mock
2017-04-09Fix nonworking clear notices button (#1316)Rachel H
2017-04-08Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278)Eugen
* Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled TOTP secret is not shown again after 2FA is enabled * Clean up
2017-04-08Improve responsiveness of registration form and closed banner (#1265)Pavel Djundik
2017-04-08Improve about page responsiveness (#1252)Pavel Djundik
2017-04-08Update french translation (#1148)Thomas Citharel
Add french translation for emails sent Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add non-breaking spaces Signed-off-by: Thomas Citharel <tcit@tcit.fr> changes and fixes to the nbsps Signed-off-by: Thomas Citharel <tcit@tcit.fr> French update a few fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr> fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2017-04-08Add titles to more icons, and change clear notifications icon. (#1101)Markus Amalthea Magnuson
2017-04-08Updated German translation (#1248)Nicolai von Neudeck
Fixed various spelling and grammar mistakes. Used more gender-neutral language.
2017-04-08Add some missing strings to prevent some React warning in the console (#1230)Alda Marteau-Hardi
2017-04-07Add SVG version of logo to repoChris Heninger
2017-04-07Merge branch 'master' into masterShel R
2017-04-07Merge branch 'master' into patch-4Shel R
2017-04-06Reduce size of background-photo.jpegMatt Jankowski
Reduced by running through `guetzli` image optimizer.
2017-04-05Merge branch 'master' into masterAndré Lewin
2017-04-05Update components.scsstom
Use nicer scrollbars in MS edge
2017-04-05Merge branch 'master' into masterJantsoP
2017-04-05updated translationJantsoP
Updated some translations after seeing them in service. Should be better now
2017-04-05Merge pull request #839 from SirCmpwn/profile-readabilityEugen
Improve readability of text on profiles
2017-04-04Improve readability of text on profilesDrew DeVault
2017-04-05Merge pull request #818 from JantsoP/masterEugen
Updated Finnish Translation
2017-04-04Added Esperanto translation inside the javascripts folderaxolotl
2017-04-04New admin setting: open/close registrations, with custom message, from the ↵Eugen Rochko
admin UI
2017-04-04updated line 28 about GitHubJantsoP
2017-04-04Merge branch 'master' into developmenthalna_Tanaguru
2017-04-04Merge branch 'master' into masterJantsoP
2017-04-04changed line 25 for better translationJantsoP
2017-04-04Fix #808 - smaller elephant friend PNG for frontpageEugen Rochko
2017-04-03accessibility fixhalna_Tanaguru
eanable focus on ClearColumnButton
2017-04-03GitHub should be capitalizedDavid Baumgold
2017-04-03fixed typoJantsoP
2017-04-03Merge branch 'master' into masterJantsoP
2017-04-03add finnish translationJantsoP
add finnish translation
2017-04-03add finnish languageJantsoP
add finnish language
2017-04-03Merge pull request #764 from ticky/tweak-quick-start-areaEugen
Fix the position of the Mastodon mascot in the UI
2017-04-03Create Finnish translation for MastodonJantsoP
Create Finnish translation for Mastodon
2017-04-03add mute option in status dropdownMarvin Kopf
2017-04-03Fix the position of the Mastodon mascot in the UIJessica Stokes
The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour! It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so.