aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Space before tab fixesBart Visscher2012-08-292-2/+2
* Remove php close at end of fileBart Visscher2012-08-291-2/+0
* Whitespace fixes in libBart Visscher2012-08-299-42/+42
* Delete old link if user sets a passwordMichael Gapczynski2012-08-291-0/+10
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-17/+48
* Fix share collection queryMichael Gapczynski2012-08-271-28/+34
* Initial previewer for public linksMichael Gapczynski2012-08-272-16/+46
* Fix share getItems() limitMichael Gapczynski2012-08-261-2/+9
* fix sharing bug introduced with oracle supportjfd2012-08-261-5/+2
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-40/+38
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-48/+30
|\
| * Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-48/+30
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2513-78/+1429
|\|
| * Only load js and css once.Thomas Tanghus2012-08-231-11/+13
| * Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-221-0/+2
| * Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-221-25/+40
| * Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-1/+1
| * Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-191-23/+45
| * Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski2012-08-191-85/+164
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-8/+21
| * Fix problems exposed by testsMichael Gapczynski2012-08-151-27/+16
| * Change to correct function call getItemSharedWithBySource()Michael Gapczynski2012-08-141-1/+1
| * Remove setTarget() function, changing target names only leads to confusionMichael Gapczynski2012-08-141-38/+0
| * Ensure permissions can't be escalated during a reshareMichael Gapczynski2012-08-141-7/+12
| * Use if instead of switch for detecting share type and throw exceptions when s...Michael Gapczynski2012-08-141-63/+65
| * Retrieve all file dependent items when looking for file item typeMichael Gapczynski2012-08-141-4/+11
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-142-1/+118
| |\
| | * Backgroundjobs: Fix wrong var namesJakob Sack2012-08-121-2/+2
| | * Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
| | * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-1/+1
| | * Backgroundjobs: rename ScheduledTask to QueuedTaskJakob Sack2012-08-091-22/+23
| | * Add public interface to background jobsJakob Sack2012-08-091-0/+116
| * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-121-2/+2
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-2/+2
| |\|
| | * Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-071-2/+2
| * | Start adding permission checks for addressbooksMichael Gapczynski2012-08-081-0/+1
| * | Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
| * | adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
| * | Remove undefined return variableMichael Gapczynski2012-08-071-1/+1
| * | Select the correct column when searching for similar targetsMichael Gapczynski2012-08-061-1/+1
| * | Set filePath variableMichael Gapczynski2012-08-061-1/+2
| * | Throw more exceptionsMichael Gapczynski2012-08-061-6/+9
| * | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-1/+1
| * | Make the file source path relative earlierMichael Gapczynski2012-08-061-5/+5
| * | Throw more exceptionsMichael Gapczynski2012-08-061-286/+284
| * | Add additional check for post_deleteUser so we don't delete any non-user shar...Michael Gapczynski2012-08-061-2/+2
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-061-1/+1
| |\|
| | * Remove OC_App::register call in OCP\App::registerJakob Sack2012-07-301-1/+1
| * | Lots of refactoring to share APIMichael Gapczynski2012-08-061-127/+199
| * | Preparing for proper collection implementationMichael Gapczynski2012-08-031-78/+74