| Commit message (Expand) | Author | Age | Files | Lines |
* | use variable instead of a second array lookup | Björn Schießle | 2013-02-05 | 1 | -1/+1 |
* | remember which item was switched to which id, so that later the correct item ... | Björn Schießle | 2013-02-05 | 1 | -1/+7 |
* | Backport #1234 by @MTGap | Thomas Tanghus | 2013-01-21 | 1 | -1/+1 |
* | Remove eol ^M chars. | Thomas Tanghus | 2013-01-21 | 1 | -50/+50 |
* | SQL limit cleanup | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+1 |
* | Fixes incorrect variable name | Randolph Carter | 2012-12-21 | 1 | -2/+2 |
* | backport of fixing default email sender address | Randolph Carter | 2012-12-19 | 1 | -0/+36 |
* | Add an $excludingBackend optional parameter | Lorenzo M. Catucci | 2012-12-13 | 1 | -3/+3 |
* | Backport pull request #380 from butonic/feature_share_link_with_token | Jörn Friedrich Dreyer | 2012-11-26 | 1 | -21/+50 |
* | Check if resharing is allowed by the admin, fixes issue #341 | Michael Gapczynski | 2012-11-10 | 1 | -1/+24 |
* | Fix unshareAll() | Michael Gapczynski | 2012-10-16 | 1 | -2/+4 |
* | Add unshareAll() function to Share API | Michael Gapczynski | 2012-10-16 | 1 | -0/+14 |
* | fix for bug #1942: Allow user to share with every group if "allow users to sh... | Björn Schießle | 2012-10-09 | 1 | -2/+3 |
* | added "uid_owner" to select statement | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
* | Fix - "Correct checking item source for share from same owner when generating... | Michael Gapczynski | 2012-10-06 | 1 | -2/+8 |
* | Correct checking item source for share from same owner when generating item t... | Michael Gapczynski | 2012-10-02 | 1 | -1241/+1242 |
* | we are sharing the same file again if item_source of the already shared file ... | Björn Schießle | 2012-10-02 | 1 | -0/+3 |
* | remove unnecessary code and add missing items to select statement | Björn Schießle | 2012-10-02 | 1 | -14/+2 |
* | merge all possible conflicts into on array | Björn Schießle | 2012-10-02 | 1 | -10/+9 |
* | We can't rely on the assumption that if the matching target is from the same ... | Björn Schießle | 2012-10-02 | 1 | -10/+30 |
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 1 | -0/+2 |
* | Fix unsetting share expiration date | Michael Gapczynski | 2012-09-26 | 1 | -2/+6 |
* | Properly format the share expiration time for the database, fixes bug oc-1779 | Michael Gapczynski | 2012-09-25 | 1 | -5/+10 |
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -28/+28 |
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 11 | -422/+437 |
|\ |
|
| * | Temporarily disable sharing with contacts and emails, will come in next release | Michael Gapczynski | 2012-09-12 | 1 | -20/+20 |
| * | Fix problem with non share collection item types being treated as collections | Michael Gapczynski | 2012-09-11 | 1 | -6/+14 |
| * | Don't display actions for children in shared collections, show the parent col... | Michael Gapczynski | 2012-09-09 | 1 | -1/+6 |
| * | Fix shared collection item searching | Michael Gapczynski | 2012-09-09 | 1 | -29/+38 |
| * | Normalize the file path for shared children as a precaution | Michael Gapczynski | 2012-09-08 | 1 | -1/+2 |
| * | Insert id for unique user group share rows | Michael Gapczynski | 2012-09-08 | 1 | -0/+1 |
| * | Fix fetching shared children items, fixes problem with displaying owner of a ... | Michael Gapczynski | 2012-09-08 | 1 | -10/+19 |
| * | Fix unsharing from self for group shares and add test for it | Michael Gapczynski | 2012-09-08 | 1 | -3/+17 |
| * | style fixes for public util api | Georg Ehrke | 2012-09-08 | 1 | -24/+9 |
| * | style fixes for public user api | Georg Ehrke | 2012-09-08 | 1 | -25/+13 |
| * | style fixes for public response api | Georg Ehrke | 2012-09-08 | 1 | -9/+1 |
| * | style fixes for public json api | Georg Ehrke | 2012-09-08 | 1 | -2/+0 |
| * | style fixes for public files api | Georg Ehrke | 2012-09-08 | 1 | -17/+6 |
| * | style fixes for public db api | Georg Ehrke | 2012-09-08 | 1 | -9/+0 |
| * | style fixes for public config api | Georg Ehrke | 2012-09-08 | 1 | -58/+45 |
| * | style fixes for public app api | Georg Ehrke | 2012-09-08 | 1 | -97/+97 |
| * | style fixes for public app api | Georg Ehrke | 2012-09-08 | 1 | -116/+105 |
| * | adding space between) and { | Thomas Mueller | 2012-09-07 | 9 | -66/+66 |
| * | Support for unshare from self, with a bunch of temporary fixes to overcome co... | Michael Gapczynski | 2012-09-07 | 1 | -1/+2 |
| * | Add args parameter to linkTo(Absolute) function, to append the args automaticly | Bart Visscher | 2012-09-03 | 1 | -4/+6 |
| * | Listen to post_deleteGroup hook in Share API | Michael Gapczynski | 2012-09-02 | 1 | -0/+9 |
| * | Fix some warnings from Jenkins in the Share API | Michael Gapczynski | 2012-09-02 | 1 | -6/+2 |
| * | Add parameter documentation | Michael Gapczynski | 2012-09-02 | 1 | -0/+1 |
| * | Restructure generateTarget for the post_addToGroup hook | Michael Gapczynski | 2012-09-02 | 1 | -20/+44 |
| * | Make item targets be based off of the parent item target for reshares | Michael Gapczynski | 2012-09-02 | 1 | -19/+27 |