Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if a folder gets deleted we unshare all shared files/folders below | Bjoern Schiessle | 2014-07-04 | 2 | -20/+21 |
| | |||||
* | Merge pull request #9364 from owncloud/sharing_rename_mount_points | Vincent Petry | 2014-07-02 | 1 | -0/+36 |
|\ | | | | | [sharing] rename mount point of children if parent was renamed | ||||
| * | rename mount point of children if parent was renamed | Bjoern Schiessle | 2014-07-02 | 1 | -0/+36 |
| | | |||||
* | | Merge pull request #9311 from owncloud/storage-not-available | Vincent Petry | 2014-07-02 | 1 | -0/+1 |
|\ \ | |/ |/| | Handle storages not being available in webui and webdav | ||||
| * | Fix unit test | Robin Appelman | 2014-07-02 | 1 | -0/+1 |
| | | |||||
* | | Use fileActionsReady to re-render sharing icons | Vincent Petry | 2014-07-01 | 1 | -0/+8 |
|/ | | | | | | | | | 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. | ||||
* | fix trailing whitespace noted by Scrutinizer | Jan-Christoph Borchardt | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Sync file list with file actions | Vincent Petry | 2014-06-27 | 3 | -0/+5 |
| | | | | | | | | | | | | | | Whenever file actions are registered later, now the file lists are automatically notified. Added FileActions.addUpdateListener() to be able to receive such notifications. This removes the need for apps to manually call FileActions.display() after registering new actions. This fixes issues with race conditions when file actions are registered after the file list was already rendered. | ||||
* | remove pointless require - we should kill all require_once like that in our ↵ | Thomas Müller | 2014-06-27 | 1 | -2/+0 |
| | | | | tests | ||||
* | Merge pull request #9193 from owncloud/sharing_etag_propagation | Björn Schießle | 2014-06-26 | 1 | -2/+113 |
|\ | | | | | make sure that the etags get propagated correctly | ||||
| * | make sure that hooks are registered for the tests | Bjoern Schiessle | 2014-06-25 | 1 | -2/+7 |
| | | |||||
| * | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 1 | -0/+106 |
| | | |||||
* | | Merge pull request #9205 from owncloud/remoteshare-fixurlpath | Vincent Petry | 2014-06-25 | 1 | -0/+91 |
|\ \ | | | | | | | Fix parsing of remote URL when mounting remote shares | ||||
| * | | Fix parsing of remote URL when mounting remote shares | Vincent Petry | 2014-06-25 | 1 | -0/+91 |
| |/ | | | | | | | | | | | | | | | This fix allows for having the remote ownCloud instance live in a subpath like "http://example.com/basedir/subdir/owncloud". Such URLs are now parsed correctly. Added unit test for URL parsing. | ||||
* / | add/update unit tests | Bjoern Schiessle | 2014-06-24 | 2 | -3/+33 |
|/ | |||||
* | Merge pull request #8901 from owncloud/permissions-update-cache | Vincent Petry | 2014-06-11 | 1 | -8/+42 |
|\ | | | | | Save the permissions in the filecache if it's not saved yet | ||||
| * | adjust unit test assert values | Thomas Müller | 2014-06-09 | 1 | -8/+6 |
| | | |||||
| * | adding PHPDoc | Thomas Müller | 2014-06-09 | 1 | -0/+36 |
| | | |||||
* | | no need to prepare a statement twice | Bjoern Schiessle | 2014-06-10 | 1 | -1/+0 |
|/ | |||||
* | fix unshareFromSelf() | Bjoern Schiessle | 2014-06-06 | 1 | -0/+65 |
| | |||||
* | update unit tests and make sure that we return the right permissions for ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -0/+5 |
| | | | | files within a shared folder and for the shared folder itself | ||||
* | add some tests | Bjoern Schiessle | 2014-06-06 | 1 | -1/+59 |
| | |||||
* | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | update share API tests, file shares never have delete permissions | Bjoern Schiessle | 2014-06-06 | 1 | -4/+6 |
| | |||||
* | add additional unit tests | Bjoern Schiessle | 2014-06-06 | 1 | -0/+139 |
| | |||||
* | don't allow to share single files with delete permissions, user should only ↵ | Bjoern Schiessle | 2014-06-06 | 3 | -125/+341 |
| | | | | be possible to unshare a single file but never to delete it | ||||
* | Merge pull request #8861 from owncloud/share-overview-linklist | Vincent Petry | 2014-06-05 | 1 | -0/+91 |
|\ | | | | | Added Shared with link sidebar section in files app | ||||
| * | Added "Shared with link" sidebar section in files app | Vincent Petry | 2014-06-04 | 1 | -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-sharewithstatus | Morris Jobke | 2014-06-04 | 3 | -4/+460 |
|\ \ | |/ |/| | Update share action text to display owner/recipients | ||||
| * | Use recipient display names when updating shares in the UI | Vincent Petry | 2014-06-04 | 1 | -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 overview | Vincent Petry | 2014-06-03 | 1 | -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 owner | Vincent Petry | 2014-06-02 | 2 | -4/+10 |
| | | | | | | | | Makes it consistent with the regular file list fileData | ||||
| * | More unit tests and fixes for share | Vincent Petry | 2014-06-02 | 1 | -22/+157 |
| | | |||||
| * | Added unit tests for share.js and share icon | Vincent Petry | 2014-06-02 | 1 | -0/+213 |
| | | |||||
* | | fix unit tests | Morris Jobke | 2014-06-02 | 1 | -1/+1 |
|/ | |||||
* | Removed "Share with" column | Vincent Petry | 2014-05-30 | 1 | -11/+0 |
| | |||||
* | Added owner display name in action | Vincent Petry | 2014-05-30 | 2 | -1/+10 |
| | |||||
* | Sharing overview fixes and unit tests | Vincent Petry | 2014-05-30 | 2 | -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 rename | Bjoern Schiessle | 2014-05-26 | 1 | -3/+43 |
| | |||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 3 | -2/+76 |
| | |||||
* | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 3 | -20/+252 |
| | | | | subfolder no longer exists | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 3 | -9/+9 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -5/+5 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8555 from owncloud/sharing_default_expire_only_public_links | Björn Schießle | 2014-05-16 | 1 | -0/+54 |
|\ | | | | | use default expire date only for link shares | ||||
| * | use default expire date only for link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+54 |
| | | |||||
* | | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+54 |
|/ | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 2 | -3/+3 |
| | |||||
* | Added unit test for sharing ext storage mount points | Vincent Petry | 2014-05-08 | 1 | -2/+55 |
| | |||||
* | get the correct owner path for part files | Bjoern Schiessle | 2014-04-30 | 1 | -0/+83 |
| |