summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-282-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-242-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-222-0/+4
|
* Merge pull request #16469 from ↵Vincent Petry2015-05-201-0/+1
|\ | | | | | | | | oparoz/restore-minheight-for-single-public-previews Restore min-height for single previews
| * Restore min-height for single previewsOlivier Paroz2015-05-201-0/+1
| |
* | Merge pull request #16465 from ↵Morris Jobke2015-05-201-4/+5
|\ \ | | | | | | | | | | | | owncloud/s2s-returnpropererrorwhenpublicwebdavdisabled Return 401 when accessing public webdav and s2s is disabled
| * | Return 401 when accessing public webdav and s2s is disabledVincent Petry2015-05-201-4/+5
| | |
* | | Merge pull request #16075 from owncloud/skeleton-copy-delayVincent Petry2015-05-202-4/+2
|\ \ \ | | | | | | | | wait with copying the skeleton untill login and setupfs are done
| * | | fix testsRobin Appelman2015-05-182-4/+2
| | | |
* | | | Merge pull request #16446 from owncloud/fix-url-generationLukas Reschke2015-05-202-1/+113
|\ \ \ \ | | | | | | | | | | Fix URL generation
| * | | | Added unit tests for download URL in public sharing pageVincent Petry2015-05-192-0/+112
| | | | |
| * | | | Fix URL generationLukas Reschke2015-05-191-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `params` in the `OC.generateUrl` function call only replaces all specified occurences of a key just like the l10n PHP functionality does. This means that to build a query string we have to use `OC.buildQueryString` instead of the params parameters. Fixes https://github.com/owncloud/core/issues/16336 which is a regression introduced with https://github.com/owncloud/core/commit/58a87d0babcb91aab75b45e630d2fc2fee15691e of https://github.com/owncloud/core/pull/15652. Without this fix downloading single files from a public shared folder is not possible.
* | | | Merge pull request #16440 from owncloud/scrutinizer-patch-1Thomas Müller2015-05-194-6/+0
|\ \ \ \ | |_|_|/ |/| | | Scrutinizer Auto-Fixes
| * | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-194-6/+0
| |/ / | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* / / Fix unexisting class and broken docJoas Schilling2015-05-191-1/+1
|/ /
* | Merge pull request #16354 from owncloud/remove-browser-from-publicwebdavJoas Schilling2015-05-191-1/+2
|\ \ | |/ |/| Show a empty response for GET on non-files instead of the Browser Plugin
| * Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-05-141-1/+2
| | | | | | As discussed in https://github.com/owncloud/core/pull/14151, we missed to add this to the `files_sharing` S2S public WebDAV backend though.
* | a new approach to display the error messageBjoern Schiessle2015-05-181-1/+7
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-142-0/+2
|
* Merge pull request #16284 from owncloud/shared-storage-viewLukas Reschke2015-05-131-20/+21
|\ | | | | dont go trough the view when renaming/copying on shared storages
| * dont go trough the view when renaming/copying on shared storagesRobin Appelman2015-05-121-20/+21
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-132-0/+2
|/
* Merge pull request #16127 from owncloud/fix-file-icons-in-shared-file-viewJan-Christoph Borchardt2015-05-122-0/+2
|\ | | | | Enable file icons & previews in "Shared ..." categories
| * Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-062-0/+2
| | | | | | | | | | | | * sharing API returns now the mimetype icon path * file previews are now lazyloaded by default (as the doc says) * fixes #16086
* | Merge pull request #15815 from owncloud/unshare-etag-propagateMorris Jobke2015-05-113-80/+51
|\ \ | | | | | | Update etag of direct parent on unshare
| * | Update etag of direct parent on unshareVincent Petry2015-04-283-80/+51
| | | | | | | | | | | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-102-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-092-0/+2
| |/ |/|
* | Merge pull request #16052 from owncloud/fix-phpdoc-sharecontrollerJoas Schilling2015-05-051-0/+1
|\ \ | | | | | | Fix PHPDoc for the ext. share controller
| * | Fix PHPDoc for the ext. share controllerLukas Reschke2015-05-041-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-054-4/+16
|/ /
* | Fix DeleteOrphanedSharesJobMorris Jobke2015-05-041-3/+8
| | | | | | | | | | | | * remove unneeded use statements * the the interval properly in the constructor * set the log level to debug (from info) - fixes #16036
* | Merge pull request #15652 from oparoz/better-text-previewsLukas Reschke2015-05-042-13/+60
|\ \ | | | | | | Show a text preview instead of a bitmap preview of text
| * | Remove overflow+watermarkOlivier Paroz2015-04-232-14/+6
| | |
| * | Use authorization headers for better compatibilityOlivier Paroz2015-04-231-22/+25
| | | | | | | | | | | | | | | + add ellipsis + fix OC.generateUrl calls
| * | An idea to suggest that this is just a sample of the full textOlivier Paroz2015-04-232-1/+15
| | |
| * | Use webDAV to have access to HTTP byte rangesOlivier Paroz2015-04-231-1/+4
| | |
| * | Cache the token valueOlivier Paroz2015-04-231-4/+3
| | |
| * | Show a text preview instead of a bitmap preview of textOlivier Paroz2015-04-232-6/+42
| | | | | | | | | | | | + fix the preview height
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-042-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-024-4/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-012-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-304-2/+6
| | |
* | | Add tests for the correct share id on the call aswellJoas Schilling2015-04-281-3/+15
| | |
* | | Correctly send Federate-Cloud Share Feedback against the remote share IDJoas Schilling2015-04-281-6/+6
| | |
* | | check the called URLJoas Schilling2015-04-281-3/+13
| | |
* | | Correctly generate the feedback URL for remote shareJoas Schilling2015-04-281-1/+1
| |/ |/| | | | | | | The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys
* | dont pass floats as timestamp to the changepropagatorRobin Appelman2015-04-271-1/+1
| |
* | safer teardownRobin Appelman2015-04-271-1/+3
| |
* | use microtime to prevent race conditionsRobin Appelman2015-04-271-3/+3
| |