Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2020-02-25 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-02-24 | Fix dismissing an announcement twice raising an obscure error (#13124) | ThibG | |
2020-02-24 | Fix misleading error when attempting to re-send a pending follow request ↵ | ThibG | |
(#13133) Fixes #13131 | |||
2020-02-24 | Fix backups failing when files are missing from media attachments (#13146) | ThibG | |
Fixes #13123 | |||
2020-02-24 | Fix duplicate accounts being created when fetching an account for its key ↵ | ThibG | |
only (#13147) Fixes #13136 When a user's canonical acct domain is different from its id's domain (WEB_DOMAIN ≠ LOCAL_DOMAIN), two webfinger queries are required to find the canonical domain from the URI. However, we skip webfinger queries when updating only the key of a remote user, which led to the creation of a duplicate account, using the URI's domain instead of the canonical acct: one. | |||
2020-02-22 | Document alt+enter | Thibaut Girka | |
2020-02-22 | Fix `/web` redirecting to `/web/web` in web UI (#13128) | ThibG | |
Fixes #13127 | |||
2020-02-22 | Fix previously OStatus-based accounts not being detected as ActivityPub (#13129) | ThibG | |
2020-02-19 | [Glitch] Add source-mapped stacktrace to error message in web UI | Thibaut Girka | |
Port ff3a11d01d262c0a37cc1e33db2013b19729fb9d to glitch-soc | |||
2020-02-19 | [Glitch] Fix old browsers crashing because of missing `finally` polyfill in ↵ | ThibG | |
web UI Port 1314bba68a5f2d271312bad08f108e1ff56c2c00 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-02-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-02-19 | Add source-mapped stacktrace to error message in web UI (#13082) | ThibG | |
* Add source-mapped stack trace to copyable text in error boundary * Add the error message to the copied report, not only the stack trace | |||
2020-02-19 | Fix account JSON/RSS not being cacheable due to wrong mime type comparison ↵ | ThibG | |
(#13116) `request.format` is not a symbol but a `Mime::Type`, so the condition actually never matched, and a session was created even for those requests, preventing caching. | |||
2020-02-18 | Fix old browsers crashing because of missing `finally` polyfill in web UI ↵ | ThibG | |
(#13115) Fix #13015 | |||
2020-02-17 | Fix account's bio not being shown if there are no proofs/fields in admin UI ↵ | ThibG | |
(#13075) | |||
2020-02-16 | Fix sign-ups without checked user agreement being accepted through the web ↵ | ThibG | |
form (#13088) * Fix user agreement not being verified * Fix tests * Fix up agreement field being dismissed |