summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/js
Commit message (Expand)AuthorAgeFilesLines
* Fix displaying owner before share icon in file listVincent Petry2016-03-301-1/+1
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-171-21/+12
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-13/+18
* Revert back to non-webdav download link for public URLsVincent Petry2016-02-101-4/+4
* Construct valid URLRoeland Jago Douma2016-02-031-5/+3
* Fix public page URL JS testVincent Petry2016-01-081-1/+3
* Add token in webdav download link of public pageVincent Petry2016-01-071-3/+3
* Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-1/+2
|\
| * Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-1/+2
* | Merge pull request #21189 from owncloud/fix_21187Thomas Müller2015-12-151-1/+1
|\ \
| * | File shares can't have create permissionsRoeland Jago Douma2015-12-141-1/+1
| |/
* / Fixed JS unit tests for fed owner display nameVincent Petry2015-12-141-0/+4
|/
* Fix public link getDownloadUrl to return Webdav public linkVincent Petry2015-11-251-4/+4
* Fix port issue - options.host already has the port attachedThomas Müller2015-11-221-4/+2
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-2/+18
* Make files app use Webdav for most operationsVincent Petry2015-11-221-17/+9
* Bring back delete permission in share overviewVincent Petry2015-10-291-17/+9
* Fix and extend unit testsRoeland Jago Douma2015-10-021-11/+104
* Still show share link when recipient but no share permissionVincent Petry2015-09-281-10/+3
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-68/+57
* fix unit testsMorris Jobke2015-08-261-8/+8
* Inline actions using default renderer are now always permanentVincent Petry2015-08-101-3/+3
* Added unit tests for right sidebarVincent Petry2015-08-071-1/+1
* Fix unit testsRoeland Jago Douma2015-07-091-1/+1
* Do not show static share owner if not availableVincent Petry2015-07-021-0/+17
* Added unit tests for download URL in public sharing pageVincent Petry2015-05-191-0/+107
* Merge pull request #13679 from owncloud/public-disablesharejspluginThomas Müller2015-01-271-1/+25
|\
| * Disable JS plugin for sharing in public modeVincent Petry2015-01-261-1/+25
* | Only reload file list after remote share accept request returnsVincent Petry2015-01-261-2/+120
|/
* Add unit test for external share JS dialogVincent Petry2015-01-211-0/+123
* Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-131-6/+6
|\
| * Move file thumbnail into the label elementVincent Petry2014-12-111-6/+6
* | Remove obsoleted filelist prototype backup in testsVincent Petry2014-12-042-19/+2
* | Simple Plugin system for JavascriptVincent Petry2014-12-012-2/+5
|/
* JSHint fixes in sharedfilelistSpec unit test fileVincent Petry2014-11-191-1/+3
* Remove delete button in shared with others listVincent Petry2014-11-191-9/+17
* Add unit testsRobin Appelman2014-10-311-0/+85
* Tentative fix for legacy file actions unit test side effectVincent Petry2014-09-161-0/+10
* reduce share action text to the user name onlyThomas Müller2014-07-141-4/+4
* Propagate file action changes to the file listsVincent Petry2014-07-091-6/+1
* Do not show recipient for link shares in file listVincent Petry2014-07-071-0/+42
* Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-0/+8
* fix trailing whitespace noted by ScrutinizerJan-Christoph Borchardt2014-06-271-1/+1
* Sync file list with file actionsVincent Petry2014-06-273-0/+5
* Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-051-0/+91
|\
| * Added "Shared with link" sidebar section in files appVincent Petry2014-06-041-0/+91
* | Merge pull request #8791 from owncloud/share-overview-sharewithstatusMorris Jobke2014-06-043-4/+460
|\ \ | |/ |/|
| * Use recipient display names when updating shares in the UIVincent Petry2014-06-041-21/+27
| * Multiple fixes to sharing overviewVincent Petry2014-06-031-9/+105
| * Now using shareOwner for the share ownerVincent Petry2014-06-022-4/+10