summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-122-7/+122
|\
| * add js tests for filelist filteringJörn Friedrich Dreyer2015-01-092-6/+119
| * don't show no files yet when mask is in place, fixes #13141Jörn Friedrich Dreyer2015-01-071-1/+3
* | Merge pull request #13272 from owncloud/fav-renamekeepfavJoas Schilling2015-01-122-2/+75
|\ \
| * | Return path attribute for ajax rename operationsVincent Petry2015-01-122-0/+3
| * | Return tags after renameVincent Petry2015-01-122-2/+72
* | | Merge pull request #13279 from owncloud/upload-original-nameMorris Jobke2015-01-121-2/+2
|\ \ \
| * | | Send the proper original name for uploaded filesRobin Appelman2015-01-121-2/+2
* | | | Merge pull request #13210 from owncloud/use-issetMorris Jobke2015-01-121-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Check for existence of $_GET keysLukas Reschke2015-01-091-5/+5
* | | | 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
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-12232-234/+246
* | | | keep spaces out of translationVolkan Gezer2015-01-111-2/+2
|/ / /
* | | [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 stringLukas Reschke2015-01-101-1/+1
| |/ /
* / / [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 keyLukas Reschke2015-01-091-1/+3
* | | [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
|\
| * Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
* | [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.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:scanRobin Appelman2015-01-061-1/+1
| |/
* | Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-068-18/+398
|\ \ | |/ |/|
| * 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 i...Jörn Friedrich Dreyer2015-01-051-1/+6
| * 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 sear...Jörn Friedrich Dreyer2015-01-021-2/+5
| * 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