Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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> | |||||
* | 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 | |||||
| * | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 3 | -2/+3 | |
| | | | | | | | | | | | | | | In File::getContent, which must return a string, throw an Exception instead of returning false. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Empty fallback for template creator action label | Julius Härtl | 2023-04-27 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Create new file/folder labels | Christopher Ng | 2023-04-27 | 1 | -1/+21 | |
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | More type cleanup in View and FileInfo | Côme Chilliet | 2023-04-03 | 2 | -2/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 3 | -7/+7 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Improve typing for fopen/toTmpFile | Côme Chilliet | 2023-04-03 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Make it clear that file sizes may be float on 32bits | Côme Chilliet | 2023-04-01 | 2 | -4/+4 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | feat(s3): Use multipart upload for chunked uploading | Julius Härtl | 2023-03-08 | 2 | -0/+129 | |
| | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 1 | -2/+2 | |
|\ | ||||||
| * | fix tests | Robin Appelman | 2023-02-07 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Move back typing to phpdoc to keep backward compatibility in OCP | Côme Chilliet | 2023-02-07 | 2 | -2/+8 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 3 | -3/+3 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 2 | -8/+2 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | ci: migrate ocp since checker to psalm | Daniel Kesselberg | 2023-01-24 | 1 | -0/+4 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 27 | -27/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix link to documentation of php function | bbx-github | 2023-01-03 | 1 | -1/+1 | |
| | | | Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com> | |||||
* | Align checksum dav property with desktop client parsing | Julius Härtl | 2022-12-30 | 1 | -1/+4 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 2 | -12/+12 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -0/+17 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Merge pull request #33697 from nextcloud/fix/improve-bulk-upload | Côme Chilliet | 2022-08-30 | 1 | -0/+89 | |
|\ | | | | | Improve bulk upload and add a config switch for it | |||||
| * | Move dav utils functions to OCP\Files\DavUtil | Côme Chilliet | 2022-08-30 | 1 | -0/+89 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | add marker interface to mark system mount points for encryption | Robin Appelman | 2022-08-25 | 1 | -0/+34 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Document all getIncomplete implementations as returning string|false | Côme Chilliet | 2022-08-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Multiple fixes | Carl Schwan | 2022-07-31 | 2 | -0/+175 | |
| | | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Add typing to SimpleFS | Carl Schwan | 2022-07-14 | 4 | -43/+24 | |
| | | | | | | - Fix putContent sometimes return a bool and sometimes nothing Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 1 | -0/+10 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Make it possible to get the appdata folder using the public API | Carl Schwan | 2022-05-11 | 1 | -0/+21 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Merge pull request #31676 from nextcloud/enh/ocp-owner-lock | Vincent Petry | 2022-04-08 | 6 | -0/+477 | |
|\ | | | | | Add public API for owner based file locking |