Commit Graph

1779 Commits (726be04e5f047ff9b98b7d84bf4244d1908a3e33)

Author SHA1 Message Date
jfd 9822cd30c0 fix sharing bug introduced with oracle support 14 years ago
Jenkins for ownCloud bae07faa34 [tx-robot] updated from transifex 14 years ago
jfd 1bfe26bb09 remove superflous LIMIT 14 years ago
jfd 379f27ed03 fix missing $ 14 years ago
jfd bc90a34b07 remove duplicate method 14 years ago
Jenkins for ownCloud f57d527a7c [tx-robot] updated from transifex 14 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 14 years ago
Michael Gapczynski 36487246ed Switch to using file cache ids instead of paths for file sharing 14 years ago
jfd 0c0ae928dc escape all identifiers with backticks 14 years ago
Frank Karlitschek f86f4c8bfd 4.0.7 14 years ago
Michael Gapczynski 12df81fe0b Check blacklist when renaming files 14 years ago
Lukas Reschke 5cb2d58c9f Also check some other files 14 years ago
Jakob Sack 1dfa6f3d8f Fix OC_Connector_Sabre_Locks for SQLite 14 years ago
Bjoern Schiessle 0ac8434670 fix for bug 879 - add parent directory to file cache if it does not exist yet. 14 years ago
Jenkins for ownCloud 07a889631e [tx-robot] updated from transifex 14 years ago
Thomas Tanghus c90c358f0d Only load js and css once. 14 years ago
Jenkins for ownCloud 082ed4ab71 [tx-robot] updated from transifex 14 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 14 years ago
Michael Gapczynski 3debb67458 Move share CSS to core, add script and style from inside Share API 14 years ago
Michael Gapczynski 9699ff03bd Revert using item name, no longer allowing the same item source exist for a user 14 years ago
Jenkins for ownCloud e6d87b2c4b [tx-robot] updated from transifex 14 years ago
Frank Karlitschek 1d7018158e 4.5 alpha 1 14 years ago
Michael Gapczynski 09e851a9c4 Fix share ajax calls to use itemName/itemSource, show who shared a file with you 14 years ago
Michael Gapczynski cb0464ca4e Bump version number for Share API 14 years ago
Michael Gapczynski 5eca531f99 Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master. 14 years ago
Michael Gapczynski f987e22d85 Large refactoring to allow for the same item to be shared to a group and again with a user in the group with different permissions 14 years ago
Robin Appelman 50cc5d5921 fix creating nested folders inside tar files 14 years ago
Robin Appelman 3da1339cd8 fix error when adding string data to an archive 14 years ago
Robin Appelman 154ce0f68d also add getLocalFolder to OC_Filsystem and OC_FilesystemView 14 years ago
Robin Appelman 9b44d0cb32 add OC_FileStorage::getLocalFolder 14 years ago
Robin Appelman 5962469892 add OC_Archive::addRecursive 14 years ago
Frank Karlitschek 850ee93711 add impress mimetype 14 years ago
Robin Appelman 53a888cc81 more path normalization 14 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 14 years ago
Jenkins for ownCloud 1e6dc67517 [tx-robot] updated from transifex 14 years ago
Michael Gapczynski 9cb3113f42 Fix problems exposed by tests 14 years ago
Michael Gapczynski 137e4cb342 Add tests for Share API, all tests passing :) 14 years ago
Jenkins for ownCloud da3896808a [tx-robot] updated from transifex 14 years ago
Michael Gapczynski ddfa760a5e Change to correct function call getItemSharedWithBySource() 14 years ago
Michael Gapczynski b440dfc67e Remove setTarget() function, changing target names only leads to confusion 14 years ago
Michael Gapczynski 9661a63a72 Ensure permissions can't be escalated during a reshare 14 years ago
Michael Gapczynski 028c79fc9d Use if instead of switch for detecting share type and throw exceptions when setting permissions 14 years ago
Michael Gapczynski 937d1b29d8 Retrieve all file dependent items when looking for file item type 14 years ago
Robin Appelman 1522f7f211 fix some minor problems with path noramlization 14 years ago
Robin Appelman 0c8ce0bb32 some basic path normalization 14 years ago
Michael Gapczynski 863d3a43b2 Catch exceptions and write to log when creating storage object fails 14 years ago
Lukas Reschke e72a57f595 Also check for some other files 14 years ago
Michael Gapczynski 64ef1e2181 Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a constructor... 14 years ago
Jakob Sack 4d3d4522f9 Backgroundjobs: Fix wrong var names 14 years ago
Jakob Sack deef1f73db Backgroundjobs: fix bug in QueuedTask 14 years ago