Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 1 | -0/+4 |
| | |||||
* | Setup the external share manager in a hook | Vincent Petry | 2014-06-23 | 1 | -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 sharing | Bjoern Schiessle | 2014-06-14 | 1 | -0/+2 |
| | |||||
* | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 1 | -0/+3 |
| | |||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -0/+9 |
| | |||||
* | move mail template editor from core to standalone templateeditor repo | Jörn Friedrich Dreyer | 2014-06-13 | 1 | -3/+0 |
| | |||||
* | Merge pull request #8861 from owncloud/share-overview-linklist | Vincent Petry | 2014-06-05 | 1 | -0/+9 |
|\ | | | | | Added Shared with link sidebar section in files app | ||||
| * | Fixed wording to "Shared by link" | Vincent Petry | 2014-06-04 | 1 | -1/+1 |
| | | |||||
| * | Added "Shared with link" sidebar section in files app | Vincent Petry | 2014-06-04 | 1 | -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 #7177 | Jörn Friedrich Dreyer | 2014-06-02 | 1 | -0/+3 |
|/ | |||||
* | Fixed navigation order | Vincent Petry | 2014-05-30 | 1 | -2/+2 |
| | |||||
* | Added sharing overview page (WIP) | Vincent Petry | 2014-05-30 | 1 | -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 Schiessle | 2014-05-21 | 1 | -0/+3 |
| | | | | subfolder no longer exists | ||||
* | fix etag propagation | Bjoern Schiessle | 2014-04-23 | 1 | -2/+0 |
| | |||||
* | Fixed sharing hook to not remove the share before the trashbin | Vincent Petry | 2013-11-27 | 1 | -0/+1 |
| | | | | Fixed the hook order between sharing app and trashbin | ||||
* | Remove "link" shares right after disabling the "allow_link_share" setting | Morris Jobke | 2013-10-18 | 1 | -0/+2 |
| | |||||
* | initial commit, start implementing the ocs share api | Bjoern Schiessle | 2013-09-04 | 1 | -0/+1 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | we need to listen to the pre delete hook, otherwise the file is already gone | Björn Schießle | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | use pre_unshare hook, otherwise the share is already removed. Which means ↵ | Björn Schießle | 2013-03-08 | 1 | -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 hook | Michael Gapczynski | 2013-03-05 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-05 | 1 | -7/+7 |
|\ | | | | | | | | | Conflicts: apps/files_sharing/appinfo/app.php | ||||
| * | Update app.php | j-ed | 2013-03-02 | 1 | -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 file | Michael Gapczynski | 2013-02-26 | 1 | -0/+1 |
|/ | |||||
* | Remove Shared_Scanner and add Shared_Watcher instead | Michael Gapczynski | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Initial support for file sharing with filesystem branch | Michael Gapczynski | 2012-12-15 | 1 | -0/+3 |
| | |||||
* | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Check if files_sharing app is enabled, move file specific javascript to ↵ | Michael Gapczynski | 2012-08-22 | 1 | -0/+1 |
| | | | | files_sharing app | ||||
* | Removing most of files_sharing, the Share API implemented the majority of it | Michael Gapczynski | 2012-08-22 | 1 | -21/+1 |
| | |||||
* | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 1 | -1/+3 |
| | |||||
* | Change registerBackend calls class argument to strings | Michael Gapczynski | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Fixes and change database table from sharing to share | Michael Gapczynski | 2012-06-27 | 1 | -0/+2 |
| | |||||
* | Prepare drop down UI for share API | Michael Gapczynski | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 1 | -2/+7 |
| | |||||
* | reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4 | Arthur Schiwon | 2012-06-14 | 1 | -2/+2 |
| | |||||
* | Sharing, fix: connect to hooks from the correct classes | Arthur Schiwon | 2012-06-08 | 1 | -2/+2 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | set public handeler in info,xml for sharing | Robin Appelman | 2012-05-14 | 1 | -2/+0 |
| | |||||
* | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -6/+6 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -3/+3 |
| | |||||
* | Update sharing when users are removed, added to groups, and removed from groups | Michael Gapczynski | 2012-04-25 | 1 | -0/+3 |
| | |||||
* | Allow admin to disable resharing of files | Michael Gapczynski | 2012-04-25 | 1 | -1/+5 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -0/+1 |
|\ | |||||
| * | Emit hooks in OC_Share when sharing a file and forward hooks for deletion ↵ | Michael Gapczynski | 2012-01-16 | 1 | -0/+1 |
| | | | | | | | | and writing of source file | ||||
* | | remove the need to register storage providers, pass the classname during ↵ | Robin Appelman | 2011-11-08 | 1 | -1/+0 |
|/ | | | | mounting instead | ||||
* | Register OC_Share for autoloading and cleanup hooks | Michael Gapczynski | 2011-08-22 | 1 | -2/+4 |
| |