Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-21 | Fix reported accounts not being whitelisted when resolving a spamcheck ↵ | ThibG | |
report (#13289) | |||
2020-03-17 | Fix WebUI crash in single-column mode on prehistoric browsers (#13267) | ThibG | |
Fixes #13266 | |||
2020-03-14 | Fix missing media description dialog when sending toots with keyboard shortcuts | Thibaut Girka | |
2020-03-14 | Fix posting privacy on secondary button with missing description ↵ | Thibaut Girka | |
confirmation dialog | |||
2020-03-12 | Fix some timeouts when searching URLs by limiting some database queries (#13253) | ThibG | |
Only look up private toots from database if the request failed because of 401, 403 or 404 errors, as those may indicate a private toot, rather than something that isn't a toot or cannot be processed. | |||
2020-03-12 | Add option to include resolved DNS records when blacklisting e-mail domains ↵ | Eugen Rochko | |
in admin UI (#13254) * Add shortcuts to blacklist a user's e-mail domain in admin UI * Add option to blacklist resolved MX and IP records for e-mail domains | |||
2020-03-12 | Add titles to warning presets in admin UI (#13252) | Eugen Rochko | |
2020-03-11 | Fix privacy icon being displayed twice in glitch-soc Web UI | Thibaut Girka | |
Fixes #1298 | |||
2020-03-10 | Fix detailed view of direct messages displaying a 0 boost count (#13244) | ThibG | |
The boost count is already removed from private toots, do the same with direct messages. | |||
2020-03-10 | Fix regression in “Edit media” modal in web UI (#13243) | ThibG | |
2020-03-10 | Fix videos with unsupported colorspace not being transcoded (#13242) | ThibG | |
2020-03-09 | Fix MP4 (H264 + AAC) video files being needlessly re-encoded (#13239) | ThibG | |
2020-03-09 | Change the string "hidden" to "blocked" in WebUI (#13221) | mayaeh | |
* Change the string "hidden" to "blocked" in WebUI. * update | |||
2020-03-09 | Change video uploads to always be converted to H264/MP4 (#13220) | Eugen Rochko | |
Even if the container format is the same (.mp4), the codec could be different and not playable in web browsers | |||
2020-03-09 | Change video uploads to enforce certain limits (#13218) | Eugen Rochko | |
- Dimensions at most 1920x1200 - Frame rate at most 60 | |||
2020-03-09 | Bump cld3 from 3.2.6 to 3.3.0 (#13107) | dependabot-preview[bot] | |
* Bump cld3 from 3.2.6 to 3.3.0 Bumps [cld3](https://github.com/akihikodaki/cld3-ruby) from 3.2.6 to 3.3.0. - [Release notes](https://github.com/akihikodaki/cld3-ruby/releases) - [Commits](https://github.com/akihikodaki/cld3-ruby/compare/v3.2.6...v3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix compatibility with cld3 3.3.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> | |||
2020-03-09 | Add federation support for the "hide network" preference (#11673) | ThibG | |
* Change ActivityPub follower/following collections to not link first page * Add support for hiding followers and following of remote users * Switch to using a single `hide_collections` column * Address code style remarks | |||
2020-03-08 | Change local media attachments to perform heavy processing asynchronously ↵ | Eugen Rochko | |
(#13210) Fix #9106 | |||
2020-03-08 | [Glitch] Add support for links to statuses in announcements to be opened in ↵ | ThibG | |
web UI Port aa67036b41d37935210c8b5094ac20c153a62011 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Change the tooltip "Toggle visibility" to "Hide media" in web UI | Mélanie Chauvel (ariasuni) | |
Port 5e4b6496557b5ef167518dbc6015307158e30ccf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Code style improvements in JavaScript | Bèr Kessels | |
Port fd76955f3942bbd7ec830ab535bc31621cac14a4 to glitch-soc * JS-linter: fix trailing comma's * Configure eslinter to ignore this onchange error. Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Change description of privacy levels to be more intuitive in web UI | Mélanie Chauvel (ariasuni) | |
Port 4063f9f27805de0a12904071e521094122b9f725 to glitch-soc Co-authored-by: Thibaut Girka <thib@sitedethib.com> Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Fix text area above/right of emoji picker being accidentally ↵ | Mélanie Chauvel (ariasuni) | |
clickable in web UI Port 2e18b1a2a2976f04f84e92d187b0620223a64fa6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Fix too large announcements not being scrollable in web UI | ThibG | |
Port 503eab1c1f101e92f163ed4f8457cac9a6193ffc to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Change GIF label to be displayed even when autoplay is enabled in ↵ | koyu | |
web UI Port e69a3f54a10e58d32d7e46c494d98be948dde4b3 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Change the string "Hide everything from …" to "Block domain …" ↵ | ThibG | |
in web UI Port 39453de232e068f58a711b2c052fe74fdd0c40b6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | [Glitch] Add tooltips to audio/video player buttons | Mélanie Chauvel (ariasuni) | |
Port 036ba3f51065a96cb9203a9ac5aa71d7d6edeebe to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `app/controllers/api/v1/statuses_controller.rb`: Conflict due to upstream adding a new parameter (with_rate_limit), too close to glitch-soc's own additional parameter (content_type). Added upstream's parameter. - `app/services/post_status_service.rb`: Conflict due to upstream adding a new parameter (rate_limit), too close to glitch-soc's own additional parameter (content_type). Added upstream's parameter. - `app/views/settings/preferences/appearance/show.html.haml`: Conflict due to us not exposing theme settings here (as we have a different flavour/skin menu). Took upstream change, while still not exposing theme settings. - `config/webpack/shared.js`: Coding style fixes for a part we have rewritten. Discarded upstream changes. | |||
2020-03-08 | Fix public posts from silenced accounts not being changed to unlisted ↵ | ThibG | |
visibility (#13096) | |||
2020-03-08 | Add support for links to statuses in announcements to be opened in web UI ↵ | ThibG | |
(#13212) * Add support for links to public statuses in announcements to be opened in WebUI * Please CodeClimate | |||
2020-03-08 | Change the tooltip "Toggle visibility" to "Hide media" in web UI (#13199) | Mélanie Chauvel (ariasuni) | |
2020-03-08 | Add submit button to the top of preferences pages (#13068) | guigeekz | |
* Move submit button to the top of the edit page * Duplicate save button on long form * Fix click submit on profile spec | |||
2020-03-08 | Code style improvements in JavaScript (#13159) | Bèr Kessels | |
* JS-linter: fix trailing comma's * Configure eslinter to ignore this onchange error. | |||
2020-03-08 | Add ability to delete files uploaded for settings in admin UI (#13192) | ThibG | |
* Allow deleting site uploads * Refactor and move links into hints * Fix i18n tests * Fix HTML output of site_upload_delete_hint | |||
2020-03-08 | Change description of privacy levels to be more intuitive in web UI (#13197) | Mélanie Chauvel (ariasuni) | |
* Improve description of privacy levels in compose interface * Change strings in defaultMessage and source as well as english Co-authored-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-08 | Fix error when searching for URLs that contain the mention syntax (#13151) | ThibG | |
Fixes #13150 | |||
2020-03-08 | Add sorting by username, creation and last activity in moderation view (#13076) | ThibG | |
* Add ability to order accounts in moderation view * Display last status date in “Most recent activity” for remote users | |||
2020-03-08 | Fix text area above/right of emoji picker being accidentally clickable in ↵ | Mélanie Chauvel (ariasuni) | |
web UI (#13148) | |||
2020-03-08 | Add specific rate limits for posting and following (#13172) | Eugen Rochko | |
2020-03-06 | Fix too large announcements not being scrollable in web UI (#13211) | ThibG | |
2020-03-06 | Change GIF label to be displayed even when autoplay is enabled in web UI ↵ | koyu | |
(#13209) | |||
2020-03-06 | Remove useless `respond_to` calls (#13208) | Eugen Rochko | |
2020-03-05 | Change the string "Hide everything from …" to "Block domain …" in web UI ↵ | Eugen Rochko | |
(#13178) Blocking a domain is closer to blocking all its users than to a mute action. | |||
2020-03-05 | Fix "tootctl media remove-orphans" crashing when encountering invalid media ↵ | Eugen Rochko | |
(#13170) Fixes #13168 | |||
2020-03-05 | Add tooltips to audio/video player buttons (#13203) | Eugen Rochko | |
2020-02-29 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-02-28 | Fix announcements with fully-qualified mention to local user crashing WebUI ↵ | ThibG | |
(#13164) | |||
2020-02-27 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-02-27 | Fix leak of arbitrary statuses through unfavourite action in REST API (#13161) | Eugen Rochko | |
2020-02-25 | [Glitch] Fix `/web` redirecting to `/web/web` in web UI | ThibG | |
Port 0f07218e53bf581127cdcf5fbf12d9c207ace8d7 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> |