| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -1/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -4/+4 |
* | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -1/+0 |
|\ |
|
| * | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 1 | -1/+0 |
* | | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen... | Côme Chilliet | 2024-09-13 | 1 | -0/+1 |
|\ \ |
|
| * | | feat: Add mimetype into BeforePreviewFetchedEvent event | Thomas Citharel | 2024-09-10 | 1 | -0/+1 |
| |/ |
|
* / | fix(preview): gracefully handle file not being opened in ProviderV2 | Richard Steinmetz | 2024-09-10 | 1 | -0/+3 |
|/ |
|
* | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -0/+57 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 7 | -12/+12 |
* | feat(preview): move previews for imaginary pdf to own class ImaginaryPDF | ernolf | 2024-07-25 | 2 | -1/+15 |
* | fix: explicitly filter for storageid in preview cleanup job | Robin Appelman | 2024-07-23 | 1 | -0/+2 |
* | feat: log file id and path when extracting the mp3 cover fails | Daniel Kesselberg | 2024-07-04 | 1 | -4/+4 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 43 | -873/+139 |
* | fix: Extend SVG reference check | Joas Schilling | 2024-05-16 | 1 | -1/+1 |
* | Merge pull request #44710 from nextcloud/pulsejet/imagick-check-type | Joas Schilling | 2024-05-15 | 11 | -10/+106 |
|\ |
|
| * | fix(preview): check mime type before processing with Imagick | Varun Patil | 2024-04-08 | 11 | -10/+106 |
* | | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo... | Côme Chilliet | 2024-04-30 | 1 | -1/+1 |
|/ |
|
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -2/+2 |
* | 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 |