summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18477 from owncloud/fed-alwaysdetectremotechangesVincent Petry2015-08-241-0/+2
|\ | | | | Always detect remote changes for fed sharing
| * Always detect remote changes for fed sharingVincent Petry2015-08-211-0/+2
| | | | | | | | | | This is even more important now that filesystem_check_changes is 0 by default.
* | Merge pull request #18486 from owncloud/use-client-service-to-work-behind-proxyVincent Petry2015-08-245-53/+247
|\ \ | | | | | | Use client service to work behind proxy for checks for remote ownCloud instances
| * | Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-225-53/+247
| |/ | | | | | | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient
* / fix horizontal scrollbar in personal settings caused by federated cloud ID ↵Jan-Christoph Borchardt2015-08-241-0/+1
|/ | | | section
* Prevent shares being added to oc_storages via availabilityRobin McCorkell2015-08-201-0/+18
|
* Use an IEvent object instead of a huge parameter listJoas Schilling2015-08-191-6/+16
|
* Send the file id when dealing with remote share responsesJoas Schilling2015-08-191-2/+2
|
* Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-0/+8
|\ | | | | allow login names to be used for s2s with LDAP users
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-0/+8
| |
* | Merge pull request #18389 from owncloud/fix-17770Morris Jobke2015-08-181-1/+1
|\ \ | | | | | | Fix extracting basename from path in sharing
| * | Fix extracting basename from path in sharingRobin McCorkell2015-08-181-1/+1
| | |
* | | Load missing JS dep in public link pageVincent Petry2015-08-181-0/+1
|/ /
* | Merge pull request #18318 from owncloud/files-sidebar-fixtabsMorris Jobke2015-08-162-2/+15
|\ \ | | | | | | Improve right sidebar tabs behavior
| * | Improve right sidebar tabs behaviorVincent Petry2015-08-142-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tab heads are not rendered if only one tab. The tab contents is updated on-demand. This means that if a tab is not visible it is not rendered at first. If the tab was already rendered through switching, its model will not get updated until the next time it becomes visible. This will prevent needless rerendering of invisible tab contents, especially considering that some tabs might need extra ajax requests.
* | | Add public upload to capabilityRoeland Jago Douma2015-08-142-0/+21
| | |
* | | Merge pull request #18271 from ↵Thomas Müller2015-08-142-16/+16
|\ \ \ | |/ / |/| | | | | | | | owncloud/issue-18261-sharing-capabilities-use-wrong-default Fix default values of sharing capabilities
| * | Fix config map provider for testsJoas Schilling2015-08-131-11/+11
| | |
| * | Fix default values of sharing capabilitiesJoas Schilling2015-08-131-5/+5
| | | | | | | | | | | | | | | | | | The problem is the UI used a different default than the capabilities. So when you never touched the config, the setting in admins said "disabled" while the capabilities said "enabled".
* | | Merge pull request #18178 from owncloud/files-sidebar-actionsJan-Christoph Borchardt2015-08-131-21/+6
|\ \ \ | | | | | | | | Sidebar file actions
| * | | Make file actions work from sidebarVincent Petry2015-08-121-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar.
* | | | Add a basic unit test which notifies us about incompatible extendingJoas Schilling2015-08-131-0/+82
| |/ / |/| |
* | | Merge pull request #16543 from rullzer/files_sharing_proper_function_argsVincent Petry2015-08-132-25/+70
|\ \ \ | | | | | | | | files_sharing private function to proper signature
| * | | Extend tests for files_sharing apiRoeland Jago Douma2015-08-111-0/+48
| | | |
| * | | Move private functions to proper list of argumentsRoeland Jago Douma2015-08-111-25/+22
| | | | | | | | | | | | | | | | | | | | | | | | Some private static functions in the OCS Share API (files_sharing/api/local.php) take a params array with all the info inside. This is bad for the limited type checking and is not clear.
* | | | Merge pull request #18127 from owncloud/dav-request-testsThomas Müller2015-08-121-30/+12
|\ \ \ \ | |_|/ / |/| | | add test framework for doing full request webdav tests
| * | | split out creating the sabre dav server to it's own factoryRobin Appelman2015-08-111-30/+12
| | | |
* | | | Merge pull request #17709 from owncloud/fileactions-dropdownJan-Christoph Borchardt2015-08-113-50/+53
|\ \ \ \ | | | | | | | | | | Move file actions to dropdown
| * | | | Inline actions using default renderer are now always permanentVincent Petry2015-08-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default renderer like the favorite icon can decide whether to use the permanent class or not. Fixed sharing code to properly update the icon according to sharing state modifications.
| * | | | Remove share action display nameVincent Petry2015-08-101-1/+1
| | | | |
| * | | | Implement file actions dropdownVincent Petry2015-08-102-47/+50
| |/ / / | | | | | | | | | | | | | | | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu.
* | | | Merge pull request #16528 from owncloud/activity-302-improve-settingsJoas Schilling2015-08-111-1/+1
|\ \ \ \ | | | | | | | | | | Activity 302 improve settings
| * | | | Do not use magic strings when there are constants for itJoas Schilling2015-07-221-1/+1
| | | | |
* | | | | Merge pull request #15093 from rullzer/capabilities_managerRoeland Douma2015-08-104-33/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Capabilities manager
| * | | | Use DIRoeland Jago Douma2015-08-101-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
| * | | | Moved core apps to the capabilities managerRoeland Jago Douma2015-08-104-33/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* | | | | fix right sidebar position and first styleJan-Christoph Borchardt2015-08-071-1/+1
| | | | |
* | | | | Added unit tests for right sidebarVincent Petry2015-08-071-1/+1
| | | | |
* | | | | Disable right sidebar in public file list pageVincent Petry2015-08-071-1/+2
| | | | |
* | | | | Styling fixes + hightlight in files sidebarVincent Petry2015-08-073-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Sidebar scrolls with contents Highlight currently show file
* | | | | More fixes to the right sidebarVincent Petry2015-08-073-68/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Sidebar now works in all file list views. Moved owner to share tab.
* | | | | Improved right sidebarVincent Petry2015-08-073-0/+134
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab.
* | | | just pass the share instead of searching for itRobin Appelman2015-08-053-23/+11
| | | |
* | | | add unit tests for share target conflict with group sharesRobin Appelman2015-08-051-0/+39
| | | |
* | | | fix infinite loops with propagating etags on resharesRobin Appelman2015-08-032-7/+16
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-012-6/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-304-2/+4
| | | |
* | | | use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-292-2/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-284-4/+84
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-272-0/+6
| | | |