Skip to content
Snippets Groups Projects
  1. Feb 11, 2021
    • Takeshi Umeda's avatar
      fix typo (#15705) · 7927959d
      Takeshi Umeda authored
      7927959d
    • Cecylia Bocovich's avatar
      Onion service related changes to HTTPS handling (#15560) · e79f8dd8
      Cecylia Bocovich authored
      
      * Enable secure cookie flag for https only
      
      * Disable force_ssl for .onion hosts only
      
      Co-authored-by: default avatarAiden McClelland <me@drbonez.dev>
      e79f8dd8
    • Jeong Arm's avatar
      Use custom mascot on static share page (#15687) · d499bb03
      Jeong Arm authored
      * Use custom mascot on static share page
      
      * Use full_asset_url
      d499bb03
    • Claire's avatar
      Fix URI of repeat follow requests not being recorded (#15662) · be3b9f81
      Claire authored
      * Fix URI of repeat follow requests not being recorded
      
      In case we receive a “repeat” or “duplicate” follow request, we automatically
      fast-forward the accept with the latest received Activity `id`, but we don't
      record it.
      
      In general, a “repeat” or “duplicate” follow request may happen if for some
      reason (e.g. inconsistent handling of Block or Undo Accept activities, an
      instance being brought back up from the dead, etc.) the local instance thought
      the remote actor were following them while the remote actor thought otherwise.
      
      In those cases, the remote instance does not know about the older Follow
      activity `id`, so keeping that record serves no purpose, but knowing the most
      recent one is useful if the remote implementation at some point refers to it
      by `id` without inlining it.
      
      * Add tests
      be3b9f81
    • Mélanie Chauvel's avatar
      Slightly reorder three dots menu on toots to make it more intuitive (#15647) · f5fefdc1
      Mélanie Chauvel authored
      * Slightly reorder three dots menu on toots to make it more intuitive
      
      - Make “Pin to profile” always appear at the same place
      - Add separator to group “Bookmark” and “Pin to profile”
      - Fix separator being the first item in some cases
      
      * Fix missing semicolon and keep status_action_bar.js and action_bar.js in sync
      f5fefdc1
  2. Feb 10, 2021
  3. Feb 09, 2021
    • Claire's avatar
      Create instance actor if it hasn't been properly seeded (#15693) · acdeb162
      Claire authored
      An uncommon but somewhat difficult to digagnose issue is dealing with
      improperly-seeded databases. In such cases, instance-signed fetches will
      fail with a ActiveRecord::RecordNotFound error, usually caught and handled
      as generic 404, leading people to think the remote resource itself has not
      been found, while it's the local instance actor that does not exist.
      
      This commit changes the code so that failure to find the instance actor
      automatically creates a new one, so that improperly-seeded databases do
      not cause any issue.
      acdeb162
    • Eugen Rochko's avatar
      Change max. image dimensions to 1920x1080px (1080p) (#15690) · acf18428
      Eugen Rochko authored
      * Change max. image size to 1920x1080px
      
      * Change it in web UI too
      acf18428
  4. Feb 02, 2021
  5. Jan 31, 2021
  6. Jan 28, 2021
  7. Jan 25, 2021
  8. Jan 22, 2021
  9. Jan 21, 2021
  10. Jan 19, 2021
  11. Jan 12, 2021
  12. Jan 10, 2021
  13. Jan 09, 2021
  14. Jan 08, 2021
  15. Jan 07, 2021
    • abcang's avatar
      Fix rubocop config and warnings (#15503) · efffdd37
      abcang authored
      * disable NewCops
      
      * update TargetRubyVersion
      
      * Fix Lint/MissingSuper for ActiveModelSerializers::Model
      
      * Fix Lint/MissingSuper for feed
      
      * Fix Lint/FloatComparison
      
      * Do not use instance variables
      efffdd37
  16. Jan 05, 2021
  17. Dec 30, 2020
  18. Dec 26, 2020
    • ThibG's avatar
      Fix being able to import more than allowed number of follows (#15384) · f1f96ebf
      ThibG authored
      
      * Fix being able to import more than allowed number of follows
      
      Without this commit, if someone tries importing a second list of accounts to
      follow before the first one has been processed, this will queue imports for
      the two whole lists, even if they exceed the account's allowed number of
      outgoing follows.
      
      This commit changes it so the individual queued imports aren't exempt from
      the follow limit check (they remain exempt from the rate-limiting check
      though).
      
      * Catch validation errors to not re-queue failed follows
      
      Co-authored-by: default avatarClaire <claire.github-309c@sitedethib.com>
      f1f96ebf
    • Eugen Rochko's avatar
      New Crowdin updates (#15413) · 4580129c
      Eugen Rochko authored
      * New translations en.json (Vietnamese)
      [ci skip]
      
      * New translations en.yml (Vietnamese)
      [ci skip]
      
      * New translations en.json (Vietnamese)
      [ci skip]
      
      * New translations en.yml (Vietnamese)
      [ci skip]
      
      * New translations en.yml (Vietnamese)
      [ci skip]
      
      * New translations en.json (Malayalam)
      [ci skip]
      
      * New translations en.yml (Vietnamese)
      [ci skip]
      
      * New translations en.json (Malayalam)
      [ci skip]
      
      * New translations en.yml (Korean)
      [ci skip]
      
      * New translations en.yml (Japanese)
      [ci skip]
      
      * New translations simple_form.en.yml (Japanese)
      [ci skip]
      
      * New translations en.yml (Chinese Traditional, Hong Kong)
      [ci skip]
      
      * New translations en.yml (Occitan)
      [ci skip]
      
      * New translations en.yml (Occitan)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.yml (Chinese Simplified)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations en.json (Armenian)
      [ci skip]
      
      * New translations simple_form.en.yml (Armenian)
      [ci skip]
      
      * New translations devise.en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations devise.en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * New translations en.yml (Armenian)
      [ci skip]
      
      * i18n-tasks normalize
      
      * yarn manage:translations
      4580129c
    • Takeshi Umeda's avatar
      Fix logo button style (#15428) · ba748a83
      Takeshi Umeda authored
      * Fix bell button rtl style
      
      * Remove size and style props from button component
      
      * Fix logo button style
      
      * Update jest snapshot
      ba748a83
  19. Dec 24, 2020
  20. Dec 23, 2020
Loading