Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(IRootFolder): Add getAppDataDirectoryName method | Marcel Klehr | 2024-05-14 | 1 | -0/+6 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix: weed out some psalm errors and run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -8/+0 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 1 | -0/+8 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | perf(ILockManager): Allow registering a lock provider lazy | Julius Härtl | 2024-04-30 | 1 | -0/+8 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix: Improve typing of mimetype aliases | Côme Chilliet | 2024-04-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵ | Julius Härtl | 2024-04-22 | 1 | -0/+46 | |
| | | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix: Pass the mountpoint target user to storages without owner | Julius Härtl | 2024-04-09 | 1 | -0/+12 | |
| | | | | | | | | | | | | | Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 1 | -2/+1 | |
| | | | | | | | Not sure about the SimpleContainer modification, let’s see what CI says about that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 14 | -14/+14 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | feat: add interface for lower level filecache acess without having to do ↵ | Robin Appelman | 2024-03-25 | 1 | -0/+99 | |
| | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 1 | -1/+13 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -4/+4 | |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 4 | -47/+13 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | feat: add interface to get only a single node by id instead of all nodes for ↵ | Robin Appelman | 2024-03-04 | 2 | -1/+39 | |
| | | | | | | | | the id this should be enough in most(?) cases and makes efficient implementation and caching easier Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | add some comments for the distributive operation and add another test | Robin Appelman | 2024-02-16 | 1 | -0/+4 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix types + autoloader | Robin Appelman | 2024-02-15 | 1 | -1/+4 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | optimize query pattern used by storage filter | Robin Appelman | 2024-02-15 | 1 | -2/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 10 | -1/+162 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | chore: Add missing ArrayAccess template parameters | Côme Chilliet | 2024-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Use OCP\Util::getL10N instead of OC::$server->getL10N | Côme Chilliet | 2024-02-05 | 6 | -6/+6 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | perf: Avoid updating the folder size if we know the size difference | Julius Härtl | 2024-01-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Synchronize operation on live photo files | Louis Chemineau | 2023-11-29 | 2 | -0/+46 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -4/+4 | |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Fix is-define operator | Louis Chemineau | 2023-11-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | implements search on null/notnull metadata | Maxence Lange | 2023-11-22 | 1 | -0/+1 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | 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 | |||||
| * | fix(ObjectStore): Make copying behavior consistent with local storage | Ferdinand Thiessen | 2023-11-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | Drop file permissions on copy like we do on local storage. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | accept boolean value | Maxence Lange | 2023-11-22 | 1 | -2/+2 | |
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | optimize UserMountCache::registerStorage | Robin Appelman | 2023-11-16 | 1 | -0/+8 | |
| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 2 | -21/+3 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 3 | -2/+47 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-23 | 1 | -0/+12 | |
| | | | | Signed-off-by: Jonas <jonas@freesources.org> | |||||
* | 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 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat(files): migrate template picker | John Molakvoæ | 2023-10-17 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Detect aborted connection in OC\Files\View and stop writing data to the ↵ | Benjamin Gaussorgues | 2023-09-07 | 1 | -0/+33 | |
| | | | | | | output buffer Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 1 | -0/+9 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -0/+8 | |
|\ | | | | | move share permission logic to storage wrapper | |||||
| * | more share permission logic to storage wrapper | Robin Appelman | 2023-08-14 | 1 | -0/+8 | |
| | | | | | | | | | | | | this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | improve performance of calculating dav permissions | Robin Appelman | 2023-08-18 | 1 | -6/+7 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat: redirect to the mime icon if no preview available | John Molakvoæ | 2023-08-17 | 1 | -0/+6 | |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 2 | -0/+132 | |
|\ | | | | | fix!: Final round of moving to IEventDispatcher | |||||
| * | feat!: Migrate TagService events to typed events | Joas Schilling | 2023-07-28 | 2 | -0/+132 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | fix share roots always being marked as writable | Robin Appelman | 2023-07-28 | 1 | -2/+16 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | expose MovableMount in public interface | Robin Appelman | 2023-07-28 | 1 | -0/+48 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 1 | -0/+4 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | 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 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -0/+13 | |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz <luzpaz@github.com> Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> |