aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8901 from owncloud/permissions-update-cacheVincent Petry2014-06-111-8/+42
|\ | | | | Save the permissions in the filecache if it's not saved yet
| * adjust unit test assert valuesThomas Müller2014-06-091-8/+6
| |
| * adding PHPDocThomas Müller2014-06-091-0/+36
| |
* | no need to prepare a statement twiceBjoern Schiessle2014-06-101-1/+0
|/
* fix unshareFromSelf()Bjoern Schiessle2014-06-061-0/+65
|
* update unit tests and make sure that we return the right permissions for ↵Bjoern Schiessle2014-06-061-0/+5
| | | | files within a shared folder and for the shared folder itself
* add some testsBjoern Schiessle2014-06-061-1/+59
|
* Fix phpdoc and commentsRobin Appelman2014-06-061-1/+1
|
* update share API tests, file shares never have delete permissionsBjoern Schiessle2014-06-061-4/+6
|
* add additional unit testsBjoern Schiessle2014-06-061-0/+139
|
* don't allow to share single files with delete permissions, user should only ↵Bjoern Schiessle2014-06-063-125/+341
| | | | be possible to unshare a single file but never to delete it
* Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-051-0/+91
|\ | | | | Added Shared with link sidebar section in files app
| * Added "Shared with link" sidebar section in files appVincent Petry2014-06-041-0/+91
| | | | | | | | | | | | | | Added section to only show link shares. Please note that the filtering is currently done on the client side which might not be the most efficient way of doing it.
* | Merge pull request #8791 from owncloud/share-overview-sharewithstatusMorris Jobke2014-06-043-4/+460
|\ \ | |/ |/| Update share action text to display owner/recipients
| * Use recipient display names when updating shares in the UIVincent Petry2014-06-041-21/+27
| | | | | | | | | | | | | | | | | | | | | | Since OC.Share didn't have any array containing the list of shares for the current file, OC.Share.currentShares has been introduced to contain the full share item structure instead of the reduced one OC.Share.itemShares. The event "sharesChanged" is now passing OC.Share.currentShares, which itself includes the display name to be displayed for the recipients in the action icon.
| * Multiple fixes to sharing overviewVincent Petry2014-06-031-9/+105
| | | | | | | | | | - scrolling to next page now correctly renders share icons - reshareing/unsharing a reshare will now still keep "Shared by" label
| * Now using shareOwner for the share ownerVincent Petry2014-06-022-4/+10
| | | | | | | | Makes it consistent with the regular file list fileData
| * More unit tests and fixes for shareVincent Petry2014-06-021-22/+157
| |
| * Added unit tests for share.js and share iconVincent Petry2014-06-021-0/+213
| |
* | fix unit testsMorris Jobke2014-06-021-1/+1
|/
* Removed "Share with" columnVincent Petry2014-05-301-11/+0
|
* Added owner display name in actionVincent Petry2014-05-302-1/+10
|
* Sharing overview fixes and unit testsVincent Petry2014-05-302-0/+557
| | | | | | | | | | | | - Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM
* don't lose file size during renameBjoern Schiessle2014-05-261-3/+43
|
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-223-2/+76
|
* move the mount point up if a share is mounted to a subfolder and the ↵Bjoern Schiessle2014-05-213-20/+252
| | | | subfolder no longer exists
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-193-9/+9
| | | | * test case added to avoid adding them later
* Fix whitespace issuesRobin McCorkell2014-05-161-5/+5
|
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
|
* Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle2014-05-161-0/+54
|\ | | | | use default expire date only for link shares
| * use default expire date only for link sharesBjoern Schiessle2014-05-161-0/+54
| |
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+54
|/
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-122-3/+3
|
* Added unit test for sharing ext storage mount pointsVincent Petry2014-05-081-2/+55
|
* get the correct owner path for part filesBjoern Schiessle2014-04-301-0/+83
|
* split-up the update script and add unit tests for itBjoern Schiessle2014-04-231-0/+55
|
* some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-231-9/+9
| | | | tests and the encryption code
* add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
|
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-232-3/+63
|
* fix share api testsBjoern Schiessle2014-04-235-123/+67
|
* add tests for sharing files the users doesn't have access toRobin Appelman2014-04-031-0/+23
|
* Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-011-0/+39
|\ | | | | Make getPath work for shared files
| * Implement getPath for shared filesRobin Appelman2014-03-281-0/+39
| |
* | Merge pull request #7293 from owncloud/update-shares-postgresVincent Petry2014-04-011-0/+91
|\ \ | | | | | | fix update to remove shares where file doesn't exist on postgres
| * | Fixed share upgrade cleanup tests to use the correct idsVincent Petry2014-03-261-9/+9
| | |
| * | Fixed share updater unit testVincent Petry2014-03-251-8/+10
| | | | | | | | | | | | | | | Now using \OC_DB::insertId() to retrieve the generated ids because Oracle ignores the passed values.
| * | Added backticks for Oracle in sharing updater unit testVincent Petry2014-03-131-8/+8
| | |
| * | Clean up database before setup the database for testingMorris Jobke2014-03-131-0/+4
| | |
| * | Refactor update script to class and add unit testMorris Jobke2014-03-131-0/+85
| | |
* | | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-1/+84
| | |