summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* update now(), current_timestamp and backtick replacementJörn Friedrich Dreyer2012-08-271-4/+3
* only mount every single homefolder when using sharing appGeorg Ehrke2012-08-271-3/+6
* fix filesharing for multiple data directoriesGeorg Ehrke2012-08-271-2/+6
* OC_User: getHome is an optional method, taking it out of the InterfaceArthur Schiwon2012-08-271-7/+0
* Merge branch 'master' of github.com:owncloud/coreJörn Friedrich Dreyer2012-08-271-3/+3
|\
| * make use of OC_User::getHome in lib/migrate.phpGeorg Ehrke2012-08-271-3/+3
* | return standard SQL values (sqlite3 understands CURRENT_...)Jörn Friedrich Dreyer2012-08-271-3/+3
|/
* Fix share getItems() limitMichael Gapczynski2012-08-261-2/+9
* use OC_User::getHome in lib/filesystem.phpGeorg Ehrke2012-08-261-1/+1
* enable user backends to define their own place where to store the dataGeorg Ehrke2012-08-261-3/+5
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-263-3/+3
* Merge branch 'master' of github.com:owncloud/coreGeorg Ehrke2012-08-262-5/+3
|\
| * Merge branch 'master' of github.com:owncloud/coreJörn Friedrich Dreyer2012-08-261-0/+1
| |\
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-261-0/+1
| * | fix sharing bug introduced with oracle supportjfd2012-08-261-5/+2
| |/
* | don't allow group admins to change admin's accountsGeorg Ehrke2012-08-261-0/+3
* | implement getHome in OC_UserGeorg Ehrke2012-08-266-0/+75
|/
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-252-0/+50
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-252-0/+50
* | remove superflous LIMITjfd2012-08-251-1/+1
* | fix missing $jfd2012-08-251-1/+1
* | remove duplicate methodjfd2012-08-251-14/+0
* | add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-256-58/+56
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-252-49/+31
|\|
| * Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-242-49/+31
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-25110-2417/+7169
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-244-5/+70
| * Only load js and css once.Thomas Tanghus2012-08-231-11/+13
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-231-0/+21
| * Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-221-2/+2
| * 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
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-222-4/+4
| * 4.5 alpha 1Frank Karlitschek2012-08-211-2/+2
| * Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-1/+1
| * Bump version number for Share APIMichael Gapczynski2012-08-191-1/+1
| * Merge branch 'share_api'Michael Gapczynski2012-08-1911-23/+1181
| |\
| | * 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-162-10/+23
| | * Fix problems exposed by testsMichael Gapczynski2012-08-151-27/+16
| | * Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-151-4/+4
| | * 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-1421-82/+568
| | |\
| | * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-121-2/+2
| | * | Bump up version numberMichael Gapczynski2012-08-091-1/+1