Commit Graph

2042 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 1 year ago
Gavin Mogan 70584b47c5 Fixes for items highlighted by review.ai
* Consider using `hash_equals()` instead of `==` when comparing the state values to prevent timing attacks:
`abort_unless(hash_equals($request->input('state'), $request->session()->pull('oauth2state')), 400, 'invalid
state');`
* For better data integrity, consider adding a foreign key constraint to the user_id column: `$table-
>foreign('user_id')->references('id')->on('users')->onDelete('cascade');`
* Does the OIDC provider guarantee that the username field exists in the userInfo data? Consider adding a
null check or fallback: `$userInfoData[config('remote-auth.oidc.field_username')] ?? null`
1 year ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
1 year ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 1 year ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 1 year ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 1 year ago
Daniel Supernault 5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885 1 year ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 1 year ago
Daniel Supernault c4a96da019
Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits 1 year ago
Daniel Supernault b86102823b
Update CustomFilter model and CustomFilterController 1 year ago
Daniel Supernault 168816db2d
Update CustomFilterController 1 year ago
Daniel Supernault adc4cffc38
Add custom filter components 1 year ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
1 year ago
Daniel Supernault ccc7f2fc69
Update ReportController, fix type validation 1 year ago
Daniel Supernault 32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866 1 year ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 1 year ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 1 year ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 1 year ago
Daniel Supernault 3001365025
Update ProfileMigrationController.php 1 year ago
Daniel Supernault 537e179537
Update PublicApiController, fix visibility for guests 1 year ago
Daniel Supernault 5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state 1 year ago
Daniel Supernault 8082c004bc
Refactor following check 1 year ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 1 year ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 1 year ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
2 years ago
Daniel Supernault 375858f09d
Update AccountImport, improve webp support 2 years ago
Felipe Mateus 128533b5d8
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
2 years ago
Felipe Mateus 456f96d574
add remove follow 2 years ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 2 years ago
Felipe Mateus cce4c41d97
pinned posts 2 years ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 2 years ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 2 years ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 2 years ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 2 years 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 2 years ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 2 years ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 2 years ago
Daniel Supernault 01b445f6ea
Update AccountImports, add webp support 2 years ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 2 years ago
Daniel Supernault 7ddbe0c473
Add AVIF support 2 years ago
daniel 622116b0cf
Merge pull request #5694 from maco/5645-domain-block
[Bug Fix] accept bare domains without http scheme in domain block controller
2 years ago
Daniel Supernault 5340649d04
Update AppRegisterController 2 years ago
Daniel Supernault 0844094b99
Update App Register to expire codes after 4 hours instead of 60 minutes 2 years ago
Daniel Supernault dbd1e17b25
Add app register email verify resends 2 years ago
Daniel Supernault 8c7a71ee73
Update DirectMessageController, fix query 2 years ago
Daniel Supernault 4ec9f990ed
Update DirectMessageController, fix performance issue 2 years ago
Daniel Supernault 4960421073
Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails 2 years ago
Mackenzie Morgan 1f7a1bd72b accept bare domains without http scheme in domain block controller
Fixes #5645
2 years ago
Daniel Supernault dc4e683f0a
Update MediaController, fix redirect bug 2 years ago
Daniel Supernault 42173245fc
Update ApiV1Controller.php 2 years ago
Daniel Supernault c8ba73f11b
Update ApiV1Controller.php 2 years ago
Daniel Supernault 67f3951e9a
Update ApiV1Controller, add mobile_registration attribute 2 years ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 2 years ago
Daniel Supernault 509a50b8e0
Update AppRegisterController.php 2 years ago
Daniel Supernault ea03784994
Update AppRegisterController.php 2 years ago
Daniel Supernault f924491e4d
Updaet AppRegisterController, add client id/secret 2 years ago
Daniel Supernault fe46512359
Improve onboarding response 2 years ago
Daniel Supernault 112eee4538
Update AppRegisterController 2 years ago
Daniel Supernault 5d2afd2c7c
Update AppRegisterController.php 2 years ago
Daniel Supernault ee01e073ef
Update AppRegisterController 2 years ago
Daniel Supernault 455711332b
Fix redirects 2 years ago
Daniel Supernault 3c249616ef
Add rate limits, fix typo and styling 2 years ago
Daniel Supernault 604746bd5e
Add AppRegister 2 years ago
Daniel Supernault 599a36f4aa
Update AdminSettingsController, persist updates to ConfigCacheService 2 years ago
Daniel Supernault f260572e72
Fix GroupController, move groups enabled check to each method to fix route:list 2 years ago
Daniel Supernault 8fad89543f
DM 2 years ago
Daniel Supernault 17918cbef4
Update ComposeController, add max_media_attachments attribute 2 years ago
Daniel Supernault 629fb5a47a
Update PublicApiController 2 years ago
Daniel Supernault b27679fc88
Update Discover, fix account bug 2 years ago
Daniel Supernault 207bb36c89
Increase username length limit from 15 to 30 2 years ago
Anil Kulkarni 4d0cb32f79
Fix notifications not being delivered by directly checking the state from the database 2 years 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 2 years ago
daniel 3dd515006c
Merge branch 'staging' into dev 2 years ago
Daniel Supernault aa44835434
Update AdminSettingsController, increase max photo size limit from 50MB to 1GB 2 years ago
Daniel Supernault 57ede29175
Fix oauth endpoint 2 years ago
Daniel Supernault 56f17b9957
Update ApiV1Dot1Controller, fix in-app registration 2 years ago
Daniel Supernault 4e1dd59992
Update CollectionController, fix showCollection signature 2 years ago
root (Deneir) 370f09495a resolve merge conflicts 2 years ago
Daniel Supernault 85124aa642
Fix rendered caption 2 years ago
Daniel Supernault 8afbdb03a8
Fix oauth oob (urn:ietf:wg:oauth:2.0:oob) support. Fixes #2522 2 years ago
Daniel Supernault 1d2f76c8e5
Postgres fixes 2 years ago
Daniel Supernault 8ed8305f5d
Update ApiV1Controller.php 2 years ago
Daniel Supernault 639df41093
Update DirectMessageController, remove 72h limit for admins 2 years ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2 years ago
Daniel Supernault 9f7cc52c24
Update ApiV1Controller, fix bookmark bug. Closes #5216 2 years ago
Daniel Supernault ecfc967429
Update PublicApiController 2 years ago
Daniel Supernault 044d410c49
Update DirectMessageController, fix ordering bug 2 years ago
Daniel Supernault bcc8b8842f
Update DirectMessageController, fix ordering bug 2 years ago
Daniel Supernault 28990280ef
Update AdminReportController 2 years ago
Daniel Supernault ed9f2fbb09
Update AdminReportController 2 years ago
Daniel Supernault c0478f5f8f
Update AdminReportController 2 years ago
Daniel Supernault 06ebb514d7
Update AdminReportController 2 years ago
Daniel Supernault 8af77a3f78
Add Profile Carousels 2 years ago
Daniel Supernault 0c6e885b6f
Update AdminController 2 years ago
Daniel Supernault 33d15f4951
Update ContactController 2 years ago
Daniel Supernault 3004c438f1
Update Admin routes 2 years ago
Daniel Supernault 7820b506d8
Update ApiV1Dot1Controller, allow upto 5 similar push tokens 2 years ago
Daniel Supernault 424f0271c3
Update ApiV1Controller, fix null caption on media bug 2 years ago
Daniel Supernault 78d2783db8
Fix push token for php8.2 2 years ago
Daniel Supernault 078ea326c6
Update ApiV1Dot1Controller 2 years ago
Daniel Supernault df5a9f2659
Update nag endpoint 2 years ago
Daniel Supernault 33621dd680
Add Notify App Gateway support 2 years ago
Daniel Supernault 1da08feed0
Update StatusController to handle Moved accounts 2 years ago
Daniel Supernault 447aa1e1ea
Update BookmarkController to handle Moved accounts 2 years ago
Daniel Supernault 6c48a12423
Update ApiV1Controller, handle Moved accounts 2 years ago
Anil Kulkarni 9db038e4bb
Check for oauth keys from the config, as well as from disk 2 years ago
Daniel Supernault 4ca7c6c328
Add preliminary Authorize Interaction support 2 years ago
Daniel Supernault dcd95d687c
Update ApiV1Controller, fix v1/instance stats, force cast to int 2 years ago
Daniel Supernault ea2a9eb42a
Add Authorized Fetch 2 years ago
daniel 1dbcdee289
Merge branch 'staging' into feat/implement-admin-domain-blocks-api 2 years ago
Daniel Supernault 73b9a75a64
Add UserStorageService 2 years ago
Daniel Supernault a2524910dd
Add migration 2 years ago
Daniel Supernault 2803861083
Update ApiV1Dot1Controller.php 2 years ago
Daniel Supernault b03f5cec8b
Update ApiV1Dot1Controller, add new single media status create endpoint 2 years ago
daniel c13826e44b
Merge pull request #5215 from pixelfed/groups
Add Groups
2 years ago
Daniel Supernault 58b8a385bd
Update GroupController.php 2 years ago
Daniel Supernault a76f3b0e2e
Update GroupsSearchController.php 2 years ago
Daniel Supernault 3d99972653
Update GroupController.php 2 years ago
Daniel Supernault bd3d072227
Update ApiV1Dot1Controller.php 2 years ago
Daniel Supernault 8f7becc58b
Add push notification api endpoints 2 years ago
Daniel Supernault c5fbc68745
Update ApiV1Controller 2 years ago
Daniel Supernault a9f24f85da
Update AdminApiController 2 years ago
Daniel Supernault 0aafb863e8
Update AdminApiController 2 years ago
Daniel Supernault 3d6b9badf4
Add groups models, controllers and services 2 years ago
Daniel Supernault dd6e3cc290
Update RegisterController, update username constraints, require atleast one alpha char 2 years ago
Daniel Supernault 72f681607a
Update ApiV1Controller, fix /api/v1/favourites pagination 2 years ago
Daniel Supernault a8bb97b22b
Update ApiV1Dot1Controller, fix mutual api 2 years ago
Daniel Supernault f61bbecaa9
Update ApiV1Controller, fix support for notification filter types[] 2 years ago
Daniel Supernault 2b9586fce1
Update ApiV1Controller.php 2 years ago
Daniel Supernault f61159a15a
Update ApiV1Controller, add support for notification filter types[] 2 years ago
Daniel Supernault 2cae8b48de
Update discover, add network trending using Beagle API 2 years ago
Daniel Supernault ecf22b54d5
Add custom css to admin dashboard 2 years ago
Daniel Supernault 83098428bb
Update StatusController, fix unlisted post guest/ap access bug 2 years ago
Daniel Supernault 4f2b8ed20a
Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 2 years ago
Daniel Supernault bc84259a63
Lint 2 years ago
Daniel Supernault 96f24f337e
Update DirectMessageController, add carousel entity to threads 2 years ago
Daniel Supernault b24d2554a8
Update DirectMessageController, add timestamps to threads 2 years ago
Daniel Supernault 6e0d1ef41b
Update cache 2 years ago
Daniel Supernault d339b5c251
Update AccountService 2 years ago
Daniel Supernault 165df0ca52
Update ApiV1Controller, update tag feed 2 years ago
Daniel Supernault 25d41901ec
Lint 2 years ago
Daniel Supernault a75b89b239
Update StatusController, cache AP object 2 years ago
Daniel Supernault 5b85efb570
Update ApiV1Dot1Controller, lint 2 years ago
Daniel Supernault 4d6cea9aa4
Update ApiV1Dot1Controller, fix username to id endpoint 2 years ago
Daniel Supernault 679ef677b7
Update ApiController, add pe support to like/unlike endpoints 2 years ago
Daniel Supernault 28bc7aa439
Update ApiV1Controller, fix self relationship response 2 years ago
Daniel Supernault b29527cf53
Add api endpoint 2 years ago
Daniel Supernault 921be4287c
Update ApiV2Controller 2 years ago
Daniel Supernault c5e7e91777
Add disable_embeds setting, and fix cache invalidation in other settings 2 years ago
Daniel Supernault d56a4108ec
Update ApiV1Controller, fix cache invalidation bug in update_credentials 2 years ago
Daniel Supernault 19c62aaafa
Update ApiV1Controller, fix update_credentials boolean handling 2 years ago
Daniel Supernault 3f4e0b94ee
Update ApiV1Controller, add settings to verify_credentials endpoint 2 years ago
Daniel Supernault 4aad1c225a
Add api/v1/instance/peers API endpoint, disabled by default 2 years ago
Daniel Supernault ad30498dbc
Lint 2 years ago
Daniel Supernault 24194f7d16
Update FederationController, add webfinger support for actor uri. Fixes #5068 2 years ago
Daniel Supernault bc2495c676
Update CollectionsController, add new self route 2 years ago
Daniel Supernault 921e29659f
Update ProfileController, fix atom feed cache ttl. Fixes #5093 2 years ago
Daniel Supernault cbb96cfd2a
Update AdminCuratedRegisterController, fix existing account approval 2 years ago
Daniel Supernault d645d6ca26
Update ApiV1Controller, add pe (pixelfed entity) support to /api/v1/statuses/{id}/context endpoint 2 years ago
Daniel Supernault 9a5e3471d4
Update AdminCuratedRegisterController, increase message length from 1000 to 3000 2 years ago
Daniel Supernault 61d105fd25
Update DirectMessageController, add 72 hour delay for new accounts before they can send a DM 2 years ago
Daniel Supernault cbf996c9b6
Update ApiV1Dot1Controller, fix in app registration bug that prevents proper auth flow due to missing oauth scopes 2 years ago
Daniel Supernault 8b8b1ffc5c
Update ProfileController, refactor profile embeds 2 years ago
Daniel Supernault 9a7acc12a6
Update StatusController, refactor status embeds 2 years ago
Daniel Supernault b8e96a5ff3
Update ApiV1Controller, improve refresh relations logic when (un)muting or (un)blocking 3 years ago
Daniel Supernault b7322b6874
Update PrivacySettings controller, refresh RelationshipService when unmute/unblocking 3 years ago
Emelia Smith 626c87a420
Fix default severity for domain blocks 3 years ago
Emelia Smith 96a226d90c
Fix issue with wildcard domain blocks 3 years ago
Emelia Smith 4afe72e62f
Add oauth protection to admin domain blocks API 3 years ago
Emelia Smith feed580f51
Minor compatibility fixes 3 years ago
Emelia Smith 21466556d4
Add update and delete 3 years ago
Emelia Smith 652654e24f
WIP: Implement domain blocks 3 years ago
Daniel Supernault d946afcc5c
Update AdminSettings, use better validation for user integer settings 3 years ago
Daniel Supernault 2dcbc1d5ef
Update AdminSettings, add max_account_size support 3 years ago
Daniel Supernault dcc5f416ef
Update AdminSettingsController, add AdminSettingsService 3 years ago
Daniel Supernault ac1f074889
Update AdminSettingsController, add user filter max limit settings 3 years ago
Daniel Supernault 3628b4625c
Update ConfigCacheService, encrypt keys at rest 3 years ago
Daniel Supernault 087b27916f
Update filesystems config, add to config_cache 3 years ago
Daniel Supernault 6ce513f8c3
Update user_filters, use config_cache 3 years ago
Daniel Supernault 911446c03e
Update app.name config, use config_cache 3 years ago
Daniel Supernault da0e0ffabf
Update ig import, use config_cache 3 years ago
Daniel Supernault 2d113de536
Update config_cache, fix type casting 3 years ago
Daniel Supernault d1adb109de
Update stories config, use config_cache 3 years ago
Daniel Supernault ce228f7fa4
Update oauth setting, use config_cache 3 years ago
Daniel Supernault 5071aaf408
Update activitpub setting, use config_cache() 3 years ago
Daniel Supernault 40478f258a
Update landing settings, use config_cache 3 years ago
Daniel Supernault d670de175e
Update media_types, use config_cache 3 years ago
Daniel Supernault fecbe1897b
Update pixelfed.max_album_length, use config_cache 3 years ago
Daniel Supernault 665581d80c
Update cloud storage, use config_cache 3 years ago
Daniel Supernault ad506e901d
Update AdminDirectoryController, fix type casting 3 years ago
Daniel Supernault f2f2a8097c
Update PixelfedDirectoryController, use cached stats 3 years ago
Daniel Supernault f08aab2231
Update PixelfedDirectoryController, fix boolean cast bug 3 years ago
Daniel Supernault 75081e609a
Update ProfileController, handle permalink redirect bug 3 years ago
Daniel Supernault 481314cd23
Update custom emoji, add config_cache support 3 years ago
Daniel Supernault 8a89e3c963
Update captcha, use config_cache helper 3 years ago
Daniel Supernault c96167f2f7
Update config_cache 3 years ago
Daniel Supernault bf46f6f5f4
Update config_cache 3 years ago
Daniel Supernault b0cb4456a9
Update ApiV1Dot1Controller, use config_cache for in-app registration 3 years ago
Daniel Supernault 5e4d4eff9d
Update config cache 3 years ago
Daniel Supernault a4bc5ce3d0
Update web-api popular accounts route to its own method to remove the breaking oauth scope bug 3 years ago
Daniel Supernault 95199843e3
Update SiteController, add curatedOnboarding method that gracefully falls back to open registration when applicable 3 years ago
Daniel Supernault 853a729f76
Update ProfileController, preserve deleted actor objects for federated account deletion and use more efficient account cache lookup 3 years ago
Daniel Supernault e742d595a6
Update PrivacySettings controller, add cache invalidation 3 years ago
Daniel Supernault 94503a1cf9
Update ApiV1Controller, use admin filter service 3 years ago
Daniel Supernault 18382e8a1f
Update DiscoverController, handle discover hashtag redirects 3 years ago
Daniel Supernault 3b5500b3a5
Update ApiV1Controller, fix hashtag feed to include private posts from accounts you follow or your own, and your own unlisted posts 3 years ago
Daniel Supernault e3826c587d
Update ApiV1Controller, handle public feed parameter bug to gracefully fallback to min_id=1 when max_id=0 3 years ago
Daniel Supernault d6eac65555
Update ApiV1Controller, fix public timeline scope, properly support both local + remote parameters 3 years ago
Daniel Supernault 6cb1484b3e
cs fix 3 years ago
Daniel Supernault 01535a6cfe
Update ApiV1Controller, improve notification filtering 3 years ago
Daniel Supernault a933615b8d
Update ApiV1Controller, update Notifications endpoint to filter notifications with missing activities 3 years ago
Daniel Supernault 4a6be62128
Add account migration configurable, but enabled by default 3 years ago
Daniel Supernault 45bdfe1efd
Add Profile Migration federation 3 years ago
Daniel Supernault f8145a78cf
Add Profile Migrations 3 years ago
Daniel Supernault 542d110673
Update AccountTransformer, fix follower/following count visibility bug 3 years ago
Daniel Supernault ef0ff78e4a
Add Remote Reports to Admin Dashboard Reports page 3 years ago
Daniel Supernault ab9ecb6efd
Update AdminCuratedRegisterController, filter confirmation activities from activitylog 3 years ago
Daniel Supernault a16309ac18
Update AdminReportController, add story report support 3 years ago
Daniel Supernault 071163b47b
Add Curated Onboarding Templates 3 years ago
Daniel Supernault 2b5d723582
Update Curated Onboarding dashboard, improve application filtering and make it easier to distinguish response state 3 years ago
Daniel Supernault 59c70239f8
Update Directory logic, add curated onboarding support 3 years ago
Daniel Supernault c4dde64119
Update AdminCuratedRegisterController, show oldest applications first 3 years ago
Daniel Supernault 8355d5d00c
Add AdminCuratedRegisterController 3 years ago
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 3 years ago
Daniel Supernault 1f74a95d0c
Update ApiV1Controller, implement better limit logic to gracefully handle requests with limits that exceed the max 3 years ago
Daniel Supernault 545f7d5e70
Update api v1/v2 instance endpoints, bump mastoapi version from 2.7.2 to 3.5.3 3 years ago
Daniel Supernault b0fb198829
Add Software Update banner to admin home feeds 3 years ago
Daniel Supernault fb0bb9a34f
Update Federation, use proper Content-Type headers for following/follower collections 3 years ago
Daniel Supernault 8b4ac5cc0b
Update public/network timelines, fix non-redis response and fix reblogs in home feed 3 years ago
Daniel Supernault 0faf59e3b7
Update ApiV1Controller, fix network timeline 3 years ago
Daniel Supernault 62b9eef805
Fix api endpoints 3 years ago
Daniel Supernault fd7f5dbba1
Fix api endpoints 3 years ago
Daniel Supernault e354750808
Fix api endpoints 3 years ago
Emelia Smith 0f8e45fe75
Implement proper OAuth authorization on API endpoints 3 years ago
Emelia Smith 9330cd02f7
Implement proper OAuth authorization on Admin API endpoints 3 years ago
Daniel Supernault 4d02d6f12e
Update ApiV2Controller, add vapid key to instance object. Thanks thisismissem! 3 years ago
Daniel Supernault 5b284cacea
Update ApiV1Controller, enforce blocked instance domain logic 3 years ago
Daniel Supernault 01b33fb37e
Update PublicApiController, consume InstanceService blocked domains for account and statuses endpoints 3 years ago
Daniel Supernault 0aff126aa0
Update ApiV1Controller, properly cast boolean sensitive parameter. Fixes #4888 3 years ago
Daniel Supernault 6167ebc654
Update UserEmailForgotController 3 years ago
Daniel Supernault 96366ab3de
Update forgot email captcha config 3 years ago
Daniel Supernault 67c650b195
Add forgot email feature 3 years ago
Daniel Supernault 0325e17115
Update LoginController, fix captcha validation error message 3 years ago
Daniel Supernault c91f1c595a
Update ParentalControlsController, prevent children from adding accounts 3 years ago
Daniel Supernault c7ed684a5c
Update ParentalControlsController 3 years ago
Daniel Supernault 71c148c61e
Update StoryController, add parental controls support 3 years ago
Daniel Supernault fe30cd25d1
Update DirectMessageController, add parental controls support 3 years ago
Daniel Supernault fd9b5ad443
Update api controllers, add parental control support 3 years ago
Daniel Supernault 9d365d07f9
Update ParentalControls, map updated saved permissions/roles 3 years ago
Daniel Supernault 2dcfc81495
Update ComposeController, add parental controls support 3 years ago