| Commit message (Expand) | Author | Age | Files | Lines |
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 2 | -2/+2 |
* | Remove php close at end of file | Bart Visscher | 2012-08-29 | 1 | -2/+0 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 9 | -42/+42 |
* | Delete old link if user sets a password | Michael Gapczynski | 2012-08-29 | 1 | -0/+10 |
* | Add Share API settings to admin page | Michael Gapczynski | 2012-08-27 | 1 | -17/+48 |
* | Fix share collection query | Michael Gapczynski | 2012-08-27 | 1 | -28/+34 |
* | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 2 | -16/+46 |
* | Fix share getItems() limit | Michael Gapczynski | 2012-08-26 | 1 | -2/+9 |
* | fix sharing bug introduced with oracle support | jfd | 2012-08-26 | 1 | -5/+2 |
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -40/+38 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -48/+30 |
|\ |
|
| * | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 1 | -48/+30 |
* | | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 13 | -78/+1429 |
|\| |
|
| * | Only load js and css once. | Thomas Tanghus | 2012-08-23 | 1 | -11/+13 |
| * | 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 |
| * | Fix share ajax calls to use itemName/itemSource, show who shared a file with you | Michael Gapczynski | 2012-08-20 | 1 | -1/+1 |
| * | 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 | 1 | -8/+21 |
| * | Fix problems exposed by tests | Michael Gapczynski | 2012-08-15 | 1 | -27/+16 |
| * | 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 | 2 | -1/+118 |
| |\ |
|
| | * | Backgroundjobs: Fix wrong var names | Jakob Sack | 2012-08-12 | 1 | -2/+2 |
| | * | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | * | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | * | Backgroundjobs: rename ScheduledTask to QueuedTask | Jakob Sack | 2012-08-09 | 1 | -22/+23 |
| | * | Add public interface to background jobs | Jakob Sack | 2012-08-09 | 1 | -0/+116 |
| * | | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ... | Michael Gapczynski | 2012-08-12 | 1 | -2/+2 |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 1 | -2/+2 |
| |\| |
|
| | * | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -2/+2 |
| * | | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 1 | -0/+1 |
| * | | Add back getItemSharedWithBySource(), some situtations require this ability | Michael Gapczynski | 2012-08-08 | 1 | -2/+13 |
| * | | adjust the query generation in getItems, to use placeholders | Bart Visscher | 2012-08-07 | 1 | -13/+31 |
| * | | Remove undefined return variable | Michael Gapczynski | 2012-08-07 | 1 | -1/+1 |
| * | | Select the correct column when searching for similar targets | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | | Set filePath variable | Michael Gapczynski | 2012-08-06 | 1 | -1/+2 |
| * | | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -6/+9 |
| * | | Load icons for addressbooks, fix statuses for types other than files | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | | Make the file source path relative earlier | Michael Gapczynski | 2012-08-06 | 1 | -5/+5 |
| * | | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -286/+284 |
| * | | Add additional check for post_deleteUser so we don't delete any non-user shar... | Michael Gapczynski | 2012-08-06 | 1 | -2/+2 |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| |\| |
|
| | * | Remove OC_App::register call in OCP\App::register | Jakob Sack | 2012-07-30 | 1 | -1/+1 |
| * | | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 1 | -127/+199 |
| * | | Preparing for proper collection implementation | Michael Gapczynski | 2012-08-03 | 1 | -78/+74 |