summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-08-0786-196/+7160
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sharing dropdown changes: show users that have a parent folder shared with th...Michael Gapczynski2011-08-074-23/+78
| * | | | | | | | | | | Full support for making and deleting public links from share dropdownMichael Gapczynski2011-08-054-16/+28
| * | | | | | | | | | | Share dropdown updates, making public links now worksMichael Gapczynski2011-08-032-34/+102
| * | | | | | | | | | | Animate appearance of share drop downMichael Gapczynski2011-08-021-1/+12
| * | | | | | | | | | | moved dialog css to sharing, fixed positionJan-Christoph Borchardt2011-08-023-1/+6
| * | | | | | | | | | | first style for sharing dropdown, some html fixesJan-Christoph Borchardt2011-08-021-8/+8
| * | | | | | | | | | | New implementation of share dialogMichael Gapczynski2011-08-023-69/+43
| * | | | | | | | | | | Move registering shared storage out of baseMichael Gapczynski2011-08-011-0/+2
| * | | | | | | | | | | Add support for assigning permissions in share dialog and switch to postMichael Gapczynski2011-07-312-43/+49
| * | | | | | | | | | | Fix delTree(), it shouldn't be passed to the local storage provider unless th...Michael Gapczynski2011-07-311-9/+25
| * | | | | | | | | | | Update the folder sizes for shared foldersMichael Gapczynski2011-07-311-12/+29
| * | | | | | | | | | | Human readable permissions in shared files listMichael Gapczynski2011-07-311-1/+1
| * | | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-312-23/+39
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-07-307-21/+80
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-3039-329/+615
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-304-63/+90
| * | | | | | | | | | | | | | im in ur branch, fixin teh detailsJan-Christoph Borchardt2011-07-301-3/+2
| * | | | | | | | | | | | | | Add share action for mutliple selected filesMichael Gapczynski2011-07-291-30/+38
| * | | | | | | | | | | | | | Make 'Share' a subnavigation entry of of 'Files'Michael Gapczynski2011-07-291-2/+2
| * | | | | | | | | | | | | | Integrate sharing app with the new interfaceMichael Gapczynski2011-07-292-3/+2
| * | | | | | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-2915-127/+137
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add a function for removing any duplicate or trailing '/' from the pathsMichael Gapczynski2011-07-281-8/+24
| * | | | | | | | | | | | | | | More elegant solution for preparing IN ?s, thanks icewindMichael Gapczynski2011-07-281-16/+4
| * | | | | | | | | | | | | | | Add support for sharing files with user groupsMichael Gapczynski2011-07-281-10/+37
| * | | | | | | | | | | | | | | Add support for sharing multiple files from share dialog, move loops outside ...Michael Gapczynski2011-07-284-34/+37
| * | | | | | | | | | | | | | | Close sharing dialog box on share successMichael Gapczynski2011-07-271-2/+5
| * | | | | | | | | | | | | | | Make file sharing dialog work - only works for one file/folder and userMichael Gapczynski2011-07-271-20/+23
| * | | | | | | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-2615-875/+318
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | jQuery dialog for sharing files from within file browser - Not functional yetMichael Gapczynski2011-07-262-0/+86
| * | | | | | | | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-242-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Include groups in user autocompleteMichael Gapczynski2011-07-241-2/+8
| * | | | | | | | | | | | | | | | | Add support for user autocompleteMichael Gapczynski2011-07-242-0/+27
| * | | | | | | | | | | | | | | | | Bug fixes for unshare() and opendir(), thanks darkhMichael Gapczynski2011-07-242-1/+4
| * | | | | | | | | | | | | | | | | Filter out files you unshare from yourself in opendir()Michael Gapczynski2011-07-232-13/+22
| * | | | | | | | | | | | | | | | | Use SUBSTR instead of LIKE in queries, should now work with SQLiteMichael Gapczynski2011-07-221-14/+13
| * | | | | | | | | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-21113-2/+46484
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove shared items check, it prevents sharing items if there aren't already ...Michael Gapczynski2011-07-211-2/+0
| * | | | | | | | | | | | | | | | | | Remove admin page, administration is not needed at this time for sharingMichael Gapczynski2011-07-201-38/+0
| * | | | | | | | | | | | | | | | | | Change all occurences of ['user_id'] to OC_USER::getUser()Michael Gapczynski2011-07-202-22/+22
| * | | | | | | | | | | | | | | | | | Fix bug in constructor for appending numbers to already existing targetsMichael Gapczynski2011-07-201-1/+3
| * | | | | | | | | | | | | | | | | | Change permissions to is_writeableMichael Gapczynski2011-07-201-1/+1
| * | | | | | | | | | | | | | | | | | Remove accidental kate swap fileMichael Gapczynski2011-07-201-0/+0
| * | | | | | | | | | | | | | | | | | Update database.xml to current database fields, remove hard coded MTGap when ...Michael Gapczynski2011-07-202-15/+9
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-205-13/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Append number to name if target file already existsMichael Gapczynski2011-07-202-13/+17
| * | | | | | | | | | | | | | | | | | | First implementation of sharing user interfaceMichael Gapczynski2011-07-209-45/+163
| * | | | | | | | | | | | | | | | | | | Add post_delete and post_rename hooks and fix the constructorMichael Gapczynski2011-07-182-4/+39
| * | | | | | | | | | | | | | | | | | | Add extra check for opendir() so it only adds the file to fakedirs if it has ...Michael Gapczynski2011-07-161-2/+2
| * | | | | | | | | | | | | | | | | | | Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEMMichael Gapczynski2011-07-161-0/+2