Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 4 | -4/+92 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-08 | 4 | -4/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 2 | -0/+28 |
| | |||||
* | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 3 | -280/+0 |
| | |||||
* | Merge pull request #13692 from rullzer/capabilities | Frank Karlitschek | 2015-02-06 | 3 | -0/+280 |
|\ | | | | | Add OCS sharing info to capabilities | ||||
| * | Updated unit tests | Roeland Jago Douma | 2015-02-06 | 1 | -43/+123 |
| | | |||||
| * | Bit better formatting when using json output | Roeland Jago Douma | 2015-02-06 | 1 | -2/+4 |
| | | |||||
| * | Updated sharing capabilities | Roeland Jago Douma | 2015-02-06 | 1 | -9/+15 |
| | | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style | ||||
| * | Split up unit tests | Roeland Jago Douma | 2015-02-04 | 1 | -16/+24 |
| | | |||||
| * | Added unit test to test getCapabilities for files_sharing | Roeland Jago Douma | 2015-02-04 | 1 | -0/+113 |
| | | |||||
| * | Converted getCapabilities to non static function | Roeland Jago Douma | 2015-02-04 | 1 | -7/+24 |
| | | |||||
| * | Use single quotes | Roeland Jago Douma | 2015-02-04 | 1 | -7/+7 |
| | | |||||
| * | Only return capabilities if they are set | Roeland Jago Douma | 2015-02-04 | 1 | -14/+8 |
| | | |||||
| * | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 2 | -0/+60 |
| | | | | | | | | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 2 | -2/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 4 | -2/+32 |
| | |||||
* | Merge pull request #13837 from owncloud/endless-redirect | Thomas Müller | 2015-02-03 | 1 | -0/+1 |
|\ | | | | | Add callCheck to testremote.php | ||||
| * | 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. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 6 | -20/+62 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-02 | 8 | -12/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-01 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 22 | -16/+42 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 52 | -54/+14 |
| | |||||
* | Merge pull request #13728 from owncloud/federated_cloud | Thomas Müller | 2015-01-29 | 2 | -5/+5 |
|\ | | | | | rename 'server-to-server sharing' to 'federated cloud' | ||||
| * | rename 'server-to-server sharing' to 'federated cloud' | Bjoern Schiessle | 2015-01-29 | 2 | -5/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-29 | 24 | -0/+48 |
|/ | |||||
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 4 | -25/+144 |
|\ | | | | | 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 | 4 | -25/+144 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix | Vincent Petry | 2015-01-27 | 2 | -0/+4 |
|\ \ | | | | | | | Call final unlink in trash wrapper's storage | ||||
| * | | Unregister trashbin storage wrapper at the end of tests | Vincent Petry | 2015-01-23 | 2 | -0/+4 |
| | | | | | | | | | | | | Some more tests that uses the storage wrapper now remove it afterwards | ||||
* | | | Merge pull request #13679 from owncloud/public-disablesharejsplugin | Thomas Müller | 2015-01-27 | 3 | -3/+30 |
|\ \ \ | | | | | | | | | Disable JS plugin for sharing in public mode | ||||
| * | | | Do not disclose share owner in public file list | Vincent Petry | 2015-01-26 | 1 | -1/+4 |
| | | | | |||||
| * | | | Disable JS plugin for sharing in public mode | Vincent Petry | 2015-01-26 | 2 | -2/+26 |
| | | | | | | | | | | | | | | | | | | | | This removes the logic that registers the share action and modifies the rows. Share actions aren't needed in the public file list. | ||||
* | | | | Only reload file list after remote share accept request returns | Vincent Petry | 2015-01-26 | 2 | -4/+124 |
|/ / / | | | | | | | | | | | | | When accepting a remote share, an ajax request is sent to the server. Only once this request returns should the file list be reloaded. | ||||
* | | | Merge pull request #13490 from owncloud/fix_reshare_s2s_share | Vincent Petry | 2015-01-26 | 7 | -39/+64 |
|\ \ \ | | | | | | | | | use uid provided by setupfs hook to mount server2server shares | ||||
| * | | | certificate manager should always use a \OC\Files\View otherwise we will get ↵ | Bjoern Schiessle | 2015-01-26 | 1 | -1/+26 |
| | | | | | | | | | | | | | | | | problems for different primary storages | ||||
| * | | | certificate manager only needs the user-id, no need to pass on the complete ↵ | Bjoern Schiessle | 2015-01-26 | 3 | -5/+6 |
| | | | | | | | | | | | | | | | | user object | ||||
| * | | | use uid provided by setupfs hook to mount server2server shares, otherwise ↵ | Bjoern Schiessle | 2015-01-26 | 5 | -35/+34 |
| | | | | | | | | | | | | | | | | mount will fail for public link shares | ||||
* | | | | Prevent double slash in shareinfo request URL | Vincent Petry | 2015-01-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 2 | -0/+30 |
| | | | |||||
* | | | by default send mail for new server-to-server share | Bjoern Schiessle | 2015-01-23 | 2 | -3/+75 |
| | | | |||||
* | | | delete all server-to-server shares if a user gets deleted | Bjoern Schiessle | 2015-01-21 | 4 | -0/+144 |
| |/ |/| | |||||
* | | Merge pull request #13432 from owncloud/animate_gifs_public_sharing | Thomas Müller | 2015-01-21 | 4 | -3/+20 |
|\ \ | | | | | | | show animated gifs on public sharing page | ||||
| * | | show animated gifs on public sharing page | Georg Ehrke | 2015-01-19 | 4 | -3/+20 |
| | | | |||||
* | | | Merge pull request #13540 from owncloud/s2s-fixpasswordfromdialog | Thomas Müller | 2015-01-21 | 2 | -58/+202 |
|\ \ \ | | | | | | | | | External share dialog must properly read entered password | ||||
| * | | | Add unit test for external share JS dialog | Vincent Petry | 2015-01-21 | 2 | -57/+200 |
| | | | | | | | | | | | | | | | | | | | | | | | | Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls. | ||||
| * | | | External share dialog must properly read entered password | Vincent Petry | 2015-01-21 | 1 | -1/+2 |
| | |/ | |/| |