summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* single quotes in JavaScript & PHP, double quotes in HTMLJan-Christoph Borchardt2011-08-201-23/+23
* translation updateJan-Christoph Borchardt2011-08-2011-9/+27
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-202-16/+18
* Add getLocalFile() to OC_Filestorage_SharedMichael Gapczynski2011-08-191-0/+8
* Remove no longer needed functions in OC_Filestorage_SharedMichael Gapczynski2011-08-191-44/+0
* Full support for viewing public links from sharing drop downMichael Gapczynski2011-08-192-5/+15
* * Use encodeEntities() function to check inputGolnaz Nilieh2011-08-192-27/+33
* Show new bookmark in the list after insertion, And hide it after deletion.Golnaz Nilieh2011-08-191-3/+20
* Remove some scripts, now you can actually download the files in a public link...Michael Gapczynski2011-08-181-4/+2
* Add downloadURL to files templates for both public links and filesMichael Gapczynski2011-08-181-7/+7
* Copy get.php into files_sharing, public links now use files templatesMichael Gapczynski2011-08-182-0/+86
* language updates, optimization of Help HTMLJan-Christoph Borchardt2011-08-181-3/+3
* Merge public link icon checkMichael Gapczynski2011-08-181-14/+5
* Swedish translation, thanks to HakanSJan-Christoph Borchardt2011-08-181-0/+9
* updated translationsJan-Christoph Borchardt2011-08-187-0/+61
* Comment rename() and prevent trying to move items if the user doesn't have wr...Michael Gapczynski2011-08-171-0/+6
* Bug fixes for mkdir(), renaming/moving support for files inside a shared fold...Michael Gapczynski2011-08-171-8/+10
* -1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski2011-08-172-2/+3
* Remove navigation entry for shared filesMichael Gapczynski2011-08-171-6/+1
* New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski2011-08-172-13/+22
* Fix my last commit 9ee4fcMichael Gapczynski2011-08-171-2/+4
* Only show 'Shared' directory if files are shared with youMichael Gapczynski2011-08-171-1/+3
* Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski2011-08-172-39/+29
* Merge branch 'sharing'Jan-Christoph Borchardt2011-08-1718-2/+1529
|\
| * Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski2011-08-163-10/+33
| * Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-161-1/+1
| |\
| | * fix problem with building the IN queryRobin Appelman2011-08-171-1/+1
| * | Initial merging of files_sharing and files_publiclinkMichael Gapczynski2011-08-162-49/+64
| |/
| * hiding public links from navigation now that it's easier to use in the dropdownJan-Christoph Borchardt2011-08-161-1/+1
| * Display public icon next to publicly shared filesMichael Gapczynski2011-08-161-0/+14
| * Public link folder uploading not implemented, comment out checkbox for it in ...Michael Gapczynski2011-08-161-1/+1
| * This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-0/+1
| * Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski2011-08-152-19/+25
| * Merge branch 'master' into sharingMichael Gapczynski2011-08-1517-50/+675
| |\
| * \ Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-1513-69/+93
| |\ \
| | * \ resolved merge conflictJan-Christoph Borchardt2011-08-1413-69/+93
| | |\ \
| * | | | Additional user group sharing support and more clean-up in the constructorMichael Gapczynski2011-08-152-46/+59
| |/ / /
| * | | Refactor getUserAndGroups() for new user group sharing standard - user@groupMichael Gapczynski2011-08-141-15/+15
| * | | Change OC_GROUP to OC_GroupMichael Gapczynski2011-08-141-1/+1
| * | | Merge branch 'master' into sharingMichael Gapczynski2011-08-124-36/+58
| |\ \ \
| * | | | OC_Share constructor refactored for user group sharingMichael Gapczynski2011-08-122-28/+52
| * | | | Clean up constructor for OC_Share, add some error handling for sharing filesMichael Gapczynski2011-08-123-36/+44
| * | | | Change the share file action icon if the file is already shared with someoneMichael Gapczynski2011-08-122-4/+22
| * | | | Merge branch 'master' into sharingMichael Gapczynski2011-08-119-21/+20
| |\ \ \ \
| * | | | | Remove hardcoded http:// when generating public linksMichael Gapczynski2011-08-111-9/+10
| * | | | | Make unshare work from dropdownMichael Gapczynski2011-08-112-8/+10
| * | | | | Fix some areas on dropdown triggering the dropdown to hideMichael Gapczynski2011-08-111-3/+3
| * | | | | Hide the dropdown if you click the share file action buttonMichael Gapczynski2011-08-111-1/+5
| * | | | | Don't spawn a new dropdown if there is already one openMichael Gapczynski2011-08-111-13/+11
| * | | | | Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-1115-218/+86
| |\ \ \ \ \