Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toggle back when the action was not performed | Joas Schilling | 2015-02-02 | 1 | -2/+7 |
| | |||||
* | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 1 | -3/+8 |
| | |||||
* | Only update favorite icon if the operation was successful | Joas Schilling | 2015-02-02 | 1 | -1/+3 |
| | | | | Also shows a notification in case an error occured on updating the tags | ||||
* | Merge pull request #13276 from Sugaroverdose/fix_#11348 | Morris Jobke | 2015-01-18 | 1 | -1/+2 |
|\ | | | | | fix safari rename button positioning #11348 | ||||
| * | fix_#11348 Safari rename button positioning | Sergei Shuykov | 2015-01-16 | 1 | -1/+2 |
| | | |||||
* | | fix unlocalized favorites browser title and alttext | Volkan Gezer | 2015-01-17 | 2 | -2/+2 |
| | | |||||
* | | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Auto-blur when clicking on file to download | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #13370 from Sugaroverdose/fix_#13322 | Thomas Müller | 2015-01-15 | 1 | -0/+1 |
|\ \ | | | | | | | Force browser to redraw favorite icon on src change | ||||
| * | | Force browser to redraw favorite icon | Sugaroverdose | 2015-01-15 | 1 | -0/+1 |
| |/ | | | | | | | on src change | ||||
* | | Merge pull request #13277 from owncloud/pasteurl | Joas Schilling | 2015-01-13 | 1 | -1/+1 |
|\ \ | | | | | | | add https:// placeholder for From Link feature. closes #13255 | ||||
| * | | add https:// placeholder for From Link feature. closes #13255 | Volkan Gezer | 2015-01-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13289 from owncloud/fav-keepfavoncancelrename | Morris Jobke | 2015-01-13 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | Properly update internal file info with updated tags | ||||
| * | | | Properly update internal file info with updated tags | Vincent Petry | 2015-01-12 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo. | ||||
* | | | | Merge pull request #13154 from owncloud/fix13141 | Thomas Müller | 2015-01-12 | 1 | -3/+7 |
|\ \ \ \ | |_|_|/ |/| | | | don't show no files yet when mask is in place, fixes #13141 | ||||
| * | | | add js tests for filelist filtering | Jörn Friedrich Dreyer | 2015-01-09 | 1 | -2/+4 |
| | | | | |||||
| * | | | don't show no files yet when mask is in place, fixes #13141 | Jörn Friedrich Dreyer | 2015-01-07 | 1 | -1/+3 |
| | | | | |||||
* | | | | Allow dropping files on the table container | Vincent Petry | 2015-01-12 | 1 | -1/+10 |
| |/ / |/| | | | | | | | | | | | | | | | | | Make it possible to drop files below the table even if the table is smaller than the window height. Added a check to make sure upload is not triggered on invisible lists. | ||||
* | | | Merge pull request #13254 from owncloud/fixsharel10n | Thomas Müller | 2015-01-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | make Share/Download buttons localized again | ||||
| * | | | make Share button localized again | Volkan Gezer | 2015-01-11 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | it seems we have forgotten to use named FileAction | ||||
* / | | keep spaces out of translation | Volkan Gezer | 2015-01-11 | 1 | -2/+2 |
|/ / | | | | | | | otherwise translators cannot notice it on Transifex | ||||
* / | Don't double encode string | Lukas Reschke | 2015-01-10 | 1 | -1/+1 |
|/ | | | | | | We already use `.text()` here which automatically properly encodes the string. Thus the string will be double-encoded and look ugly. (i.e. when you search for ">" you will see "No results found for >") Fixes itself. | ||||
* | Merge pull request #12687 from owncloud/auto-escape-t-placeholders | Morris Jobke | 2015-01-07 | 1 | -1/+1 |
|\ | | | | | Auto escape t placeholders | ||||
| * | Autoescape of placeholders in t() and p() - for JS | Morris Jobke | 2015-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc | ||||
* | | use class for no results div instead of id. the elements are not unique. | Jörn Friedrich Dreyer | 2015-01-06 | 2 | -4/+4 |
| | | |||||
* | | clear search when navigating via breadcrumbs | Jörn Friedrich Dreyer | 2015-01-06 | 1 | -0/+1 |
| | | |||||
* | | correctly clear searchbox when switching filelists | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -0/+3 |
| | | |||||
* | | fix onScroll breaking search, fix keyboard navigation, fix filter for files ↵ | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -1/+6 |
| | | | | | | | | in other dirs | ||||
* | | filter trashbin and share views | Jörn Friedrich Dreyer | 2015-01-05 | 2 | -7/+24 |
| | | |||||
* | | delay hiding no results message until search is triggered | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+4 |
| | | |||||
* | | use " to avoid escaping ' | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | correctly update search results when query is changed, show spinner when ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+5 |
| | | | | | | | | searching | ||||
* | | show no files found message | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -0/+13 |
| | | |||||
* | | make OCA.Search.Files available in tests and for other apps | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+1 |
| | | |||||
* | | Fix rendering search results | Robin Appelman | 2015-01-02 | 1 | -6/+13 |
| | | |||||
* | | fix count | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | use correct visibilities | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -101/+111 |
| | | |||||
* | | fix js tests | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -8/+13 |
| | | |||||
* | | instantiate file search | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -19/+20 |
| | | |||||
* | | don't use full class name to register plugin | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -8/+21 |
| | | |||||
* | | allow getting the last query | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -24/+22 |
| | | |||||
* | | hide irrelevant stuff in empty filelist | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -3/+5 |
| | | |||||
* | | show audio icon & image previews | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -18/+16 |
| | | |||||
* | | hide header when no files in list match | Jörn Friedrich Dreyer | 2015-01-02 | 3 | -8/+40 |
| | | |||||
* | | filter new rows | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -17/+77 |
| | | |||||
* | | move search results below filelist, show hint when results are off screen, ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -11/+122 |
|/ | | | | use js plugin mechanism | ||||
* | Merge pull request #12941 from owncloud/wave-accessibility-compliance | Morris Jobke | 2014-12-19 | 1 | -4/+9 |
|\ | | | | | Wave accessibility compliance | ||||
| * | properly escape variable | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | fix accessibility for 'New' file inputs | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+6 |
| | | |||||
| * | fix accessibility of file upload | Jan-Christoph Borchardt | 2014-12-18 | 1 | -3/+3 |
| | |