- Apr 26, 2018
-
-
Yamagishi Kazutoshi authored
-
- Apr 25, 2018
-
-
Eugen Rochko authored
* Add RSS feed for accounts * Add RSS feeds for hashtags * Fix code style issues * Fix code style issues
-
- Apr 20, 2018
-
-
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
-
- Apr 10, 2018
-
-
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
-
- Apr 02, 2018
-
-
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
-
Emelia Smith authored
-
- Mar 26, 2018
-
-
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.
-
- Mar 24, 2018
-
-
Akihiko Odaki authored
HTTP connections must be explicitly closed in many cases, and letting perform method close connections makes its callers less redundant and prevent them from forgetting to close connections.
-
- Mar 18, 2018
-
-
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...
-
- Mar 08, 2018
-
-
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
-
- Mar 04, 2018
-
-
Akihiko Odaki authored
site_title is "Mastodon" by default configuration, and there is no need to default site_title with site_hostname in InstanceHelper.
-
- Jan 28, 2018
-
-
Eugen Rochko authored
-
- Jan 21, 2018
-
-
Norayr Chilingarian authored
* adding armenian translations * updating config files for armenian translations * armenian translation fix * fixing spaces
-
- Jan 20, 2018
-
-
Eugen Rochko authored
-
- Jan 16, 2018
-
-
Eugen Rochko authored
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
-
- Jan 08, 2018
-
-
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
-
- Jan 04, 2018
-
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
-
- Jan 02, 2018
-
-
Branko Kokanovic authored
Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation.
-
- Dec 31, 2017
-
-
Branko Kokanovic authored
* Adding Serbian translation * i18n-tasks normalize
-
- Dec 17, 2017
-
-
Peter authored
* Add Slovak translation * Slovak translation: i18n-normalize
-
- Dec 13, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add staff filter to admin UI for accounts, remove obsolete columns * Only display OStatus section in admin UI for accounts when OStatus data
-
- Dec 10, 2017
-
-
Yamagishi Kazutoshi authored
-
- Dec 06, 2017
-
-
Yamagishi Kazutoshi authored
-
- Dec 01, 2017
-
-
Yamagishi Kazutoshi authored
-
- Nov 30, 2017
-
-
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
-
- Nov 24, 2017
-
-
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:
Marcin Mikołajczak <me@m4sk.in> * Split admin navigation into moderation and administration * Redesign audit log page *
(#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
-
- Nov 17, 2017
-
-
Eugen Rochko authored
-
- Nov 11, 2017
-
-
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
-
- Nov 07, 2017
-
-
nullkal authored
* Show the local couterpart of emoji when it exists in admin/custom_emojis * Fix indentation * Fix error * Add class table-action-link to Overwrite link * Make it enable to overwrite emojis * Make Code Climate happy
-
- Oct 27, 2017
-
-
puckipedia authored
-
- Oct 17, 2017
-
-
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
-
- Oct 07, 2017
-
-
nullkal authored
* Add moderation note * Add frozen_string_literal * Make rspec pass
-
- Oct 03, 2017
-
-
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.
-
- Sep 23, 2017
-
-
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
-
- Sep 16, 2017
-
-
Akihiko Odaki authored
-
- Sep 12, 2017
-
-
Eugen Rochko authored
- Return all images as og:image - Return videos as og:image (preview) and og:video - Return profile:username on profiles
-
- Sep 08, 2017
-
-
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
-
- Sep 05, 2017
-
-
Adam Thurlow authored
-