| Commit message (Expand) | Author | Age | Files | Lines |
* | update now(), current_timestamp and backtick replacement | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -4/+3 |
* | only mount every single homefolder when using sharing app | Georg Ehrke | 2012-08-27 | 1 | -3/+6 |
* | fix filesharing for multiple data directories | Georg Ehrke | 2012-08-27 | 1 | -2/+6 |
* | OC_User: getHome is an optional method, taking it out of the Interface | Arthur Schiwon | 2012-08-27 | 1 | -7/+0 |
* | Merge branch 'master' of github.com:owncloud/core | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -3/+3 |
|\ |
|
| * | make use of OC_User::getHome in lib/migrate.php | Georg Ehrke | 2012-08-27 | 1 | -3/+3 |
* | | return standard SQL values (sqlite3 understands CURRENT_...) | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -3/+3 |
|/ |
|
* | Fix share getItems() limit | Michael Gapczynski | 2012-08-26 | 1 | -2/+9 |
* | use OC_User::getHome in lib/filesystem.php | Georg Ehrke | 2012-08-26 | 1 | -1/+1 |
* | enable user backends to define their own place where to store the data | Georg Ehrke | 2012-08-26 | 1 | -3/+5 |
* | fix c&p fail from earlier commit today | Georg Ehrke | 2012-08-26 | 3 | -3/+3 |
* | Merge branch 'master' of github.com:owncloud/core | Georg Ehrke | 2012-08-26 | 2 | -5/+3 |
|\ |
|
| * | Merge branch 'master' of github.com:owncloud/core | Jörn Friedrich Dreyer | 2012-08-26 | 1 | -0/+1 |
| |\ |
|
| | * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-26 | 1 | -0/+1 |
| * | | fix sharing bug introduced with oracle support | jfd | 2012-08-26 | 1 | -5/+2 |
| |/ |
|
* | | don't allow group admins to change admin's accounts | Georg Ehrke | 2012-08-26 | 1 | -0/+3 |
* | | implement getHome in OC_User | Georg Ehrke | 2012-08-26 | 6 | -0/+75 |
|/ |
|
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 2 | -0/+50 |
|\ |
|
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-25 | 2 | -0/+50 |
* | | remove superflous LIMIT | jfd | 2012-08-25 | 1 | -1/+1 |
* | | fix missing $ | jfd | 2012-08-25 | 1 | -1/+1 |
* | | remove duplicate method | jfd | 2012-08-25 | 1 | -14/+0 |
* | | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 6 | -58/+56 |
* | | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 2 | -49/+31 |
|\| |
|
| * | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 2 | -49/+31 |
* | | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 110 | -2417/+7169 |
|\| |
|
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-24 | 4 | -5/+70 |
| * | Only load js and css once. | Thomas Tanghus | 2012-08-23 | 1 | -11/+13 |
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-23 | 1 | -0/+21 |
| * | Check if files_sharing app is enabled, move file specific javascript to files... | Michael Gapczynski | 2012-08-22 | 1 | -2/+2 |
| * | Move share CSS to core, add script and style from inside Share API | Michael Gapczynski | 2012-08-22 | 1 | -0/+2 |
| * | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 1 | -25/+40 |
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-22 | 2 | -4/+4 |
| * | 4.5 alpha 1 | Frank Karlitschek | 2012-08-21 | 1 | -2/+2 |
| * | Fix share ajax calls to use itemName/itemSource, show who shared a file with you | Michael Gapczynski | 2012-08-20 | 1 | -1/+1 |
| * | Bump version number for Share API | Michael Gapczynski | 2012-08-19 | 1 | -1/+1 |
| * | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 11 | -23/+1181 |
| |\ |
|
| | * | Refactor again so we can tell what item is being reshared in case the same so... | Michael Gapczynski | 2012-08-19 | 1 | -23/+45 |
| | * | Large refactoring to allow for the same item to be shared to a group and agai... | Michael Gapczynski | 2012-08-19 | 1 | -85/+164 |
| | * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 2 | -10/+23 |
| | * | Fix problems exposed by tests | Michael Gapczynski | 2012-08-15 | 1 | -27/+16 |
| | * | Add tests for Share API, all tests passing :) | Michael Gapczynski | 2012-08-15 | 1 | -4/+4 |
| | * | Change to correct function call getItemSharedWithBySource() | Michael Gapczynski | 2012-08-14 | 1 | -1/+1 |
| | * | Remove setTarget() function, changing target names only leads to confusion | Michael Gapczynski | 2012-08-14 | 1 | -38/+0 |
| | * | Ensure permissions can't be escalated during a reshare | Michael Gapczynski | 2012-08-14 | 1 | -7/+12 |
| | * | Use if instead of switch for detecting share type and throw exceptions when s... | Michael Gapczynski | 2012-08-14 | 1 | -63/+65 |
| | * | Retrieve all file dependent items when looking for file item type | Michael Gapczynski | 2012-08-14 | 1 | -4/+11 |
| | * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 21 | -82/+568 |
| | |\ |
|
| | * | | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ... | Michael Gapczynski | 2012-08-12 | 1 | -2/+2 |
| | * | | Bump up version number | Michael Gapczynski | 2012-08-09 | 1 | -1/+1 |