Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-02-16 | Fix invite request input not being shown on sign-up error if left empty (#13089) | ThibG | |
If the “Why do you want to join?” textarea is left empty and the entered params do not validate, the textarea isn't shown again, unlike other fields. This commit fixes that by populating an empty `UserInviteRequest` when needed. | |||
2020-02-16 | Fix clicking on the “TOOT” button send bogus visibility parameter | Thibaut Girka | |
2020-02-14 | Fix alt+enter changing visibility setting without sending toot when toot is ↵ | Thibaut Girka | |
empty | |||
2020-02-09 | Fix boosting private toots in detailed view | Thibaut Girka | |
2020-02-09 | [Glitch] Fix unread indicator on announcements not being aligned with text ↵ | Eugen Rochko | |
in web UI Port 90f04ea06425d5774c200818caf08219c172b6f8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-02-09 | [Glitch] Fix native share button not being displayed for unlisted toots | ThibG | |
Port 02236332bab7c5cc4ddf4a3a778fd956f6851322 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-02-09 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `Gemfile`: We updated httplog in a separate commit. Took upstream's change which updated it further. - `Gemfile.lock`: We updated httplog in a separate commit. Took upstream's change which updated it further. - `app/lib/sanitize_config.rb`: Upstream added better unsupported link stripping, while we had different sanitizing configs. Took only upstream's link stripping code. - `config/locales/simple_form.pl.yml`: Strings unused in glitch-soc had been removed from glitch-soc, reintroduced them even if they are not useful, to reduce the risk of later merge conflicts. | |||
2020-02-08 | Fix unread indicator on announcements not being aligned with text in web UI ↵ | Eugen Rochko | |
(#13052) |