Commit Graph

224 Commits (55e1270b94aa0f4ea003e2cbc87a8ea56bcae96d)

Author SHA1 Message Date
Carl Schwan da0928827a refactor: Expose a public exception when no user is found 2 months ago
Carl Schwan 0b9e592796
refactor: Soft remove Emitter from IRootFolder interface 2 months ago
Carl Schwan e6b5f763a4
perf: Avoid sorting an already sorted array 2 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
Ferdinand Thiessen e0ba4d71b6
chore: add missing `Override` attribute to `OC` 4 months ago
Robin Appelman 68448a4a42
feat: export getData for public FileInfo interface 4 months ago
Carl Schwan fbf84e6473
chore: Replace MoveableMount usage with IMovableMount 4 months ago
Robin Appelman 7a0bf1b447
fix: fix LazyUserFolder::getMountPoint 4 months ago
Robin Appelman 9125715c56 perf: don't fetch child mounts when getting node parent 4 months ago
Cristian Scheid 282e6b707a feat(file-info): encapsulate logic to get last activity in getLastActivity function 5 months ago
Cristian Scheid 7f89490cef feat: set creation_time on file creation and render recently created icon 6 months ago
Carl Schwan 4588c7134d
fix: Fix ci after run of rector 6 months ago
nextcloud-command 663018455e refactor: Apply rector changes 6 months ago
Carl Schwan 9741f5f17d
perf: Allow filtering the directory content by mimetype 6 months ago
Robin Appelman 72150d6deb
fix: getById: don't setup for all users with access by default 7 months ago
Robin Appelman b51d332719
fix: make sure all mounts are setup in getById 7 months ago
Git'Fellow 080335009b refactor: use strict comparison operator 7 months ago
Carl Schwan 6945a030f5
refactor(OC_Helper): remove buildNotExistingFileNameForView 8 months ago
Carl Schwan 9522dde7a2
feat: Add Folder::getOrCreateFolder api 9 months ago
provokateurin 8d8f94b8ce
fix(files): Always return a valid mimetype 11 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 11 months ago
Louis Chemineau bd8a0ec3cf
feat(files): Add appconfig value to disable fixed userfolder permissions optimization 11 months ago
Côme Chilliet 9277a17a3c
fix: Flag folder objects that got deleted to recreate them if needed 11 months ago
Robin Appelman 5987584b90 perf: use more optimized node-by-id logic in View::getPath 1 year ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
skjnldsv e41e8de0e2 fix(dav): file drop nickname 1 year ago
Robin Appelman 99364adc1c
fix: improve handling of newFolder race condition handling 1 year ago
Julius Knorr 7ff80cc016
fix: Catch old cached paths and fetch the new one 1 year ago
Julius Knorr 7fa3f89ef9
fix: Proper order for checking path prefix for getting file by id from cache 1 year ago
Robin Appelman 8edca98e8e
fix: fix getNodeFromCacheEntryAndMount using relative path 1 year ago
Louis Chemineau f6c48a45ae
fix: Correctly create NonExistingFolder during copy 2 years ago
Daniel Kesselberg fbaa4cc5e0 fix: catch NotPermittedException in Folder.nodeExists 2 years ago
Daniel Kesselberg 3db20c8b00 docs: Folder.get throws a NotPermittedException exception 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
provokateurin dc13f9cc1e
fix(Files): Handle getOwner() returning false 2 years ago
Julius Härtl 61108882b9
fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 2 years ago
Ferdinand Thiessen 030c209d22 fix: Renaming does not need update but delete permissions 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Christopher Ng 572361f498 fix(files): Fix incorrect keys by reindexing 2 years ago
Ferdinand Thiessen cf935e33ae
fix: `OCP\Files\Node\Folder::search` was not setting the owner 2 years ago
Robin Appelman ffced73a71 fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 2 years ago
Git'Fellow 77979b1475 Try create folder first and check if it exists after 2 years ago
Git'Fellow 5c4e4c5590 fix(files): Try to create dir only if it not exists 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Marcel Klehr 843bb62d6d fix: LazyRoot missing method 2 years ago
Marcel Klehr 00894e2420 feat: first pass at TaskProcessing API 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Maxence Lange 467c84ec53 feat(files): copy live photos 2 years ago
Robin Appelman a9ee278ec6 perf: cache path by id to speedup getting nodes by id 2 years ago
Robin Appelman e7a7b4a401 perf: switch places that always use the first getById result to getFirstNodeById 2 years ago