Daniel Supernault
81f7d17263
Update FollowerService, improve cache invalidation
2022-12-07 02:50:13 -07:00
Daniel Supernault
0cdab339ff
Add default value for forceHttps in AppServiceProvider
2022-12-01 21:01:54 -07:00
Daniel Supernault
a31bdec750
Allow forceHttps to be disabled, fixes #3710
2022-12-01 20:59:57 -07:00
daniel
f776c79284
Merge pull request #3710 from thisislawatts/fix/opt-out-of-forcing-https
...
fix: add opt of forceScheme(https)
2022-12-01 20:57:29 -07:00
Daniel Supernault
18f3fcc663
Update Laravel 8 => 9
2022-11-07 18:41:25 -07:00
Luke Watts
d1dca5a1f1
fix: add opt of forceScheme(https)
...
When running the application locally with
APP_URL=http://localhost it is unexpected for
all route URLs returned by `route('route-name')`
to use the https prefix.
Configuring SSL for your local environment should
not be a required step to development locally.
The new logic checks the configured URL for presence
of https:// OR that this the application is running
in a production environment.
2022-10-23 15:09:32 +02:00
Daniel Supernault
d122c2d042
Add StatusObserver
2022-09-12 21:26:54 -06:00
Daniel Supernault
80d9b9399a
Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries.
2021-10-07 03:27:13 -06:00
Daniel Supernault
38e5fc43eb
Add FollowObserver
2021-07-25 05:46:42 -06:00
Daniel Supernault
d3157f2a2d
Add LikeObserver
2021-07-02 01:33:49 -06:00
Daniel Supernault
b299da9311
Update AccountService, cache object and observe changes
2021-02-01 00:47:54 -07:00
Daniel Supernault
8aa5d42d8b
Update laravel framework to v8
2020-12-13 14:15:30 -07:00
Daniel Supernault
51642fc40d
Add modlog notifications
2020-02-21 21:00:00 -07:00
Daniel Supernault
a417d9bbad
Update AppServiceProvider, add UserFilter observer
2019-09-03 19:30:39 -06:00
Daniel Supernault
dea1e916cf
Add StatusHashtag Observer to AppServiceProvider
2019-06-30 22:39:00 -06:00
Daniel Supernault
cddb88352b
Update AppServiceProvider
2019-04-30 22:44:20 -06:00
Daniel Supernault
70a9bc4bd1
Update ASP, enforce https
2019-02-24 12:16:18 -07:00
Daniel Supernault
955593101b
Update AppServiceProvider
2019-02-12 01:05:43 -07:00
Daniel Supernault
03cf26a09a
Update UserObserver
2019-02-12 00:57:49 -07:00
daniel
b8abbdd90f
Apply fixes from StyleCI
2018-08-28 03:07:36 +00:00
Daniel Supernault
c53e963537
Add supported file types and max caption length to new post form.
...
Closes #121 and #136
2018-06-02 16:53:35 -06:00
Daniel Supernault
93129fe39f
Update AppServiceProvider
...
Closes #107
2018-06-01 17:39:45 -06:00
Daniel Supernault
3de964465a
Update AppServiceProvider
2018-05-22 17:58:48 -06:00
Daniel Supernault
9dd58c5abd
Add profile model, migration and controller
...
Also added User model observer to create a profile when a new user is
created.
2018-04-15 18:52:22 -06:00
Daniel Supernault
a034358c98
Add Laravel Framework
2018-04-15 17:56:48 -06:00