Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-13 | Update javascript English translation files and some defaultValue (#1676) | Koala Yeung | |
* Reorder javascript English locale file * Reorder translation string in order of the locale key. * Add javascript English locale missing language keys * Search all javascript language keys by command: `grep -REho '<FormattedMessage .*\/>' ./app/assets/javascripts/.` * Add all the missing language keys and their values to `en.jsx`. * Add javascript English locale missing language keys (2) * Find all `defineMessages` calls with this command: `grep -Rl 'defineMessages({.*' ./app/assets/javascripts/.` * Open all these files. Find the language key (`id`) in these statements. * Add all the missing language keys and their values to `en.jsx`. * Remove javascript English locale obsoleted language keys * Find all language keys that no longer exists in the source code and remove them. The removed keys include: * "compose_form.private" * "compose_form.unlisted" * "getting_started.about_addressing" * "getting_started.about_shortcuts" * "notification.mention" * "search.account" * "search.hashtag" * "tabs_bar.mentions" * "tabs_bar.public" * Javascript English locale file add note * Add notes to contributors about the English translation files. Hope that will make translation process smoother. * Update javascript locale defaultValue in code * Update the defaultValue in code according to the relevant translation in English locale file. | |||
2017-04-13 | Use shift+click instead of alt+click to bypass boost dialog (#1638) | Isabelle Knott | |
2017-04-12 | [web] Moving docs link to tootsuite/documentation (#1581) | lindwurm | |
related: https://github.com/tootsuite/mastodon/commit/1236529e39a7e2534fdd34686a749b5a386c109b and https://github.com/tootsuite/mastodon/commit/fc47c1d00e507f0bee2575c91822d68b72a22bac Signed-off-by: lindwurm <lindwurm.q@gmail.com> | |||
2017-04-11 | Improve emoji picker look (#1493) | Eugen | |
* Improve emoji picker look * Add hover animation to emojis in picker | |||
2017-04-11 | Fix #1491 - Fix broken notifications, broken Link header parsing for ↵ | Eugen | |
exclude_types (#1548) | |||
2017-04-11 | Fix console error when scrolling a column with no scrollable content (#1574) | Henry Smith | |
2017-04-11 | Fix look of the modals | Eugen Rochko | |
2017-04-11 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-04-11 | Allow user to disable the boost confirm dialog in preferences | blackle | |
2017-04-11 | Bypass boost confirm modal if alt is pressed | blackle | |
2017-04-10 | Add boost confirm modal | blackle | |
2017-04-11 | When avatar/header are GIF, generate static versions (#1428) | Eugen | |
* When avatar/header are GIF, generate static versions. Account API returns "avatar"/"avatar_static", "header"/"header_static" Static version is the same as original for other cases Web UI de-animates avatars in toots, lists of users Fix #441, fix #596, prerequisite for #1064 * Fix JS test * Add rake task to generate static avatars/headers from GIF ones, add test | |||
2017-04-11 | Add username as a title for mentions (#1385) | Matthias Jouan | |
Add a title attribute on mention links for both notifications and mentions in statuses. Related to #1350 | |||
2017-04-10 | Add more specific class names to notification divs (#1120) | Chris Martin | |
2017-04-10 | Allow 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-10 | Improve 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-10 | Add search to emoji picker (#1395) | Gavin Mogan | |
2017-04-09 | Fix nonworking clear notices button (#1316) | Rachel H | |
2017-04-08 | Add titles to more icons, and change clear notifications icon. (#1101) | Markus Amalthea Magnuson | |
2017-04-04 | Merge branch 'master' into development | halna_Tanaguru | |
2017-04-03 | accessibility fix | halna_Tanaguru | |
eanable focus on ClearColumnButton | |||
2017-04-03 | GitHub should be capitalized | David Baumgold | |
2017-04-02 | Keep track of which timelines are connected live to avoid redundant | Eugen Rochko | |
refreshes on navigation | |||
2017-04-02 | Fix wording "show reblogs" -> "show boosts", order reports chronologically in | Eugen Rochko | |
admin UI | |||
2017-04-02 | Fix feed regeneration bug | Eugen Rochko | |
2017-04-01 | Fix broken reference | Eugen Rochko | |
2017-04-01 | Made modal system more generic | Eugen Rochko | |
2017-04-01 | Improve mobile tabs a little | Eugen Rochko | |
2017-03-31 | Fix reworked search | Eugen Rochko | |
2017-03-31 | Rework search | Eugen Rochko | |
2017-03-31 | Fix web UI profile clickable area overlapping with follow button area | Eugen Rochko | |
2017-03-31 | Fix drag & drop overlay flickering | Eugen Rochko | |
2017-03-29 | Improve emojis - use SVGs where possible | Eugen Rochko | |
2017-03-28 | Hide drag & drop area on drop event regardless of success | Eugen Rochko | |
2017-03-26 | Add tooltip to privacy dropdown | Eugen Rochko | |
2017-03-26 | Compose form layout fixes | Eugen Rochko | |
2017-03-25 | Clarify privacy options | shel | |
Descriptions of differences between scope are more clear | |||
2017-03-25 | Fix up visual indicators for compose form privacy | Eugen Rochko | |
2017-03-25 | When replying to status with content warning, prefill content warning | Eugen Rochko | |
2017-03-25 | Privacy dropdown i18n | Eugen Rochko | |
2017-03-25 | Redesigned compose form | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-03-22 | Fix full-text search query quotation, improve tag search performance with an ↵ | Eugen Rochko | |
index, add ability to open status by URL from search (fix #53) | |||
2017-03-17 | Promote Apps (#670) | shel | |
"Various apps are available" is now a hyperlink | |||
2017-03-15 | Add "direct" visibility level in the backend. Web UI is not yet | Eugen Rochko | |
adjusted to allow choosing it, yet | |||
2017-03-05 | Make gifvs always use media gallery component | Eugen Rochko | |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-03-04 | Rename "the whole known network" timeline to "federated timeline" | Eugen Rochko | |
Remove note about following Gargron@mastodon.social from getting started text | |||
2017-03-02 | Make confirmation text more specific | Eugen Rochko | |
2017-03-02 | Fix #620 - Add confirmation dialog for notifications clear | Eugen Rochko | |