Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 2 | -347/+0 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -4/+6 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -31/+5 |
| | |||||
* | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -1/+29 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+15 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -3/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -2/+3 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -6/+8 |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -0/+4 |
| | |||||
* | Fix extracting basename from path in sharing | Robin McCorkell | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | just pass the share instead of searching for it | Robin Appelman | 2015-08-05 | 1 | -19/+7 |
| | |||||
* | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 2 | -4/+4 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 1 | -6/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 2 | -37/+45 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 2 | -44/+39 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 2 | -39/+44 |
| | |||||
* | Do not use key() on array as the result depends on the internal array pointer. | Andreas Fischer | 2015-01-15 | 1 | -5/+6 |
| | |||||
* | Fix source path when share is a mount point | Vincent Petry | 2015-01-08 | 1 | -1/+3 |
| | | | | | | | Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation. | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -0/+14 |
| | | | | | | | | | | | | | | 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. | ||||
* | also check for the correct owner if it was submitted | Bjoern Schiessle | 2014-11-21 | 1 | -2/+3 |
| | |||||
* | try to get path from filesystem | Bjoern Schiessle | 2014-10-10 | 1 | -0/+5 |
| | |||||
* | fix performance issues | Bjoern Schiessle | 2014-10-10 | 1 | -0/+47 |
| | |||||
* | some small fixed, suggested by scrutinizer | Bjoern Schiessle | 2014-09-29 | 1 | -2/+4 |
| | |||||
* | call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all ↵ | Bjoern Schiessle | 2014-09-25 | 1 | -6/+1 |
| | | | | checks are executed, e.g. to check if the share is really visible | ||||
* | group shares and combine permissions | Bjoern Schiessle | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | make share folder configurable | Bjoern Schiessle | 2014-08-18 | 1 | -1/+14 |
| | |||||
* | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 1 | -10/+1 |
| | | | | 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 pull request #8499 from owncloud/shareextstoragemountpointfix | Vincent Petry | 2014-05-08 | 1 | -4/+6 |
|\ | | | | | Fix sharing of ext storage mount points | ||||
| * | Fix sharing of ext storage mount points | Vincent Petry | 2014-05-08 | 1 | -4/+6 |
| | | | | | | | | | | When sharing an ext storage mount point, it will now use the name of the mount point instead of an empty string for the target path. | ||||
* | | Merge branch 'master' into type-hinting-sharing | Bart Visscher | 2014-04-28 | 1 | -65/+80 |
|\| | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/share/file.php apps/files_sharing/tests/api.php lib/private/share/share.php | ||||
| * | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 1 | -0/+6 |
| | | |||||
| * | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -1/+1 |
| | | |||||
| * | generate unique target name | Bjoern Schiessle | 2014-04-23 | 1 | -15/+29 |
| | | |||||
| * | no exception for the root of the mount point (formerly Shared/), just get ↵ | Bjoern Schiessle | 2014-04-23 | 1 | -16/+0 |
| | | | | | | | | the file cache information from the cache | ||||
| * | first steps to remove the shared folder: | Bjoern Schiessle | 2014-04-23 | 1 | -32/+41 |
| | | | | | | | | | | | | | | | | - mount shares to the root folder instead of "Shared/" - navigate in shared folder and sub-folders - show previews - show correct file permissions - download/edit files | ||||
* | | Fix PHPdoc in apps/files_sharing | Bart Visscher | 2014-04-15 | 1 | -0/+3 |
|/ | | | | using scrutinizer patch | ||||
* | adding share owner information to the file list | Thomas Müller | 2014-02-20 | 1 | -0/+3 |
| | |||||
* | replace 'size' with 'unencrypted_size' if encryption is enabled | Bjoern Schiessle | 2014-02-07 | 1 | -1/+8 |
| | |||||
* | it is not an urgent error... a DEBUG message is enough at this point | Bjoern Schiessle | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 | Michael Gapczynski | 2013-05-29 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-07 | 1 | -3/+20 |
|\ | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php | ||||
| * | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 1 | -3/+20 |
| | | |||||
* | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-02-28 | 2 | -4/+15 |
|\| | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php | ||||
| * | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 2 | -4/+15 |
| | | |||||
* | | Include etag field for folder contents | Michael Gapczynski | 2013-02-23 | 1 | -0/+1 |
|/ | |||||
* | Almost fix Shared scanner... | Michael Gapczynski | 2013-01-07 | 2 | -2/+12 |
| | |||||
* | Fix data for shared root folder | Michael Gapczynski | 2012-12-29 | 1 | -5/+17 |
| |