aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-031-0/+7
* feat(Files\Mount): Add IShareOwnerlessMountprovokateurin2024-11-251-0/+18
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-056-5/+56
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-077-119/+48
* Merge pull request #48438 from nextcloud/fix/bring-back-zip-eventFerdinand Thiessen2024-10-071-4/+26
|\
| * fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-eventFerdinand Thiessen2024-09-291-4/+26
* | docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-301-0/+1
|/
* fix(IStorage): Use false instead of bool intersection type to match implement...fix/istorage/return-typesprovokateurin2024-09-261-10/+10
* chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-231-24/+8
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-231-0/+52
* chore: use a proper `@param` tag for IConstructableStorage constructor parameterCôme Chilliet2024-09-231-1/+1
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-8/+27
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-197-7/+7
* fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-171-1/+1
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-1/+2
* chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-161-9/+0
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+2
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-161-0/+15
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-162-447/+2
* refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-151-1/+1
* Merge pull request #47511 from nextcloud/artonge/chore/is_encrypted_descriptionLouis2024-08-281-1/+3
|\
| * chore: Improve isEncrypted descriptionLouis Chemineau2024-08-271-1/+3
* | feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-274-16/+140
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-14/+14
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-0/+26
* fix: PHP formattingElizabeth Danzberger2024-07-253-19/+11
* fix: Fix static analysis errorsElizabeth Danzberger2024-07-253-0/+35
* feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-1/+11
* fix(api): Add alias to `Field`Elizabeth Danzberger2024-07-251-3/+4
* fix: Make field index a string for better id/index supportElizabeth Danzberger2024-07-251-1/+1
* fix: Correct name of `InvalidFieldTypeException` class fileElizabeth Danzberger2024-07-251-0/+0
* fix: Add proper field typesElizabeth Danzberger2024-07-251-1/+5
* fix: Remove commentsElizabeth Danzberger2024-07-251-3/+0
* fix: Add `InvalidFieldType` exceptionElizabeth Danzberger2024-07-252-1/+18
* fix: `Field` and `FieldType` implementationElizabeth Danzberger2024-07-252-8/+32
* fix: Add Field and FieldType back to server APIElizabeth Danzberger2024-07-252-0/+30
* fix: Move field classes out of the server apiElizabeth Danzberger2024-07-252-28/+0
* fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-254-6/+26
* feat: Template fieldsElizabeth Danzberger2024-07-253-1/+43
* feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-091-0/+39
* fix: Make webhook event serialization opt-in with a new interfaceCôme Chilliet2024-06-112-6/+6
* feat: Make node events serializableCôme Chilliet2024-06-112-1/+24
* chore: Add SPDX headerAndy Scherzinger2024-05-24122-2415/+359
* fix(files): setOwner since docLouis Chemineau2024-05-161-1/+1
* fix(IRootFolder): Add getAppDataDirectoryName methodMarcel Klehr2024-05-141-0/+6
* fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-141-8/+0
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+8
* perf(ILockManager): Allow registering a lock provider lazyJulius Härtl2024-04-301-0/+8