Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges | Vincent Petry | 2015-08-24 | 1 | -0/+2 |
|\ | | | | | Always detect remote changes for fed sharing | ||||
| * | Always detect remote changes for fed sharing | Vincent Petry | 2015-08-21 | 1 | -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-proxy | Vincent Petry | 2015-08-24 | 5 | -53/+247 |
|\ \ | | | | | | | Use client service to work behind proxy for checks for remote ownCloud instances | ||||
| * | | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 5 | -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 Borchardt | 2015-08-24 | 1 | -0/+1 |
|/ | | | | section | ||||
* | Prevent shares being added to oc_storages via availability | Robin McCorkell | 2015-08-20 | 1 | -0/+18 |
| | |||||
* | Use an IEvent object instead of a huge parameter list | Joas Schilling | 2015-08-19 | 1 | -6/+16 |
| | |||||
* | Send the file id when dealing with remote share responses | Joas Schilling | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14401 from owncloud/ux-s2s-ldap | Thomas Müller | 2015-08-19 | 1 | -0/+8 |
|\ | | | | | allow login names to be used for s2s with LDAP users | ||||
| * | allow login names to be used for s2s with LDAP users | Arthur Schiwon | 2015-04-13 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #18389 from owncloud/fix-17770 | Morris Jobke | 2015-08-18 | 1 | -1/+1 |
|\ \ | | | | | | | Fix extracting basename from path in sharing | ||||
| * | | Fix extracting basename from path in sharing | Robin McCorkell | 2015-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Load missing JS dep in public link page | Vincent Petry | 2015-08-18 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #18318 from owncloud/files-sidebar-fixtabs | Morris Jobke | 2015-08-16 | 2 | -2/+15 |
|\ \ | | | | | | | Improve right sidebar tabs behavior | ||||
| * | | Improve right sidebar tabs behavior | Vincent Petry | 2015-08-14 | 2 | -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 capability | Roeland Jago Douma | 2015-08-14 | 2 | -0/+21 |
| | | | |||||
* | | | Merge pull request #18271 from ↵ | Thomas Müller | 2015-08-14 | 2 | -16/+16 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/issue-18261-sharing-capabilities-use-wrong-default Fix default values of sharing capabilities | ||||
| * | | Fix config map provider for tests | Joas Schilling | 2015-08-13 | 1 | -11/+11 |
| | | | |||||
| * | | Fix default values of sharing capabilities | Joas Schilling | 2015-08-13 | 1 | -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-actions | Jan-Christoph Borchardt | 2015-08-13 | 1 | -21/+6 |
|\ \ \ | | | | | | | | | Sidebar file actions | ||||
| * | | | Make file actions work from sidebar | Vincent Petry | 2015-08-12 | 1 | -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 extending | Joas Schilling | 2015-08-13 | 1 | -0/+82 |
| |/ / |/| | | |||||
* | | | Merge pull request #16543 from rullzer/files_sharing_proper_function_args | Vincent Petry | 2015-08-13 | 2 | -25/+70 |
|\ \ \ | | | | | | | | | files_sharing private function to proper signature | ||||
| * | | | Extend tests for files_sharing api | Roeland Jago Douma | 2015-08-11 | 1 | -0/+48 |
| | | | | |||||
| * | | | Move private functions to proper list of arguments | Roeland Jago Douma | 2015-08-11 | 1 | -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-tests | Thomas Müller | 2015-08-12 | 1 | -30/+12 |
|\ \ \ \ | |_|/ / |/| | | | add test framework for doing full request webdav tests | ||||
| * | | | split out creating the sabre dav server to it's own factory | Robin Appelman | 2015-08-11 | 1 | -30/+12 |
| | | | | |||||
* | | | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 3 | -50/+53 |
|\ \ \ \ | | | | | | | | | | | Move file actions to dropdown | ||||
| * | | | | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 1 | -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 name | Vincent Petry | 2015-08-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 2 | -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-settings | Joas Schilling | 2015-08-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Activity 302 improve settings | ||||
| * | | | | Do not use magic strings when there are constants for it | Joas Schilling | 2015-07-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #15093 from rullzer/capabilities_manager | Roeland Douma | 2015-08-10 | 4 | -33/+20 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Capabilities manager | ||||
| * | | | | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -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 manager | Roeland Jago Douma | 2015-08-10 | 4 | -33/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | | | | | fix right sidebar position and first style | Jan-Christoph Borchardt | 2015-08-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added unit tests for right sidebar | Vincent Petry | 2015-08-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Disable right sidebar in public file list page | Vincent Petry | 2015-08-07 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Styling fixes + hightlight in files sidebar | Vincent Petry | 2015-08-07 | 3 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar scrolls with contents Highlight currently show file | ||||
* | | | | | More fixes to the right sidebar | Vincent Petry | 2015-08-07 | 3 | -68/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar now works in all file list views. Moved owner to share tab. | ||||
* | | | | | Improved right sidebar | Vincent Petry | 2015-08-07 | 3 | -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 it | Robin Appelman | 2015-08-05 | 3 | -23/+11 |
| | | | | |||||
* | | | | add unit tests for share target conflict with group shares | Robin Appelman | 2015-08-05 | 1 | -0/+39 |
| | | | | |||||
* | | | | fix infinite loops with propagating etags on reshares | Robin Appelman | 2015-08-03 | 2 | -7/+16 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-01 | 2 | -6/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 4 | -2/+4 |
| | | | | |||||
* | | | | use inline confirm button style for password-protected links, ref #15176 | Jan-Christoph Borchardt | 2015-07-29 | 2 | -2/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 4 | -4/+84 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-27 | 2 | -0/+6 |
| | | | |