Skip to content
Snippets Groups Projects
  1. Apr 26, 2018
  2. Apr 25, 2018
  3. Apr 20, 2018
    • Eugen Rochko's avatar
      Improve report layout (#7188) · a9c44063
      Eugen Rochko authored
      * Use table for statuses in report
      
      * Display reported account and reporter in the same table
      
      * Split accounts and general report info into two tables again
      
      * Redesign report statuses table, notes, merge notes and action log
      
      * Remove unused translations
      
      * Fix code style issue
      
      * Fix code style issue
      
      * Fix code style issue
      a9c44063
  4. Apr 10, 2018
  5. Apr 02, 2018
    • Emelia Smith's avatar
      Feature: Report improvements (#6967) (#7000) · e85cffb2
      Emelia Smith authored
      * Implement Assignment of Reports (#6967)
      
      * Change translation of admin.report.comment.label to "Report Comment" for clarity
      
      As we'll soon add the ability for reports to have comments on them, this clarification makes sense.
      
      * Implement notes for Reports
      
      This enables moderators to leave comments about a report whilst they work on it
      
      * Fix display of report moderation notes
      
      * Allow reports to be reopened / marked as unresolved
      
      * Redirect to reports listing upon resolution of report
      
      * Implement "resolve with note" functionality
      
      * Add inverse relationship for report notes
      
      * Remove additional database querying when loading report notes
      
      * Fix tests for reports
      
      * Fix localisations for report notes / reports
      e85cffb2
    • Emelia Smith's avatar
  6. Mar 26, 2018
    • Akihiko Odaki's avatar
      Validate HTTP response length while receiving (#6891) · 40e5d230
      Akihiko Odaki authored
      to_s method of HTTP::Response keeps blocking while it receives the whole
      content, no matter how it is big. This means it may waste time to receive
      unacceptably large files. It may also consume memory and disk in the
      process. This solves the inefficency by checking response length while
      receiving.
      40e5d230
  7. Mar 24, 2018
  8. Mar 18, 2018
    • Eugen Rochko's avatar
      Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) · a568e3ca
      Eugen Rochko authored
      Display summary of attachments in description, and mark up content
      warning if present, e.g.:
      
          Attached: 3 images · Content warning: Dota 2
      
      When text is not supposed to be hidden, it looks more like:
      
          Attached: 3 images
      
          Here is the text of the toot
      
      With #6817, multilinguagility should be assured...
      a568e3ca
  9. Mar 08, 2018
    • Eugen Rochko's avatar
      Add missing meta description to profiles, some other SEO stuff (#6706) · ff44b2e9
      Eugen Rochko authored
      - Add missing meta description to profiles
      - Add canonical rel link to landing page
      - Remove linebreaks from title tags
      - Add username to profile title
      - Add toots/following/followers to profile description tags
      - Add next/prev rel links to profiles
      - Do not index follower/following variants of profiles
      ff44b2e9
  10. Mar 04, 2018
  11. Jan 28, 2018
  12. Jan 21, 2018
  13. Jan 20, 2018
  14. Jan 16, 2018
  15. Jan 08, 2018
    • Eugen Rochko's avatar
      Fix bad URL schemes being accepted (#6219) · e4a241ab
      Eugen Rochko authored
      * Fix actors accepting invalid URI schemes or different host between URI and URL
      
      * Fix statuses accepting invalid URI scheme or different host to actor
      
      * Adjust tests to new requirements
      
      * Improve readability of mismatching_origin?/invalid_origin? methods
      e4a241ab
  16. Jan 04, 2018
  17. Jan 02, 2018
  18. Dec 31, 2017
  19. Dec 17, 2017
  20. Dec 13, 2017
  21. Dec 10, 2017
  22. Dec 06, 2017
  23. Dec 01, 2017
  24. Nov 30, 2017
    • Eugen Rochko's avatar
      Add semi-support for Video/Image objects in ActivityPub (#5848) · 4c6b5dbe
      Eugen Rochko authored
      * Add semi-support for Video/Image objects in ActivityPub
      
      Video and Image objects will create corresponding status records
      with manually crafted text contents (title + URL)
      
      * Extract html-url-finding logic into JsonLdHelper
      
      * Fallback to id when url missing, extract supported object types
      4c6b5dbe
  25. Nov 24, 2017
    • Eugen Rochko's avatar
      Add logging of admin actions (#5757) · e84fecb7
      Eugen Rochko authored
      
      * Add logging of admin actions
      
      * Update brakeman whitelist
      
      * Log creates, updates and destroys with history of changes
      
      * i18n: Update Polish translation (#5782)
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      
      * Split admin navigation into moderation and administration
      
      * Redesign audit log page
      
      * :flag_pl: (#5795)
      
      * Add color coding to audit log
      
      * Change dismiss->resolve, log all outcomes of report as resolve
      
      * Update terminology (e-mail blacklist) (#5796)
      
      * Update terminology (e-mail blacklist)
      
      imho looks better
      
      * Update en.yml
      
      * Fix code style issues
      
      * i18n-tasks normalize
      e84fecb7
  26. Nov 17, 2017
  27. Nov 11, 2017
    • Eugen Rochko's avatar
      Add moderator role and add pundit policies for admin actions (#5635) · 7bb8b0b2
      Eugen Rochko authored
      * Add moderator role and add pundit policies for admin actions
      
      * Add rake task for turning user into mod and revoking it again
      
      * Fix handling of unauthorized exception
      
      * Deliver new report e-mails to staff, not just admins
      
      * Add promote/demote to admin UI, hide some actions conditionally
      
      * Fix unused i18n
      7bb8b0b2
  28. Nov 07, 2017
  29. Oct 27, 2017
  30. Oct 17, 2017
    • Håkan Eriksson's avatar
      Swedish translation (#5406) · a2b60042
      Håkan Eriksson authored
      * Swedish file added
      
      * Swedish file added
      
      * Swedish file updated
      
      * Swedish languagefile added
      
      * Add Swedish translation
      
      * Add Swedish translation
      
      * Started the Swedish translation
      
      * Added Swedish lang settings
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Swedish language completed and added
      
      * Swedish language Simple_form added
      
      * Swedish language Divise added
      
      * Swedish language doorkeeper added
      
      * Swedish language - now all file complete
      a2b60042
  31. Oct 07, 2017
  32. Oct 03, 2017
    • Akihiko Odaki's avatar
      Validate id of ActivityPub representations (#5114) · 63f09797
      Akihiko Odaki authored
      Additionally, ActivityPub::FetchRemoteStatusService no longer parses
      activities.
      OStatus::Activity::Creation no longer delegates to ActivityPub because
      the provided ActivityPub representations are not signed while OStatus
      representations are.
      63f09797
  33. Sep 23, 2017
    • Eugen Rochko's avatar
      Add emoji autosuggest (#5053) · 1e02ba11
      Eugen Rochko authored
      * Add emoji autosuggest
      
      Some credit goes to glitch-soc/mastodon#149
      
      * Remove server-side shortcode->unicode conversion
      
      * Insert shortcode when suggestion is custom emoji
      
      * Remove remnant of server-side emojis
      
      * Update style of autosuggestions
      
      * Fix wrong emoji filenames generated in autosuggest item
      
      * Do not lazy load emoji picker, as that no longer works
      
      * Fix custom emoji autosuggest
      
      * Fix multiple "Custom" categories getting added to emoji index, only add once
      1e02ba11
  34. Sep 16, 2017
  35. Sep 12, 2017
  36. Sep 08, 2017
    • Eugen Rochko's avatar
      Fix language filter codes (#4841) · 1caf11dd
      Eugen Rochko authored
      * Fix language filter codes
      
      CLD3 returns BCP-47 language identifier, filter settings expect
      identifiers in the ISO 639-1 format. Convert between formats,
      and exclude duplicate languages from filter choices (zh-CN->zh)
      
      * Fix zh name
      1caf11dd
  37. Sep 05, 2017
Loading