| Commit message (Expand) | Author | Age | Files | Lines |
* | Lower failed movie preview to info | Git'Fellow | 2024-02-03 | 1 | -1/+1 |
* | Merge pull request #41067 from Murena-SAS/preview-folder-deletes | Arthur Schiwon | 2024-01-18 | 1 | -0/+3 |
|\ |
|
| * | Check if the node has a null ID before deleting in preview watcher | Akhil | 2023-10-23 | 1 | -0/+3 |
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -7/+7 |
* | | Merge pull request #41395 from nextcloud/hello-emf | Christoph Wurst | 2023-11-16 | 2 | -25/+68 |
|\ \ |
|
| * | | fix: use png as preview right away | Daniel Kesselberg | 2023-11-13 | 1 | -16/+3 |
| * | | feat: allow multiple libreoffice invocations | Daniel Kesselberg | 2023-11-13 | 1 | -11/+34 |
| * | | feat: add preview provider for emf files based on office | Daniel Kesselberg | 2023-11-13 | 1 | -0/+33 |
* | | | Us strpos() only | Git'Fellow | 2023-11-15 | 1 | -9/+3 |
* | | | Check for open_basedir before reading /proc | Git'Fellow | 2023-11-15 | 1 | -2/+14 |
|/ / |
|
* | | address review | Simon L | 2023-11-03 | 1 | -4/+4 |
* | | fix semaphore guarding | Simon L | 2023-11-03 | 1 | -1/+1 |
* | | Use \Throwable instead | Git'Fellow | 2023-11-01 | 1 | -1/+1 |
* | | Catch Imaginary processing errors | Git'Fellow | 2023-11-01 | 1 | -1/+1 |
* | | Don't pass invalid streams to Imaginary | Git'Fellow | 2023-10-25 | 1 | -0/+3 |
|/ |
|
* | also remove function | Daniel Hansson | 2023-10-02 | 1 | -19/+0 |
* | Generate all preview sizes for Imaginary | Daniel Hansson | 2023-09-30 | 1 | -17/+0 |
* | feat: Imaginary WebP support | JanisPlayer | 2023-09-02 | 2 | -1/+21 |
* | feat(files): add uploader | John Molakvoæ | 2023-09-01 | 1 | -1/+1 |
* | feat: redirect to the mime icon if no preview available | John Molakvoæ | 2023-08-17 | 1 | -0/+98 |
* | log imaginary errors as info to not spam the server logs | Simon L | 2023-08-09 | 1 | -2/+2 |
* | fix!: Remove legacy event dispatching Symfony's GenericEvent | Joas Schilling | 2023-07-27 | 1 | -10/+0 |
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -1/+1 |
* | feat: replace id3parser with mp3info | Daniel Kesselberg | 2023-06-28 | 1 | -11/+6 |
* | feat: add width, height, crop and mode to BeforePreviewFetchedEvent | Daniel Kesselberg | 2023-06-23 | 1 | -2/+6 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -1/+1 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | | fix: catch errors in id3parser library | Daniel Kesselberg | 2023-05-28 | 1 | -2/+13 |
* | | Allow to specify an imaginary key | JanisPlayer | 2023-05-22 | 1 | -1/+2 |
* | | Merge pull request #36692 from nextcloud/throw-exception-to-avoid-division-by... | Simon L | 2023-05-17 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | fix(preview-generator): Throw exception before dividing by zero when generati... | Thomas Citharel | 2023-02-13 | 1 | -0/+4 |
* | | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -2/+2 |
* | | Merge pull request #37148 from nextcloud/enh/noid/increase-imaginary-timeouts | Simon L | 2023-05-04 | 1 | -0/+2 |
|\ \ |
|
| * | | increase imaginary timeouts as for big files the processing could take very long | Simon L | 2023-03-09 | 1 | -0/+2 |
* | | | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 2 | -93/+51 |
|\ \ \ |
|
| * \ \ | Merge pull request #37772 from nextcloud/enh/30986/follow-up | Simon L | 2023-04-18 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | fix php-lint | Simon L | 2023-04-17 | 1 | -1/+0 |
| | * | | | Update lib/private/Preview/Bundled.php | Claus-Justus Heine | 2023-04-17 | 1 | -1/+1 |
| | * | | | Prevent the OpenDocument preview generator from trying to open empty files. | Claus-Justus Heine | 2023-04-17 | 1 | -0/+5 |
| | |/ / |
|
| * | | | try to make linters happy | Glandos | 2023-04-17 | 1 | -2/+2 |
| * | | | gather code from small and max preview | Glandos | 2023-04-17 | 1 | -90/+36 |
| * | | | Revert 0e49b40 | Glandos | 2023-04-17 | 1 | -3/+0 |
| * | | | improve parameter doc | Glandos | 2023-04-17 | 1 | -1/+1 |
| * | | | Ensure max preview image is not null | Glandos | 2023-04-17 | 1 | -0/+3 |
| * | | | php-cs-fix | Glandos | 2023-04-17 | 1 | -1/+1 |
| * | | | List preview directory only once | Glandos | 2023-04-17 | 1 | -5/+13 |
| |/ / |
|
* / / | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
|/ / |
|
* | | imaginary - fix autorotate and improve the logic | Simon L | 2023-03-09 | 1 | -33/+32 |
* | | fix indent 2 | Glandos | 2023-02-16 | 1 | -7/+7 |
* | | fix indent | Glandos | 2023-02-15 | 1 | -8/+8 |