aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* toggle back when the action was not performedJoas Schilling2015-02-021-2/+7
* fix response for tags and show error messageMorris Jobke2015-02-021-3/+8
* Only update favorite icon if the operation was successfulJoas Schilling2015-02-021-1/+3
* Merge pull request #13276 from Sugaroverdose/fix_#11348Morris Jobke2015-01-181-1/+2
|\
| * fix_#11348 Safari rename button positioningSergei Shuykov2015-01-161-1/+2
* | fix unlocalized favorites browser title and alttextVolkan Gezer2015-01-172-2/+2
* | Disallow ctrl click to select when selection not allowedVincent Petry2015-01-151-1/+1
* | Auto-blur when clicking on file to downloadVincent Petry2015-01-151-0/+2
* | Merge pull request #13370 from Sugaroverdose/fix_#13322Thomas Müller2015-01-151-0/+1
|\ \
| * | Force browser to redraw favorite iconSugaroverdose2015-01-151-0/+1
| |/
* | Merge pull request #13277 from owncloud/pasteurlJoas Schilling2015-01-131-1/+1
|\ \
| * | add https:// placeholder for From Link feature. closes #13255Volkan Gezer2015-01-121-1/+1
* | | Merge pull request #13289 from owncloud/fav-keepfavoncancelrenameMorris Jobke2015-01-131-2/+9
|\ \ \
| * | | Properly update internal file info with updated tagsVincent Petry2015-01-121-2/+9
* | | | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-121-3/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | add js tests for filelist filteringJörn Friedrich Dreyer2015-01-091-2/+4
| * | | don't show no files yet when mask is in place, fixes #13141Jörn Friedrich Dreyer2015-01-071-1/+3
* | | | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
| |/ / |/| |
* | | Merge pull request #13254 from owncloud/fixsharel10nThomas Müller2015-01-121-1/+1
|\ \ \
| * | | make Share button localized againVolkan Gezer2015-01-111-1/+1
| | |/ | |/|
* / | keep spaces out of translationVolkan Gezer2015-01-111-2/+2
|/ /
* / Don't double encode stringLukas Reschke2015-01-101-1/+1
|/
* Merge pull request #12687 from owncloud/auto-escape-t-placeholdersMorris Jobke2015-01-071-1/+1
|\
| * Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
* | use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-062-4/+4
* | clear search when navigating via breadcrumbsJörn Friedrich Dreyer2015-01-061-0/+1
* | correctly clear searchbox when switching filelistsJörn Friedrich Dreyer2015-01-051-0/+3
* | fix onScroll breaking search, fix keyboard navigation, fix filter for files i...Jörn Friedrich Dreyer2015-01-051-1/+6
* | filter trashbin and share viewsJörn Friedrich Dreyer2015-01-052-7/+24
* | delay hiding no results message until search is triggeredJörn Friedrich Dreyer2015-01-021-1/+4
* | use " to avoid escaping 'Jörn Friedrich Dreyer2015-01-021-1/+1
* | correctly update search results when query is changed, show spinner when sear...Jörn Friedrich Dreyer2015-01-021-2/+5
* | show no files found messageJörn Friedrich Dreyer2015-01-022-0/+13
* | make OCA.Search.Files available in tests and for other appsJörn Friedrich Dreyer2015-01-021-0/+1
* | Fix rendering search resultsRobin Appelman2015-01-021-6/+13
* | fix countJörn Friedrich Dreyer2015-01-021-1/+1
* | use correct visibilitiesJörn Friedrich Dreyer2015-01-021-101/+111
* | fix js testsJörn Friedrich Dreyer2015-01-021-8/+13
* | instantiate file searchJörn Friedrich Dreyer2015-01-021-19/+20
* | don't use full class name to register pluginJörn Friedrich Dreyer2015-01-021-8/+21
* | allow getting the last queryJörn Friedrich Dreyer2015-01-021-24/+22
* | hide irrelevant stuff in empty filelistJörn Friedrich Dreyer2015-01-021-3/+5
* | show audio icon & image previewsJörn Friedrich Dreyer2015-01-021-18/+16
* | hide header when no files in list matchJörn Friedrich Dreyer2015-01-023-8/+40
* | filter new rowsJörn Friedrich Dreyer2015-01-022-17/+77
* | move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-022-11/+122
|/
* Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-4/+9
|\
| * properly escape variableJan-Christoph Borchardt2014-12-181-1/+1
| * fix accessibility for 'New' file inputsJan-Christoph Borchardt2014-12-181-1/+6
| * fix accessibility of file uploadJan-Christoph Borchardt2014-12-181-3/+3