about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2020-01-22Fix change breaking sharekey functionalityHolly 'Frinkel' Lotor
2020-01-20resolve stray merge conflict between tfonline/monsterfork stringsmultiple creatures
2020-01-20fix code typomultiple creatures
2020-01-20More smoke testing, I believe the stability is passable nowHolly 'Frinkel' Lotor
2020-01-20More smoke testing, merge in request pool from upstreamHolly 'Frinkel' Lotor
2020-01-20Merge first smoke testHolly 'Frinkel' Lotor
2020-01-20Original upstream mergeThibG
2020-01-19add chest floof to monsterfork api & outgoing federationmultiple creatures
2020-01-17make sure there are actually media attachments before trying to match ↵multiple creatures
againist the `filter_undescribed?` setting
2020-01-17Fix issue fetching new acctsHolly "Frinkeldoodle" Lotor
2020-01-17Comment out reference to var that hasn't been ported yetHolly "Frinkeldoodle" Lotor
2020-01-17Fix typoHolly "Frinkeldoodle" Lotor
2020-01-17Port render_with_cache, CacheConcern from upstreamHolly "Frinkeldoodle" Lotor
2020-01-16`backtrace` -> `e.backtrace`multiple creatures
2020-01-15port commit `7e2bff995` from upstream to fix broken attachment downloadingmultiple creatures
2020-01-15port instances controller from upstreammultiple creatures
2020-01-15port new application controller error handlers from upstreammultiple creatures
2020-01-15update jsonld helper from upstreammultiple creatures
2020-01-15handle passing `0` to `lifespan` & `defed_in` bangtags to unset the ↵multiple creatures
auto-destruct/auto-defederate flag for a post
2020-01-15fix tired dev operating `vim` without adequate coffee & breaking codemultiple creatures
2020-01-15anti-harassment: add option to toggle whether to allow follows/packmate ↵multiple creatures
requests from accounts you've never interacted with before; default to off
2020-01-15break up preferences with more page sectionsmultiple creatures
2020-01-15fix "leading decorators must be attached to a class declaration"multiple creatures
2020-01-15work around sprockets 4 being a jerkmultiple creatures
2020-01-14skip duplicate redis checkmultiple creatures
2020-01-14behave like `block anon` when checking whether local users can read a ↵multiple creatures
community or public post made in invisible mode
2020-01-14fix check for "filter if in reply to blocker" settingmultiple creatures
2020-01-14fix the "include past roars" buttonsmultiple creatures
2020-01-14differentiate local-only posts in the web appmultiple creatures
2020-01-13use `update` instead of assignment on `delete_after=` & `defederate_after=`multiple creatures
2020-01-13set `MIN_DESTRUCT_OFFSET` (`30.seconds`) if `delete_after` or ↵multiple creatures
`defederate_after` values are too low
2020-01-13make `:m` in `defed_in` & `delete_in` mean minutes not monthsmultiple creatures
2020-01-13fix setting `delete_after` and `defederate_after` on new postsmultiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add ↵multiple creatures
options to defederate and/or delete past posts + add `defed_in`/`parent:defed_in`/`thread:defed_in` bangtags + ui indicator for posts marked for auto-defederation
2020-01-13remove duplicates from media gallery mode, attempt 2multiple creatures
2020-01-13update `updated_at` when boosting own old posts so the post can actually ↵multiple creatures
federate past the max public expiration window
2020-01-13check `updated_at` instead of `created_at` against max public access ↵multiple creatures
expiration window
2020-01-13`return false if direct?`multiple creatures
2020-01-13make `still_accessiblible?` only check posts with an `account.user`multiple creatures
2020-01-12add privacy option to limit lifespan of public access to post & object urls ↵multiple creatures
beyond local followers, default to 90 days
2020-01-12allow sharekeys to be used with the api status controllermultiple creatures
2020-01-11skip spam check if invite-only registrationmultiple creatures
2020-01-11remove duplicate posts in gallery modemultiple creatures
2020-01-11move parenthesis to correct placemultiple creatures
2020-01-11move parenthesis to correct placemultiple creatures
2020-01-11move `monsterpit_api` helper to the application controllermultiple creatures
2020-01-11expose `local` visibility flag only when monsterfork api exposure is set to ↵multiple creatures
`full` (inital state serializer)
2020-01-11pass monsterfork api exposure setting to initial state serializermultiple creatures
2020-01-11expose `local` visibility flag only when monsterfork api exposure is set to ↵multiple creatures
`full`
2020-01-11use basic monsterfork api for anonymous clientsmultiple creatures