summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22608 from owncloud/collaborative-tagsThomas Müller2016-02-261-1/+1
|\ | | | | Rename system tags app to collaborative tags
| * Rename system tags app to collaborative tagsJoas Schilling2016-02-261-1/+1
| |
* | Make more action icons themable + style fixesVincent Petry2016-02-251-2/+1
| | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
* | Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-12/+13
|/ | | | This makes theming of file actions possible
* Tweak tooltip style for recipientsVincent Petry2016-02-252-2/+10
|
* Add the uid on hover for sharing autocompleteJoas Schilling2016-02-241-1/+2
|
* Fix unit tests affected by side effectsVincent Petry2016-02-221-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 blinkingVincent Petry2016-02-222-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 stringsThomas Müller2016-02-192-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 requestsLukas Reschke2016-02-182-2/+6
|
* Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-175-4/+120
|\ | | | | Adding global error handler for ajax calls which run into redirection…
| * Add handler for global ajax errorsVincent Petry2016-02-155-8/+117
| |
| * Adding global error handler for ajax calls which run into redirections or ↵Thomas Müller2016-02-151-0/+7
| | | | | | | | unauthorized responses
* | Merge pull request #22445 from owncloud/files-client-sendpropfindheadersThomas Müller2016-02-171-12/+7
|\ \ | | | | | | Files DAV client send propfind headers
| * | Fix redundant headers in files dav clientVincent Petry2016-02-161-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_22441Thomas Müller2016-02-172-0/+43
|\ \ | | | | | | Unlock sharee input field when sharing fails
| * | Do not clear sharee input on failed shareRoeland Jago Douma2016-02-171-2/+2
| | |
| * | Unlock sharee input field when sharing failsRoeland Jago Douma2016-02-172-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 userRoeland Jago Douma2016-02-161-1/+1
|/
* Merge pull request #22383 from owncloud/better-sharee-translationsThomas Müller2016-02-151-3/+10
|\ | | | | Do not use string concatination for translations
| * Do not use string concatination for translationsJoas Schilling2016-02-151-3/+10
| |
* | Merge pull request #22350 from owncloud/fix_22304Thomas Müller2016-02-153-8/+30
|\ \ | |/ |/| WebUI feedback when sharing
| * Updated unit testsRoeland Jago Douma2016-02-121-1/+15
| |
| * Provide proper feedback when creating a share in the webUIRoeland Jago Douma2016-02-122-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 insensitiveRoeland Jago Douma2016-02-142-1/+55
| | | | | | | | | | | | fixes: #22352 * Added unit tests
* | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-131-1/+5
|\ \ | | | | | | show remote server on federated share auto-complete
| * | show remote server on auto completeBjoern Schiessle2016-02-121-1/+5
| | |
* | | Merge pull request #21837 from owncloud/recipients-error-messageThomas Müller2016-02-121-2/+28
|\ \ \ | | | | | | | | First try for shareWithField error message
| * | | Clear error when removing textRoeland Jago Douma2016-02-121-1/+16
| | | |
| * | | Update tooltip on new searchRoeland Jago Douma2016-02-121-8/+12
| | | |
| * | | First try for shareWithField error messageJulian Müller2016-02-121-0/+7
| | |/ | |/| | | | | | | Second try for ShareWithField error message
* | | Reload list of shares on directory changeRoeland Jago Douma2016-02-111-1/+7
| | |
* | | Calculate the share statuses in js from the OCS ResponseRoeland Jago Douma2016-02-111-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 userRoeland Jago Douma2016-02-102-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 existsRoeland Jago Douma2016-02-101-1/+1
| | | | | If there is no share to delete do not set the spinner. Fixes #21726
* Move update notification code into appLukas Reschke2016-02-091-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 appVincent Petry2016-02-093-1/+230
|
* Merge pull request #22186 from ↵Thomas Müller2016-02-081-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 postLukas Reschke2016-02-081-1/+1
| |
| * Don't show "report this to the community" when the upgrade is unsupportedMorris Jobke2016-02-081-6/+10
| | | | | | | | * fixes #21367
* | Make JS Webdav work again with IE9-IE10Vincent Petry2016-02-051-55/+41
|/
* Merge pull request #22133 from owncloud/add-check-for-contentThomas Müller2016-02-041-1/+1
|\ | | | | Add check for content
| * Add check for contentLukas Reschke2016-02-041-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-filesclientThomas Müller2016-02-042-148/+142
|\ \ | | | | | | Fix jsunit filesclient
| * | Fix JS DAV files client unit testsVincent Petry2016-02-041-146/+140
| | | | | | | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object.
| * | Small fixes in Dav files clientVincent Petry2016-02-041-2/+2
| |/ | | | | | | | | Remove double leading slash in path. Add utf-8 in default content type.
* / Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-0/+4
|/ | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
* host and hostname are different thingsRoeland Jago Douma2016-02-031-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 nodesVincent Petry2016-02-021-1/+1
| | | | Return empty string instead of undefined
* Expose display name in JS sideVincent Petry2016-02-021-0/+32
| | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js