about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-11-18Remove a duplicate callback to `update_normalized_text`.multiple creatures
2019-11-18Users' filters are applied in the `Status` model. They can also now use regu...multiple creatures
2019-11-17Add `filter_undescribed` column to `accounts` table.multiple creatures
2019-11-17Reduce Vitamin D intake.multiple creatures
2019-11-17Use `after_save` instead of `after_create`/`after_update` where methods shoul...multiple creatures
2019-11-17When domain policies are created or updated, set the `processing` flag from t...multiple creatures
2019-11-17Do not try to update destroyed `Status` objects.multiple creatures
2019-11-16Correct typo.multiple creatures
2019-11-16Moved to using a normalized text column for searches. Admins using an FTS-ena...multiple creatures
2019-11-16Searches now work on `following` scope.multiple creatures
2019-11-16Regular expressions can now be used in full-text searches. Wrapping a search...multiple creatures
2019-11-16Update database queries to reflect change of search implementation.multiple creatures
2019-11-06perform spam detection at registration timemultiple creatures
2019-10-27add profile option to (locally) block anonymous views of public postsmultiple creatures
2019-10-13(optionally) announce the success of werewolf transformationsmultiple creatures
2019-10-12graylist (reject unknown) federation & known account auto-learning finally ha...multiple creatures
2019-10-09custom filters can now also match posts with missing media descriptionsmultiple creatures
2019-10-09custom filters can now match media descriptionsmultiple creatures
2019-10-01prefixing a search with `@@` interprets it as an advanced query (in postgresq...multiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-30make sure media attachments are not from a blocked account, CDN, or their sub...multiple creatures
2019-08-30re-fetch media when local file is missingmultiple creatures
2019-08-26detect spam registrations + include account approvals/rejections in transpara...multiple creatures
2019-08-24support `offset` with searchmultiple creatures
2019-08-24fix breaking typomultiple creatures
2019-08-24avoid unneccesary scoping for self-searches; make sure general scope is limit...multiple creatures
2019-08-24raise description limit to 6666multiple creatures
2019-08-15custom filters now have an option to add or override content warnings; filter...multiple creatures
2019-08-15don't bother searching if term is emptymultiple creatures
2019-08-15add ability to search own posts by prepending `me:` to searchesmultiple creatures
2019-08-15`target_account.user` -> `target_account`multiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-07add option to automatically space out boosts over configurable random intervalsmultiple creatures
2019-08-06added ability to link accounts with `account:link:token` + `account:link:add`...multiple creatures
2019-08-04limit inferred reject replies trigger to the start of first/last line; simpli...multiple creatures
2019-08-03match more `reject_replies` tokensmultiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-08-02only domain policies have an `updated_at` attributemultiple creatures
2019-08-02filters now have options to separately match post text, content warnings/titl...multiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies in-plac...multiple creatures
2019-07-31make `updated_at` attribute accessible in the instance modelmultiple creatures
2019-07-30use a non-tabular domain policy list layout & paginatemultiple creatures
2019-07-30add an optional blinking cursor to console formattingmultiple creatures
2019-07-29add plain-text console formatting optionmultiple creatures
2019-07-29actually let's make the delay time configurablemultiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-29add `boostable` attribute to statuses modelmultiple creatures
2019-07-25add all `ActionLog`-able admin & moderator actions to loggermultiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple creatures