Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a optional parameter to skip check for expired files, this is necessary ↵ | Bjoern Schiessle | 2013-12-05 | 1 | -14/+21 |
| | | | | to find out to whom a file was shared after it was expired. | ||||
* | Merge pull request #6052 from owncloud/datetime-doctrine | Thomas Müller | 2013-12-01 | 1 | -3/+5 |
|\ | | | | | Get rid of date strings for DB. Completely use Doctrine and DateTime. | ||||
| * | Use the Doctrine to convert date string to DateTime object. | Andreas Fischer | 2013-11-26 | 1 | -1/+2 |
| | | |||||
| * | Use DateTime object instead of fixed format date string. | Andreas Fischer | 2013-11-26 | 1 | -2/+1 |
| | | | | | | | | | | Use a DateTime object and have conversion handled by Doctrine instead of using a date string with a fixed format. | ||||
| * | Use bindValue() instead of passing parameters in execute(). | Andreas Fischer | 2013-11-26 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #6077 from owncloud/fix-api-documentation | Frank Karlitschek | 2013-11-29 | 3 | -2/+31 |
|\ \ | | | | | | | API doc for contacts manager, server container and share | ||||
| * | | add comment from @DeepDiver | Morris Jobke | 2013-11-27 | 1 | -2/+1 |
| | | | |||||
| * | | API doc for contacts manager, server container and share | Morris Jobke | 2013-11-27 | 3 | -2/+32 |
| |/ | |||||
* | | Merge pull request #6027 from owncloud/public-api-restful-routing-oc6 | Morris Jobke | 2013-11-27 | 1 | -0/+23 |
|\ \ | |/ |/| | fix appframework routing | ||||
| * | adding documentation for registerRoutes() | Thomas Müller | 2013-11-25 | 1 | -1/+13 |
| | | |||||
| * | fix appframework routing | Thomas Müller | 2013-11-25 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #6034 from owncloud/fix-api-documentation | Owen Winkler | 2013-11-25 | 28 | -19/+187 |
|\ \ | |/ |/| | Fix api documentation | ||||
| * | fix some capital letters | Morris Jobke | 2013-11-25 | 5 | -5/+14 |
| | | |||||
| * | page level doc blocks and class descriptions | Morris Jobke | 2013-11-25 | 15 | -0/+95 |
| | | |||||
| * | AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes | Morris Jobke | 2013-11-25 | 7 | -4/+58 |
| | | |||||
| * | fix defaults.php doc | Morris Jobke | 2013-11-25 | 1 | -10/+18 |
| | | |||||
| * | fix db.php doc | Morris Jobke | 2013-11-25 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #5040 from owncloud/public_api_avatar_master | blizzz | 2013-11-22 | 3 | -0/+67 |
|\ \ | | | | | | | Add public API for \OC\Avatar | ||||
| * | | fixing PHPDoc comments and syntax | Thomas Müller | 2013-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add missing Avatar Interface | Arthur Schiwon | 2013-11-22 | 1 | -0/+38 |
| | | | |||||
| * | | Round out Avatar Public API | Arthur Schiwon | 2013-11-21 | 1 | -20/+5 |
| | | | |||||
| * | | Add public API for \OC\Avatar | kondou | 2013-11-07 | 2 | -0/+44 |
| |/ | |||||
* / | Fix fatal error when trying to open a non existing public link | Robin Appelman | 2013-11-12 | 1 | -1/+1 |
|/ | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 45 | -382/+676 |
| | |||||
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 23 | -9/+166 |
| | |||||
* | Always select item_source. | Andreas Fischer | 2013-11-03 | 1 | -3/+3 |
| | |||||
* | Deduplicate expiration date check into a method. | Andreas Fischer | 2013-11-03 | 1 | -15/+21 |
| | |||||
* | Use unshareItem() when unsharing expired shares. | Andreas Fischer | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | Use unshareItem() in unshareAll(). | Andreas Fischer | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Extract unshare() code into unshareItem(). | Andreas Fischer | 2013-11-03 | 1 | -17/+1 |
| | |||||
* | OCP\Share::unshareAll(): Deduplicate hook parameters. | Andreas Fischer | 2013-11-03 | 1 | -8/+26 |
| | |||||
* | fix documentation stuff | Morris Jobke | 2013-10-31 | 8 | -417/+413 |
| | |||||
* | pass the name of the item source from the browser to the server - no need to ↵ | Thomas Müller | 2013-10-23 | 1 | -24/+20 |
| | | | | get the data via complicated db queries | ||||
* | Merge branch 'master' into fix-sharing-code | Thomas Müller | 2013-10-23 | 8 | -1/+156 |
|\ | |||||
| * | Merge pull request #5478 from owncloud/core-logexceptionstacktrace | Thomas Müller | 2013-10-23 | 1 | -0/+33 |
| |\ | | | | | | | Expand exception stack trace in log in debug mode | ||||
| | * | Added $app parameter to logException | Vincent Petry | 2013-10-23 | 1 | -4/+4 |
| | | | |||||
| | * | Moved logException to OCP\Util class | Vincent Petry | 2013-10-23 | 1 | -0/+33 |
| | | | |||||
| * | | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 3 | -1/+3 |
| | | | | | | | | | | | | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace. | ||||
| * | | Merge pull request #5249 from owncloud/activities-api | Thomas Müller | 2013-10-21 | 4 | -0/+104 |
| |\ \ | | | | | | | | | [OC6] Activities api | ||||
| | * \ | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-16 | 6 | -99/+180 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/server.php | ||||
| | * | | | remove test code | Thomas Müller | 2013-10-16 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-16 | 4 | -4/+37 |
| | |\ \ \ | |||||
| | * | | | | adding OC6 public API for activities | Thomas Müller | 2013-10-09 | 2 | -2/+20 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-09 | 9 | -23/+329 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | initial implementation of activity manager | Thomas Müller | 2013-09-29 | 2 | -0/+13 |
| | | | | | | |||||
| | * | | | | Merge branch 'appframework-master' into activities-api | Thomas Müller | 2013-09-29 | 12 | -110/+504 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php | ||||
| | * | | | | | adding basic interfaces for the activities api | Thomas Müller | 2013-09-20 | 3 | -0/+77 |
| | | | | | | | |||||
| * | | | | | | Remove "link" shares right after disabling the "allow_link_share" setting | Morris Jobke | 2013-10-18 | 1 | -0/+12 |
| | | | | | | | |||||
| * | | | | | | Don't return links for shared files if disabled | Michael Gapczynski | 2013-10-18 | 1 | -0/+4 |
| | | | | | | | |||||
* | | | | | | | Fix sharing error message - id -> file name | Morris Jobke | 2013-10-17 | 1 | -11/+29 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | fixe #2827 |