castopod/app/Controllers
Yassine Doghri 02e4441f98 feat: create optimized & resized images upon upload
- resize uploaded image to thumbnail, medium, large, feed, and id3 formats
- set image url formats where adapted in views
- set format sizes and extensions in Images config file for customization
- add validation for image uploads: `min_dims` and `is_image_squared`
- update codeigniter4 and myth-auth php packages to latest develop versions
- update npm packages to latest versions
- update public/.htaccess

closes #6
2020-10-15 14:41:45 +00:00
..
Admin feat: create optimized & resized images upon upload 2020-10-15 14:41:45 +00:00
Analytics.php feat: create optimized & resized images upon upload 2020-10-15 14:41:45 +00:00
Auth.php refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
BaseController.php feat(public-ui): adapt public podcast and episode pages to wireframes 2020-10-15 14:41:43 +00:00
Episode.php feat(public-ui): adapt public podcast and episode pages to wireframes 2020-10-15 14:41:43 +00:00
Feed.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
Home.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
Install.php feat: add install wizard form to bootstrap database and create the first superadmin user 2020-10-15 14:41:28 +00:00
Page.php feat: add pages table to store custom instance pages (eg. legal-notice, cookie policy, etc.) 2020-10-15 14:41:34 +00:00
Podcast.php feat(public-ui): adapt public podcast and episode pages to wireframes 2020-10-15 14:41:43 +00:00
UnknownUserAgents.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00