Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OC_Util::setupFS($user) will create a data dir for the given string - no ↵ | Thomas Müller | 2014-01-21 | 1 | -0/+1 |
| | | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error | ||||
* | 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 |
| | |||||
* | fix escaping | Morris Jobke | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | make sure that we only remove file/folder shares | Bjoern Schiessle | 2013-10-08 | 2 | -3/+3 |
| | |||||
* | Merge branch 'master' into remove_deleted_shares_from_db | Bjoern Schiessle | 2013-10-07 | 2 | -1/+31 |
|\ | |||||
| * | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -1/+1 |
| | | |||||
| * | use share ID as REST resource | Bjoern Schiessle | 2013-09-17 | 1 | -17/+8 |
| | | |||||
| * | more rest-style API | Bjoern Schiessle | 2013-09-17 | 1 | -22/+16 |
| | | |||||
| * | ocs api for file sharing | Bjoern Schiessle | 2013-09-16 | 1 | -24/+8 |
| | | |||||
| * | some more OCS calls for sharing | Bjoern Schiessle | 2013-09-06 | 1 | -1/+8 |
| | | |||||
| * | intermediate result ocs api | Bjoern Schiessle | 2013-09-06 | 1 | -3/+19 |
| | | |||||
| * | intermediate results, share api | Bjoern Schiessle | 2013-09-04 | 1 | -14/+0 |
| | | |||||
| * | initial commit, start implementing the ocs share api | Bjoern Schiessle | 2013-09-04 | 2 | -1/+53 |
| | | |||||
* | | clean up oc_share table from files which are no longer exists | Bjoern Schiessle | 2013-10-07 | 2 | -7/+17 |
|/ | |||||
* | outsource sharing and deleted files previews to apps | Georg Ehrke | 2013-08-19 | 1 | -0/+5 |
| | |||||
* | 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\/\"` | ||||
* | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-02-28 | 2 | -2/+5 |
|\| | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php | ||||
| * | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | | |||||
| * | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -1/+4 |
| | | |||||
* | | Correct parent folders' ETags for all users with access to a shared file | Michael Gapczynski | 2013-02-26 | 1 | -0/+1 |
|/ | |||||
* | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+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 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -3/+3 |
|\ | |||||
| * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -3/+3 |
| | | |||||
* | | some more porting of the sharing | Robin Appelman | 2012-10-27 | 1 | -4/+5 |
| | | |||||
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -1/+2 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-18 | 1 | -0/+1 |
|\| | |||||
| * | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | | |||||
* | | merge phpunit into filesystem | Robin Appelman | 2012-10-08 | 2 | -1/+9 |
|\| | |||||
| * | Remove old Shared folders from the file cache, fixes bug oc-1911 | Michael Gapczynski | 2012-10-07 | 2 | -1/+9 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-02 | 1 | -1/+1 |
|\| | |||||
| * | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5 | ||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-09-26 | 1 | -4/+11 |
|\| | |||||
| * | Sharing: write update errors to logfile; do not die on errors | Arthur Schiwon | 2012-09-26 | 1 | -2/+2 |
| | | |||||
| * | Add missing Sharing permission | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | | |||||
| * | Sharing update: take over reshares and thus don't fail | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | | |||||
| * | Fix files_sharing update script, by making filesystem and users available | Arthur Schiwon | 2012-09-25 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-09-22 | 2 | -13/+54 |
|\| | |||||
| * | Catch exceptions in upgrading files_sharing, skip the errors for now | Bart Visscher | 2012-09-21 | 1 | -2/+12 |
| | | |||||
| * | Change version number update occurs on to prevent problem with betas, users ↵ | Michael Gapczynski | 2012-09-10 | 1 | -1/+1 |
| | | | | | | | | using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again | ||||
| * | Provide update script for files sharing | Michael Gapczynski | 2012-09-09 | 2 | -12/+43 |
| | | |||||
* | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -2/+2 |
|/ | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -8/+8 |
| |