Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | Fix RFC 5646 Regular Expression (#6190) | Yamagishi Kazutoshi | |
2018-01-04 | WIP <Compose> Refactor; 1000 tiny edits | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <ActionsModal>; dropdowns | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; SCSS ed. | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <OnboardingModal> ed. | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <Drawer> ed. | kibigo! | |
2018-01-04 | WIPgit status <Compose> Refactor; <Composer> ed. | kibigo! | |
2018-01-04 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-05 | Small translation fixes for Serbian (and sr@Latn too) (#6188) | Branko Kokanovic | |
2018-01-04 | Fix overflowing audit logs (#6184) | Lynx Kotoura | |
2018-01-04 | Fix accessibility of column headers | Nolan Darilek | |
As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed: * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling. * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks. * I didn't even realize there was a Settings toggle until I made this change. Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands. Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks! | |||
2018-01-04 | i18n: Update Polish translation | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-01-04 | Improve Traditional Chinese translation (#6166) | muan | |
* Improve Traditional Chinese translations * Sort alphabetically | |||
2018-01-04 | Rearrange items in Getting Started navigation (#6126) | Akihiko Odaki | |
Though the subsections are representing features such as navigation and settings, they are categorized by the ways how they are implemented (internal navigation or external links.) They are irrelevant and some arrangements were confusing because of that. (It is nonsense that instance information is in settings subsection, for example.) This fixes the issue by rearranging. | |||
2018-01-03 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-03 | l10n OC language (#6169) | Quenty31 | |
* new strings: hashtag+unlisted, mute, block * Add confirmation step for email changes * Add more instance stats APIs | |||
2018-01-03 | i18n: Update Polish translation (#6168) | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-01-03 | Add Japanese translations #5997, #6003, #6004, #6071, #6099, #6125 and #6132 ↵ | Yamagishi Kazutoshi | |
(#6167) * yarn manage:translations * Add Japanese translation for #5997 * Add Japanese translation for #6003 * Add Japanese translation for #6004 * Add Japanese translation for #6071 * Add Japanese translation for #6099 * Add Japanese translation for #6125 * Add Japanese translation for #6132 | |||
2018-01-03 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-03 | Set background to the navigation of Getting Started column (#6163) | Akihiko Odaki | |
The background of the navigation matters because its scrollbar is transparent. | |||
2018-01-02 | Fix newlines-to-spaces functionality (#6158) | Noiob | |
yay for regexes, amirite | |||
2018-01-02 | Display a warning when composing unlisted toots with something looking like ↵ | ThibG | |
a hashtag (#6132) | |||
2018-01-02 | Rename key to path in actions and reducers for settings (#6105) | Akihiko Odaki | |
2018-01-02 | Adding Serbian latin translations (#6146) | Branko Kokanovic | |
Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation. | |||
2018-01-02 | More ../ -> ~. | David Yip | |
2018-01-02 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/authorize_follows_controller.rb app/javascript/styles/mastodon/components.scss | |||
2018-01-02 | Use const instead of let for constant (#6106) | Akihiko Odaki | |
2018-01-02 | Show mastodon on modal (#6129) | Akihiko Odaki | |
2017-12-31 | bug fix (tootsuite pr #6120) | cwm | |
2017-12-31 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-31 | Adding Serbian translation (#6133) | Branko Kokanovic | |
* Adding Serbian translation * i18n-tasks normalize | |||
2017-12-30 | Merge pull request #291 from glitch-soc/merge-upstream | David Yip | |
Merge with upstream @ f4b80e6511f21b60f71ed182bb66ca6ef0ba9f66 | |||
2017-12-30 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/auth/confirmations_controller.rb | |||
2017-12-30 | Switch to tootsuite's elephant friend for the drawer | David Yip | |
This version has a transparent background, which works better with the wave. | |||
2017-12-30 | Use ~ notation in components for image references | David Yip | |
This uses (more or less) absolute references to external assets, which allows imported stylesheets (like components.scss) to work from other locations that may not have the expected path structure (e.g. the win95 theme). | |||
2017-12-30 | remove unused 'saveSettings' from column_settings_container | cwm | |
2017-12-30 | web push updates (tootsuite PRs #5879, #5941, #6047) | cwm | |
2017-12-30 | Translate Korean (#6131) | Jeong Arm | |
Relates to #6125, #6099 | |||
2017-12-28 | bug fix (WebPush does not work) (#6120) | MitarashiDango | |
2017-12-28 | Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000) | cwm | |
2017-12-26 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/javascript/images/mastodon-drawer.png app/javascript/styles/mastodon/components.scss | |||
2017-12-27 | Move the mastodon on Getting Started column to drawer column (#6109) | Akihiko Odaki | |
Getting Started column obtained many links, and it became much taller. Because of its height, Getting Started column required long scrolling on devices with small screen, such as 4 inch phones and 10 inch laptops. This change moves the mastodon which took large space on the column to drawer column. The drawer column has only the compose form and has more space. | |||
2017-12-26 | Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch | beatrix | |
Merge various small vanilla updates into glitch | |||
2017-12-26 | Set direction style to reply indicator (tootsuite pr #6006) | cwm | |
2017-12-26 | Reduce motion for boost animation (tootsuite pr #5871) | cwm | |
2017-12-26 | Fix layout for RTL (tootsuite pr #6014, #6018) | cwm | |
2017-12-26 | Fix focused background color of favourited direct toot (tootsuite pr #6021) | cwm | |
2017-12-26 | Move dropdown transform origin (tootsuite pr #6091) | cwm | |
2017-12-26 | onMuteNotifications validation (tootsuite pr #6092) | cwm | |
2017-12-26 | Rename settingKey to settingPath (tootsuite pr #6046 & #6098) | cwm | |