about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)Author
2020-12-27Bump version to 3.3.0 (#15433)Eugen Rochko
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-12-23Bump version to 3.3.0rc3 (#15411)Eugen Rochko
2020-12-22Fix external user creation failing when invite request text is required (#15405)ThibG
2020-12-22Fix unnecessary queries when batch-removing statuses, 100x faster (#15387)Eugen Rochko
2020-12-19Fix "tootctl accounts fix-duplicates" (#15373)ThibG
2020-12-19Bump version to 3.3.0rc2 (#15365)Eugen Rochko
2020-12-18Fix resolving accounts sometimes creating duplicate records for a given AP id...ThibG
2020-12-18Bump max supported schema version in maintenance script (#15359)ThibG
2020-12-15Bump max supported schema version in maintenance script (#15349)ThibG
2020-12-15Add stoplight for object storage failures, return HTTP 503 (#13043)Eugen Rochko
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-12-04Fix account merging in maintenance script (#15264)ThibG
2020-12-02Fix tootctl ip_blocks add failing if not given a comment (#15263)ThibG
2020-12-01Bump version to 3.3.0rc1 (#15230)Eugen Rochko
2020-11-27Bump version to 3.2.1 (#15227)Eugen Rochko
2020-11-27Fix post-migration warning about index corruption being too scary (#15223)Eugen Rochko
2020-11-23Add `tootctl accounts merge` (#15201)Eugen Rochko
2020-11-19Deal with collation-related index corruption (#14860)ThibG
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-06Add subresource integrity for JS and CSS assets (#15096)Eugen Rochko
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-09-27Fix downloading remote media files when server returns empty filename (#14867)ThibG
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-11Change REST API to return empty data for suspended accounts (#14765)Eugen Rochko
2020-09-10Add border around 🕺 emoji (#14769)ThibG
2020-09-02Change S3 ACL in "tootctl media remove-orphans --fix-permissions" from fixed ...Y.Yamashiro
2020-09-01Add `--fix-permissions` option to `tootctl media remove-orphans` (#14383)Eugen Rochko
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-31Add border around 🐞 emoji (#14712)ThibG
2020-08-24Fix an error when file_file_size is nil in tootctl media remove (#14657)Takeshi Umeda
2020-08-12Improve email address validation (#14565)ThibG
2020-08-10Fix `tootctl media` commands not handling snowflake ids for media_attachments...ThibG
2020-08-02Fix thumbnail color extraction (#14464)ThibG
2020-08-02Change content-type to be always computed from file data (#14452)ThibG
2020-07-27Bump version to 3.2.0 (#14395)Eugen Rochko
2020-07-24Bump version to 3.2.0rc2 (#14382)Eugen Rochko
2020-07-19Fix mimetype returning nil (#14356)Takeshi Umeda
2020-07-15Bump version to 3.2.0rc1 (#14312)Eugen Rochko
2020-07-14Change `tootctl search deploy` algorithm (#14300)Eugen Rochko
2020-07-10Bump version to 3.1.5 (#14284)Eugen Rochko
2020-07-07Fix ogg vorbis files with a cover art not being correctly processed (#14255)ThibG
2020-07-05Add color extraction for audio thumbnails (#14209)Eugen Rochko
2020-07-03Fix audio uploads without embedded image (#14203)Eugen Rochko
2020-07-01Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)Eugen Rochko
2020-06-30Fix remote files not using Content-Type header, streaming (#14184)Eugen Rochko
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-27Remove the terms blacklist and whitelist from UX (#14149)Eugen Rochko
2020-06-26Fix help text around `tootctl email_domain_blocks` (#14147)Eugen Rochko
2020-06-25Add tootctl email-domain-blocks (#13589)tateisu