Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22608 from owncloud/collaborative-tags | Thomas Müller | 2016-02-26 | 1 | -1/+1 |
|\ | | | | | Rename system tags app to collaborative tags | ||||
| * | Rename system tags app to collaborative tags | Joas Schilling | 2016-02-26 | 1 | -1/+1 |
| | | |||||
* | | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -2/+1 |
| | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
* | | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -12/+13 |
|/ | | | | This makes theming of file actions possible | ||||
* | Tweak tooltip style for recipients | Vincent Petry | 2016-02-25 | 2 | -2/+10 |
| | |||||
* | Add the uid on hover for sharing autocomplete | Joas Schilling | 2016-02-24 | 1 | -1/+2 |
| | |||||
* | Fix unit tests affected by side effects | Vincent Petry | 2016-02-22 | 1 | -1/+3 |
| | | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work. | ||||
* | Accumulate notifications instead of blinking | Vincent Petry | 2016-02-22 | 2 | -114/+265 |
| | | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button. | ||||
* | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 2 | -4/+4 |
| | | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028 | ||||
* | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 2 | -2/+6 |
| | |||||
* | Merge pull request #16783 from owncloud/handle-redirects-global | Thomas Müller | 2016-02-17 | 5 | -4/+120 |
|\ | | | | | Adding global error handler for ajax calls which run into redirection… | ||||
| * | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 5 | -8/+117 |
| | | |||||
| * | Adding global error handler for ajax calls which run into redirections or ↵ | Thomas Müller | 2016-02-15 | 1 | -0/+7 |
| | | | | | | | | unauthorized responses | ||||
* | | Merge pull request #22445 from owncloud/files-client-sendpropfindheaders | Thomas Müller | 2016-02-17 | 1 | -12/+7 |
|\ \ | | | | | | | Files DAV client send propfind headers | ||||
| * | | Fix redundant headers in files dav client | Vincent Petry | 2016-02-16 | 1 | -12/+7 |
| |/ | | | | | | | | | The defaultHeaders are already injected with the xhrProvider, so no need to pass them again a second time. | ||||
* | | Merge pull request #22452 from owncloud/fix_22441 | Thomas Müller | 2016-02-17 | 2 | -0/+43 |
|\ \ | | | | | | | Unlock sharee input field when sharing fails | ||||
| * | | Do not clear sharee input on failed share | Roeland Jago Douma | 2016-02-17 | 1 | -2/+2 |
| | | | |||||
| * | | Unlock sharee input field when sharing fails | Roeland Jago Douma | 2016-02-17 | 2 | -0/+43 |
| |/ | | | | | | | | | | | | | Fixes #22441 When addShares fails (for whatever reason) we should unlock the sharee input field so the user does not have to reload the page. | ||||
* / | Allow searching for single user | Roeland Jago Douma | 2016-02-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #22383 from owncloud/better-sharee-translations | Thomas Müller | 2016-02-15 | 1 | -3/+10 |
|\ | | | | | Do not use string concatination for translations | ||||
| * | Do not use string concatination for translations | Joas Schilling | 2016-02-15 | 1 | -3/+10 |
| | | |||||
* | | Merge pull request #22350 from owncloud/fix_22304 | Thomas Müller | 2016-02-15 | 3 | -8/+30 |
|\ \ | |/ |/| | WebUI feedback when sharing | ||||
| * | Updated unit tests | Roeland Jago Douma | 2016-02-12 | 1 | -1/+15 |
| | | |||||
| * | Provide proper feedback when creating a share in the webUI | Roeland Jago Douma | 2016-02-12 | 2 | -7/+15 |
| | | | | | | | | | | | | | | Fixes #22304 Creating a share is not instant (especially not for federated shares) so we should show that something is happening in the webUI properly. | ||||
* | | Search tags case insensitive | Roeland Jago Douma | 2016-02-14 | 2 | -1/+55 |
| | | | | | | | | | | | | fixes: #22352 * Added unit tests | ||||
* | | Merge pull request #22351 from owncloud/fix_22277 | Thomas Müller | 2016-02-13 | 1 | -1/+5 |
|\ \ | | | | | | | show remote server on federated share auto-complete | ||||
| * | | show remote server on auto complete | Bjoern Schiessle | 2016-02-12 | 1 | -1/+5 |
| | | | |||||
* | | | Merge pull request #21837 from owncloud/recipients-error-message | Thomas Müller | 2016-02-12 | 1 | -2/+28 |
|\ \ \ | | | | | | | | | First try for shareWithField error message | ||||
| * | | | Clear error when removing text | Roeland Jago Douma | 2016-02-12 | 1 | -1/+16 |
| | | | | |||||
| * | | | Update tooltip on new search | Roeland Jago Douma | 2016-02-12 | 1 | -8/+12 |
| | | | | |||||
| * | | | First try for shareWithField error message | Julian Müller | 2016-02-12 | 1 | -0/+7 |
| | |/ | |/| | | | | | | | Second try for ShareWithField error message | ||||
* | | | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -1/+7 |
| | | | |||||
* | | | Calculate the share statuses in js from the OCS Response | Roeland Jago Douma | 2016-02-11 | 1 | -6/+12 |
|/ / | | | | | | | | | Right now this is only done on page load. We should do it on each directory traversal. | ||||
* / | Only show link shares for the current user | Roeland Jago Douma | 2016-02-10 | 2 | -3/+14 |
|/ | | | | | | | Currently we have no way to display multiple links in the UI. So just display the link share for the current user. Fixes #22275 | ||||
* | Only show link spinner if the share exists | Roeland Jago Douma | 2016-02-10 | 1 | -1/+1 |
| | | | | | If there is no share to delete do not set the spinner. Fixes #21726 | ||||
* | Move update notification code into app | Lukas Reschke | 2016-02-09 | 1 | -30/+0 |
| | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... | ||||
* | Add system tags filter section for files app | Vincent Petry | 2016-02-09 | 3 | -1/+230 |
| | |||||
* | Merge pull request #22186 from ↵ | Thomas Müller | 2016-02-08 | 1 | -6/+10 |
|\ | | | | | | | | | owncloud/show-different-unsupported-failure-message Don't show "report this to the community" when the upgrade is unsuppo… | ||||
| * | Add message with reference to forum post | Lukas Reschke | 2016-02-08 | 1 | -1/+1 |
| | | |||||
| * | Don't show "report this to the community" when the upgrade is unsupported | Morris Jobke | 2016-02-08 | 1 | -6/+10 |
| | | | | | | | | * fixes #21367 | ||||
* | | Make JS Webdav work again with IE9-IE10 | Vincent Petry | 2016-02-05 | 1 | -55/+41 |
|/ | |||||
* | Merge pull request #22133 from owncloud/add-check-for-content | Thomas Müller | 2016-02-04 | 1 | -1/+1 |
|\ | | | | | Add check for content | ||||
| * | Add check for content | Lukas Reschke | 2016-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | The response may be a redirect which is always followed by jQuery. Thus leading to false positives depending on the server configuration (e.g. when it issues a 302) To prevent that there is also a check performed on the response content. | ||||
* | | Merge pull request #22130 from owncloud/fix-jsunit-filesclient | Thomas Müller | 2016-02-04 | 2 | -148/+142 |
|\ \ | | | | | | | Fix jsunit filesclient | ||||
| * | | Fix JS DAV files client unit tests | Vincent Petry | 2016-02-04 | 1 | -146/+140 |
| | | | | | | | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object. | ||||
| * | | Small fixes in Dav files client | Vincent Petry | 2016-02-04 | 1 | -2/+2 |
| |/ | | | | | | | | | Remove double leading slash in path. Add utf-8 in default content type. | ||||
* / | Introduce some mimetypes for richdocuments | Faruk Uzun | 2016-02-04 | 1 | -0/+4 |
|/ | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote | ||||
* | host and hostname are different things | Roeland Jago Douma | 2016-02-03 | 1 | -2/+19 |
| | | | | | | | | | | host can contain the port (host of http://example.com:1234 is example.com:1234) while hostname never contains a port. They can however be similar. If you navigate to http://example.com then both host and hostname will be example.com. * Fixed docs * added getHostName function | ||||
* | Fix parsing empty Webdav property nodes | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| | | | | Return empty string instead of undefined | ||||
* | Expose display name in JS side | Vincent Petry | 2016-02-02 | 1 | -0/+32 |
| | | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js |