summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into sharingMichael Gapczynski2011-07-2024-247/+339
|\
| * moved Remember login below password fieldJan-Christoph Borchardt2011-07-201-2/+2
| |
| * fixed file size color calculationJan-Christoph Borchardt2011-07-201-1/+1
| |
| * Allow users to start a new upload before the current upload has finishedRobin Appelman2011-07-203-24/+38
| |
| * Some ui work on user management, but it can still use a lot of improvement.Robin Appelman2011-07-205-89/+84
| |
| * remember login addedBartek Przybylski2011-07-204-4/+35
| |
| * show expire dates of public links as date and not as datetimeRobin Appelman2011-07-201-1/+1
| |
| * serveral small fixes to the openid serverRobin Appelman2011-07-202-8/+10
| |
| * fix deleting files with spaces in the nameRobin Appelman2011-07-192-3/+3
| |
| * Also commiting the actual loading icon might be usefullRobin Appelman2011-07-191-0/+0
| |
| * Show loading icon for uploading files, and disable file actions and DnD for ↵Robin Appelman2011-07-192-9/+25
| | | | | | | | uploading files.
| * No longer use the "Ok" button for file uploadsRobin Appelman2011-07-192-13/+0
| |
| * Provide ability to select mutliply files during upload for browsers that ↵Robin Appelman2011-07-193-18/+36
| | | | | | | | support it.
| * fix some ldap errorsRobin Appelman2011-07-181-2/+2
| |
| * show a proper error message in help when it can't get the data from ↵Robin Appelman2011-07-171-18/+22
| | | | | | | | apps.owncloud.com
| * Fix expiring of public linksRobin Appelman2011-07-171-2/+2
| |
| * move list of mimetypes by extention to a seperate file.Robin Appelman2011-07-172-63/+88
| |
| * Fix typo in setup, thanks for pointing it out ab0ooMichael Gapczynski2011-07-131-3/+3
| |
| * Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski2011-07-131-1/+1
| |
* | 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
| | | | | | | | a different name than the source
* | Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEMMichael Gapczynski2011-07-161-0/+2
| |
* | Fix bug in rename() so files in a folder that is in a shared folder also get ↵Michael Gapczynski2011-07-161-0/+3
| | | | | | | | their targets updated
* | Fix bugs in opendir() and add extra checks to ensure functionality in all casesMichael Gapczynski2011-07-161-15/+30
| |
* | Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()Michael Gapczynski2011-07-162-5/+13
| |
* | Add pullOutOfFolder() function for use by unlink() and rename()Michael Gapczynski2011-07-142-10/+33
| |
* | Refactoring of OC_SHARE, added more documentation for functionsMichael Gapczynski2011-07-142-131/+128
| |
* | Bug fix for setTarget() - append fetchAll() to queryMichael Gapczynski2011-07-141-1/+1
| |
* | Add support for copying files between shared folders, add check to ↵Michael Gapczynski2011-07-131-9/+18
| | | | | | | | fromTmpFile() to confirm path is writeable
* | Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski2011-07-131-1/+1
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-121-1/+1
|\|
| * Add missing parameter for fromTmpFile() inside of copy()Michael Gapczynski2011-07-121-1/+1
| |
* | Fix bug in getSource(), return false if target isn't in databaseMichael Gapczynski2011-07-121-1/+5
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-123-13/+15
|\|
| * Fix post_create and post_write hooks in copy(), was referencing an undefined ↵Michael Gapczynski2011-07-121-2/+2
| | | | | | | | variable
| * fix error in autocomplete when try to list non-existing or unreadable foldersRobin Appelman2011-07-121-10/+12
| |
| * Home icon now points to index.phpMichael Gapczynski2011-07-101-1/+1
| |
* | Add checks in opendir() to prevent including the current directory or parentMichael Gapczynski2011-07-121-4/+6
| |
* | Fix bug in opendir() and remove getStorageMountPoint(), now using datadir ↵Michael Gapczynski2011-07-123-26/+13
| | | | | | | | argument instead
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-105-20/+24
|\| | | | | | | | | Conflicts: .gitignore
| * Merge branch 'master' of git://anongit.kde.org/owncloudMichael Gapczynski2011-07-103-14/+21
| |\
| | * finish refactoring of files admin pageHans Bakker2011-07-092-12/+19
| | |
| | * fix broken directory links for some browsersRobin Appelman2011-07-081-1/+1
| | |
| | * only show the revert animation of draging a file when draged to an invalid ↵Robin Appelman2011-07-081-1/+1
| | | | | | | | | | | | position
| | * Changed the js code for the files admin section to jQueryHans Bakker2011-07-081-5/+5
| | |
| * | Directory links in navigation shouldn't have a trailing '/'Michael Gapczynski2011-07-102-2/+3
| |/
* | Remove duplicate '/' from target when searching for sourceMichael Gapczynski2011-07-101-2/+4
| |
* | Add support for files inside of shared folders having different names than ↵Michael Gapczynski2011-07-082-2/+34
| | | | | | | | the source file