aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: user_id made required argument and documentation updated accordinglyfeature/files-list-occ-commandyemkareems2024-07-301-9/+5
* fix: psalm ci fixyemkareems2024-07-301-3/+2
* fix: psalm ci fixyemkareems2024-07-301-2/+2
* fix: make user mandatory argument and use getUserFolder to get users director...yemkareems2024-07-301-10/+11
* fix: issues with sorting fixedyemkareems2024-07-301-0/+6
* fix: cs fix ran for ListFilesyemkareems2024-07-301-1/+0
* fix: humanFileSize added for size, type strict check removed as it is breakin...yemkareems2024-07-301-42/+30
* fix: cs fix ranyemkareems2024-07-301-0/+1
* fix: addOption type correctedyemkareems2024-07-301-2/+2
* fix: getNodeInfo type corrected, type check made strict, min/max type convert...yemkareems2024-07-301-10/+12
* fix: FileCopyrightText changedyemkareems2024-07-301-19/+4
* feat: add occ command files:listyemkareems2024-07-301-0/+312
* Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+4
|\
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* | fix: PHP formattingElizabeth Danzberger2024-07-252-1/+8
* | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+12
|/
* feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-176-0/+202
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-44/+20
* feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-151-1/+2
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-9/+12
* Merge pull request #46059 from nextcloud/perf/remove_useless_sessionBenjamin Gaussorgues2024-06-271-3/+0
|\
| * perf(session): remove useless session openBenjamin Gaussorgues2024-06-241-3/+0
* | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-4/+5
|/
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-1/+1
* perf: Tell browsers to cache storage stats endpoint as it is cachedJulius Härtl2024-06-181-1/+3
* fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-142-29/+34
* feat(files): Use receiving users language for the ownership transfer target f...Ferdinand Thiessen2024-05-291-8/+13
* chore: Add SPDX headerAndy Scherzinger2024-05-2967-1372/+160
* fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
* fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-291-1/+1
* fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-291-4/+2
* fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73
* feat: cleanup filecache_extended items by defaultRobin Appelman2024-04-151-2/+2
* feat: remove orphaned entries from filecache_extendedDaniel Kesselberg2024-04-151-1/+37
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-025-10/+10
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-0/+1
* Merge pull request #41973 from nextcloud/files-scan-path-optionJohn Molakvoæ2024-03-151-1/+1
|\
| * use correct mode constant of files:scan's --path optionRobin Appelman2024-02-241-1/+1
* | fix(files): Do not require files_trashbin in live photo sync listenerLouis Chemineau2024-03-143-134/+70
* | feat(files): copy live photosMaxence Lange2024-03-082-17/+65
* | feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-074-0/+75
* | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-046-29/+23
* | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
* | feat(search): allows to search files by pathBenjamin Gaussorgues2024-02-271-0/+3
|/
* Merge pull request #39215 from shdehnavi/replace_substr_calls_in_files_appJohn Molakvoæ2024-02-231-2/+2
|\
| * Merge branch 'master' into replace_substr_calls_in_files_appHamid Dehnavi2023-10-302-1/+28
| |\
| * | Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-09-271-2/+2
* | | fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
* | | feat: rename users to account or personVincent Petry2024-02-131-2/+2
* | | fix(files): Remove dead code from files controllersFerdinand Thiessen2024-02-121-20/+0