summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update error text for link passwordsMorris Jobke2016-03-041-0/+2
* | | trigger login if remember_login checkedprastut2016-03-041-0/+11
|/ /
* | Update author informationLukas Reschke2016-03-011-1/+1
* | Merge pull request #22677 from owncloud/allow-to-overwrite-single-l10n-string...Thomas Müller2016-03-012-6/+20
|\ \
| * | Improved JS L10N bundle merging + testsVincent Petry2016-02-292-3/+9
| * | Allow to overwrite a single language string via the theme folderJoas Schilling2016-02-261-6/+14
* | | Merge pull request #22608 from owncloud/collaborative-tagsThomas Müller2016-02-261-1/+1
|\ \ \
| * | | Rename system tags app to collaborative tagsJoas Schilling2016-02-261-1/+1
| |/ /
* | | Make more action icons themable + style fixesVincent Petry2016-02-251-2/+1
* | | Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-12/+13
|/ /
* | 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
* | Accumulate notifications instead of blinkingVincent Petry2016-02-222-114/+265
* | 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
|\ \ \