Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -109/+0 |
| | |||||
* | Cleanup Files_Sharing CLASSPATH | Roeland Jago Douma | 2016-05-02 | 1 | -2/+2 |
| | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy | ||||
* | Remove dead code | Roeland Jago Douma | 2016-05-02 | 1 | -15/+0 |
| | | | | Ancient files_sharing updater code I came across. | ||||
* | There is no need to do old etag propagation | Roeland Jago Douma | 2016-04-30 | 1 | -96/+0 |
| | | | | Etags are calculated differently now and don't require manual updating. | ||||
* | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 1 | -8/+9 |
| | |||||
* | Gracefull handle link shares rename hook | Roeland Jago Douma | 2016-02-05 | 1 | -0/+6 |
| | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Update parent when moving share into recieved share | Roeland Jago Douma | 2015-12-07 | 1 | -0/+41 |
| | | | | | | | | | Fixes #20769 When I receive a share and move a share of myself into that share (which is allowed currently) I effectively hand over ownership of the files I move. So we need to update the share I move to have as a parent the share I move it into. Else our mounting system gets confused. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Merge pull request #15475 from rullzer/files_sharing_OCP_DB | Morris Jobke | 2015-07-01 | 1 | -1/+1 |
|\ | | | | | Move files sharing app (mostly) to OCP\DB | ||||
| * | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | take share target into account when updating recipient etags | Robin Appelman | 2015-06-22 | 1 | -2/+2 |
|/ | |||||
* | Update etag of direct parent on unshare | Vincent Petry | 2015-04-28 | 1 | -7/+9 |
| | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders. | ||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 1 | -39/+0 |
| | |||||
* | Remove unused $toRemove | Vincent Petry | 2015-04-09 | 1 | -3/+0 |
| | |||||
* | Keep shares when deleting shared folders | Vincent Petry | 2015-04-09 | 1 | -32/+0 |
| | | | | | | | | The share entries will be linked with the fileid while they are kept in the trashbin. In the future a background just will scrape orphaned shares and delete them. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+16 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+17 |
| | |||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -2/+5 |
| | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him. | ||||
* | Fix update cleanup to only affect file and folders | Vincent Petry | 2014-07-08 | 1 | -2/+2 |
| | | | | | | Fix bug in the SQL query that cleans up stray shares for removed files/folders, which is now correctly limited to that item type instead of also removing all other share types. | ||||
* | rename mount point of children if parent was renamed | Bjoern Schiessle | 2014-07-02 | 1 | -0/+23 |
| | |||||
* | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 1 | -0/+62 |
| | |||||
* | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 1 | -3/+6 |
| | | | | subfolder no longer exists | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge branch 'sharing_cleanup' of github.com:owncloud/core into sharing_cleanup | Bjoern Schiessle | 2014-05-07 | 1 | -1/+1 |
|\ | |||||
| * | Fix endless loop on windows servers | Joas Schilling | 2014-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Directory seperator is \ on windows However we can just check for path != dirname(path) because that is the same for '' (empty string), '.' and DIRECTORY_SEPARATOR on all OS | ||||
* | | remove error_log output | Bjoern Schiessle | 2014-05-07 | 1 | -2/+1 |
|/ | |||||
* | ignore part files | Bjoern Schiessle | 2014-05-07 | 1 | -0/+6 |
| | |||||
* | fix etag propagation | Bjoern Schiessle | 2014-04-23 | 1 | -44/+33 |
| | |||||
* | remove invalid shares with one SQL statement | Morris Jobke | 2014-03-13 | 1 | -12/+5 |
| | |||||
* | Refactor update script to class and add unit test | Morris Jobke | 2014-03-13 | 1 | -0/+22 |
| | |||||
* | get owner from share item, if we expire a share while the user updates his ↵ | Bjoern Schiessle | 2013-12-05 | 1 | -2/+6 |
| | | | | /Shared folder than the owner is different from the currently logged in user | ||||
* | make sure that we don't try to access an already deleted files, fixes some ↵ | Bjoern Schiessle | 2013-11-28 | 1 | -7/+16 |
| | | | | file source not found warnings | ||||
* | Fixed sharing hook to not remove the share before the trashbin | Vincent Petry | 2013-11-27 | 1 | -1/+6 |
| | | | | Fixed the hook order between sharing app and trashbin | ||||
* | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -7/+0 |
| | |||||
* | run first getUsersItemShared() with the owner | Bjoern Schiessle | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | update etags for user we haven't checked yet | Bjoern Schiessle | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | keep a list of users we already checked to avoid loops | Bjoern Schiessle | 2013-10-23 | 1 | -3/+3 |
| | |||||
* | fix infinite loop while updating etags, fix for #4365 | Bjoern Schiessle | 2013-10-23 | 1 | -2/+4 |
| | |||||
* | catch exception if db query execution fails | Bjoern Schiessle | 2013-10-07 | 1 | -1/+5 |
| | |||||
* | add comments | Bjoern Schiessle | 2013-10-04 | 1 | -0/+5 |
| | |||||
* | remove deleted shares from the database table oc_share | Bjoern Schiessle | 2013-10-02 | 1 | -0/+10 |
| | |||||
* | the old path no longer exists after rename, update the parent folder instead | Björn Schießle | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | fix indention | Björn Schießle | 2013-03-25 | 1 | -12/+12 |
| | |||||
* | skip update if the recipient is the same user as the owner, otherwise we run ↵ | Björn Schießle | 2013-03-25 | 1 | -5/+9 |
| | | | | in a infinite loop for group shares | ||||
* | Fix correctFolders and retrieve the correct storage cache | Michael Gapczynski | 2013-03-08 | 1 | -7/+4 |
| | |||||
* | not only files can be reshared but also folders | Björn Schießle | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | Fix share hook for updater | Michael Gapczynski | 2013-03-08 | 1 | -2/+14 |
| |