Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-30 | [Refactoring] Minor code style auto-refactorings from Rubocop | Fire Demon | |
2020-08-30 | [Future] Add distributable scope | Fire Demon | |
2020-08-30 | [Bug] Skip implicit mentions | Fire Demon | |
2020-08-30 | [Feature] Add in-place post editing | Fire Demon | |
2020-08-30 | [Spam Prevention] Limit the community digest's boost candidates the last 18 ↵ | Fire Demon | |
months of history | |||
2020-08-30 | [Transparency] Add /api/v1/admin/domain_allows and ↵ | Fire Demon | |
/api/v1/admin/domain_blocks endpoints | |||
2020-08-30 | [Privacy] Do not disclose private allow list domains to nodeinfo and ↵ | Fire Demon | |
instance endpoints | |||
2020-08-30 | [Transparency] Add information about server blocks and allows to nodeinfo ↵ | Fire Demon | |
and instance endpoints | |||
2020-08-30 | [Feature] Add community digest from Monsterfork v1 | Fire Demon | |
2020-08-30 | [Privacy] Let admins exclude private domains from the public allowlist | Fire Demon | |
2020-08-30 | [Privacy] Exclude unlisted statuses from public profile pages | Fire Demon | |
2020-08-30 | [Privacy, Transparency] Reduce allowlist mode restrictions; make publishing ↵ | Fire Demon | |
trusted servers to about page possible. | |||
2020-08-29 | Fix replying to some remote toots switching to local-only | Thibaut Girka | |
2020-08-24 | Fix spacing around reblog counter in detailed statuses | Thibaut Girka | |
And bring the whole thing closer to upstream's code. | |||
2020-08-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-08-19 | Fix not being able to unbookmark toots when blocked by their author (#14604) | ThibG | |
* Fix not being able to unbookmark toots when blocked by their author * Add tests | |||
2020-08-19 | Fix client-side form validation not accepting handles with uppercase letters ↵ | ThibG | |
(#14599) | |||
2020-08-17 | Change styling to always have scrollbar on search results | Thibaut Girka | |
2020-08-17 | Fix WebUI crash in edge case when media display size causes scroll | Thibaut Girka | |
Fixes #1406 | |||
2020-08-13 | Fix styling of display names and account handles, make it closer to upstream | Thibaut Girka | |
2020-08-13 | [Glitch] Add client-side validation in password change forms | ThibG | |
Port 7dc4c742650ac69ec9a4459b656e172283511e4c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-13 | [Glitch] Add HTML form validation for the registration form | ThibG | |
Port d70c3ab4c39e642d41138ab693af77dd6c258e8c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-13 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-08-13 | Fix hardcoded non-breaking space in public view (#14568) | ThibG | |
2020-08-12 | Improve email address validation (#14565) | ThibG | |
* Increase DNS timeout from 1 second to 5 seconds for MX check 1 seconds is rather short when using a recursive DNS resolver which hasn't got a cached result already available. Use 5 seconds instead, which is the timeout value we use for outgoing HTTP queries. * Add more precise error messages for invalid e-mail addresses | |||
2020-08-12 | Add client-side validation in password change forms (#14564) | ThibG | |
* Fix client-side username validation at registration It used the Account::USERNAME_RE regexp which is for *remote* users, local user validation is stricter. Also take into account max username length. * Add client-side form validation for password change * Add client-side form validation to dedicated registration form Previous changes only applied to the /about page, not the dedicated form on /auth | |||
2020-08-12 | Fix local-only flag not necessarily being preserved on delete & redraft | Thibaut Girka | |
2020-08-12 | Fix embedded player | Thibaut Girka | |
(broken because I forgot to adapt it to glitch-soc's theming system) | |||
2020-08-11 | Add HTML form validation for the registration form (#14560) | ThibG | |
* Add HTML-level validation of username in sign-up form * Make required fields with incorrect values more visible * Enable HTML form validation for the registration form * Mark agreement checkbox as required client-side * Add minimum length to password * Add client-side password confirmation validation | |||
2020-08-11 | Fix new audio player when under content warnings | Thibaut Girka | |
2020-08-11 | [Glitch] Add support for managing multiple stream subscriptions in a single ↵ | Eugen Rochko | |
connection Ported ef057584fd2714d94666f9ffef4aa89147eda72c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-11 | Merge branch 'master' into glitch-soc/master | Thibaut Girka | |
Conflicts: - `streaming/index.js`: Upstream entirely refactored it. Ported our changes to upstream's refactor. Hopefuly. | |||
2020-08-11 | Add support for managing multiple stream subscriptions in a single ↵ | Eugen Rochko | |
connection (#14524) | |||
2020-08-09 | Cache result of SQL (#14534) | niwatori24 | |
2020-08-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-08-08 | Fix crash when failing to load emoji picker (#14525) | ThibG | |
Fixes #14523 | |||
2020-08-07 | Fix eslint error (#14521) | abcang | |
2020-08-05 | Fallback to previous, more approximative hashtag RE on older browsers (#14513) | ThibG | |
Fixes #14511 | |||
2020-08-05 | [Glitch] Fallback to previous, more approximative hashtag RE on older browsers | Thibaut Girka | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-04 | Add support for direct message assertions | Fire Demon | |
2020-08-02 | [Glitch] Fix audio player on Safari | ThibG | |
Port 635b6a0f1af21bd4055f950930a681aa0a96535b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-02 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-08-02 | Fix audio/video player not using CDN_HOST in media paths on public pages ↵ | ThibG | |
(#14486) | |||
2020-08-02 | Fix audio player on Safari (#14485) | ThibG | |
2020-08-02 | [Glitch] Fix new audio player features not working on Safari | ThibG | |
Port 51b5bb53015df5b360f0e366f7fc67dce75e2d6c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-02 | [Glitch] Fix wrong proptypes for onEditAccountNote | ThibG | |
Port 5faf2de93891db822d78c92f2bc2cdc33c3605c1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-02 | [Glitch] Fix the hashtag judgment of the compose form to be the same as the ↵ | kedama | |
server side Port cd94854e7d14b2bc755510493944a3e01f758fa2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-02 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-08-02 | Fix disabled boost icon being replaced by private boost icon on hover (#14456) | ThibG | |
Fixes #14455 | |||
2020-08-02 | Fix new audio player features not working on Safari (#14465) | ThibG | |
Fixes #14462 |