| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed user/group sharing hooks | Florian Hülsmann | 2012-10-26 | 1 | -13/+13 |
* | Hook emission on sharing stuff | Florian Hülsmann | 2012-10-26 | 1 | -1/+30 |
* | Fix unshareAll() | Michael Gapczynski | 2012-10-16 | 1 | -2/+4 |
* | Add unshareAll() function to Share API | Michael Gapczynski | 2012-10-16 | 1 | -0/+14 |
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1251/+1251 |
* | 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 |
* | 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 |
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 1 | -92/+186 |
|\ |
|
| * | 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 |
| * | Support for unshare from self, with a bunch of temporary fixes to overcome co... | Michael Gapczynski | 2012-09-07 | 1 | -1/+2 |
| * | 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 |
| * | Remove php close at end of file | Bart Visscher | 2012-08-29 | 1 | -2/+0 |
| * | Delete old link if user sets a password | Michael Gapczynski | 2012-08-29 | 1 | -0/+10 |
* | | Add support for share expiration | Michael Gapczynski | 2012-09-01 | 1 | -6/+23 |
|/ |
|
* | 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 | 1 | -16/+35 |
* | 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 |
* | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 1 | -48/+30 |
* | 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 |