Skip to content
Extraits de code Groupes Projets
  1. déc. 01, 2017
  2. nov. 28, 2017
  3. nov. 27, 2017
    • Eugen Rochko's avatar
      Add consumable invites (#5814) · 740f8a95
      Eugen Rochko a rédigé
      * Add consumable invites
      
      * Add UI for generating invite codes
      
      * Add tests
      
      * Display max uses and expiration in invites table, delete invite
      
      * Remove unused column and redundant validator
      
      - Default follows not used, probably bad idea
      - InviteCodeValidator is redundant because RegistrationsController
        checks invite code validity
      
      * Add admin setting to disable invites
      
      * Add admin UI for invites, configurable role for invite creation
      
      - Admin UI that lists everyone's invites, always available
      - Admin setting min_invite_role to control who can invite people
      - Non-admin invite UI only visible if users are allowed to
      
      * Do not remove invites from database, expire them instantly
      Non vérifiée
      740f8a95
  4. nov. 24, 2017
    • Eugen Rochko's avatar
      Add logging of admin actions (#5757) · e84fecb7
      Eugen Rochko a rédigé
      
      * 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
      Non vérifiée
      e84fecb7
  5. nov. 19, 2017
  6. nov. 17, 2017
  7. nov. 11, 2017
  8. nov. 07, 2017
  9. nov. 01, 2017
  10. oct. 27, 2017
  11. oct. 14, 2017
  12. oct. 07, 2017
  13. oct. 05, 2017
  14. oct. 04, 2017
  15. sept. 19, 2017
  16. sept. 13, 2017
  17. sept. 12, 2017
    • unarist's avatar
      Add section for protocol specific information on the admin page (#4910) · af10c9fb
      unarist a rédigé
      This PR adds section for protocol specific information, then always show
      both of OStatus and ActivityPub. Specifically, this will help admins to
      check PuSH subscription status and unsubscribe manually, even `protocol`
      has been changed.
      
      This also includes below changes:
      
      * Add `overflow: hidden` to prevent float leaking
      * Add missing fields for ActivityPub
      af10c9fb
  18. sept. 10, 2017
    • Eugen Rochko's avatar
      Default follows for new users (#4871) · 7d7844a4
      Eugen Rochko a rédigé
      When a new user confirms their e-mail, bootstrap their home timeline
      by automatically following a set of accounts. By default, all local
      admin accounts (that are unlocked). Can be customized by new admin
      setting (comma-separated usernames, local and unlocked only)
      7d7844a4
  19. sept. 09, 2017
  20. août 26, 2017
  21. août 25, 2017
  22. août 17, 2017
  23. août 14, 2017
  24. juil. 24, 2017
    • sdukhovni's avatar
      Allow domain blocks that only reject media without silencing or suspending (#4325) · 06d905f4
      sdukhovni a rédigé
      * Allow domain blocks to reject media without silencing or suspending
      
      * Fix typo
      
      * Hide 'Reject media' button when superfluous, instead of disabling it
      
      * Properly hide 'reject media' checkbox on page load if needed
      
      This may happen when resubmitting the domain block form after an error.
      
      * Don't ask whether undoing a media-only block should be retroactive
      
      * Rename :media_only block to :noop
      
      * Display :noop block as None in frontend, allow blocks that do nothing
      
      * Remove 'coding' line auto-added by emacs
      06d905f4
  25. juil. 20, 2017
  26. juil. 18, 2017
  27. juil. 12, 2017
  28. juil. 11, 2017
    • Eugen Rochko's avatar
      Redesign the landing page, mount public timeline on it (#4122) · e19eefe2
      Eugen Rochko a rédigé
      * Redesign the landing page, mount public timeline on it
      
      * Adjust the standalone mounted component to the lacking of router
      
      * Adjust auth layout pages to new design
      
      * Fix tests
      
      * Standalone public timeline polling every 5 seconds
      
      * Remove now obsolete translations
      
      * Add responsive design for new landing page
      
      * Address reviews
      
      * Add floating clouds behind frontpage form
      
      * Use access token from public page when available
      
      * Fix mentions and hashtags links, cursor on status content in standalone mode
      
      * Add footer link to source code
      
      * Fix errors on pages that don't embed the component, use classnames
      
      * Fix tests
      
      * Change anonymous autoPlayGif default to false
      
      * When gif autoplay is disabled, hover to play
      
      * Add option to hide the timeline preview
      
      * Slightly improve alt layout
      
      * Add elephant friend to new frontpage
      
      * Display "back to mastodon" in place of "login" when logged in on frontpage
      
      * Change polling time to 3s
      e19eefe2
  29. juil. 08, 2017
  30. juil. 06, 2017
  31. juil. 05, 2017
  32. juil. 04, 2017
  33. juin 09, 2017
  34. juin 08, 2017
Chargement en cours