summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #383 from owncloud/contacts_apiThomas Müller2012-11-191-0/+103
|\
| * function isEnabled() addedThomas Mueller2012-11-131-3/+13
| * public contacts api as discussed here https://github.com/owncloud/apps/issues...Thomas Mueller2012-11-121-0/+93
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-121-2/+5
|\ \
| * \ Merge pull request #371 from butonic/sql_and_error_log_fixesblizzz2012-11-121-2/+5
| |\ \
| | * | add missing sql backticks, check sharing for error and add logJörn Friedrich Dreyer2012-11-121-2/+5
| | |/
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-122-9/+43
|\| |
| * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-9/+5
| * | Added CRUDS permissions to the OCP namespace. Implements issue #345Thomas Tanghus2012-11-111-0/+38
| |/
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-053-3/+3
|\|
| * Style: Remove all the dangling white spacesFelix Moeller2012-11-042-2/+2
| * Checkstyle: fix the last NoSpaceAfterEqualsFelix Moeller2012-11-041-1/+1
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-042-3/+3
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-022-3/+3
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-302-1/+53
|\|
| * Add BackgroundJob::setExecutionType() to public APIJakob Sack2012-10-271-0/+23
| * fixed user/group sharing hooksFlorian Hülsmann2012-10-261-13/+13
| * Hook emission on sharing stuffFlorian Hülsmann2012-10-261-1/+30
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-171-0/+16
|\|
| * Fix unshareAll()Michael Gapczynski2012-10-161-2/+4
| * Add unshareAll() function to Share APIMichael Gapczynski2012-10-161-0/+14
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-151-1251/+1251
|\|
| * Whitespace cleanupBart Visscher2012-10-141-1251/+1251
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-101-5/+12
|\|
| * fix for bug #1942: Allow user to share with every group if "allow users to sh...Björn Schießle2012-10-091-2/+3
| * added "uid_owner" to select statementBjörn Schießle2012-10-081-1/+1
| * Fix - "Correct checking item source for share from same owner when generating...Michael Gapczynski2012-10-061-2/+8
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-021-1233/+1244
|\|
| * Correct checking item source for share from same owner when generating item t...Michael Gapczynski2012-10-021-1241/+1242
| * we are sharing the same file again if item_source of the already shared file ...Björn Schießle2012-10-021-0/+3
| * remove unnecessary code and add missing items to select statementBjörn Schießle2012-10-021-14/+2
| * merge all possible conflicts into on arrayBjörn Schießle2012-10-021-10/+9
| * We can't rely on the assumption that if the matching target is from the same ...Björn Schießle2012-10-021-10/+30
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-09-303-33/+44
|\|
| * Do urlencoding in linkTo functionsBart Visscher2012-09-281-0/+2
| * Fix unsetting share expiration dateMichael Gapczynski2012-09-261-2/+6
| * Properly format the share expiration time for the database, fixes bug oc-1779Michael Gapczynski2012-09-251-5/+10
| * fix some more phpdocRobin Appelman2012-09-231-28/+28
* | Added methods OC_DB::insertIfNotExist() and OCP\DB::insertIfNotExist().Thomas Tanghus2012-09-171-0/+21
|/
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-1211-422/+437
|\
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-20/+20
| * Fix problem with non share collection item types being treated as collectionsMichael Gapczynski2012-09-111-6/+14
| * Don't display actions for children in shared collections, show the parent col...Michael Gapczynski2012-09-091-1/+6
| * Fix shared collection item searchingMichael Gapczynski2012-09-091-29/+38
| * Normalize the file path for shared children as a precautionMichael Gapczynski2012-09-081-1/+2
| * Insert id for unique user group share rowsMichael Gapczynski2012-09-081-0/+1
| * Fix fetching shared children items, fixes problem with displaying owner of a ...Michael Gapczynski2012-09-081-10/+19
| * Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-3/+17
| * style fixes for public util apiGeorg Ehrke2012-09-081-24/+9
| * style fixes for public user apiGeorg Ehrke2012-09-081-25/+13