Commit Graph

10662 Commits (bc84259a6328f9ff66985f50e18e3ec8d2e11254)
 

Author SHA1 Message Date
Daniel Supernault bc84259a63
Lint 1 year ago
Daniel Supernault 96f24f337e
Update DirectMessageController, add carousel entity to threads 1 year ago
Daniel Supernault b24d2554a8
Update DirectMessageController, add timestamps to threads 1 year ago
Daniel Supernault 6e0d1ef41b
Update cache 1 year ago
Daniel Supernault 17b449d5ed
Update changelog 1 year ago
Daniel Supernault 4fd156c4a6
Update profile embeds, add support for albums 1 year ago
Daniel Supernault f4898db9ad
Update status embed, add support for album carousels 1 year ago
Daniel Supernault d339b5c251
Update AccountService 1 year ago
Daniel Supernault 165df0ca52
Update ApiV1Controller, update tag feed 1 year ago
Daniel Supernault 25d41901ec
Lint 1 year ago
Daniel Supernault a75b89b239
Update StatusController, cache AP object 1 year ago
Daniel Supernault 21d97f6f10
Add groups queue to horizon 1 year ago
Daniel Supernault 5b85efb570
Update ApiV1Dot1Controller, lint 1 year ago
Daniel Supernault 4d6cea9aa4
Update ApiV1Dot1Controller, fix username to id endpoint 1 year ago
Daniel Supernault 679ef677b7
Update ApiController, add pe support to like/unlike endpoints 1 year ago
Daniel Supernault 3c6b9e6641
Update changelog 1 year ago
Daniel Supernault 28bc7aa439
Update ApiV1Controller, fix self relationship response 1 year ago
Daniel Supernault b29527cf53
Add api endpoint 1 year ago
Daniel Supernault 921be4287c
Update ApiV2Controller 1 year ago
Daniel Supernault 71adfd2804
Add app:captcha-toggle-command command to disable captcha from cli 1 year ago
Daniel Supernault dd59717853
Update changelog 1 year ago
Daniel Supernault c5e7e91777
Add disable_embeds setting, and fix cache invalidation in other settings 1 year ago
Daniel Supernault e97b5b7a69
Update changelog 1 year ago
Daniel Supernault d56a4108ec
Update ApiV1Controller, fix cache invalidation bug in update_credentials 1 year ago
Daniel Supernault 19c62aaafa
Update ApiV1Controller, fix update_credentials boolean handling 1 year ago
Daniel Supernault a983092949
Add index 1 year ago
Daniel Supernault 3f4e0b94ee
Update ApiV1Controller, add settings to verify_credentials endpoint 1 year ago
Daniel Supernault 42915ff9a0
Update AP fetch service and domain service 1 year ago
Daniel Supernault 011f62a47f
Update changelog 1 year ago
Daniel Supernault 4aad1c225a
Add api/v1/instance/peers API endpoint, disabled by default 1 year ago
Daniel Supernault 86ac10fab7
Add migration 1 year ago
Daniel Supernault dc6b9f4661
Update task scheduler, add weekly instance scan to check nodeinfo for known instances 1 year ago
Daniel Supernault bcea2f05f5
Update composer deps 1 year ago
Daniel Supernault aab8184cf4
Update changelog 1 year ago
Daniel Supernault a7fce91e0c
Update FetchNodeinfoPipeline, set last_fetched_at timestamp 1 year ago
daniel aa61953a1e
Merge branch 'dev' into staging 1 year ago
Daniel Supernault 951c339010
Update RestrictedNames, add intent 1 year ago
daniel 6b858aede2
Merge pull request #5100 from intentionally-left-nil/set-www-data-uid
Modify the www-data user and group id to match the RUNTIME_UID/GID
1 year ago
daniel 0b7faabbd7
Merge pull request #5099 from intentionally-left-nil/fix-multiline-source
Fix parsing multiline variables
1 year ago
daniel 2911b30cc4
Merge pull request #5097 from intentionally-left-nil/fix-entrypoint-skip-scripts
Fix environment variables
1 year ago
Daniel Supernault ad30498dbc
Lint 1 year ago
daniel 480194ccc2
Merge pull request #5108 from pixelfed/staging
Staging
1 year ago
Daniel Supernault f4ef96e847
Update changelog 1 year ago
Daniel Supernault 24194f7d16
Update FederationController, add webfinger support for actor uri. Fixes #5068 1 year ago
daniel 2414c340ef
Merge pull request #5105 from pixelfed/staging
Staging
1 year ago
Daniel Supernault 8177ed11ea
Update changelog 1 year ago
Daniel Supernault bc2495c676
Update CollectionsController, add new self route 1 year ago
Anil Kulkarni 8d51ed2037
Modify the www-data user and group id to match the RUNTIME_UID/GID 1 year ago
Anil Kulkarni 0d1354c6c9
Fix parsing multiline variables
The seen_dot_env_variables parser does not work correctly for multiline variables
Instead, just use set -o allexport to perform the needed behavior in the template file
1 year ago
Anil Kulkarni 69f3e94f09
Fix environment variables
When a bash array is read into a variable, the syntax must be read -r -a <variable name> not read -ar
This fixes ENTRYPOINT_SKIP_SCRIPTS as well as DOCKER_APP_ENSURE_OWNERSHIP_PATHS
1 year ago