Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | show spinner on file upload in IE8, 9 | Morris Jobke | 2014-12-18 | 1 | -0/+15 |
|/ | |||||
* | Merge pull request #12900 from owncloud/more-accessibility | Thomas Müller | 2014-12-18 | 3 | -1/+6 |
|\ | | | | | More accessibility fixes for Files | ||||
| * | use method to only visually hide elements, show only for screen reader | Jan-Christoph Borchardt | 2014-12-17 | 2 | -2/+2 |
| | | |||||
| * | fix Delete action text being translatable | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
| * | add text to Delete action | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
| * | properly name form labels for the file selection | Jan-Christoph Borchardt | 2014-12-17 | 1 | -0/+1 |
| | | |||||
| * | fix alt text for breadcrumbs home icon | Jan-Christoph Borchardt | 2014-12-17 | 1 | -0/+2 |
| | | |||||
* | | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 2 | -13/+17 |
|/ | | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well. | ||||
* | Fixed small code style issues | Vincent Petry | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | Remove spinner when toggling file favorite | Vincent Petry | 2014-12-15 | 1 | -9/+14 |
| | |||||
* | Fixed has-favorites CSS | Vincent Petry | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Use star icon for favorites | Vincent Petry | 2014-12-15 | 1 | -10/+42 |
| | |||||
* | Correctly replace favorites icon when re-rendering file actions | Vincent Petry | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 4 | -0/+352 |
| | |||||
* | Merge pull request #12639 from owncloud/bad_mtime_format | Morris Jobke | 2014-12-13 | 1 | -3/+16 |
|\ | | | | | Fix formatting of bad dates from external storages | ||||
| * | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 1 | -3/+16 |
| | | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395 | ||||
* | | Merge pull request #12795 from owncloud/files-layoutchanges | Morris Jobke | 2014-12-13 | 1 | -14/+27 |
|\ \ | | | | | | | Move file thumbnail element into the label tag | ||||
| * | | Replace input checkbox CSS selector with .electCheckBox | Vincent Petry | 2014-12-11 | 1 | -7/+7 |
| | | | |||||
| * | | Move file thumbnail into the label element | Vincent Petry | 2014-12-11 | 1 | -8/+21 |
| | | | |||||
* | | | Merge pull request #12527 from owncloud/js-pluginsystem | Robin Appelman | 2014-12-12 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Simple Plugin system for Javascript |