| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2025-02-13 | 1 | -0/+7 |
* | fix: Pass the mountpoint target user to storages without owner | Julius Härtl | 2024-07-22 | 1 | -0/+12 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 14 | -14/+14 |
* | feat: add interface for lower level filecache acess without having to do dire... | Robin Appelman | 2024-03-25 | 1 | -0/+99 |
* | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 1 | -1/+13 |
* | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -4/+4 |
* | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 4 | -47/+13 |
* | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 2 | -1/+39 |
* | add some comments for the distributive operation and add another test | Robin Appelman | 2024-02-16 | 1 | -0/+4 |
* | fix types + autoloader | Robin Appelman | 2024-02-15 | 1 | -1/+4 |
* | optimize query pattern used by storage filter | Robin Appelman | 2024-02-15 | 1 | -2/+3 |
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 10 | -1/+162 |
* | chore: Add missing ArrayAccess template parameters | Côme Chilliet | 2024-02-06 | 1 | -0/+1 |
* | Use OCP\Util::getL10N instead of OC::$server->getL10N | Côme Chilliet | 2024-02-05 | 6 | -6/+6 |
* | perf: Avoid updating the folder size if we know the size difference | Julius Härtl | 2024-01-12 | 1 | -1/+1 |
* | Synchronize operation on live photo files | Louis Chemineau | 2023-11-29 | 2 | -0/+46 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -4/+4 |
* | Fix is-define operator | Louis Chemineau | 2023-11-22 | 1 | -1/+1 |
* | implements search on null/notnull metadata | Maxence Lange | 2023-11-22 | 1 | -0/+1 |
* | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behavior | Ferdinand Thiessen | 2023-11-22 | 1 | -2/+2 |
|\ |
|
| * | fix(ObjectStore): Make copying behavior consistent with local storage | Ferdinand Thiessen | 2023-11-17 | 1 | -2/+2 |
* | | accept boolean value | Maxence Lange | 2023-11-22 | 1 | -2/+2 |
|/ |
|
* | optimize UserMountCache::registerStorage | Robin Appelman | 2023-11-16 | 1 | -0/+8 |
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 2 | -21/+3 |
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 3 | -2/+47 |
* | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-23 | 1 | -0/+12 |
* | Merge pull request #40478 from nextcloud/node-from-entry | John Molakvoæ | 2023-10-18 | 1 | -0/+12 |
|\ |
|
| * | add method to create a node from cache entry + mountpoint | Robin Appelman | 2023-09-19 | 1 | -0/+12 |
* | | feat(files): migrate template picker | John Molakvoæ | 2023-10-17 | 1 | -0/+1 |
|/ |
|
* | Detect aborted connection in OC\Files\View and stop writing data to the outpu... | Benjamin Gaussorgues | 2023-09-07 | 1 | -0/+33 |
* | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 1 | -0/+9 |
* | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -0/+8 |
|\ |
|
| * | more share permission logic to storage wrapper | Robin Appelman | 2023-08-14 | 1 | -0/+8 |
* | | improve performance of calculating dav permissions | Robin Appelman | 2023-08-18 | 1 | -6/+7 |
* | | feat: redirect to the mime icon if no preview available | John Molakvoæ | 2023-08-17 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 2 | -0/+132 |
|\ |
|
| * | feat!: Migrate TagService events to typed events | Joas Schilling | 2023-07-28 | 2 | -0/+132 |
* | | fix share roots always being marked as writable | Robin Appelman | 2023-07-28 | 1 | -2/+16 |
* | | expose MovableMount in public interface | Robin Appelman | 2023-07-28 | 1 | -0/+48 |
|/ |
|
* | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 1 | -0/+4 |
* | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 1 | -0/+10 |
|\ |
|
| * | feat: add searchBySystemTag as PHP API | Arthur Schiwon | 2023-06-21 | 1 | -0/+10 |
* | | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -0/+13 |
|/ |
|
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -1/+1 |
* | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-type | Arthur Schiwon | 2023-05-03 | 3 | -2/+3 |
|\ |
|
| * | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 3 | -2/+3 |
* | | fix: Empty fallback for template creator action label | Julius Härtl | 2023-04-27 | 1 | -1/+1 |
|/ |
|
* | Create new file/folder labels | Christopher Ng | 2023-04-27 | 1 | -1/+21 |
* | More type cleanup in View and FileInfo | Côme Chilliet | 2023-04-03 | 2 | -2/+2 |
* | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 3 | -7/+7 |