Commit Graph

1448 Commits (ede2aa236e0834fd4fac2ea59e7ef9c0a397ff06)

Author SHA1 Message Date
macjohnny ede2aa236e Update manager.php 12 years ago
Vincent Petry 4e4c2b04c8 Fixed array_combine for PHP 5.3 12 years ago
Vincent Petry 65b3d293ce Added ORDER BY to enforce share entry order 12 years ago
Georg Ehrke e047e28ac5 make text preview backend use imagettftext, fixes #8087 12 years ago
Bjoern Schiessle 9dc0befcca call self::getNumericStorageId() to get the numeric ID 12 years ago
Robin Appelman 41d2354191 Save the permissions in the filecache if it's not saved yet 12 years ago
Bjoern Schiessle f15d7dfec0 only expire link shares 12 years ago
Thomas Müller fe8bae31dc adding PK to table encryption 12 years ago
Jörn Friedrich Dreyer a59b5249d3 add more and fix office mimetypes, migrate wrong mimetypes 12 years ago
Thomas Müller 26993f2167 No need to create a storage within remove 12 years ago
Jörn Friedrich Dreyer 56470fa9b3 fix namespace for legacy search classes 12 years ago
Vincent Petry 6e2358c3a6 Added hacky fix for long path cleanup routine 12 years ago
Vincent Petry 5e27ac3e0d Added CLI arguments for upgrade simulation steps 12 years ago
Robin Appelman 46f70aabfd Dont connect hooks twice 12 years ago
Bjoern Schiessle 3459f99dd6 make sure that we only delete shares for the current user 12 years ago
Bjoern Schiessle eec1c4398a only unshare user share if it was shared with the current user 12 years ago
Bjoern Schiessle 5bbfdc35d7 make sure that we remove all shares refering to the same parent 12 years ago
Bjoern Schiessle 86d7371d0c fix unshareFromSelf() 12 years ago
Robin Appelman e362373a30 Movable storage root can always be moved and deleted 12 years ago
Robin Appelman a432459685 use triple equals 12 years ago
Robin Appelman 42a362f249 Fix phpdoc and comments 12 years ago
Bjoern Schiessle b0a74edbb2 allow moving files to the root 12 years ago
Bjoern Schiessle 329bfd81c3 remove encryption keys if user unshares a file 12 years ago
Robin Appelman dea5219244 Fix folder name for storage root 12 years ago
Bjoern Schiessle bf5e9357fc don't allow to share single files with delete permissions, user should only be possible to unshare a single file but never to delete it 12 years ago
Robin Appelman 4fbc991ea2 Add the removing logic for mounts 12 years ago
Robin Appelman 8abe1c3f1a Don't do rename hooks for cache when moving the mountpoint 12 years ago
Robin Appelman 60a659c87e Add a system for (re)movable mount points 12 years ago
Thomas Müller d359765bdc Update PHPDoc 12 years ago
Thomas Müller ad4ec414c9 use system function to recursive remove the directory used by temporary storage 12 years ago
Jörn Friedrich Dreyer aaf0d13171 make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api 12 years ago
Jörn Friedrich Dreyer 5034bd1b12 minor phpdoc cleanup and imports 12 years ago
Andrew Brown 7a224f5762 Move new search results to 'lib/private/search' 12 years ago
Andrew Brown 8a223eb62d Move legacy search to 'lib/private/legacy' 12 years ago
Andrew Brown 70be98f6d0 Add audio and image result types 12 years ago
Andrew Brown c46d514733 Add audio and image result types 12 years ago
Jörn Friedrich Dreyer afd24385a8 fix formatting 12 years ago
Andrew Brown ac72828eae Move to new namespace convention and add new result sub-classing 12 years ago
Bjoern Schiessle 2d83424a29 allow to set pre-condition for setValue 12 years ago
Robin Appelman 00539cf8f9 Verify that we have a valid storage in View->getPath 12 years ago
Bjoern Schiessle 6578f00b4b unify share settings 12 years ago
Markus Goetz e6665a0542 WebDAV Permissions: Distinguish between renameing and moving 12 years ago
Joas Schilling 4b18967129 Hack around oracle for CLOB fields 12 years ago
Joas Schilling 879237f32a Add method to get users by their preference 12 years ago
Lukas Reschke ac7fb1b23e Remove legacy routing code 12 years ago
Robin Appelman 3e73251750 Don't update the mtime if the storage mtime hasn't changed 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Thomas Müller ec7225da66 remove file locking - code will continue to live in it's own app 12 years ago
Vincent Petry d4ffafe467 Removed simulate db update flag and split into separate methods 12 years ago
Thomas Müller 48eee0b432 use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface 12 years ago