.. |
account_suggestions
|
3917353645
Fix single Redis connection being used across all threads (#18135)
|
hace 2 años |
admin
|
a2871cd747
Add administrative webhooks (#18510)
|
hace 2 años |
concerns
|
02851848e9
Revamp post filtering system (#18058)
|
hace 2 años |
form
|
27965ce5ed
Add trending statuses (#17431)
|
hace 2 años |
trends
|
a9b64b24d6
Change algorithm of `tootctl search deploy` to improve performance (#18463)
|
hace 2 años |
web
|
ce2148c571
Add `policy` param to `POST /api/v1/push/subscriptions` (#16040)
|
hace 3 años |
account.rb
|
9d4861b498
Remove dependency on running Redis server for db:setup (#18560)
|
hace 2 años |
account_alias.rb
|
dc50347247
Fix crash in alias settings page (#18004)
|
hace 2 años |
account_conversation.rb
|
3917353645
Fix single Redis connection being used across all threads (#18135)
|
hace 2 años |
account_deletion_request.rb
|
ed099d8bdc
Change account suspensions to be reversible by default (#14726)
|
hace 4 años |
account_domain_block.rb
|
7a1f8a58df
Fix crash when saving invalid domain name (#11528)
|
hace 5 años |
account_filter.rb
|
894956e20c
Fix /api/v1/admin/accounts (#17887)
|
hace 2 años |
account_migration.rb
|
6cf57c6765
Refactor how Redis locks are created (#18400)
|
hace 2 años |
account_moderation_note.rb
|
9613a53cb3
Update dependencies for Ruby (2018-04-23) (#7237)
|
hace 6 años |
account_note.rb
|
87085a5152
Fix AccountNote not having a maximum length (#16942)
|
hace 3 años |
account_pin.rb
|
b34d6238cb
Add API endpoint to list featured accounts (fixes #8315) (#8317)
|
hace 6 años |
account_stat.rb
|
3e0e7a1cfb
Fix follower and other counters being able to go negative (#18517)
|
hace 2 años |
account_statuses_cleanup_policy.rb
|
02dbc59c91
Add option to automatically delete toots after one week (#17691)
|
hace 2 años |
account_statuses_filter.rb
|
8f6c67bfde
Fix performance of account timelines (#17709)
|
hace 2 años |
account_suggestions.rb
|
daccc07dc1
Change auto-following admin-selected accounts, show in recommendations (#16078)
|
hace 3 años |
account_summary.rb
|
f9c2d1b9a1
Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189)
|
hace 3 años |
account_warning.rb
|
25d3dc4373
Add ability to mark statuses as sensitive from reports in admin UI (#17668)
|
hace 2 años |
account_warning_preset.rb
|
f556f79b77
Add titles to warning presets in admin UI (#13252)
|
hace 4 años |
admin.rb
|
e84fecb7e9
Add logging of admin actions (#5757)
|
hace 7 años |
announcement.rb
|
b29defb851
Change order of announcements in admin page to sort them newest-first (#15091)
|
hace 4 años |
announcement_filter.rb
|
f52c988e12
Add announcements (#12662)
|
hace 4 años |
announcement_mute.rb
|
f52c988e12
Add announcements (#12662)
|
hace 4 años |
announcement_reaction.rb
|
f52c988e12
Add announcements (#12662)
|
hace 4 años |
appeal.rb
|
ac99f586bb
Fix issues when attempting to appeal an old strike (#17554)
|
hace 2 años |
application_record.rb
|
5c42f47617
Fix records not being indexed sometimes (#12024)
|
hace 5 años |
backup.rb
|
f52c988e12
Add announcements (#12662)
|
hace 4 años |
block.rb
|
6793bec4c6
Store URIs of follows, follow requests and blocks for ActivityPub (#7160)
|
hace 6 años |
bookmark.rb
|
3419d3ec84
Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) (#16915)
|
hace 3 años |
canonical_email_block.rb
|
76761d5fc0
Add ability for admins to delete canonical email blocks (#16644)
|
hace 2 años |
context.rb
|
8b2cad5637
Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090)
|
hace 7 años |
conversation.rb
|
b9b0313c78
Revert "Remove conversation URI (#11423)" (#11424)
|
hace 5 años |
conversation_mute.rb
|
9613a53cb3
Update dependencies for Ruby (2018-04-23) (#7237)
|
hace 6 años |
custom_emoji.rb
|
379a7a7ca7
Add support for webp uploads (#18506)
|
hace 2 años |
custom_emoji_category.rb
|
1110ea1a91
Add batch actions and categories to admin UI for custom emojis (#11793)
|
hace 5 años |
custom_emoji_filter.rb
|
6feafb8802
Various fixes and improvements (#12878)
|
hace 4 años |
custom_filter.rb
|
02851848e9
Revamp post filtering system (#18058)
|
hace 2 años |
custom_filter_keyword.rb
|
02851848e9
Revamp post filtering system (#18058)
|
hace 2 años |
device.rb
|
5d8398c8b8
Add E2EE API (#13820)
|
hace 4 años |
domain_allow.rb
|
35588d09e2
Add /api/v1/admin/domain_allows (#18668)
|
hace 2 años |
domain_block.rb
|
28329ba62f
Add /api/v1/admin/domain_blocks (#18247)
|
hace 2 años |
email_domain_block.rb
|
f6d35ed57d
Remove IP matching from e-mail domain blocks (#18190)
|
hace 2 años |
encrypted_message.rb
|
3917353645
Fix single Redis connection being used across all threads (#18135)
|
hace 2 años |
export.rb
|
96c1e71329
Add import/export feature for bookmarks (#14956)
|
hace 4 años |
favourite.rb
|
3419d3ec84
Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) (#16915)
|
hace 3 años |
featured_tag.rb
|
318d34d528
Fix data integrity of featured tags (#17712)
|
hace 2 años |
feed.rb
|
fa0c71f0d9
allow pagination by min_id and max_id (#14776)
|
hace 4 años |
follow.rb
|
f1f96ebf02
Fix being able to import more than allowed number of follows (#15384)
|
hace 3 años |
follow_recommendation.rb
|
f9c2d1b9a1
Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189)
|
hace 3 años |
follow_recommendation_filter.rb
|
3917353645
Fix single Redis connection being used across all threads (#18135)
|
hace 2 años |
follow_recommendation_suppression.rb
|
f7117646af
Add cold-start follow recommendations (#15945)
|
hace 3 años |
follow_request.rb
|
a6564d56d6
Fix edge case where accepted follow cannot be processed because of follow limit (#16098)
|
hace 3 años |
home_feed.rb
|
efffdd3778
Fix rubocop config and warnings (#15503)
|
hace 3 años |
identity.rb
|
4afda5444a
Change identities id column to a bigint (#9371)
|
hace 6 años |
import.rb
|
eb35be0431
Fix follow limit preventing re-following of a moved account (#14207)
|
hace 3 años |
instance.rb
|
5db1f377ea
Fix nil error when viewing suspended domain in admin UI (#17765)
|
hace 2 años |
instance_filter.rb
|
bd53dd5210
Change design of federation pages in admin UI (#17704)
|
hace 2 años |
invite.rb
|
ed099d8bdc
Change account suspensions to be reversible by default (#14726)
|
hace 4 años |
invite_filter.rb
|
6feafb8802
Various fixes and improvements (#12878)
|
hace 4 años |
ip_block.rb
|
5e1364c448
Add IP-based rules (#14963)
|
hace 4 años |
list.rb
|
3249d35bdc
Improve account deletion performances further (#15407)
|
hace 3 años |
list_account.rb
|
65e13cfacf
Add abilityto add oneself to lists (#12271)
|
hace 5 años |
list_feed.rb
|
efffdd3778
Fix rubocop config and warnings (#15503)
|
hace 3 años |
login_activity.rb
|
d174d12c83
Add authentication history (#16408)
|
hace 3 años |
marker.rb
|
e445a8af64
Add timeline read markers API (#11762)
|
hace 5 años |
media_attachment.rb
|
379a7a7ca7
Add support for webp uploads (#18506)
|
hace 2 años |
mention.rb
|
ddd30f331c
Improve support for aspects/circles (#8950)
|
hace 6 años |
message_franking.rb
|
5d8398c8b8
Add E2EE API (#13820)
|
hace 4 años |
mute.rb
|
96761752ec
Add duration parameter to muting. (#13831)
|
hace 4 años |
notification.rb
|
2936f42a14
Add notifications for new reports (#18697)
|
hace 2 años |
one_time_key.rb
|
5d8398c8b8
Add E2EE API (#13820)
|
hace 4 años |
poll.rb
|
088dc0ec5a
Fix regression in `tootctl search deploy` caused by unloaded attribute (#18514)
|
hace 2 años |
poll_vote.rb
|
96f905f409
Add optimistic lock to avoid race conditions when handling votes (#10196)
|
hace 5 años |
preview_card.rb
|
379a7a7ca7
Add support for webp uploads (#18506)
|
hace 2 años |
preview_card_provider.rb
|
6e50134a42
Add trending links (#16917)
|
hace 3 años |
public_feed.rb
|
efffdd3778
Fix rubocop config and warnings (#15503)
|
hace 3 años |
relationship_filter.rb
|
6748a5acb1
Fix followings list order | Issue #13538 (#13676)
|
hace 4 años |
relay.rb
|
46b2cc184f
Fix enable/disable relay failures (#13535)
|
hace 4 años |
remote_follow.rb
|
7d985f2aac
Remove dependency on goldfinger gem (#14919)
|
hace 4 años |
report.rb
|
a2871cd747
Add administrative webhooks (#18510)
|
hace 2 años |
report_filter.rb
|
14f436c457
Add notifications for statuses deleted by moderators (#17204)
|
hace 2 años |
report_note.rb
|
a8ba291beb
Fix scope latest of ReportNote (#9630)
|
hace 5 años |
rule.rb
|
8331fdf7e0
Add server rules (#15769)
|
hace 3 años |
scheduled_status.rb
|
86f27b178c
Fix deleting a scheduled status immediately deleting media attachments (#9728)
|
hace 5 años |
search.rb
|
8b2cad5637
Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090)
|
hace 7 años |
session_activation.rb
|
566fc90913
Add Ruby 3.0 support (#16046)
|
hace 3 años |
setting.rb
|
54d4e5252b
Use Rails' index_by where it makes sense (#15542)
|
hace 3 años |
site_upload.rb
|
85973f4f37
Improvements to image upload validation and creation (#10431)
|
hace 5 años |
status.rb
|
25dda3061e
Fix unnecessary query on status creation (#17901)
|
hace 2 años |
status_edit.rb
|
9f2791eb64
Add polls and media attachments to edit comparison modal in web UI (#17727)
|
hace 2 años |
status_pin.rb
|
4ac78e2a06
Add feature to automatically delete old toots (#16529)
|
hace 3 años |
status_stat.rb
|
3e0e7a1cfb
Fix follower and other counters being able to go negative (#18517)
|
hace 2 años |
system_key.rb
|
5d8398c8b8
Add E2EE API (#13820)
|
hace 4 años |
tag.rb
|
12b3ff6c6d
Fix error on trending hashtags/links pages in admin UI due to missing constant (#17044)
|
hace 3 años |
tag_feed.rb
|
efffdd3778
Fix rubocop config and warnings (#15503)
|
hace 3 años |
tombstone.rb
|
ce8635605c
Record deleted(by mod) status to prevent re-appear (#10732)
|
hace 5 años |
trends.rb
|
27965ce5ed
Add trending statuses (#17431)
|
hace 2 años |
unavailable_domain.rb
|
216b85b053
Fix performance on instances list in admin UI (#15282)
|
hace 3 años |
user.rb
|
a2871cd747
Add administrative webhooks (#18510)
|
hace 2 años |
user_invite_request.rb
|
8b69a66380
Add "why do you want to join" field to invite requests (#10524)
|
hace 5 años |
user_ip.rb
|
8e84ebf0cb
Remove IP tracking columns from users table (#16409)
|
hace 2 años |
web.rb
|
e25170f960
Add extended about page stub
|
hace 7 años |
webauthn_credential.rb
|
5d3c8baa9a
Fix validates :sign_count of WebauthnCredential (#14806)
|
hace 4 años |
webhook.rb
|
a2871cd747
Add administrative webhooks (#18510)
|
hace 2 años |