Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-26 | Fix scope latest of ReportNote (#9630) | ysksn | |
2018-12-26 | Create DomainNormalizable#normalize_domain (#9631) | ysksn | |
2018-12-25 | Add error message with invalid email confirmation (#9625) | Takeshi Umeda | |
2018-12-25 | Remove Form::StatusBatch::ACTION_TYPE unused (#9623) | ysksn | |
2018-12-25 | Add support for Malayalam in language filter (#9624) | Aboobacker MK | |
2018-12-24 | Add REST API for creating an account (#9572) | Eugen Rochko | |
* Add REST API for creating an account The method is available to apps with a token obtained via the client credentials grant. It creates a user and account records, as well as an access token for the app that initiated the request. The user is unconfirmed, and an e-mail is sent as usual. The method returns the access token, which the app should save for later. The REST API is not available to users with unconfirmed accounts, so the app must be smart to wait for the user to click a link in their e-mail inbox. The method is rate-limited by IP to 5 requests per 30 minutes. * Redirect users back to app from confirmation if they were created with an app * Add tests * Return 403 on the method if registrations are not open * Require agreement param to be true in the API when creating an account | |||
2018-12-24 | Rename "crop" to "change preview" (#9616) | Eugen Rochko | |
2018-12-24 | Update emoji codepoint mappings to v11.0 (#9618) | Eugen Rochko | |
2018-12-24 | Limit maximum visibility of local silenced users to unlisted (#9583) | ThibG | |
Fixes #9580 | |||
2018-12-23 | Merge pull request #871 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2018-12-23 | [Glitch] Add moderation warnings | Thibaut Girka | |
Port SCSS changes from 3c033c4352f8b156887cd7157b4a89c23a545838 to glitch-soc | |||
2018-12-23 | Change instance_presenter_spec to point to glitch-soc instead of tootsuite | Thibaut Girka | |
2018-12-23 | [Glitch] Remove links to bridge.joinmastodon.org (non-functional) | Thibaut Girka | |
Port bb62827c16dbf35c70da2dc801f602df3c76fcca to glitch-soc | |||
2018-12-23 | Remove file added by error | Thibaut Girka | |
2018-12-23 | [Glitch] Fix unnecessary loadMore calls when the end of a timeline has been ↵ | Thibaut Girka | |
reached Port 8389b496ba9f8b5fa04a34ccc14c8e4195e03ea3 to glitch flavour | |||
2018-12-23 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/routes.rb Upstream changed some admin routes, conflict was because of an added :show action for statuses on our side. Kept it. | |||
2018-12-23 | Sanitize and sandbox toot embeds (#9552) | ThibG | |
2018-12-22 | Remove links to bridge.joinmastodon.org (non-functional) (#9608) | Eugen Rochko | |
Add link to profile directory | |||
2018-12-22 | Show 40 profiles per directory page instead of 30 (#9609) | Eugen Rochko | |
To better align with the list of hashtags | |||
2018-12-22 | Add moderation warnings (#9519) | Eugen Rochko | |
* Add moderation warnings Replace individual routes for disabling, silencing, and suspending a user, as well as the report update route, with a unified account action controller that allows you to select an action (none, disable, silence, suspend) as well as whether it should generate an e-mail notification with optional custom text. That notification, with the optional custom text, is saved as a warning. Additionally, there are warning presets you can configure to save time when performing the above. * Use Account#local_username_and_domain | |||
2018-12-22 | [i18n] Occitan update (#9607) | Quentí | |
* Update for new On Board messages * Update oc.json | |||
2018-12-22 | Remove MailerHelper does nothing (#9604) | ysksn | |
2018-12-21 | Fix composer not getting focus after reply confirmation dialog | Thibaut Girka | |
The modal-handling code gives back focus to the element focused when the modal opened. However, in the case of reply confirmation, it would do so *after* the composer code itself requested focus. | |||
2018-12-21 | Fix incorrect and duplicate onConfirm callback | Thibaut Girka | |
2018-12-21 | [Glitch] Fix that translation is not applied to "joining hashtags" | Thibaut Girka | |
Port bfec030a4e3be37e4986d7ec5cb1bda968ba549a to glitch-soc | |||
2018-12-21 | [Glitch] Deep compare tags for hashtag column reload | Thibaut Girka | |
Port 4fdefffb9906ffc3e5fde7af652674bebffd6e15 to glitch-soc | |||
2018-12-21 | [Glitch] Allow joining several hashtags in a single column | Thibaut Girka | |
Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc This introduces new requirements in the API: `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none` It now returns status matching tag :tag or any of the :any, provided that they also include all tags in `all` and none of `none`. | |||
2018-12-21 | i18n: Update Polish translation (#9594) | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-12-21 | Add specs for CustomEmojiFilter (#9599) | ysksn | |
2018-12-21 | Fix composer not getting focus after reply confirmation dialog (#9602) | ThibG | |
The modal-handling code gives back focus to the element focused when the modal opened. However, in the case of reply confirmation, it would do so *after* the composer code itself requested focus. | |||
2018-12-21 | Add specs for AdminMailer (#9597) | ysksn | |
2018-12-21 | Add specs for InstancePresenter (#9596) | ysksn | |
2018-12-21 | Skip mailer job retries when a record no longer exists (#9590) | Eugen Rochko | |
Fix #8666 | |||
2018-12-20 | [Glitch] Display customized mascot in web UI | Thibaut Girka | |
Port relevant parts of 9d4541c612b506889675c4c19ced5cd17ad3710f to glitch-soc | |||
2018-12-20 | Make drawer markup and styling closer to upstream | Thibaut Girka | |
WARNING: This may break some custom skins! `.drawer > .contents` has been moved to `.drawer > .drawer__pager > .drawer__iner`, and the waves have been moved from `.drawer > .contents` to `.drawer__inner__mastodon`! | |||
2018-12-20 | Add specs for ReportNotePolicy (#9592) | ysksn | |
2018-12-20 | Add specs for policies (#9591) | ysksn | |
* Add spec for RelayPolicy * Add specs for SubscriptionPolicy * Add specs for SettingsPolicy * Add specs for TagPolicy * Add specs for ReportPolicy | |||
2018-12-20 | Add specs for UserPolicy (#9593) | ysksn | |
2018-12-20 | [Glitch] Back to the getting-started when pins the timeline | Thibaut Girka | |
Port 5bf100f87be571e86305f3ab244183fc46f1ede2 to glitch-soc | |||
2018-12-20 | Move hide_followers_count logic to an helper | Thibaut Girka | |
2018-12-20 | Add a per-user setting to hide followers count | Thibaut Girka | |
This is only available if the instance-wide setting isn't set and allows people to hide their own followers count. This does not hide others' to them. | |||
2018-12-20 | Per-user followers count display in profile directory | Thibaut Girka | |
2018-12-20 | Hide negative follower counts from glitch flavour | Thibaut Girka | |
2018-12-20 | Add admin setting to disable followers count | Thibaut Girka | |
2018-12-20 | Refactor followers_accounts_controller | Thibaut Girka | |
2018-12-20 | Add specs for InvitePolicy (#9589) | ysksn | |
2018-12-20 | Add specs for EmailDomainBlockPolicy (#9586) | ysksn | |
2018-12-20 | Add specs for InstancePolicy (#9587) | ysksn | |
2018-12-20 | Add specs for DomainBlockPolicy (#9585) | ysksn | |
2018-12-20 | Add specs for CustomEmojiPolicy (#9584) | ysksn | |