Claire
|
1ffc293b86
|
Add missing `moderation_warning` notification support to grouped notifications API (#30576)
|
2024-06-06 14:12:06 +00:00 |
Claire
|
974335e414
|
Add experimental server-side notification grouping (#29889)
|
2024-06-03 08:35:59 +00:00 |
Eugen Rochko
|
128987eded
|
Add support for `fediverse:creator` OpenGraph tag (#30398)
|
2024-05-29 01:34:33 +02:00 |
Matt Jankowski
|
c61e356475
|
Add `Status::MEDIA_ATTACHMENTS_LIMIT` configuration constant (#30433)
|
2024-05-27 09:49:44 +00:00 |
Emelia Smith
|
2da2a1dae9
|
Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192)
|
2024-05-17 13:46:12 +00:00 |
Jason Punyon
|
85c625d319
|
Fix repetitive database queries from #30040 (#30259)
|
2024-05-15 09:38:16 +00:00 |
Fawaz Farid
|
bc24c4792d
|
Allow admins to configure instance favicon and logo (#30040)
|
2024-05-06 15:06:52 +00:00 |
Emelia Smith
|
116f01ec7d
|
Implement RFC 8414 for OAuth 2.0 server metadata (#29191)
|
2024-05-06 13:17:56 +00:00 |
Claire
|
4ef0b48b95
|
Add in-app notifications for moderation actions/warnings (#30065)
|
2024-04-25 17:26:05 +00:00 |
Claire
|
fc89ecc6ca
|
Change `/api/v1/announcements` to return regular `Status` entities (#26736)
|
2024-04-17 09:06:23 +00:00 |
Matt Jankowski
|
34489591ec
|
Add `max_pinned_statuses` to instances serializer and api response (#29441)
|
2024-04-02 13:54:11 +00:00 |
Renaud Chaput
|
b4d991adaa
|
Use integers and not numbers in notification policy API counters (#29810)
|
2024-04-02 10:06:26 +00:00 |
Renaud Chaput
|
e47a3d00fe
|
Add API types for status and related objects (#29792)
|
2024-04-02 10:03:33 +00:00 |
Renaud Chaput
|
27d014a7fa
|
Rewrite markers reducer in Typescript (#27644)
|
2024-03-27 12:47:09 +00:00 |
Claire
|
37ca59815c
|
Remove setting for unfollow confirmation modal, and make it unconditional (#29373)
|
2024-03-22 16:24:04 +00:00 |
Claire
|
dfa43707eb
|
Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately (#29714)
|
2024-03-22 15:44:31 +00:00 |
Claire
|
98a2bb8be2
|
Fix issue with severed relationships notifications (#29668)
|
2024-03-20 17:02:09 +00:00 |
Claire
|
44bf7b8128
|
Add notifications of severed relationships (#27511)
|
2024-03-20 15:37:21 +00:00 |
Eugen Rochko
|
5b3a8737d6
|
Add hints for rules (#29539)
|
2024-03-11 08:57:07 +00:00 |
Eugen Rochko
|
50b17f7e10
|
Add notification policies and notification requests (#29366)
|
2024-03-07 14:53:37 +00:00 |
Claire
|
7ee93b7431
|
Change `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string (#29108)
|
2024-02-06 17:10:17 +00:00 |
Emelia Smith
|
4fb7f611de
|
Return domain block digests from admin domain blocks API (#29092)
|
2024-02-06 12:38:14 +00:00 |
Matt Jankowski
|
7c9c6c7f80
|
Fix remaining `Rails/WhereExists` cop violations, regenerate todo (#28892)
|
2024-01-25 12:37:07 +00:00 |
Eugen Rochko
|
5b1eb09d54
|
Add annual reports for accounts (#28693)
|
2024-01-24 09:38:10 +00:00 |
Matt Jankowski
|
4ec7d7d989
|
Fix `Rails/WhereExists` cop in REST::TagSerializer model (#28790)
|
2024-01-19 09:35:58 +00:00 |
Renaud Chaput
|
cb5ac15923
|
Use a helper to avoid using `media/` asset prefixes (#28756)
|
2024-01-17 12:19:51 +00:00 |
Claire
|
dfdadb92e8
|
Add ability to require approval when users sign up using specific email domains (#28468)
|
2024-01-04 09:07:05 +00:00 |
Matt Jankowski
|
e17faedffb
|
Move default `meta` options from `InitialStateSerializer` to private method (AbcSize reduction) (#28355)
|
2023-12-14 14:04:55 +00:00 |
Claire
|
dcc24db793
|
Fix N+1s because of association preloaders not actually getting called (#28339)
|
2023-12-13 07:47:32 +00:00 |
Claire
|
963354978a
|
Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases (#28053)
|
2023-11-30 15:43:26 +00:00 |
Matt Jankowski
|
35deaaf90b
|
Reduce AbcSize complexity in `InitialStateSerializer` (#27782)
|
2023-11-30 15:41:26 +00:00 |
Emelia Smith
|
603b245cc6
|
Add VAPID public key to instance serializer (#28006)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2023-11-29 08:34:36 +00:00 |
6543
|
10b879bd5e
|
nodeinfo: add instance name and description (#28079)
|
2023-11-28 00:51:22 +00:00 |
Eugen Rochko
|
d67bd44ca1
|
Add profile setup to onboarding in web UI (#27829)
|
2023-11-15 11:13:53 +00:00 |
Eugen Rochko
|
0d14fcebae
|
Change link previews to keep original URL from the status (#27312)
|
2023-11-13 09:58:28 +00:00 |
Claire
|
9b06c0f24a
|
Fix Web UI not displaying appropriate explanation when a user hides their follows/followers (#27791)
|
2023-11-09 12:58:02 +00:00 |
Matt Jankowski
|
d6f50839e1
|
Fix `RSpec/SpecFilePathFormat` cops (#27730)
|
2023-11-06 16:25:40 +00:00 |
Claire
|
bbf46cc418
|
Fix error and incorrect URLs in `/api/v1/accounts/:id/featured_tags` for remote accounts (#27459)
|
2023-10-27 08:35:21 +00:00 |
Emelia Smith
|
7c3fea7275
|
Feature: Allow token introspection without read scope (#27142)
|
2023-10-18 14:10:07 +02:00 |
Claire
|
c86ad45660
|
Change PWA start URL from `/home` to `/` (#27377)
|
2023-10-12 16:47:18 +02:00 |
Jake Anto
|
c2f13769cd
|
Add PWA shortcut to `/explore` page (#27235)
|
2023-10-02 13:18:16 +02:00 |
Renaud Chaput
|
57f592fed5
|
Add Typescript types for some API objects (#26602)
|
2023-09-26 11:25:01 +02:00 |
Claire
|
828eebad48
|
Add `hide_collections`, `discoverable` and `indexable` attributes to credentials API (#26998)
|
2023-09-20 18:25:16 +02:00 |
Robert R George
|
20666482ef
|
Added admin api for managing tags (#26872)
|
2023-09-13 11:22:53 +02:00 |
CSDUMMI
|
9a70cac9de
|
Fix #26849 by adding the domain of the current SSO provider to the form-action CSP (#26857)
|
2023-09-12 13:04:51 +02:00 |
Claire
|
16681e0f20
|
Add admin notifications for new Mastodon versions (#26582)
|
2023-09-01 17:47:07 +02:00 |
Tyler Deitz
|
336ec503c2
|
Add avatar image to webfinger responses (#26558)
|
2023-08-31 13:46:27 +02:00 |
jsgoldstein
|
30c191aaa0
|
Add new public status index (#26344)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-08-24 16:40:04 +02:00 |
Robert R George
|
cf6f70799b
|
Add support for federating `memorial` attribute (#26583)
|
2023-08-23 08:27:24 +02:00 |
CSDUMMI
|
120f5802c0
|
Add direct link to the Single-Sign On provider if there is only one sign up method available (#26083)
|
2023-08-03 16:43:15 +02:00 |