Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -4/+8 |
| | |||||
* | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 1 | -8/+5 |
| | |||||
* | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 1 | -74/+0 |
| | |||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 1 | -3/+1 |
| | |||||
* | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -98/+21 |
| | | | | cloud id | ||||
* | handle errors while getting fileinfo | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -1/+4 |
|\ | |||||
| * | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 1 | -2/+2 |
| | | |||||
| * | Add timeouts to make the UI usable again when a remote share is unreachable | Joas Schilling | 2016-06-22 | 1 | -1/+4 |
| | | |||||
* | | Prevent access to shareinfo if share if read-only | Lukas Reschke | 2016-06-09 | 2 | -0/+12 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -4/+6 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 2 | -2/+8 |
| | |||||
* | set correct permissions in shareinfo | Björn Schießle | 2016-04-18 | 1 | -3/+11 |
| | |||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -4/+4 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix Scrutinizer issues | Lukas Reschke | 2016-02-29 | 1 | -0/+1 |
| | |||||
* | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 1 | -1/+4 |
| | | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 3 | -3/+3 |
| | |||||
* | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 1 | -1/+2 |
| | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 1 | -0/+8 |
| | |||||
* | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -96/+0 |
| | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -3/+3 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -0/+4 |
| | |||||
* | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 |
| | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -46/+0 |
| | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient | ||||
* | Merge pull request #14341 from rullzer/public_share_do_not_leak_mounttype | Morris Jobke | 2015-07-09 | 1 | -0/+3 |
|\ | | | | | No more leaking of mounttype via metadata or icon in public shares. | ||||
| * | Do not leak mounttype of a public share | Roeland Jago Douma | 2015-07-04 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #17290 from owncloud/remove-readonly-wrapper | Thomas Müller | 2015-07-06 | 1 | -1/+1 |
|\ \ | |/ |/| | Replace readonly wrapper with permissions mask | ||||
| * | use permissions mask wrapper instead of readonly wrapper | Robin Appelman | 2015-07-01 | 1 | -1/+1 |
| | | |||||
* | | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #15470 from rullzer/files_sharing_getUrlContent | Vincent Petry | 2015-07-03 | 1 | -51/+56 |
|\ \ | |/ |/| | Move away from private static function OC_Util::getUrlContent | ||||
| * | Move away from private static deprecated functio | Roeland Jago Douma | 2015-05-18 | 1 | -51/+56 |
| | | |||||
* | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 2 | -7/+7 |
|\ \ | | | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 2 | -7/+7 |
| |/ | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | | |||||
* | | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
| | | |||||
* | | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
| | | | | | | | | We need to verify if the specified path exists to gracefully prevent errors. | ||||
* | | Return 404 in shareinfo.php when outgoing s2s disabled | Vincent Petry | 2015-05-28 | 1 | -0/+5 |
|/ | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -28/+95 |
| | |||||
* | Correctly get the unique mountpoint name when mounting the share | Joas Schilling | 2015-03-17 | 1 | -2/+0 |
| | | | | | | | Previously the mount name was checked for uniqueness prior to inserting the share. This caused problems, when two shares with the same name where done or folder, mount point, local share with the same name was done, between sending and accepting of the remote share | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -91/+33 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Use getRemoteAddress which supports reverse proxies | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
| | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -33/+91 |
| | |||||
* | Add callCheck to testremote.php | Lukas Reschke | 2015-02-02 | 1 | -0/+1 |
| | | | | Without CSRF check this file might be tricked into requesting itself which would result in an endless loop and thus potentially ending in a Denial of Service. | ||||
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 1 | -4/+54 |
|\ | | | | | Catch storage exception in scanner for remote shares | ||||
| * | Add back exit() | Vincent Petry | 2015-01-26 | 1 | -1/+1 |
| | | |||||
| * | Catch storage exception in scanner for remote shares | Vincent Petry | 2015-01-26 | 1 | -4/+54 |
| | | | | | | | | | | | | | | | | Whenever an exception occurs during scan of a remote share, the share is checked for availability. If the storage is gone, it will be removed automatically. Also, getDirectoryContent() will now skip unavailable storages. | ||||
* | | Do not disclose share owner in public file list | Vincent Petry | 2015-01-26 | 1 | -1/+4 |
| | |