summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-272-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-252-18/+90
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-242-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-236-2/+16
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-224-8/+152
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-214-8/+34
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-20140-18/+208
|
* Merge pull request #12935 from owncloud/public-tagsmanagerissueMorris Jobke2014-12-192-1/+1
|\ | | | | Only populate tags in main file list
| * Only populate tags in main file listVincent Petry2014-12-182-1/+1
| | | | | | | | | | | | Moved populateTags to be done on the main file list. This prevents the public file list to go through the same code and cause an error when there is no user.
* | Merge pull request #12906 from owncloud/keyboardnav-feedbackThomas Müller2014-12-191-4/+9
|\ \ | | | | | | Accessibility: Keyboard navigation feedback
| * | first part of fixing feedback for file list when using keyboardJan-Christoph Borchardt2014-12-191-4/+9
| | |
* | | Merge pull request #12865 from owncloud/files-tags-webdavMorris Jobke2014-12-191-0/+1
|\ \ \ | | | | | | | | Returns tags through WebDAV
| * | | Returns and update tags through WebDAV PROPFIND and PROPPATCHVincent Petry2014-12-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added oc:tags and oc:favorites in PROPFIND response. It is possible to update them with PROPPATCH. These properties are optional which means they need to be requested explicitly
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-19152-52/+670
| |/ / |/| |
* | | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-194-13/+24
|\ \ \ | | | | | | | | Wave accessibility compliance
| * | | properly escape variableJan-Christoph Borchardt2014-12-181-1/+1
| | | |
| * | | get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-181-2/+2
| | | |
| * | | fix accessibility for deleted filesJan-Christoph Borchardt2014-12-181-2/+4
| | | |
| * | | fix accessibility for 'New' file inputsJan-Christoph Borchardt2014-12-181-1/+6
| | | |
| * | | fix accessibility of file uploadJan-Christoph Borchardt2014-12-183-8/+12
| | | |
* | | | Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-182-2/+3
|\ \ \ \ | | | | | | | | | | Add mount specific options
| * | | | Add getMountPoint to FileInfoRobin Appelman2014-12-172-2/+3
| | | | |
* | | | | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-181-8/+0
|\ \ \ \ \ | | | | | | | | | | | | first step to drop \OCP\Config:: in favour of IConfig
| * | | | | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-8/+0
| | | | | |
* | | | | | show spinner on file upload in IE8, 9Morris Jobke2014-12-181-0/+15
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #12925 from owncloud/fix-js-unit-testsVincent Petry2014-12-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | be more explicit in JS unit tests - caused by accessibility issues
| * | | | be more explicit in JS unit tests - caused by accessibility issuesMorris Jobke2014-12-181-1/+1
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-18128-130/+10
|/ / / /
* | | | Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-185-4/+14
|\ \ \ \ | | | | | | | | | | More accessibility fixes for Files
| * | | | use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-174-4/+4
| | | | |
| * | | | add text to Settings buttonJan-Christoph Borchardt2014-12-171-1/+3
| | | | |