summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-148-12/+190
|
* Fix PHP doc and enforce typeLukas Reschke2015-01-131-3/+3
|
* Merge pull request #13277 from owncloud/pasteurlJoas Schilling2015-01-131-1/+1
|\ | | | | add https:// placeholder for From Link feature. closes #13255
| * add https:// placeholder for From Link feature. closes #13255Volkan Gezer2015-01-121-1/+1
| |
* | Merge pull request #13289 from owncloud/fav-keepfavoncancelrenameMorris Jobke2015-01-132-6/+41
|\ \ | | | | | | Properly update internal file info with updated tags
| * | Properly update internal file info with updated tagsVincent Petry2015-01-122-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-13148-190/+194
| | |
* | | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-122-7/+122
|\ \ \ | | | | | | | | don't show no files yet when mask is in place, fixes #13141
| * | | 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
|\ \ \ \ | | | | | | | | | | Fixes issues when renaming favorite file
| * | | | Return path attribute for ajax rename operationsVincent Petry2015-01-122-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side.
| * | | | Return tags after renameVincent Petry2015-01-122-2/+72
| | |/ / | |/| | | | | | | | | | | | | | | | | | To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response
* | | | Merge pull request #13279 from owncloud/upload-original-nameMorris Jobke2015-01-121-2/+2
|\ \ \ \ | | | | | | | | | | Send the proper original name for uploaded files
| * | | | 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 keys
| * | | | Check for existence of $_GET keysLukas Reschke2015-01-091-5/+5
| | | | | | | | | | | | | | | | | | | | Otherwise PHP errors are thrown in the error log.
* | | | | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Make it possible to drop files below the table even if the table is smaller than the window height. Added a check to make sure upload is not triggered on invisible lists.
* | | | Merge pull request #13254 from owncloud/fixsharel10nThomas Müller2015-01-121-1/+1
|\ \ \ \ | | | | | | | | | | make Share/Download buttons localized again
| * | | | make Share button localized againVolkan Gezer2015-01-111-1/+1
| | |_|/ | |/| | | | | | | | | | it seems we have forgotten to use named FileAction
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-12232-234/+246
| | | |
* | | | 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
| |