Skip to content
Snippets Groups Projects
  1. Apr 22, 2017
    • ばん's avatar
      fix can toot whitespace (#2218) · 5817bae2
      ばん authored
      5817bae2
    • Stephen Burgess's avatar
      Improve aria support - Columns and Navigation Drawer Icons (#2299) · 4cfc1555
      Stephen Burgess authored
      * feat(aria): Add aria-labels to underlabelled tab nav items
      
      The drawer tabs which control primary navigation are only labelled by a title which is not available to many screenreaders. Add an aria-label attribute to each link to improve readability with screenreaders. Organize link attributes so link target is first followed by classname.
      Issue #1349
      
      * feat(aria): Replace abstract aria role of section with region
      
      Abstract aria roles such as section should not be used in content. Use non-abstract 'region' aria role instead. That role expects an aria-labelledby attribute with an id. Pass an ID to the column header. Remove the aria-label attribute on the ColumnHeader because the same value is output in plaintext as its child.
      Issue #1349
      
      * fix(aria): Remove aria-controls attribute until solution is found
      
      Columns do not have wrappers, so these icons can't point to a column wrapper which it controls. Instead these icons function as triggers to show or hide individual columns.
      #1349
      
      * fix(typo): Remove type of aria-labelledby instead of aria-label
      4cfc1555
    • Wesley Ellis's avatar
      Add og:url tags (#2298) · a1174a6d
      Wesley Ellis authored
      * add og:url to stream_item view
      
      * add og:url and text to about/show
      
      * add og:url to profile, followers and follows pages
      a1174a6d
    • Akihiko Odaki's avatar
      Fix TabsBar update (#2300) · 53573294
      Akihiko Odaki authored
      This change allows to update TabsBar according to route changes.
      53573294
    • Ashley's avatar
      7fea36d1
    • Keiji, Yoshimi's avatar
      2bf7e81e
    • Quent-in's avatar
      missing a var (#2320) · ca8ae21b
      Quent-in authored
      oc variable is missing on the second liste
      ca8ae21b
    • masarakki's avatar
      refactor-cores (#2308) · d0ec4fb8
      masarakki authored
      d0ec4fb8
    • unarist's avatar
      4428cf6f
    • ThibG's avatar
      Add author/actor URI to the list of webfinger aliases (#2319) · fe43991d
      ThibG authored
      This fixes outbound salmon requests to remote GNU Social instances
      fe43991d
    • codl's avatar
    • Matt Jankowski's avatar
      [WIP] Html lang on statuses (#2297) · 629d35e6
      Matt Jankowski authored
      * Add html lang attributes around statuses
      
      * Remove urls from language detection
      629d35e6
    • Matt Jankowski's avatar
      2FA controller cleanup (#2296) · 67dea31b
      Matt Jankowski authored
      * Add spec coverage for settings/two_factor_auth area
      
      * extract setup method for qr code
      
      * Move otp required check to before action
      
      * Merge method only used once
      
      * Remove duplicate view
      
      * Consolidate creation of @codes for backup
      
      * Move settings/2fq#recovery_codes to settings/recovery_codes#create
      
      * Rename settings/two_factor_auth#disable to #destroy
      
      * Add coverage for the otp required path on 2fa#show
      
      * Clean up the recovery codes list styles
      
      * Move settings/two_factor_auth to settings/two_factor_authentication
      
      * Reorganize the settings two factor auth area
      
      Updated to use a flow like:
      
      - settings/two_factor_authentication goes to a #show view which has a button
        either enable or disable 2fa on the account
      - the disable button turns off the otp requirement for the user
      - the enable button cycles the user secret and redirects to a confirmation page
      - the confirmation page is a #new view which shows the QR code for user
      - that page posts to #create which verifies the code, and creates the recovery
        codes
      - that create action shares a view with a recovery codes controller which can be
        used separately to reset codes if needed
      67dea31b
    • Ashley's avatar
    • Eugen's avatar
      Improve bio compatibility (#2278) · 9d3be557
      Eugen authored
      * Fix #1057 (close #1819) - Move HTML-formatted bio from <poco:note /> to <summary type="html" />
      
      * Ensure <poco:note /> is plaintext for remote accounts, also, by stripping out HTML
      9d3be557
    • Ashley's avatar
      Added API for single notification dismissal (#2251) · 05ac28f3
      Ashley authored
      * Added API backend for notification dismissal
      
      * Added render statement
      
      * Changed statement
      05ac28f3
  2. Apr 21, 2017
Loading