Commit Graph

3 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Bjoern Schiessle d699d31518 make versions of shared files downloadable 11 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
Joas Schilling 694003d147 Autoload lib files of versions app 11 years ago
Lukas Reschke 206cb5ba63 Fix typo 12 years ago
Bjoern Schiessle 9d1be0bbaf get the source path and owner in a pre hook and the target path and owner in a 12 years ago
Bjoern Schiessle 8e077cf1a4 make sure that we always delete oldest first 12 years ago
Bjoern Schiessle b7ada5da57 make sure that the versions array contains the correct path 12 years ago
Bjoern Schiessle dba2574c52 make sure that we always find all versions 12 years ago
Bjoern Schiessle c738f71657 make the versions and encryption app aware of the copy operation 12 years ago
Robin Appelman aab33b8b0e Remove deleted versions from the cache 12 years ago
Robin Appelman 18572b2367 Dont delete versions as local files 12 years ago
Bjoern Schiessle 8052d2901d initialize array 12 years ago
Bjoern Schiessle f4a183e753 wwe no longer have a versions table 12 years ago
Thomas Müller 8ee15025f0 Fix merge conflict 12 years ago
Bjoern Schiessle 7ad0fee0b5 let file cache handle the versions size 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Thomas Müller 58857b8df5 @returns -> @return 12 years ago
Thomas Müller 4dd1a49a68 remove legacy aka deprecated code: OC_Filesystem 12 years ago
Georg Ehrke 9a5c2d0080 add preDelete hook for files_versions app 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Bjoern Schiessle a567f74d86 fix array order 12 years ago
Bjoern Schiessle 0b89a45f11 fix size calculation of getAllVersions() 12 years ago
Bjoern Schiessle 9efd07fbab isolate getExpireList function to make it testable 12 years ago
Thomas Müller 37e278f2a9 don't use the user id within the versions preview call as it could be used to access previews of another user 12 years ago
Vincent Petry ca57a849ff When reading the size of "files" mountpoints need to be excluded 12 years ago
Bjoern Schiessle 76fa7bab63 call getFileInfo to enforce a file cache entry for the new version, fix #6286 12 years ago
Bjoern Schiessle 348706854c use better coding style 13 years ago
Bjoern Schiessle eaedda2116 make sure that we don't try to access an already deleted files, fixes some file source not found warnings 13 years ago
Bjoern Schiessle f8fcd567a7 move files to owners trash 13 years ago
Bjoern Schiessle acf74b24f2 remove unused variable 13 years ago
Bjoern Schiessle c309067c81 use oc filesystem operations to calc the versions size. This makes sure that we can handle missing directories correctly 13 years ago
Georg Ehrke 238e4bc3eb implement delete hooks in file versions lib 13 years ago
Bjoern Schiessle a0de5dd325 some small fixes 13 years ago
Bjoern Schiessle f4e86045de make files versions root a class constant 13 years ago
Bjoern Schiessle 87cccb2e32 some small changes/fixes 13 years ago
Bjoern Schiessle 4c2e3919de make previews work for shared files in the versions drop-down 13 years ago
Bjoern Schiessle 92009c5d8e fix getVersions() for sub directories 13 years ago
Bjoern Schiessle bb3b38947d add missing preview link 13 years ago
Bjoern Schiessle e56947255e don't use glob() and getLocalFile(), this can lead to problems on windows servers 13 years ago
Bjoern Schiessle eb1216f949 add previews to versions dialog 13 years ago
Bjoern Schiessle f28f528431 switched to dirname() 13 years ago
Bjoern Schiessle db8fdd5032 added missing parameter documentation 13 years ago
Bjoern Schiessle f71794f0d5 added createMissingDirectories() method 13 years ago
Bjoern Schiessle 16efd81a0e first check if file exists before checking the files size 13 years ago
Bjoern Schiessle a3d009e3b5 also create root dir if it doesn't exist yet 13 years ago
Bjoern Schiessle d314729cea use OC files API to create missing directory which should handle special chars in every environment correctly 13 years ago
Bjoern Schiessle 853b106bb2 don't create empty versions 13 years ago