Hugh Rundle

Results 43 issues of Hugh Rundle

**Describe the bug** The `X Delete notifications` button always appears on the page at `/notifications`. **To Reproduce** Steps to reproduce the behavior: 1. Go to `/notifications` 2. Click on `X...

bug

**Describe the bug** If you add a shelf or change the read status by using the `read_status` button, only the new read status shelf is disabled regardless of whether the...

bug
feature:shelves/reading status

**Is your feature request related to a problem? Please describe.** The `wikipedia_url` for authors is a single text field. There are, however, many wikipedias rather than a single one. This...

**Caveat: this error occurs on Ubuntu 20.04, it may be ok on 18.04 which is currently specified.** The [Running Mastodon - Installing from source](https://docs.joinmastodon.org/admin/install/) instructions specify to create a `mastodon`...

This addresses #2250 Users with an authentication app like Google Authenticator, MS Authenticator, Authy etc will be able to secure their account with 2FA. This is still WIP, but I'd...

**Describe the bug** If a user replies to a status using `direct` privacy and `@mentions` a different user to the original author without `@mention`ing the original author, both the mentioned...

bug

**Describe the bug** The Reverse-Proxy config: * doesn't allow `/flower` to be accessed * doesn't use the latest restrictions on non-image files being served from `/images/` * doesn't appear to...

bug
help wanted

- improve nginx config - fix DATA_UPLOAD_MAX_MEMORY_SIZE default not being an int - translate fallback value in id_to_username template tag - make location of setting to turn on user exports...

(updated 29 Jan (AEDT) ) User exports are failing on instances using s3 storage (i.e. most) because we're treating all image files as local files. This PR: - separates export...

feature: import/export

Export files will eventually start taking up space. We should periodically delete all export jobs and their stored files, when they are older than X days (perhaps X can be...

enhancement
feature: import/export