Commit Graph

130 Commits (0f00be4d98196d9c4c2014e2261b631dc986e447)

Author SHA1 Message Date
Daniel Supernault f9516ac316
Update ApiControllers, use NotificationService
Daniel Supernault 2a791f1991
Update ApiV1Controller, add default license support
Daniel Supernault 072d55d1a8
Update Compose Apis, make media descriptions/alt text length limit configurable. Default length: 1000
Daniel Supernault f39f32c866
Update ApiController, fix notification bug
Daniel Supernault 352aa57346
Update ApiV1Controller, use ProfileService for verify_credentials
Daniel Supernault f67c67bce1
Update ApiV1Controller, use PublicTimelineService
Daniel Supernault d43e6d8d07
Update NotificationService, use zrevrangebyscore for api
Daniel Supernault 9ac8bbde91
Update ApiController, fix hashtag endpoint
Daniel Supernault c8e40e0fd3
Update SharePipeline, add Undo->Announce support
Daniel Supernault f1208de0ef
Update ApiController, fix nulls in hashtag endpoint
Daniel Supernault c8c6b98380
Update like api, store status_profile_id and is_comment
Daniel Supernault 8ee104363a
Update Profile, add linkified bio, joined date, follows you label and improved website handling
Daniel Supernault c8e43c6094
Update api, remove auth requirement for hashtag timeline
Daniel Supernault 241ae0368f
Add hashtag timeline to v1 api
Daniel Supernault 955696b8a0
Update site config, fix boolean casting
Daniel Supernault a4efbb75d8
Update admin settings, add rules
Daniel Supernault 7895097fc1
Update config() to config_cache()
Daniel Supernault 3a9203e039
Update config() to config_cache()
Daniel Supernault 3e52458889
Update config() to config_cache()
Daniel Supernault 27b722e7a7
Update config() to config_cache()
Daniel Supernault c0e693cc73
Update config() to config_cache()
Daniel Supernault a9f009305c
Update config() to config_cache()
Daniel Supernault 1d54204635
Update config() to config_cache()
Daniel Supernault 61254b907f
Update site name config
Daniel Supernault 668e936eb5
Update instance endpoint, add custom description
Daniel Supernault 64b86546b9
Update ApiV1Controller, add missing instance api attributes
Daniel Supernault 886ea6175d
Update ApiV1Controller, add missing variable
Daniel Supernault 42375b3d79
Update Compose Apis, refactor rate limits
Daniel Supernault f53bfa6fa6
Update Compose apis, prevent private accounts from posting public or unlisted scopes
Daniel Supernault 05b9445c8f
Update ApiV1Controller, add StatusService del calls to update likes_count, reblogs_count and reply_count
Daniel Supernault ab888b2e70
Add StatusLabelService
Daniel Supernault cf40526ef9
Update mobile apis, add blurhash
Daniel Supernault 51f8fe5bde
Update ApiV1Controller
Daniel Supernault 96afc3e781
Update Controllers, add last_active_at logic
Daniel Supernault cc3053ed5d
Update api controllers
Daniel Supernault f70826e18c
Update status model, use scope over deprecated visibility attribute
Daniel Supernault 4a14e970f0
Update Profile model, improve counter caching
Daniel Supernault 0718711d09
Update ApiController, return status object after deletion
Daniel Supernault 597378bfb4
Update upload endpoints with MediaBlocklist checks
Daniel Supernault 588642123e
Update Api controllers, use MediaPathService
Daniel Supernault 00a96a15f0
Update ApiV1Controller, wrap ancestor in array
Daniel Supernault a0bde855bd
Update ApiV1Controller, add status ancestor and descendant context
Daniel Supernault b7ee9981eb
Update ApiV1Controller, fix instance endpoint
Daniel Supernault c74cd0bdf0
Add missing bookmark api endpoints
Daniel Supernault 99cb48c55e
Update v1 API, add bookmarks
Daniel Supernault aa49afc755
Update ApiV1Controller, fix broken auth check on public timelines. Fixes
Daniel Supernault 285bd4854b
Update ApiV1Controller, enforce public timeline setting
Daniel Supernault 324ccd0ab8
Update ApiV1Controller, fixes
Daniel Supernault 0540a28ad1
Update oauth api, allow multiple redirect_uris. Fixes
Daniel Supernault 01525cba4c
Update ApiV1Controller, fix unfavourite bug