summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(files): properly forward open params from short urlsskjnldsv2025-02-191-14/+19
* fix: explicitly ignore nested mounts when transfering ownershipRobin Appelman2025-02-051-1/+1
* fix(files): Harden thumbnail endpointbackport/50430/stable29Ferdinand Thiessen2025-01-261-6/+17
* fix: Transfer incomming shares first, do not delete non-migratable onesCôme Chilliet2024-12-191-13/+10
* fix: delete re-shares when deleting the parent shareLuka Trovic2024-12-191-0/+3
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable29provokateurin2024-11-254-16/+4
* refactor: Inject IRootFolderbackport/46124/stable29Christopher Ng2024-10-281-4/+4
* fix: Fix "Unknown path" error when source user `files` folder has not been in...Christopher Ng2024-10-281-0/+2
* fix: do not duplicate existing entityMaksim Sukharev2024-10-171-8/+1
* fix: dismiss notification only after transfer bg job createdMaksim Sukharev2024-10-172-5/+20
* fix: add notification icon for transfer ownershipMaksim Sukharev2024-10-171-0/+4
* feat(transfer-ownership): Improve verbose output of commandCôme Chilliet2024-10-081-0/+2
* fix(transfer-ownership): Improve comments according to code reviewCôme Chilliet2024-09-051-3/+3
* feat(transfer-ownership): Correctly react to encrypted filesCôme Chilliet2024-09-051-20/+43
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-281-51/+0
* fix(files): When redirecting to a file (internal link) then it should open by...Ferdinand Thiessen2024-08-051-0/+2
* fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-291-0/+4
* Merge pull request #45988 from nextcloud/backport/45963/stable29John Molakvoæ2024-06-281-1/+1
|\
| * fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-1/+1
* | perf(session): remove useless session openBenjamin Gaussorgues2024-06-271-3/+0
* | fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-172-29/+34
|/
* fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
* fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-045-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
* | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* | | chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
* | | fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-271-0/+6
* | | fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-252-25/+50
* | | fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-251-7/+0
* | | refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-183-6/+6
* | | chore(files): Remove unused type aliasprovokateurin2024-01-182-16/+0
* | | fix(ViewController): Regression lead to 500 on non-existent fileIdsJosh Richards2023-12-211-6/+10
* | | fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-211-1/+3
* | | fix renameMaxence Lange2023-12-111-30/+17
* | | Add comment in SyncLivePhotosListenerLouis Chemineau2023-11-301-93/+131