Commit Graph

1930 Commits (dev)

Author SHA1 Message Date
Daniel Supernault adc4cffc38
Add custom filter components 5 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
6 months ago
Daniel Supernault ccc7f2fc69
Update ReportController, fix type validation 6 months ago
Daniel Supernault 32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866 6 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 6 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 6 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 6 months ago
Daniel Supernault 3001365025
Update ProfileMigrationController.php 6 months ago
Daniel Supernault 537e179537
Update PublicApiController, fix visibility for guests 6 months ago
Daniel Supernault 5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state 6 months ago
Daniel Supernault 8082c004bc
Refactor following check 6 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 6 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 6 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
6 months ago
Daniel Supernault 375858f09d
Update AccountImport, improve webp support 6 months ago
Felipe Mateus 128533b5d8
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
6 months ago
Felipe Mateus 456f96d574
add remove follow 6 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 6 months ago
Felipe Mateus cce4c41d97
pinned posts 6 months ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 6 months ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 6 months ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 6 months ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 6 months ago
Daniel Supernault 717f17cdee
Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit 6 months ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 6 months ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 6 months ago
Daniel Supernault 01b445f6ea
Update AccountImports, add webp support 7 months ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 7 months ago
Daniel Supernault 7ddbe0c473
Add AVIF support 7 months ago
daniel 622116b0cf
Merge pull request #5694 from maco/5645-domain-block
[Bug Fix] accept bare domains without http scheme in domain block controller
7 months ago
Daniel Supernault 5340649d04
Update AppRegisterController 7 months ago
Daniel Supernault 0844094b99
Update App Register to expire codes after 4 hours instead of 60 minutes 7 months ago
Daniel Supernault dbd1e17b25
Add app register email verify resends 7 months ago
Daniel Supernault 8c7a71ee73
Update DirectMessageController, fix query 7 months ago
Daniel Supernault 4ec9f990ed
Update DirectMessageController, fix performance issue 7 months ago
Daniel Supernault 4960421073
Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails 8 months ago
Mackenzie Morgan 1f7a1bd72b accept bare domains without http scheme in domain block controller
Fixes #5645
8 months ago
Daniel Supernault dc4e683f0a
Update MediaController, fix redirect bug 8 months ago
daniel 22e608b43d
Merge pull request #5660 from maco/max_caption_length_config_cache
use config_cache for max_caption_length
8 months ago
Daniel Supernault 42173245fc
Update ApiV1Controller.php 8 months ago
Daniel Supernault c8ba73f11b
Update ApiV1Controller.php 8 months ago
Daniel Supernault 67f3951e9a
Update ApiV1Controller, add mobile_registration attribute 8 months ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 8 months ago
Daniel Supernault 509a50b8e0
Update AppRegisterController.php 8 months ago
Daniel Supernault ea03784994
Update AppRegisterController.php 8 months ago
Mackenzie Morgan bd64e9f588 use config_cache for max_caption_length 8 months ago
Daniel Supernault f924491e4d
Updaet AppRegisterController, add client id/secret 8 months ago
Daniel Supernault fe46512359
Improve onboarding response 8 months ago
Daniel Supernault 112eee4538
Update AppRegisterController 8 months ago
Daniel Supernault 5d2afd2c7c
Update AppRegisterController.php 8 months ago
Daniel Supernault ee01e073ef
Update AppRegisterController 8 months ago
Daniel Supernault 455711332b
Fix redirects 8 months ago
Daniel Supernault 3c249616ef
Add rate limits, fix typo and styling 8 months ago
Daniel Supernault 604746bd5e
Add AppRegister 8 months ago
Daniel Supernault 599a36f4aa
Update AdminSettingsController, persist updates to ConfigCacheService 8 months ago
Daniel Supernault f260572e72
Fix GroupController, move groups enabled check to each method to fix route:list 8 months ago
Daniel Supernault 8fad89543f
DM 8 months ago
Daniel Supernault 17918cbef4
Update ComposeController, add max_media_attachments attribute 8 months ago
Daniel Supernault 629fb5a47a
Update PublicApiController 8 months ago
Daniel Supernault b27679fc88
Update Discover, fix account bug 8 months ago
Daniel Supernault 207bb36c89
Increase username length limit from 15 to 30 8 months ago
Anil Kulkarni 4d0cb32f79
Fix notifications not being delivered by directly checking the state from the database 8 months ago
Daniel Supernault 0d25917c29
Update Data Export, refactor following/follower and statuses exports to allow accounts of any size with api entity instead of ap 9 months ago
daniel 3dd515006c
Merge branch 'staging' into dev 9 months ago
Daniel Supernault aa44835434
Update AdminSettingsController, increase max photo size limit from 50MB to 1GB 9 months ago
Daniel Supernault 57ede29175
Fix oauth endpoint 9 months ago
Daniel Supernault 79ebbc2d9f
Update VerifyCsrfToken middleware, add oauth token. Fixes #5426 9 months ago
Daniel Supernault 56f17b9957
Update ApiV1Dot1Controller, fix in-app registration 9 months ago
Daniel Supernault 4e1dd59992
Update CollectionController, fix showCollection signature 9 months ago
root (Deneir) 370f09495a resolve merge conflicts 9 months ago
Daniel Supernault 85124aa642
Fix rendered caption 9 months ago
Daniel Supernault 8afbdb03a8
Fix oauth oob (urn:ietf:wg:oauth:2.0:oob) support. Fixes #2522 9 months ago
Daniel Supernault 1d2f76c8e5
Postgres fixes 9 months ago
Daniel Supernault 8ed8305f5d
Update ApiV1Controller.php 10 months ago
Daniel Supernault 639df41093
Update DirectMessageController, remove 72h limit for admins 10 months ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 10 months ago
Daniel Supernault 9f7cc52c24
Update ApiV1Controller, fix bookmark bug. Closes #5216 10 months ago
Daniel Supernault ecfc967429
Update PublicApiController 10 months ago
Daniel Supernault fb8dbb95db
Update Status caption render logic 10 months ago
Daniel Supernault 044d410c49
Update DirectMessageController, fix ordering bug 10 months ago
Daniel Supernault bcc8b8842f
Update DirectMessageController, fix ordering bug 10 months ago
Daniel Supernault 28990280ef
Update AdminReportController 11 months ago
Daniel Supernault b464eee966
Update AdminModeratedProfileResource 11 months ago
Daniel Supernault ed9f2fbb09
Update AdminReportController 11 months ago
Daniel Supernault 1a972e8ddf
Update AdminModeratedProfile resource 11 months ago
Daniel Supernault c4b5148b17
Update AdminReport 11 months ago
Daniel Supernault 80ee8a7414
Update AdminModeratedProfileResource 11 months ago
Daniel Supernault c0478f5f8f
Update AdminReportController 11 months ago
Daniel Supernault dcddc72c86
Update AdminModeratedProfileResource 11 months ago
Daniel Supernault 6fc2dd07d4
Add AdminModeratedProfileResource.php 11 months ago
Daniel Supernault 06ebb514d7
Update AdminReportController 11 months ago
Daniel Supernault 8af77a3f78
Add Profile Carousels 11 months ago
Daniel Supernault 0c6e885b6f
Update AdminController 12 months ago
Daniel Supernault 33d15f4951
Update ContactController 12 months ago
Daniel Supernault 3004c438f1
Update Admin routes 12 months ago
Daniel Supernault 7820b506d8
Update ApiV1Dot1Controller, allow upto 5 similar push tokens 12 months ago
Daniel Supernault 424f0271c3
Update ApiV1Controller, fix null caption on media bug 12 months ago
Daniel Supernault 78d2783db8
Fix push token for php8.2 12 months ago
Daniel Supernault 078ea326c6
Update ApiV1Dot1Controller 12 months ago
Daniel Supernault df5a9f2659
Update nag endpoint 12 months ago