summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix error ins source language stringsThomas Müller2016-02-192-4/+4
* | 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
|\ \
| * | Add handler for global ajax errorsVincent Petry2016-02-155-8/+117
| * | Adding global error handler for ajax calls which run into redirections or una...Thomas Müller2016-02-151-0/+7
* | | Merge pull request #22445 from owncloud/files-client-sendpropfindheadersThomas Müller2016-02-171-12/+7
|\ \ \
| * | | Fix redundant headers in files dav clientVincent Petry2016-02-161-12/+7
| |/ /
* | | Merge pull request #22452 from owncloud/fix_22441Thomas Müller2016-02-172-0/+43
|\ \ \
| * | | 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
| |/ /
* / / 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 translationsJoas Schilling2016-02-151-3/+10
* | | Merge pull request #22350 from owncloud/fix_22304Thomas Müller2016-02-153-8/+30
|\ \ \ | |/ / |/| |
| * | 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
* | | Search tags case insensitiveRoeland Jago Douma2016-02-142-1/+55
* | | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-131-1/+5
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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
| | |/ / | |/| |
* | | | 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
|/ / /
* / / Only show link shares for the current userRoeland Jago Douma2016-02-102-3/+14
|/ /
* | Only show link spinner if the share existsRoeland Jago Douma2016-02-101-1/+1
* | Move update notification code into appLukas Reschke2016-02-091-30/+0
* | Add system tags filter section for files appVincent Petry2016-02-093-1/+230
* | Merge pull request #22186 from owncloud/show-different-unsupported-failure-me...Thomas Müller2016-02-081-6/+10
|\ \
| * | 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
* | | 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 contentLukas Reschke2016-02-041-1/+1
* | | Merge pull request #22130 from owncloud/fix-jsunit-filesclientThomas Müller2016-02-042-148/+142
|\ \ \
| * | | Fix JS DAV files client unit testsVincent Petry2016-02-041-146/+140
| * | | Small fixes in Dav files clientVincent Petry2016-02-041-2/+2
| |/ /
* / / Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-0/+4
|/ /
* | host and hostname are different thingsRoeland Jago Douma2016-02-031-2/+19
* | Fix parsing empty Webdav property nodesVincent Petry2016-02-021-1/+1
* | Expose display name in JS sideVincent Petry2016-02-021-0/+32
* | Add pagination support for comments GUIVincent Petry2016-02-021-8/+14
* | changed variables to lowercaseVincent Chan2016-02-021-5/+5
* | Move data protection check to javascriptVincent Chan2016-02-013-27/+79
|/
* Merge pull request #21953 from owncloud/make-enable_avatars-more-robustThomas Müller2016-02-011-1/+1
|\
| * Make enable_avatars setting more robustMorris Jobke2016-01-271-1/+1
* | Update explanation of how to enable debug modematthias-g2016-01-301-2/+2
* | Merge pull request #21992 from owncloud/share-dialog-error-handlingThomas Müller2016-01-292-7/+158
|\ \
| * | Properly forward error messages in share dialogVincent Petry2016-01-282-7/+158