summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* keep spaces out of translationVolkan Gezer2015-01-111-2/+2
| | | | otherwise translators cannot notice it on Transifex
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-114-4/+8
|
* Merge pull request #13226 from owncloud/fix-encodingVolkan Gezer2015-01-101-1/+1
|\ | | | | Don't double encode string
| * Don't double encode stringLukas Reschke2015-01-101-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.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-108-10/+30
|/
* fix rename field position, fix #12927Jan-Christoph Borchardt2015-01-091-2/+6
|
* Merge pull request #13184 from owncloud/fix-keyLukas Reschke2015-01-091-1/+3
|\ | | | | Verify existence of $_GET key
| * Verify existence of $_GET keyLukas Reschke2015-01-091-1/+3
| | | | | | | | | | | | | | | | Otherwise when the file without any specified mimetype was accessed the error log was flooded with entries such as "Undefined index: mime", there can be multiple issues found about this in the forum and our bugtracker. To test this access `/index.php/apps/files/ajax/mimeicon.php` with and without `$_GET['mime']`. Fixes itself.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-096-4/+14
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0818-16/+50
|
* Merge pull request #12687 from owncloud/auto-escape-t-placeholdersMorris Jobke2015-01-071-1/+1
|\ | | | | Auto escape t placeholders
| * Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-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
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-07232-68/+300
| |
* | Merge pull request #13130 from owncloud/getstoragestats-error-handlingLukas Reschke2015-01-061-1/+5
|\ \ | | | | | | Add error handling to getstoragestats.php
| * | Add error handling to getstoragestats.phpRobin Appelman2015-01-061-1/+5
| |/
* | Merge pull request #13128 from owncloud/files-scan-pathThomas Müller2015-01-061-1/+1
|\ \ | | | | | | Fix check if a path argument is passed to occ files:scan
| * | Fix check if a path argument is passed to occ files:scanRobin Appelman2015-01-061-1/+1
| |/
* | Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-068-18/+398
|\ \ | |/ |/| Full content width search results
| * use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-065-10/+10
| |
| * 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 ↵Jörn Friedrich Dreyer2015-01-051-1/+6
| | | | | | | | in other dirs
| * filter trashbin and share viewsJörn Friedrich Dreyer2015-01-053-7/+30
| |
| * 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
| |
| * text and icon fixesJörn Friedrich Dreyer2015-01-021-2/+2
| |
| * correctly update search results when query is changed, show spinner when ↵Jörn Friedrich Dreyer2015-01-021-2/+5
| | | | | | | | searching
| * show no files found messageJörn Friedrich Dreyer2015-01-024-0/+42
| |
| * make OCA.Search.Files available in tests and for other appsJörn Friedrich Dreyer2015-01-021-0/+1
| |
| * add file summary filter spec testsJörn Friedrich Dreyer2015-01-021-0/+63
| |
| * 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, ↵Jörn Friedrich Dreyer2015-01-024-14/+124
| | | | | | | | use js plugin mechanism
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-062-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-054-4/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-044-12/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-032-10/+10
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-024-10/+44
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-014-22/+180
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-314-4/+60
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-294-4/+18
|