Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
  2. Dec 09, 2019
    • Sasha Sorokin's avatar
      Use codeblock for native redirect URI (#12570) · ab91e748
      Sasha Sorokin authored
      This commit changes how doorkeeper.applications.help.native_redirect_uri
      string is being formatted to use <code> tag for native_redirect_uri
      placeholder. This makes the URI look more distinguishable.
      ab91e748
  3. Dec 08, 2019
  4. Dec 06, 2019
  5. Dec 04, 2019
  6. Dec 03, 2019
  7. Dec 02, 2019
  8. Dec 01, 2019
  9. Nov 30, 2019
  10. Nov 29, 2019
    • Sasha Sorokin's avatar
      Fix counter sizing (#12446) · b532ead7
      Sasha Sorokin authored
      Counter size is currently set to strict 33.3% width, but with it
      counter may break in other languages than English. For example it is
      already broken on Gargron's profile on mastodon.social using Russian
      locale.
      
      This commit changes "width" to "min-width", so counters still displayed
      correctly, but if they need more width to fit text, they are now allowed
      to take as many width as they need.
      b532ead7
    • Sasha Sorokin's avatar
      Improve notifications page (#12497) · fd45f5bb
      Sasha Sorokin authored
      Currently notifications page seems a bit cluttered with no clear
      separation between e-mail and filtering settings. This commit tries to
      address them by adding clear separation with headers, hints and removing
      continuously reused texts for events checkboxes.
      fd45f5bb
    • ThibG's avatar
      Add hotkey for opening media files (#12498) · a690b3e4
      ThibG authored
      * [WiP] Add hotkey to open media
      
      * Give focus to play/pause button when opening video modal
      a690b3e4
    • ThibG's avatar
      Fix pending upload count not being decremented on error (#12499) · 667708f5
      ThibG authored
      The arguments were passed to the wrong function… also, there is no
      need to have a conditional decrementation: failure to upload means
      we marked an upload as pending, in all cases.
      667708f5
  11. Nov 28, 2019
  12. Nov 26, 2019
    • ThibG's avatar
      Fix empty poll options not being filtered on remote poll update (#12484) · 00c219aa
      ThibG authored
      If a poll contains empty options (which is apparently possible on Pleroma),
      it is created without them. However, the poll update code doesn't filter
      empty options, and thus:
      1. Clear known votes, as it assumes the set of options has changed
      2. Errors out because it tries adding empty options, which fails validation
      
      This commit fixes that by filtering them out the same way they are filtered
      out at poll creation time.
      00c219aa
  13. Nov 25, 2019
  14. Nov 22, 2019
  15. Nov 21, 2019
Loading