aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-1/+1
* perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-221-0/+46
* fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-091-0/+12
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-2/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0214-14/+14
* feat: add interface for lower level filecache acess without having to do dire...Robin Appelman2024-03-251-0/+99
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-1/+13
* refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-4/+4
* feat(files): copy live photosMaxence Lange2024-03-084-47/+13
* feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-042-1/+39
* add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+4
* fix types + autoloaderRobin Appelman2024-02-151-1/+4
* optimize query pattern used by storage filterRobin Appelman2024-02-151-2/+3
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1410-1/+162