summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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-0610-18/+410
|\ \ | |/ |/| Full content width search results
| * use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-067-12/+12
| |
| * 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-055-7/+42
| |
| * 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-0682-84/+16
| |
* | Check for version before mounting a public linkMorris Jobke2015-01-052-2/+3
| | | | | | | | | | | | * ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message
* | Merge pull request #13099 from owncloud/fix-provisioning-apiLukas Reschke2015-01-051-5/+0
|\ \ | | | | | | Remove unnecessary setUp method from provisioning_api
| * | Remove unnecessary setUp methodTom Needham2015-01-041-5/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0556-38/+314
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0456-124/+194
| | |
* | | Merge pull request #13091 from owncloud/fix-provisioning-apiMorris Jobke2015-01-035-4/+24
|\| | | | | | | | Fix remaining unit tests for provisioning_api
| * | Add proper group setup and teardown to all provisioning_api testsTom Needham2015-01-033-0/+9
| | |
| * | Create admin group before running provisioning_api testsTom Needham2015-01-031-0/+5
| | |
| * | Ensure admin group is present before running testsTom Needham2015-01-034-4/+10
| | |
* | | Merge pull request #13082 from mmattel/rename_text_no_external_storagesMorris Jobke2015-01-031-1/+1
|\ \ \ | | | | | | | | adopt text "no external storage configured"
| * | | adopt text "no ecternal storage configured"root2015-01-021-1/+1
| | | | | | | | | | | | | | | | storage -> storages
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-038-44/+46
| |/ / |/| |
* | | Change array element order to fix failing testTom Needham2015-01-021-1/+1
| | |
* | | Add placeholder app.php for provisioning_api so app is detectedTom Needham2015-01-021-0/+23
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0218-52/+92
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0120-24/+224
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-3128-30/+212
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-298-4/+24
|
* Merge pull request #13023 from owncloud/provisioning_api-2Thomas Müller2014-12-289-0/+1674
|\ | | | | [jenkins] Add provisioning_api app
| * Add provisioning_api appTom Needham2014-12-249-0/+1674
| | | | | | | | | | | | enable unit tests for provisioning api fix admin docu key