summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-094-4/+92
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-084-4/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-0/+28
|
* Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-073-280/+0
|
* Merge pull request #13692 from rullzer/capabilitiesFrank Karlitschek2015-02-063-0/+280
|\ | | | | Add OCS sharing info to capabilities
| * Updated unit testsRoeland Jago Douma2015-02-061-43/+123
| |
| * Bit better formatting when using json outputRoeland Jago Douma2015-02-061-2/+4
| |
| * Updated sharing capabilitiesRoeland Jago Douma2015-02-061-9/+15
| | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style
| * Split up unit testsRoeland Jago Douma2015-02-041-16/+24
| |
| * Added unit test to test getCapabilities for files_sharingRoeland Jago Douma2015-02-041-0/+113
| |
| * Converted getCapabilities to non static functionRoeland Jago Douma2015-02-041-7/+24
| |
| * Use single quotesRoeland Jago Douma2015-02-041-7/+7
| |
| * Only return capabilities if they are setRoeland Jago Douma2015-02-041-14/+8
| |
| * Added capabilities whether a server allows public linksRoeland Jago Douma2015-02-042-0/+60
| | | | | | | | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-2/+34
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-044-2/+32
|
* Merge pull request #13837 from owncloud/endless-redirectThomas Müller2015-02-031-0/+1
|\ | | | | Add callCheck to testremote.php
| * Add callCheck to testremote.phpLukas Reschke2015-02-021-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 transifexJenkins for ownCloud2015-02-036-20/+62
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-028-12/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-012-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-3122-16/+42
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-3052-54/+14
|
* Merge pull request #13728 from owncloud/federated_cloudThomas Müller2015-01-292-5/+5
|\ | | | | rename 'server-to-server sharing' to 'federated cloud'
| * rename 'server-to-server sharing' to 'federated cloud'Bjoern Schiessle2015-01-292-5/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2924-0/+48
|/
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-284-25/+144
|\ | | | | Catch storage exception in scanner for remote shares
| * Add back exit()Vincent Petry2015-01-261-1/+1
| |
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-264-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-finaldeletewhencrossstoragefixVincent Petry2015-01-272-0/+4
|\ \ | | | | | | Call final unlink in trash wrapper's storage
| * | Unregister trashbin storage wrapper at the end of testsVincent Petry2015-01-232-0/+4
| | | | | | | | | | | | Some more tests that uses the storage wrapper now remove it afterwards
* | | Merge pull request #13679 from owncloud/public-disablesharejspluginThomas Müller2015-01-273-3/+30
|\ \ \ | | | | | | | | Disable JS plugin for sharing in public mode
| * | | Do not disclose share owner in public file listVincent Petry2015-01-261-1/+4
| | | |
| * | | Disable JS plugin for sharing in public modeVincent Petry2015-01-262-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 returnsVincent Petry2015-01-262-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_shareVincent Petry2015-01-267-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 Schiessle2015-01-261-1/+26
| | | | | | | | | | | | | | | | problems for different primary storages
| * | | certificate manager only needs the user-id, no need to pass on the complete ↵Bjoern Schiessle2015-01-263-5/+6
| | | | | | | | | | | | | | | | user object
| * | | use uid provided by setupfs hook to mount server2server shares, otherwise ↵Bjoern Schiessle2015-01-265-35/+34
| | | | | | | | | | | | | | | | mount will fail for public link shares
* | | | Prevent double slash in shareinfo request URLVincent Petry2015-01-261-1/+1
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-252-0/+30
| | |
* | | by default send mail for new server-to-server shareBjoern Schiessle2015-01-232-3/+75
| | |
* | | delete all server-to-server shares if a user gets deletedBjoern Schiessle2015-01-214-0/+144
| |/ |/|
* | Merge pull request #13432 from owncloud/animate_gifs_public_sharingThomas Müller2015-01-214-3/+20
|\ \ | | | | | | show animated gifs on public sharing page
| * | show animated gifs on public sharing pageGeorg Ehrke2015-01-194-3/+20
| | |
* | | Merge pull request #13540 from owncloud/s2s-fixpasswordfromdialogThomas Müller2015-01-212-58/+202
|\ \ \ | | | | | | | | External share dialog must properly read entered password
| * | | Add unit test for external share JS dialogVincent Petry2015-01-212-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 passwordVincent Petry2015-01-211-1/+2
| | |/ | |/|