summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
Commit message (Collapse)AuthorAgeFilesLines
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-0/+4
|
* Setup the external share manager in a hookVincent Petry2014-06-231-8/+1
| | | | | | To make sure the external shares are initialized in the right order and make sure the session is correctly initialized before, the external share manager is now set up in a filesystem setup hook.
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-0/+2
|
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+3
|
* Add server<->server sharing backendRobin Appelman2014-06-141-0/+9
|
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-131-3/+0
|
* Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-051-0/+9
|\ | | | | Added Shared with link sidebar section in files app
| * Fixed wording to "Shared by link"Vincent Petry2014-06-041-1/+1
| |
| * Added "Shared with link" sidebar section in files appVincent Petry2014-06-041-0/+9
| | | | | | | | | | | | | | Added section to only show link shares. Please note that the filtering is currently done on the client side which might not be the most efficient way of doing it.
* | minimal mail template editor for administrators, refs #7177Jörn Friedrich Dreyer2014-06-021-0/+3
|/
* Fixed navigation orderVincent Petry2014-05-301-2/+2
|
* Added sharing overview page (WIP)Vincent Petry2014-05-301-0/+20
| | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files
* move the mount point up if a share is mounted to a subfolder and the ↵Bjoern Schiessle2014-05-211-0/+3
| | | | subfolder no longer exists
* fix etag propagationBjoern Schiessle2014-04-231-2/+0
|
* Fixed sharing hook to not remove the share before the trashbinVincent Petry2013-11-271-0/+1
| | | | Fixed the hook order between sharing app and trashbin
* Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+2
|
* initial commit, start implementing the ocs share apiBjoern Schiessle2013-09-041-0/+1
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* we need to listen to the pre delete hook, otherwise the file is already goneBjörn Schießle2013-03-131-1/+1
|
* use pre_unshare hook, otherwise the share is already removed. Which means ↵Björn Schießle2013-03-081-1/+1
| | | | that we have no chance to determine which folder has to be updated
* Move hook connectors from shared storage to app.php, add post_unshare hookMichael Gapczynski2013-03-051-0/+5
|
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-051-7/+7
|\ | | | | | | | | Conflicts: apps/files_sharing/appinfo/app.php
| * Update app.phpj-ed2013-03-021-6/+6
| | | | | | suppress log messages like `include path for class \"OC\\Files\\Storage\\Shared\" starts with \"apps\/\"`
* | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-0/+1
|/
* Remove Shared_Scanner and add Shared_Watcher insteadMichael Gapczynski2013-01-011-1/+1
|
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-0/+3
|
* put filestorages in a namespaceRobin Appelman2012-09-071-2/+2
|
* Check if files_sharing app is enabled, move file specific javascript to ↵Michael Gapczynski2012-08-221-0/+1
| | | | files_sharing app
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-221-21/+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
|
* Sharing, fix: connect to hooks from the correct classesArthur Schiwon2012-06-081-2/+2
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* set public handeler in info,xml for sharingRobin Appelman2012-05-141-2/+0
|
* 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
|
* 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
* Register OC_Share for autoloading and cleanup hooksMichael Gapczynski2011-08-221-2/+4
|