1
0
Fork 0
Commit Graph

1483 Commits

Author SHA1 Message Date
Daniel Supernault cdeff05e9c
Update PostComponent 2018-11-09 13:01:43 -07:00
Daniel Supernault 283a8ef7ae
Remove PostPresenter.vue component 2018-11-09 12:59:49 -07:00
Daniel Supernault 82f365dc9a
Update web routes 2018-11-09 00:00:44 -07:00
Daniel Supernault 3a281575e2
Update composer.json, add proper license 2018-11-08 23:37:20 -07:00
Daniel Supernault b75745f4d6
Update webpack 2018-11-08 23:32:27 -07:00
Daniel Supernault aa903a3902
Update RouteServiceProvider 2018-11-08 23:09:04 -07:00
Daniel Supernault 1a6219e7af
Add fediverse svg 2018-11-08 22:55:04 -07:00
Daniel Supernault 65d30f14e7
Update ToS 2018-11-08 22:50:33 -07:00
Daniel Supernault 2bc8bbd413
Update web routes 2018-11-08 22:46:59 -07:00
Daniel Supernault ed8e3ba014
Update API routes 2018-11-08 22:46:24 -07:00
Daniel Supernault a2599ee52e
Update timeline template 2018-11-08 22:46:00 -07:00
Daniel Supernault 9def1e6c9b
Update timeline status template 2018-11-08 22:45:37 -07:00
Daniel Supernault 6d4edf6f20
Add timeline video view 2018-11-08 22:44:33 -07:00
Daniel Supernault c9cfba8c14
Add timeline video album view 2018-11-08 22:44:00 -07:00
Daniel Supernault 412e7b3ad6
Add timeline photo view 2018-11-08 22:43:28 -07:00
Daniel Supernault 358c510f3d
Add timeline album view 2018-11-08 22:42:59 -07:00
Daniel Supernault bbc56b74da
Update StatusController 2018-11-08 22:29:57 -07:00
Daniel Supernault 454ae2166c
Update status view 2018-11-08 22:29:28 -07:00
Daniel Supernault cb0b389e3c
Update compiled assets 2018-11-08 22:27:48 -07:00
Daniel Supernault 6fa2a145dc
Update PostComponent.vue 2018-11-08 22:27:23 -07:00
Daniel Supernault 1d6cb706cc
Update InternalApiController, move methods to PublicApiController 2018-11-08 22:24:02 -07:00
Daniel Supernault 14e8855b4d
Add PublicApiController 2018-11-08 22:23:36 -07:00
Daniel Supernault b0f31f9abd
Update compiled assets 2018-11-08 22:02:29 -07:00
Daniel Supernault 7d152a7b54
Update bootstrap.js 2018-11-08 22:01:59 -07:00
Daniel Supernault 242a0483b8
Update PostComponent.vue 2018-11-08 22:01:28 -07:00
Daniel Supernault a95893fefb
Update profile view 2018-11-08 21:38:43 -07:00
Daniel Supernault ae95c3153a
Remove custom 403 view, use default 2018-11-08 21:22:29 -07:00
Daniel Supernault 8374ebf0f8
Update DiscoverController 2018-11-08 21:14:35 -07:00
Daniel Supernault 44e8c23631
Update discover view 2018-11-08 21:11:47 -07:00
Daniel Supernault ff14c47699
Update layout template 2018-11-08 20:58:54 -07:00
Daniel Supernault 5980c3cd14
Update nav 2018-11-08 20:53:04 -07:00
Daniel Supernault 2e8bb48872
Update compiled assets 2018-11-08 20:45:20 -07:00
Daniel Supernault 8148f80c6b
Update bootstrap/components js 2018-11-08 20:43:32 -07:00
Daniel Supernault 4571b63f11
Add components.js 2018-11-08 20:26:47 -07:00
Daniel Supernault 88331667bf
Update bootstrap.js 2018-11-08 20:25:49 -07:00
Daniel Supernault baa802ad33
Update InternalApiController 2018-11-08 20:24:20 -07:00
Daniel Supernault ad98d35a6d
Add api routes, just inbox for now 2018-11-08 18:38:19 -07:00
Daniel Supernault 0e9d13ea99
Update web routes 2018-11-08 18:32:08 -07:00
Daniel Supernault b1be74efc4
Add video.js package 2018-11-08 18:29:09 -07:00
Daniel Supernault 6d907414d1
Update Status model 2018-11-08 18:28:07 -07:00
Daniel Supernault cba743bb5b
Update TimelineController 2018-11-08 18:27:38 -07:00
Daniel Supernault 853a4bc7a5
Update ProfileController 2018-11-08 18:26:49 -07:00
Daniel Supernault 4300315fd6
Add CollectionItemController 2018-11-08 18:25:39 -07:00
Daniel Supernault 5215a68162
Add CollectionController 2018-11-08 18:25:22 -07:00
Daniel Supernault 5e371315c5
Update SettingsController 2018-11-07 21:34:31 -07:00
Daniel Supernault 05745d2fb3
Update FederationController 2018-11-07 20:18:30 -07:00
Mike Barnes d483f4a01f
Expose S3 endpoint setting via config file
To use non-AWS services like Google Cloud Storage or a custom provider via S3 compatibility, the endpoint needs to be configurable, and separated from the URL to allow Cloudflare etc proxy for SSL termination.

eg for GCS in S3 mode with custom domain:
AWS_ENDPOINT="https://storage.googleapis.com"
AWS_URL="https://i.pitchfork.club"

This is already supported via the driver, it just needs a config option to feed it in.

https://laracasts.com/discuss/channels/laravel/custom-file-driver-digital-ocean-spaces?page=1
2018-11-05 17:01:22 +11:00
Daniel Supernault 6b798954e4
Update nav view 2018-11-04 19:05:27 -07:00
Daniel Supernault 47d6c383db
Add PostComponent.vue 2018-11-04 18:48:58 -07:00
Daniel Supernault 9b96e53f11
Add PostPresenter vue component 2018-11-04 17:48:06 -07:00