Commit Graph

22282 Commits (main)

Author SHA1 Message Date
VT Social b55b195aa1 fixup! fixup! th: quotes 2024-07-13 10:09:51 +00:00
VT Social 30aa632979 th: quotes: Align quote icon better in posts 2024-07-10 10:35:12 +00:00
VT Social 08ed527b63 th: quotes: Add padding after quote block
Looks more natural this way.
2024-07-10 10:22:34 +00:00
VT Social 6b59d3674c th: quotes: Show cancel button in quote mode
Like replies
2024-07-10 10:01:57 +00:00
VT Social f7d787f798 th: quotes: Show left bar in indicator
Makes the quote/reply distinction clearer
2024-07-10 10:01:48 +00:00
VT Social 818da397a6 fixup! th: quotes
Revert seemingly unrelated CSS changes
2024-07-10 10:01:20 +00:00
VT Social 701f02bdf3 fixup! th: quotes
Remove quote-indicator stuff since reply-indicator how handles quotes.
2024-07-10 10:00:58 +00:00
VT Social 54d8a63491 fixup! th: quotes
Make reply-indicator support quotes
2024-07-10 10:00:46 +00:00
VT Social 9529d74b55 fixup! th: packages and deps 2024-07-10 10:00:46 +00:00
VT Social e274213054 Signup form stuff 2024-07-10 08:33:22 +00:00
VT Social dd900626ec accounts: Do not show unconfirmed pending accounts as yellow 2024-07-10 08:33:22 +00:00
VT Social d497ccd6ca accounts: Show accounts with open strikes/warnings in red 2024-07-10 08:33:22 +00:00
VT Social 355c35129d Default DB name 2024-07-10 08:33:22 +00:00
VT Social 47bd42b2f8 branding 2024-07-10 08:33:22 +00:00
kouhai a39832a0c1 th: invite quota 2024-07-10 00:29:32 -07:00
kouhai 4bbf1b26bd th: treehouse version
Co-authored-by: Ariadne Conill <ariadne@dereferenced.org>
2024-07-10 00:29:32 -07:00
kouhai 6aefa3260e th: add config for unsafe throttle deactivation
Suggested-by: Ariadne Conill <ariadne@dereferenced.org>
2024-07-10 00:29:32 -07:00
kouhai fab85ca7fb th: prototype automod 2024-07-10 00:29:32 -07:00
kouhai 0ec978f799 th: fork docs and configuration
Co-authored-by: Rin <rin@rin.systems>
Co-authored-by: fox <fox@neko.business>
2024-07-10 00:29:32 -07:00
kouhai c65925b873 th: ci and image builds
Co-authored-by: Ariadne Conill <ariadne@dereferenced.org>
2024-07-10 00:29:32 -07:00
kouhai 3518e18909 th: packages and deps 2024-07-10 00:29:32 -07:00
kouhai ac64d1baf1 th: custom instance icons from th contributors
Co-authored-by: Ariadne Conill <ariadne@dereferenced.org>
Co-authored-by: treehouse contributors and staff <staff+contributors@treehouse.systems>
2024-07-10 00:29:32 -07:00
Ariadne Conill 5ed4ee3e8a th: config: CSP: allow unsafe-eval (script) and unsafe-inline (style)
th: config: CSP: add unsafe-eval for scripts

th: config: CSP: allow unsafe-inline for CSS

Maintained-by: kouhai <kouhai@treehouse.systems>
2024-07-10 00:29:32 -07:00
Ariadne Conill 6f292ec185 th: quotes
Maintained-by: kouhai <kouhai@treehouse.systems>
Bug-fixed-by: ptrcnull <git@ptrcnull.me>
2024-07-10 00:25:39 -07:00
Claire 56e347d149
Merge pull request #2771 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to 967505ee9b
2024-07-09 23:20:17 +02:00
Claire 388672ff0d Merge commit '967505ee9bcacf0e5189aa06c654ff586c198a46' into glitch-soc/merge-upstream 2024-07-09 20:39:09 +02:00
David Roetzel 967505ee9b
Add size limit for all PreviewCard URLs (#30973) 2024-07-09 13:11:34 +00:00
renovate[bot] ef2e48e6da
fix(deps): update dependency glob to v10.4.5 (#30972)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 12:53:31 +00:00
Daniel M Brasil 3875bd138d
Fix HTTP 500 in `/api/v1/polls/:id/votes` (#25598) 2024-07-09 12:41:49 +00:00
Renaud Chaput 7542a134d5
Add a file for Sidekiq to signal it is ready to process jobs (#30971) 2024-07-09 10:47:08 +00:00
github-actions[bot] 249b4117f9
New Crowdin Translations (automated) (#30970)
Co-authored-by: GitHub Actions <noreply@github.com>
2024-07-09 07:36:13 +00:00
Matt Jankowski f47d761e12
Remove unneeded `controller` option in routes (#30958) 2024-07-09 07:34:19 +00:00
Matt Jankowski 7a30c68953
Use `scope module: ...` block for `.well-known` routes (#30959) 2024-07-09 07:34:15 +00:00
renovate[bot] 0dd4595704
fix(deps): update dependency glob to v10.4.4 (#30967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 07:27:13 +00:00
Claire 3e47d01a30
Merge pull request #2770 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to fa8e972722
2024-07-08 22:02:56 +02:00
Tianwei Dong 80179d53ba [Glitch] Change to use an unified constant for max media attachments per status
Port 36d819bef3 to glitch-soc

Co-authored-by: Renaud Chaput <renchap@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-07-08 19:49:56 +02:00
Renaud Chaput aa8ad92fa4 [Glitch] Remove the `title` attribute when hovering a card anchor
Port 981395e4d6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-07-08 19:48:01 +02:00
Renaud Chaput 2fa3c3a748 [Glitch] Add the account hover card for account search results
Port 0899c91d4b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-07-08 19:47:30 +02:00
Claire 6a55232988 Merge commit 'fa8e972722fb8fc056aa348dddaee4005b4a8ac4' into glitch-soc/merge-upstream 2024-07-08 19:41:14 +02:00
David Roetzel fa8e972722
Fix author names as arrays in linked data. (#30957) 2024-07-08 16:04:36 +00:00
Matt Jankowski f1300ad284
Rename jobs/attachments rspec tag names (#29762) 2024-07-08 16:01:08 +00:00
Matt Jankowski 79b0e192d9
Move test migrations paths check to workflow level (#30702) 2024-07-08 08:16:00 +00:00
Tianwei Dong 36d819bef3
Change to use an unified constant for max media attachments per status (#29073)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2024-07-08 08:10:57 +00:00
github-actions[bot] 1a37862a76
New Crowdin Translations (automated) (#30940)
Co-authored-by: GitHub Actions <noreply@github.com>
2024-07-08 08:03:44 +00:00
Claire d41b43ed4f
Limit attachments to `MEDIA_ATTACHMENTS_LIMIT` when returning posts through the API (#30932) 2024-07-08 07:41:50 +00:00
renovate[bot] fd3bfc0710
fix(deps): update dependency postcss-preset-env to v9.6.0 (#30944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 07:22:28 +00:00
Matt Jankowski c29fdadefd
Use `scope module: ...` for more API routes (#30935) 2024-07-08 07:21:49 +00:00
renovate[bot] bd285cdd02
fix(deps): update dependency glob to v10.4.3 (#30941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 07:16:47 +00:00
renovate[bot] bd84817848
chore(deps): update dependency irb to v1.14.0 (#30947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 07:15:48 +00:00
renovate[bot] 5c3ec727ec
chore(deps): update dependency typescript to v5.5.3 (#30953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 07:11:29 +00:00