Commit Graph

22 Commits (ea2d054a405d6d6f09c383394e940a5c48c85973)

Author SHA1 Message Date
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
Your Name 98267eb26f refactor: replace deprecated str_random() with Str::random()
str_random() is a deprecated helper from laravel/helpers that was
missed in the initial helpers removal. Replace all 18 call sites
with the modern Str::random() equivalent.
4 weeks ago
Ashley Hull ab07a705e6
Merge branch 'dev' into shift-179490 4 weeks ago
Your Name 552a55c2d2 Upgrade images to v4 4 weeks ago
Shift 19880c2ffb
Convert string references to `::class`
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
1 month ago
Your Name 1a1dc5e096 fix typo 8 months ago
Daniel Supernault 374344754e
Lint 9 months ago
Shlee fabb93d4a0
Update StoryComposeController.php 11 months ago
Daniel Supernault 03d01d296f
Update StoryComposeController.php
Fix non-local storage bug
12 months ago
Daniel Supernault 02455129a5
Update StoryComposeController.php
Fix support for non-local fs
12 months ago
Daniel Supernault 6c701b335d
Update StoryComposeController, add StoryIndexService support 1 year ago
Daniel Supernault 86fbeeec35
Update StoryComposeController, fix intervention/image v3 support 1 year ago
Daniel Supernault ab9c13fe0d
New supported formats, Preserve ICC Color Profiles, libvips support
Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.
1 year 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 d1adb109de
Update stories config, use config_cache 3 years ago
Daniel Supernault 71c148c61e
Update StoryController, add parental controls support 3 years ago
Daniel Supernault 6cdb5bc672
Update Notification logic, remove message and rendered fields 3 years ago
Daniel Supernault 22da2647c7
Update filesystems, store all files as public by default and add default permissions. Fixes #4273, #4275. Closes #3825 4 years ago
Daniel Supernault f34a1e9d8e
Add Conversations model 4 years ago
Daniel Supernault bae6126db3
Update compiled assets 5 years ago
Daniel Supernault 7dee8f58fe
Update StoryComposeController, fix expiry bug 5 years ago
Daniel Supernault dd7262d841
Update StoryController, add StoryComposeController 5 years ago