- Implement square and uncropped sizes config
- Clear distinction between generate-all and pre-generate
- Skip .nomedia when running pre-generate
- Improve readme, add a new paragraph and update preview recommendations
- Support for Nextcloud 30
- Catch GenericFileException during preview generation (thanks to @nielstron)
- Support for Nextcloud 26 (EOL)
- Support for Nextcloud 27 (EOL)
- Support for Nextcloud 29
- Support for Nextcloud 28
- Support for PHP 8.3
- Support for Nextcloud 25 (EOL)
- Support for PHP 7.4 (EOL)
- Add instructions for use with AIO to readme (thanks to @JL102)
- Support for Nextcloud 27
- Support for Nextcloud 24 (EOL)
- Harden error handling of deleted files check
- Skip deleted files
- Fix PHP 8.2 deprecation warnings (thanks to @dotlambda)
- Adjust requested preview sizes
- Support for PHP 7.4
- Support for Nextcloud 26
- Support for PHP 8.2
- Support for Nextcloud 23 (EOL)
- Support for PHP 7.4 (EOL)
- Modernize code
- Generate preview specifications once
- Nextcloud 25 support
- Nextcloud 22 support
- Improve documentation around memory_limit (thanks to @proletarius101)
- Improve documentation of preview:generate-all command
- Updated maintainers
- PHP 7.3 support
- Nextcloud 21 support
- preview:delete_old command
- PHP 8.1 support
- Nextcloud 24 support
- PHP 7.2 support
- Nextcloud 20 support
- Dependency error on Nextcloud 20
- Skip external mounts with disabled previews (thanks to @hashworks)
- Allow multiple paths and user ids (thanks to @hammer065)
- Nextcloud 23 support
- Nextcloud 22 support
- Use new batch preview method
- Init filesystem for the users
- Handle unavailable storages more graceful
- Nextcloud 21 support
- Nextcloud 20 support
- IBootstap support
- Listen to new events hence only initialize the FS if needed
- Nextcloud <20 support
- Nextcloud 19 support
- Nextcloud 18 support
- Nextcloud 16 support
- PHP 7.x required
- Nextcloud 14 only
- Moved to migrations for DB handling
- Added path option to generate command (thanks to @adduxa)
- Nextcloud 15 compatible
- Show timestamp in occ commands #88
- Add Composer Classmap for file (NC13) #90
- Respect .nomedia #92
- Use PID to check for already running process #93
- Do not add file if it already is in the table #86
- Allow to specify sizes to be generated #87
- Updated/Fixed README
- Avoid folder processing on pre-generate #73 @Seik
- Make NC13 Compatible #63
- Generate more preview sizes
- Add --force command to break lock
- Lock timeout was 30 hours instead of minutes
- Do not use app with encryption
- Check for already running command
- More verbose output of commands
- Hack around preview generation errors by not trying the file again in the next run
- Pimp info.xml
Initial release