Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-19 | Migrate from uws to cws (#10805) | abcang | |
2019-11-19 | Fix stacking order of emoji picker (#10801) | nzws | |
2019-11-19 | Bump aws-sdk-s3 from 1.39.0 to 1.40.0 (#10803) | dependabot[bot] | |
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.39.0 to 1.40.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.39.0...v1.40.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-11-19 | Bump rubocop from 0.69.0 to 0.70.0 (#10802) | dependabot[bot] | |
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.69.0 to 0.70.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.69.0...v0.70.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-11-19 | i18n: Complete frontend Bengali translation (#10800) | dxwc | |
* i18n: Complete frontend Bengali translation * run yarn manage:translations | |||
2019-11-19 | Add `account_id` param to `GET /api/v1/notifications` (#10796) | Paul Woolcock | |
* Add `from_account` to notifications API this adds the ability to filter notifications by the account they originated from * passing a non-existent user should cause none to be returned * Fix codeclimate warnings * fix more codeclimate warnings * make requested changes: * use account id instead of user@domain * name the param `account_id` instead of `from_account` * Don't use `return` in a lambda | |||
2019-11-19 | Bump httplog from 1.2.2 to 1.3.0 (#10795) | dependabot[bot] | |
Bumps [httplog](https://github.com/trusche/httplog) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/trusche/httplog/releases) - [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md) - [Commits](https://github.com/trusche/httplog/commits/v1.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-11-19 | Update sk.yml (#10788) | Marek Ľach | |
* Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * normalize | |||
2019-11-19 | Bump lograge from 0.11.0 to 0.11.1 (#10793) | dependabot[bot] | |
Bumps [lograge](https://github.com/roidrage/lograge) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/roidrage/lograge/releases) - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md) - [Commits](https://github.com/roidrage/lograge/compare/v0.11.0...v0.11.1) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-11-19 | Bump capybara from 3.20.0 to 3.20.2 (#10794) | dependabot[bot] | |
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.0 to 3.20.2. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.20.0...3.20.2) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-11-19 | Make headers font size proportional | Thibaut Girka | |
2019-11-19 | Allow rel=tag in status text | Thibaut Girka | |
Fixes tag links in local Markdown or HTML-authored statuses | |||
2019-11-18 | Add support for updating posts in-place to the frontend and API. This makes ↵ | multiple creatures | |
it possible to implement features such as *real* post editing. | |||
2019-11-18 | Revert `7f2174466` because it is causing thread mode to break. | multiple creatures | |
2019-11-18 | When a post is delayed or updated, remove the old version from local ↵ | multiple creatures | |
timelines before delivering the new verison. | |||
2019-11-18 | Improve readability somewhat. | multiple creatures | |
2019-11-18 | Let `PostStatusWorker` deal with delivering posts. | multiple creatures | |
2019-11-18 | Send status ID instead of objects to `ActivityPub::DistributionWorker` | multiple creatures | |
2019-11-18 | Use `before_save` instead of `after_save`. | multiple creatures | |
2019-11-18 | Be more specific about checking for the truthiness of `nomentions`. | multiple creatures | |
2019-11-18 | Get rid of the `Formatter` cache. It isn't worth the admin headaches. | multiple creatures | |
2019-11-18 | Auto-remove expired filters. | multiple creatures | |
2019-11-18 | Remove filter caches. | multiple creatures | |
2019-11-18 | Filter boosts from profile pages' Roars & Growls tab. | multiple creatures | |
2019-11-18 | In the regex filtering query, `ANY` should actually be `ALL`. | multiple creatures | |
2019-11-18 | Correct `CustomFilters` to `CustomFilter`. | multiple creatures | |
2019-11-18 | Use custom `f_normalize` function for transforming regex filters. | multiple creatures | |
2019-11-18 | Ensure that community-visible posts are removed from the timeline when the ↵ | multiple creatures | |
author deletes them. | |||
2019-11-18 | Committing this unnecessary schema version update. | multiple creatures | |
2019-11-18 | Create `f_normalize` function to transform filter queries. Also make the ↵ | multiple creatures | |
FTS migration an actual migration to save new Monsterfork admins the headache. | |||
2019-11-18 | Migrate old whole-word filters to modified syntax (double quoted strings ↵ | multiple creatures | |
treated as whole-word). | |||
2019-11-18 | Only apply a user's string filters if they actually have any set (otherwise ↵ | multiple creatures | |
all posts will be filtered). | |||
2019-11-18 | Split indexing Rake tasks to: `monsterfork:index_statuses` (reindex statuses ↵ | multiple creatures | |
that do not normalized text yet), `monsterfork:reindex_statuses` (reindex all statuses), and `monsterfork:reindex_media_desc` (reindex statuses with media descriptions). These tasks are only needed by admins setting up Monsterfork for the first time or if the normalization scheme has changed drastically. | |||
2019-11-18 | Include media attachment descriptions in normalized text. | multiple creatures | |
2019-11-18 | Remove context selector from filter view. | multiple creatures | |
2019-11-18 | Remove unused and incompatable filter settings. These will be re-added in ↵ | multiple creatures | |
time as they're rewritten to use database-level filtering. | |||
2019-11-18 | Remove `FilterHelper` include from timeline APIs. | multiple creatures | |
2019-11-18 | Always skip `Formatter` cache when serializing ActivityPub representations ↵ | multiple creatures | |
of posts and accounts. | |||
2019-11-18 | Remove a duplicate callback to `update_normalized_text`. | multiple creatures | |
2019-11-18 | In ProcessMentionsService, `skip_notify` should be a keyword argument, not ↵ | multiple creatures | |
positional. | |||
2019-11-18 | Add a new profile option to filter posts with undescribed media. At some ↵ | multiple creatures | |
point, figure out how to put this under Filters, even if it angers the MVC model gods. No gods, no masters. | |||
2019-11-18 | Users' filters are applied in the `Status` model. They can also now use ↵ | multiple creatures | |
regular expressions. | |||
2019-11-18 | When streaming posts to timelines, do not apply filters to the author's own ↵ | multiple creatures | |
posts. | |||
2019-11-17 | The streaming server can now apply users' regex filters before sending ↵ | multiple creatures | |
content to their timelines.`Ia PostgreSQL fthaghn`. | |||
2019-11-17 | Do away with the kludgy solution of applying users' filters from API ↵ | multiple creatures | |
controllers; we will do this in the `Status` model instead, and at the database level. | |||
2019-11-17 | Add `filter_undescribed` column to `accounts` table. | multiple creatures | |
2019-11-17 | Removed one too many `rescue`s. | multiple creatures | |
2019-11-17 | Prefix zero-width space before lines with space characters to preserve their ↵ | multiple creatures | |
formatting on other servers. | |||
2019-11-17 | Reduce Vitamin D intake. | multiple creatures | |
2019-11-17 | Remove duplicated code. | multiple creatures | |