summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * fix remote and public.phpRobin Appelman2012-07-131-1/+1
| |
* | Sharing files working using share APIMichael Gapczynski2012-07-101-1/+3
| |
* | Change registerBackend calls class argument to stringsMichael Gapczynski2012-06-301-1/+1
| |
* | Fixes and change database table from sharing to shareMichael Gapczynski2012-06-271-0/+2
| |
* | Prepare drop down UI for share APIMichael Gapczynski2012-06-271-1/+1
|/
* Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-201-2/+7
|
* reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4Arthur Schiwon2012-06-141-2/+2
|
* utf8 in der DB configMarco B2012-06-111-1/+1
|
* Sharing, fix: connect to hooks from the correct classesArthur Schiwon2012-06-081-2/+2
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* set public handeler in info,xml for sharingRobin Appelman2012-05-143-3/+5
|
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-6/+6
|
* port appconfigFrank Karlitschek2012-05-021-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-2/+2
|
* port to use the new public apiFrank Karlitschek2012-05-011-3/+3
|
* Update sharing when users are removed, added to groups, and removed from groupsMichael Gapczynski2012-04-251-0/+3
|
* Allow admin to disable resharing of filesMichael Gapczynski2012-04-251-1/+5
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
|
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-0/+3
|
* merge master into filesystemRobin Appelman2012-01-301-0/+1
|\
| * Emit hooks in OC_Share when sharing a file and forward hooks for deletion ↵Michael Gapczynski2012-01-161-0/+1
| | | | | | | | and writing of source file
* | remove the need to register storage providers, pass the classname during ↵Robin Appelman2011-11-081-1/+0
|/ | | | mounting instead
* Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-1/+2
|
* Register OC_Share for autoloading and cleanup hooksMichael Gapczynski2011-08-221-2/+4
|
* Remove navigation entry for shared filesMichael Gapczynski2011-08-171-6/+1
|
* No more subnavigation entries, fixing 'Shared'Michael Gapczynski2011-08-091-2/+2
|
* Use chosen select form for selecting users in sharing drop downMichael Gapczynski2011-08-091-0/+2
|
* moved dialog css to sharing, fixed positionJan-Christoph Borchardt2011-08-021-0/+1
|
* Move registering shared storage out of baseMichael Gapczynski2011-08-011-0/+2
|
* Merge branch 'master' into sharing. Integrate with changes in master, rename ↵Michael Gapczynski2011-07-301-3/+3
| | | | | | | classes Conflicts: lib/base.php
* Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-301-1/+1
|
* im in ur branch, fixin teh detailsJan-Christoph Borchardt2011-07-301-3/+2
|
* Make 'Share' a subnavigation entry of of 'Files'Michael Gapczynski2011-07-291-2/+2
|
* Integrate sharing app with the new interfaceMichael Gapczynski2011-07-291-1/+1
|
* jQuery dialog for sharing files from within file browser - Not functional yetMichael Gapczynski2011-07-261-0/+2
|
* 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
| | | | mounting shared storage provider
* First implementation of sharing user interfaceMichael Gapczynski2011-07-201-2/+2
|
* Add post_delete and post_rename hooks and fix the constructorMichael Gapczynski2011-07-181-0/+2
|
* Add support for sharing foldersMichael Gapczynski2011-06-241-2/+1
|
* Added source and target to database fieldsMichael Gapczynski2011-06-161-5/+12
|
* Initial setup of sharing appMichael Gapczynski2011-06-113-0/+61