Darius Kazemi
|
ccaad54a21
|
Fix bug with Article rendering inline images
|
5 months ago |
Darius Kazemi
|
fe25d9a1eb
|
Add strikethrough support for s tag
|
1 year ago |
rainbow-bamboo
|
66a42e1bba
|
Adds edit-history-modal style to account for the macaron theme (#1306)
In the macaron theme, the modal that shows you a post's edit history
shows up as dark text on a dark background. I added the missing
declaration so that now it updates dynamically.
Before:

After:

Details: v4.0.2+hometown-1.1.1
|
1 year ago |
plknkl
|
d85b415e83
|
Fix reference to non-existing variable in Italian translation (#1365)
Fixed https://github.com/hometown-fork/hometown/issues/1355
---------
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Darius Kazemi
|
d8fb11bf41
|
Remove version from Mastodon footer
It's not needed since the hometown version is already listed.
|
1 year ago |
Darius Kazemi
|
bb1875f45d
|
Bump hometown patch version
|
1 year ago |
rrrnld
|
ea717aaf75
|
Minor fixes for "Fairy Floss" theme in 1.1.1 (#1351)
My instance was updated to 1.1.1 recently, and I noticed the background
color does not fill the whole card for links without big preview images
on top when using the fairy-floss theme:

Similarly, there's some background code missing to the right when the
link content (title / preview) don't stretch the card content to fill
the link horizontally:

This diff should fix that. There's some remaining styling for
`.status-card.compact`, but I don't know where that's used.
The second commit fixes some issues with the dropdown that appears when
clicking the "…" button on the bottom left of a post:
**Before**

**After**

My apologies if these changes should be made upstream somewhere, but I
didn't find another repo for the theme.
---------
Co-authored-by: arne <noreply@null.arnes.space>
|
1 year ago |
Darius Kazemi
|
b2360be8a2
|
Remove "Post published" popup
Mastodon web has a popup that is annoying every time you post. This gets rid of it.
|
1 year ago |
Misty De Méo
|
3b7c5f8ec0
|
sidekiq: disable update checker (#1368)
This is configured to look for upstream Mastodon updates, so it isn't
actually doing anything useful for Hometown admins. Eventually it can be
turned back on if there's a Hometown-specific API that returns the
appropriate versions, but in the meantime this feature is misleading.
Looking at the sidekiq-scheduler docs, I think this should be enough to
turn it off:
https://github.com/sidekiq-scheduler/sidekiq-scheduler?tab=readme-ov-file#schedule-configuration
I also disabled it in the place where upstream Mastodon configures the
feature to be on or off:
https://docs.joinmastodon.org/admin/upgrading/#automated_checks
Fixes #1367.
|
1 year ago |
Darius Kazemi
|
f2b7ecb586
|
Merge tag 'v4.2.17' into v4.2.17+hometown-1.1.1
|
1 year ago |
Claire
|
5d8c09194b
|
Bump version to v4.2.17
|
1 year ago |
Claire
|
15d7698462
|
Update dependency `nokogiri`
|
1 year ago |
Claire
|
1f9feb7c4c
|
Drop compatibility with Ruby 3.0
|
1 year ago |
Claire
|
015858aef7
|
Bump version to v4.2.16
|
1 year ago |
Claire
|
1a27e4e4cf
|
Change HTML sanitization to remove unusable and unused `embed` tag (#34021)
|
1 year ago |
Claire
|
7accf9aa12
|
Update dependency `uri`
|
1 year ago |
Claire
|
bea340816d
|
Merge commit from fork
* Fix domain blocks/rationales being visible to unapproved/unconfirmed users
* Fix domain blocks/rationales being visible to suspended users
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
* Allow moved users to view domain blocks
* Add authorization specs for `/api/v1/instance/domain_blocks` spec
* Fix tests
* Fix incorrect test setup
---------
Co-authored-by: Jeremy Kescher <jeremy@kescher.at>
|
1 year ago |
Claire
|
34936ca889
|
Merge commit from fork
|
1 year ago |
Claire
|
dec5d55670
|
Update dependency `nokogiri`
|
1 year ago |
Claire
|
629c30fdca
|
Add ruby 3.3 to test matrix
|
1 year ago |
Claire
|
3451993172
|
Update dependency `rack`
|
1 year ago |
Claire
|
94155b48c4
|
Update dependency `net-imap`
|
1 year ago |
Claire
|
5ddbf42dae
|
Fix emoji rewrite adding unnecessary curft to the DOM for most emoji (#33818)
|
1 year ago |
Claire
|
b9f10c70b3
|
Fix missing timeout options in `Request` class (#33769)
|
1 year ago |
Claire
|
5a44db38ac
|
Fix incorrect signature after HTTP redirect (#33757)
|
1 year ago |
Claire
|
b661192a12
|
Fix polls not being validated on edition (#33755)
|
1 year ago |
Claire
|
d6f89e1476
|
Fix LDSignature tests (#33705)
|
1 year ago |
Claire
|
53c3a56ac5
|
Fix intermittent failure on ap/activity/update spec timestamp check (#33425)
|
1 year ago |
Matt Jankowski
|
5768cce8ff
|
Fix intermittent failure on ap/activity/create spec timestamp check (#33406)
|
1 year ago |
Claire
|
a251eb57d3
|
Fix featured tags for remote accounts not being kept up to date (#33372)
|
1 year ago |
Claire
|
e8bfe2515b
|
Fix exclusive lists interfering with notifications (#28162)
|
1 year ago |
Claire
|
4aab39f7c9
|
Use github's native arm64 runners for docker builds (#33887)
|
1 year ago |
Claire
|
bf4d0f0dca
|
Bump version to v4.2.15
|
1 year ago |
Claire
|
c953fe9754
|
Update dependencies rails and rails-html-sanitizer
|
1 year ago |
Michael Stanclift
|
e86430a45b
|
Fix libyaml missing from Dockerfile build stage (#33591)
|
1 year ago |
Claire
|
e6b97fc940
|
Fix deletion of unconfirmed users with Webauthn set (#33186)
|
1 year ago |
Claire
|
4a9abd93ab
|
Merge commit from fork
|
1 year ago |
Claire
|
d94c7346b4
|
Bump version to v4.2.14 (#33137)
|
1 year ago |
Claire
|
0d6ce61b4f
|
Prepare changelog
|
1 year ago |
Claire
|
b96bb33037
|
Add `tootctl feeds vacuum` (#33065)
|
1 year ago |
Claire
|
d57cdf4404
|
Fix inactive users' timelines being backfilled on follow and unsuspend (#33094)
|
1 year ago |
Claire
|
00f790f0e2
|
Fix direct inbox delivery pushing posts into inactive followers' timelines (#33067)
|
1 year ago |
Claire
|
fd431c0afb
|
Fix `TagFollow` records not being correctly handled in account operations (#33063)
|
1 year ago |
Eugen Rochko
|
e26bb6f827
|
Fix pushing hashtag-followed posts to feeds of inactive users (#33018)
|
1 year ago |
Matt Jankowski
|
1ffb8ef747
|
Use composable query in `User.active` scope (#29775)
|
1 year ago |
Claire
|
95690a10e4
|
Update dependency rails
|
1 year ago |
Claire
|
ef1db289cf
|
Update dependency rexml
|
1 year ago |
Hugo Gameiro
|
a9477a992d
|
Fix and improve batch attachment deletion handling when using OpenStack Swift (#32637)
|
1 year ago |
Eugene Alvin Villar
|
02addb3b96
|
Fix tl language native name (#32606)
|
1 year ago |
Claire
|
02e7fbb566
|
Remove `latest` tag on 4.2 docker image builds (#32351)
|
1 year ago |