Commit Graph

179 Commits (3d6f4ac24e02fdee839443dc40543fcdbfd341a2)

Author SHA1 Message Date
Bjoern Schiessle 15ae6b47ed replace hook with storage wrapper 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Morris Jobke d41082f4d6 first step to drop \OCP\Config:: in favour of IConfig 12 years ago
Joas Schilling 78a307995c Fix namespace of Files_Encryption outside of the app 12 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
Joas Schilling 1bd018a70c Autoload exception from files_trashbin 12 years ago
Bjoern Schiessle fd86d76f98 new folder structure for keys 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Lukas Reschke 61641293f4 Only show undelete capability if files_trashbin is enabled 12 years ago
Vincent Petry 97a51c46ed Only rescan trash folder when checking deleted versions 12 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 12 years ago
Robin Appelman c71deea0d5 Fix SPACE_UNKNOWN constant 12 years ago
Jörn Friedrich Dreyer 0254a3c406 make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space 12 years ago
Bjoern Schiessle 5b5e9d148e check if I can create a file at the location 12 years ago
Vincent Petry 1e631754d7 Fix share key finding algorithm in various cases 12 years ago
Vincent Petry 8aca127e52 Added extra check to avoid deleting key folders 12 years ago
Bjoern Schiessle f23116ce50 also expire file if timestamp = limit, happens if trashbin_retention_obligation is set to zero 12 years ago
Robin McCorkell 99d41bec5d Show original path information in trashbin and sharing views 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Robin Appelman 07d5725de2 Fix trashbin when deleting a file over an external share 12 years ago
Bjoern Schiessle 40fe1275de throw exception if file is to large for trash bin 12 years ago
Bjoern Schiessle 05cd150fd2 add additional tests for the trash bin 12 years ago
Bjoern Schiessle e06fa200b3 make sure that we always use the right user 12 years ago
Bjoern Schiessle e20bb71a42 remove unused code 12 years ago
Bjoern Schiessle b486f48fbc fix trash bin expire operation and add unit tests 12 years ago
Thomas Müller 6fcd135d0e table files_trashsizes was still used in some locations -> removed 12 years ago
Thomas Müller 9f3fcf036c fixing typo 12 years ago
Bjoern Schiessle 05cf34ea1f get files in trash from file cache 12 years ago
Bjoern Schiessle a7f6a051ad return size '0' if the trashbin folder doesn't exists yet 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 6930ae22e4 Fix more missing or broken PHPDoc 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Vincent Petry 818c77684d Fixed trashbin to use correct class 12 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 12 years ago
Sjors van der Pluijm 49822dfcdb refs #8376; spaces=>tabs 12 years ago
Sjors van der Pluijm 54f482ff9c refs #8376; added comment and applied patch on other files 12 years ago
Vincent Petry 688f6162da Add sorting to files list, trashbin and public files 12 years ago
Robin McCorkell 869e7a51f0 Prevent error in files_trashbin 13 years ago
Robin McCorkell fa8814902e Adjust logic for deciding if trashbin empty 13 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 13 years ago
Robin Appelman 6b66b42f6e catch the case where files_trashbin/files doesn't exist 13 years ago
Robin Appelman 214357ca68 Improve sorting performance of large lists of files 13 years ago
Robin Appelman 38b1529c2a More robust way to check if the folder is empty 13 years ago
Robin Appelman 332c14a878 Use a more efficient way to determine that the trashbin is empty that doesn't rely on the cache 13 years ago
Georg Ehrke 0f864c38bb add preDelete hook for files_trashbin app 13 years ago
Bjoern Schiessle 5ddabd7cd0 fix mimetype detection, introduce fake etag to identify preview images 13 years ago
Bjoern Schiessle 4562909a20 get trash size from file cache 13 years ago
Bjoern Schiessle abad625cac only enable previews if the encryption is disabled 13 years ago
Bjoern Schiessle eab844e226 if file is not in db, fall back to restore file to the users root 13 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 13 years ago