This project is mirrored from https://github.com/tootsuite/mastodon.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 07 Dec, 2018 1 commit
-
-
Takeshi Umeda authored
-
- 06 Dec, 2018 1 commit
-
-
Eugen Rochko authored
Fix #5578
-
- 03 Dec, 2018 1 commit
-
-
Eugen Rochko authored
- Some associations were missing from the clean-up - Some attributes were not reset on suspension - Skip federation and streaming deletes when purging a dead domain - Move account association definitions to concern
-
- 27 Nov, 2018 1 commit
-
-
ThibG authored
Fixes #9309 This only allows hyphens in the middle of a username, much like dots, although I don't have a compelling reason to do so other than keeping the changes minimal.
-
- 26 Nov, 2018 1 commit
-
-
Eugen Rochko authored
* Improve overview of accounts in admin UI - Display suspended status, role, last activity and IP prominently - Default to showing local accounts - Default to not showing suspended accounts * Remove unused strings * Fix tests * Allow filtering accounts by IP mask
-
- 18 Nov, 2018 1 commit
-
-
Eugen Rochko authored
-
- 04 Oct, 2018 1 commit
-
-
Eugen Rochko authored
-
- 18 Sep, 2018 2 commits
-
-
Eugen Rochko authored
* Fix performance regression in Account::Field#verifiable? Regression from #8703 * Fix code style issue
-
Eugen Rochko authored
* Verify link ownership with rel="me" * Add explanation about verification to UI * Perform link verifications * Add click-to-copy widget for verification HTML * Redesign edit profile page * Redesign forms * Improve responsive design of settings pages * Restore landing page sign-up form * Fix typo * Support <link> tags, add spec * Fix links not being verified on first discovery and passive updates
-
- 22 Aug, 2018 1 commit
-
-
Eugen Rochko authored
* Add confirmation page for suspensions * Suspension confirmation closes reports, linked from report UI * Fix tests
-
- 09 Aug, 2018 1 commit
-
-
Eugen Rochko authored
-
- 30 Jul, 2018 1 commit
-
-
Eugen Rochko authored
Initially I thought there might be valid reasons for remote users to have a different, unpredicted username format. However, I now realize such a difference would be unusable and unexpected within Mastodon. Fix #8058
-
- 02 Jul, 2018 1 commit
-
-
Eugen Rochko authored
* Re-add follow recommendations API GET /api/v1/suggestions Removed in 8efa081f due to Neo4J dependency. The algorithm uses triadic closures, takes into account suspensions, blocks, mutes, domain blocks, excludes locked and moved accounts, and prefers more recently updated accounts. * Track interactions with people you don't follow Replying to, favouriting and reblogging someone you're not following will make them show up in follow recommendations. The interactions have different weights: - Replying is 1 - Favouriting is 10 (decidedly positive interaction, but private) - Reblogging is 20 Following them, muting or blocking will remove them from the list, obviously. * Remove triadic closures, ensure potential friendships are trimmed
-
- 29 Jun, 2018 1 commit
-
-
Eugen Rochko authored
* Add keyword filtering GET|POST /api/v1/filters GET|PUT|DELETE /api/v1/filters/:id - Irreversible filters can drop toots from home or notifications - Other filters can hide toots through the client app - Filters use a phrase valid in particular contexts, expiration * Make sure expired filters don't get applied client-side * Add missing API methods * Remove "regex filter" from column settings * Add tests * Add test for FeedManager * Add CustomFilter test * Add UI for managing filters * Add streaming API event to allow syncing filters * Fix tests
-
- 17 Jun, 2018 1 commit
-
-
Eugen Rochko authored
* Switch filtered_languages to chosen_languages * Adjust interface * Remove unused translations
-
- 18 May, 2018 1 commit
-
-
Eugen Rochko authored
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue
-
- 07 May, 2018 1 commit
-
-
Eugen Rochko authored
* Store actor type in database * Add bot nameplate to web UI, add setting to preferences, API, AP Fix #7365 * Fix code style issues
-
- 06 May, 2018 1 commit
-
-
Eugen Rochko authored
Follow-up to #6124
-
- 05 May, 2018 1 commit
-
-
Eugen Rochko authored
Fix #7303
-
- 02 May, 2018 2 commits
-
-
Eugen Rochko authored
Add raw bio fields to the source attribute on GET /api/v1/accounts/verify_credentials
-
Eugen Rochko authored
One RSA keypair for all fabricated test accounts is enough
-
- 26 Apr, 2018 1 commit
-
-
Eugen Rochko authored
* Add entity cache Use a caching layer for mentions and custom emojis that are dynamically extracted from text. Reduce duplicate text extractions * Fix code style issue
-
- 23 Apr, 2018 2 commits
-
-
Emelia Smith authored
-
Yamagishi Kazutoshi authored
* Update annotate to version 2.7.3 * Update aws-sdk-s3 to version 1.9.2 * Update browser to version 2.5.3 * Update capistrano to version 3.10.2 * Update domain_name to version 0.5.20180417 * Update http to version 3.2.0 * Update lograge to version 0.10.0 * Update oj to version 3.5.1 * Update parallel_tests to version 2.21.3 * Update puma to version 3.11.4 * Update rubocop to version 0.55.0 * Update scss_lint to version 0.57.0 * Update simplecov to version 0.16.1 * Update tty-command to version 0.8.0 * Update tty-prompt to version 0.16.0 * Update pkg-config to version 1.3.0 * Update fog-local to version 0.5.0 * Update fog-openstack to version 0.1.25 * Update devise-two-factor to version 3.0.3 * bundle update
-
- 17 Apr, 2018 1 commit
-
-
Eugen Rochko authored
-
- 14 Apr, 2018 1 commit
-
-
Eugen Rochko authored
* Add bio fields - Fix #3211 - Fix #232 - Fix #121 * Display bio fields in web UI * Fix output of links and missing fields * Federate bio fields over ActivityPub as PropertyValue * Improve how the fields are stored, add to Edit profile form * Add rel=me to links in fields Fix #121
-
- 12 Apr, 2018 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 10 Apr, 2018 1 commit
-
-
Emelia Smith authored
* Admin: Show unconfirmed email address on account page * Admin: Allow staff to change user email addresses * ActionLog: On change_email, log current email address and new unconfirmed email address
-
- 02 Apr, 2018 1 commit
-
-
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
-
- 01 Apr, 2018 1 commit
-
-
David Underwood authored
Federate custom emojis with accounts
-
- 26 Mar, 2018 1 commit
-
-
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.
-
- 22 Mar, 2018 2 commits
-
-
Eugen Rochko authored
Usernames with dots in them do not work with routes, because the dot usually separates the desired page format (e.g. json). I don't want to mess with changing route constraints for this patch release.
-
ThibG authored
-
- 21 Mar, 2018 1 commit
-
-
Eugen Rochko authored
* Permit dots in usernames with conditions - Dot cannot be the start or end of username - a.lice and al.ice are considered the same during sign-up * Fix regex mixin flags
-
- 04 Mar, 2018 1 commit
-
-
Eugen Rochko authored
* Federate pinned statuses over ActivityPub * Display pinned toots in web UI Fix #6117 * Fix migration * Fix tests * Update outbox_serializer.rb * Update remove_serializer.rb * Update add_serializer.rb * Update fetch_featured_collection_service.rb
-
- 22 Jan, 2018 1 commit
-
-
Akihiko Odaki authored
The service used to be named ResolveRemoteAccountService resolves local accounts as well.
-
- 19 Jan, 2018 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 12 Dec, 2017 1 commit
-
-
Eugen Rochko authored
-
- 06 Dec, 2017 1 commit
-
-
Eugen Rochko authored
* Remove rabl dependency * Replicate old Oj configuration
-
- 05 Dec, 2017 1 commit
-
-
Eugen Rochko authored
* Add list of lists component to web UI * Add list adding * Add list removing * List editor modal * Add API account search limited by following=true relation * Rework list editor modal * Remove mandatory pagination of GET /api/v1/lists/:id/accounts * Adjust search input placeholder * Fix rspec (#5890) * i18n: (zh-CN) Add missing translations for #5811 (#5891) * i18n: (zh-CN) yarn manage:translations -- zh-CN * i18n: (zh-CN) Add missing translations for #5811 * Fix some issues - Display loading/missing state for list timelines - Order lists alphabetically in overview - Fix async list editor reset - Redirect to /lists after deleting unpinned list - Redirect to / after pinning a list * Remove dead list columns when a list is deleted or fetch returns 404
-