summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-071-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-061-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-0573-76/+4
|
* Merge pull request #9357 from owncloud/sharing_unshare_on_deleteBjörn Schießle2014-07-044-34/+33
|\ | | | | [sharing] unshare childrens on delete
| * if a folder gets deleted we unshare all shared files/folders belowBjoern Schiessle2014-07-044-34/+33
| |
* | Merge pull request #9434 from owncloud/files-reloadpromiseissueMorris Jobke2014-07-041-7/+2
|\ \ | | | | | | Fix reload call for all subclasses
| * | Fix reload call for all subclassesVincent Petry2014-07-041-7/+2
| |/ | | | | | | All subclasses must also properly return the ajax call object.
* | Merge pull request #9426 from owncloud/design-remoteshare-confirmMorris Jobke2014-07-043-8/+35
|\ \ | | | | | | use icon-confirm instead of text for accepting remote share, works better with translations
| * | IE8 fixesMorris Jobke2014-07-041-1/+10
| | |
| * | use icon-confirm instead of text for accepting remote share, works better ↵Jan-Christoph Borchardt2014-07-043-8/+26
| | | | | | | | | | | | with translations
* | | Return and use isPreviewAvailable for share previewsVincent Petry2014-07-042-5/+10
| |/ |/| | | | | | | Since the mime type is known, now isPreviewAvailable is returned as well and used by the JS side to properly render mime icon and previews.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-0415-4/+36
|/
* for shared links, use wide logo on desktop and icon on mobileJan-Christoph Borchardt2014-07-031-1/+1
|
* Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-032-3/+10
|\ | | | | Fix mobile share view glitches
| * use same logo for mobile as for when logged in, fix #9360Jan-Christoph Borchardt2014-07-021-2/+4
| |
| * hide text of download button, only show iconJan-Christoph Borchardt2014-07-022-1/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-0327-53/+0
| |
* | Merge pull request #9382 from owncloud/server2server-cssVolkan Gezer2014-07-032-2/+1
|\ \ | |/ |/| fix lineheight of server2server share
| * fix lineheight of server2server shareVolkan Gezer2014-07-022-2/+1
| |
* | Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-023-10/+2
|\ \ | |/ |/| don't move a share mount point into a different mount point
| * don't move a share mount point into a different mount pointBjoern Schiessle2014-07-013-10/+2
| |
* | Merge pull request #9364 from owncloud/sharing_rename_mount_pointsVincent Petry2014-07-022-0/+59
|\ \ | | | | | | [sharing] rename mount point of children if parent was renamed
| * | rename mount point of children if parent was renamedBjoern Schiessle2014-07-022-0/+59
| | |
* | | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-025-19/+89
|\ \ \ | | | | | | | | Handle storages not being available in webui and webdav
| * | | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+1
| | | |
| * | | Fix unit testRobin Appelman2014-07-021-0/+1
| | | |
| * | | Fixed remote share password param detectionVincent Petry2014-07-011-1/+1
| | | |
| * | | Remove external shares if the share is invalidRobin Appelman2014-07-012-1/+10
| | | |
| * | | Detect removed public sharesRobin Appelman2014-07-012-18/+77
| | | |
* | | | Merge pull request #9245 from owncloud/server2server-sharing-design-fixesMorris Jobke2014-07-023-16/+1
|\ \ \ \ | |_|/ / |/| | | drop unneeded code
| * | | drop unneeded codeMorris Jobke2014-06-273-16/+1
| | | |
* | | | Merge pull request #9341 from owncloud/sharing-fileactions-fixMorris Jobke2014-07-022-38/+60
|\ \ \ \ | | | | | | | | | | Fix fileActionsReady event after deferred file actions update
| * | | | Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-012-38/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever file actions are modified, either by registering new actions or when appending a new page of entries, the sharing app is now notified so it can correctly refresh the sharing icon status. Additionally, the core's loadIcons() method is also used to load the existing shares and also refresh the sharing icons afterwards.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-022-7/+15
|/ / / /
* | | / add missing backticksJörn Friedrich Dreyer2014-07-011-7/+21
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-014-0/+6
| | |
* | | Merge pull request #9303 from owncloud/issue/8841Jörn Friedrich Dreyer2014-06-301-1/+1
|\ \ \ | | | | | | | | Do not strict compare item source id so the dropdown is closed correctly
| * | | Use attr() instead of data() so the item ids work as intendedJoas Schilling2014-06-301-1/+1
| | |/ | |/| | | | | | | Fix #8841
* / | no longer check if the external storage app is enabled, we use no the webdav ↵Bjoern Schiessle2014-06-302-7/+3
|/ / | | | | | | implementation from core
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-3014-5/+42
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-2959-60/+76
| |
* | Merge pull request #9278 from owncloud/l10n-servershare-dialogVolkan Gezer2014-06-281-2/+2
|\ \ | | | | | | fix server share dialog title
| * | fix server share dialog titleVolkan Gezer2014-06-281-2/+2
| | |
* | | Merge pull request #9265 from owncloud/fix-whitespaceMorris Jobke2014-06-281-1/+1
|\ \ \ | | | | | | | | fix trailing whitespace noted by Scrutinizer
| * | | fix trailing whitespace noted by ScrutinizerJan-Christoph Borchardt2014-06-271-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-2811-3/+28
| |/ / |/| |
* | | Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-271-0/+19
|\ \ \ | |/ / |/| | Better detecting of remote changes for external shares
| * | Improve commentRobin Appelman2014-06-271-1/+2
| | |
| * | Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-0/+18
| | |
* | | Allow late registration of file actions in public pageVincent Petry2014-06-271-0/+4
|/ /