396 コミット (fedf9c69d9c84fc0399badef39ed765de72c08f1)

作成者 SHA1 メッセージ 日付
  Robin Appelman c2c9a6a0e1
fix object store trashbin handling 4年前
  Morris Jobke e84504c4d6
Use IBootstrap for the files_trashbin app 4年前
  Robin Appelman fcad692b4a
rollback cache rename if trashbin move fails 4年前
  Robin Appelman 5949849322
fix moving files from external storage to object store trashbin 4年前
  Christoph Wurst 9e7426a101
Clean up container usage in files trashbin 4年前
  Robin Appelman 050e2fe346
allow admin to configure the max trashbin size 4年前
  Joas Schilling 9001438879
Move files_trashbin to migrations 4年前
  Joas Schilling d7c0b9cced
Also always return in app commands 4年前
  Robin Appelman 614acc9419
add locking to resolve concurent move to trashbin conflicts 4年前
  Christoph Wurst cb057829f7
Update license headers for 19 4年前
  Christoph Wurst 734c62bee0
Format code according to PSR2 4年前
  Christoph Wurst 28f8eb5dba
Add visibility to all constants 4年前
  Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 4年前
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4年前
  Christoph Wurst 14c996d982
Use elseif instead of else if 4年前
  Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 4年前
  Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 4年前
  Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 4年前
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 4年前
  Christoph Wurst 74936c49ea
Remove unused imports 4年前
  Christoph Wurst 6127c288e8 Fix license headers 4年前
  simonspa b3ad27f7db Trash bin: fix exception triggered if no correct fileId is provided. 4年前
  Christoph Wurst 5bf3d1bb38
Update license headers 4年前
  Georg Ehrke c3748cfee3
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV 4年前
  Roeland Jago Douma 68748d4f85
Some php-cs fixes 4年前
  Robin Appelman 136c4ef925
dont expose metadata etag for now 4年前
  Robin Appelman 1b6e647b63
expose filecache extension data in FileInfo 4年前
  Robin Appelman 964dc0a955
set retention obligation on existing `expiration` in tests 4年前
  Arthur Schiwon e8095cf737
use OCP\EventDispatcher\Event over Symfony's deprecated Event 4年前
  Christoph Wurst 543190f8b3
Do not create Application instances directly 4年前
  Robin Appelman ce433637da
allow trash backends to overwrite the tooltip for trash items 4年前
  Robin Appelman 9bf8ee701f
Update apps/files_trashbin/lib/Trashbin.php 4年前
  Roeland Jago Douma 01a4644cad
Use the proxymapper to obtain valid proxy data 5年前
  Roeland Jago Douma 8e7c287e2a
Use the owner from the storage 5年前
  Jakub Onderka 41f8be47eb files_trashbin: File can be without extension 5年前
  Julius Härtl b1832c8bef
Emit moveToTrash event only for the deleting user 5年前
  Robin Appelman fafce34aa0
dont try to copy trash items to user if the user has not enough free space 5年前
  Christoph Wurst 3174012adf Add event dispatcher to OCP 5年前
  Roeland Jago Douma 50a2ab8bc6
Use higher preview resolution in trashbin 5年前
  Robin Appelman 62a969f056
dont try to restore a trashbin item to a readonly target 5年前
  Robin Appelman 0d41138c6e
prevent recursion when moving a file to the trashbin 5年前
  Morris Jobke dd2496b275
Use proper dependency injection for app manager 5年前
  Morris Jobke 4704e719ed
Only fetch size of this storage without mount points - ref #14412 5年前
  Morris Jobke f6967a974f
Revert "Fix for issue 10862: calculation of free space ignores external storage (doesn't count towards quota)" 5年前
  Robin Appelman 8fc47c6f00
add option to get raw size (without submounts) from fileinfo 5年前
  Robin Appelman 9a220214b8
add fallback for trashbin original location 5年前
  Felix Nieuwenhuizen e806aa658c Fix for issue 10862: calculation of free space ignores external storage (doesn't count towards quota) 5年前
  Robin Appelman e5c3e4b76f
Add getExtension() to FileInfo 5年前
  Robin Appelman 9e0ebf1830
store user for trashitem in the trashitem 5年前
  Robin Appelman 136113a22b
remove user parameter from `ITrashItem::getOriginalLocation` 5年前