Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-17 | Remove glitch-soc-specific translations of upstreamed feature (domain block ↵ | Claire | |
import) | |||
2022-11-12 | Add back missing glitch-soc admin settings (#1919) | Claire | |
Fixes #1890 | |||
2022-11-12 | Add extended description for glitch-soc only “hide followers count" setting | Claire | |
2022-11-12 | Add “Glitch-only” label to glitch-specific settings | Claire | |
2022-10-21 | Use DEFAULT_FIELDS_SIZE/MAX_PROFILE_FIELDS value in settings form hint (#1870) | prplecake | |
Use `Account::DEFAULT_FIELDS_SIZE` in the hint, which would fallback to 4 if the environment variable isn't set. | |||
2022-05-31 | Make “Flavour and skin” admin setting label translatable (#1791) | Claire | |
2022-05-31 | Translate: Korean (#1790) | Jeong Arm | |
* Translate Korean: glitch frontend * Translate Korean: backend * Remove unused string * Fix yaml | |||
2022-05-16 | Add confirmation page when importing blocked domains (#1773) | Claire | |
* Move glitch-soc-specific strings to glitch-soc-specific locale files * Add confirmation page when importing blocked domains | |||
2022-05-07 | Update Korean translation (#1765) | Jeong Arm | |
2022-03-14 | Fix blank screen when trying to copy emoji with a too large file size (#1718) | Claire | |
Fixes #1714 | |||
2022-02-26 | Add option (on by default) to allow toots with content warnings to trend | Claire | |
2022-02-26 | Disable notifications for trending links and trending statuses by default | Claire | |
2022-01-26 | Add link to /about/more to the CAPTCHA verification page | Claire | |
2022-01-26 | Add some explanation text on the CAPTCHA confirmation page | Claire | |
2022-01-26 | Add mention of accessibility issues to hCaptcha option in admin page | Claire | |
2022-01-25 | Change CAPTCHA handling to be only on email verification | Claire | |
This simplifies the implementation considerably, and while not providing ideal UX, it's the most flexible approach. | |||
2022-01-25 | Add ability to set hCaptcha either on registration form or on e-mail validation | Claire | |
Upshot of CAPTCHA on e-mail validation is it does not need to break the in-band registration API. | |||
2022-01-25 | Disable `registrations` flag in /api/v1/instance when CAPTCHA is enabled | Claire | |
This is to avoid apps trying and failing at using the registrations API, which does not let us require a CAPTCHA and cannot be clearly signaled as unavailable. | |||
2022-01-24 | Add optional hCaptcha support | Claire | |
Fixes #1649 This requires setting `HCAPTCHA_SECRET_KEY` and `HCAPTCHA_SITE_KEY`, then enabling the admin setting at `/admin/settings/edit#form_admin_settings_captcha_enabled` Subsequently, a hCaptcha widget will be displayed on `/about` and `/auth/sign_up` unless: - the user is already signed-up already - the user has used an invite link - the user has already solved the captcha (and registration failed for another reason) The Content-Security-Policy headers are altered automatically to allow the third-party hCaptcha scripts on `/about` and `/auth/sign_up` following the same rules as above. | |||
2021-11-26 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `.env.production.sample`: Copied upstream changes. - `app/controllers/settings/identity_proofs_controller.rb`: Minor conflict due to glitch-soc's extra “enable_keybase” setting. Upstream removed keybase support altogether, so did the same. - `app/controllers/well_known/keybase_proof_config_controller.rb`: Minor conflict due to glitch-soc's extra “enable_keybase” setting. Upstream removed keybase support altogether, so did the same. - `lib/mastodon/statuses_cli.rb`: Minor conflict due to an optimization that wasn't shared between the two versions. Copied upstream's version. | |||
2021-10-20 | translation glitch's preferences [ja] | atsu1125 | |
2021-10-07 | Add zh-CN translations | Julianne420 | |
2021-08-06 | Fix typo on simple_form.ko.yml | Jeong Arm | |
2021-08-06 | Add Korean translations | Jeong Arm | |
2020-10-19 | Glitchsoc translation to 'es' language (#1439) | otrapersona | |
glitch-soc-specific translation to 'es' language | |||
2020-05-30 | Add support for setting Content Warning for CW-less outgoing toots | Thibaut Girka | |
2020-05-30 | Move glitch-specific ruby-side locales to their own files | Thibaut Girka | |