summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-10/+44
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-4/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-032-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-316-40/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-304-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-6/+6
|
* Remove duplicated definition of APIControllerJoas Schilling2015-01-261-12/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-254-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-242-2/+2
|
* Ignore favorites that are not available when creating the favorites listJoas Schilling2015-01-232-3/+19
| | | | Also correctly return the exception for all cases when adding/removing favos
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-4/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-204-4/+32
|
* Remove stripslashes() from newfolder.phpLukas Reschke2015-01-191-2/+1
|
* Merge pull request #13276 from Sugaroverdose/fix_#11348Morris Jobke2015-01-182-4/+18
|\ | | | | fix safari rename button positioning #11348
| * Add ie8 text-overflow: ellipsis supportSugaroverdose2015-01-171-0/+11
| | | | | | | | minimum browser window width ≈ 1280px
| * use some magic to make 'popular browsers' workSugaroverdose2015-01-161-0/+2
| | | | | | | | as expected with inline-block span
| * fix_#11348 Safari rename button positioningSergei Shuykov2015-01-162-5/+6
| |
* | Merge pull request #13433 from owncloud/favoritesl10nLukas Reschke2015-01-182-2/+2
|\ \ | | | | | | fix unlocalized favorites browser title and alttext
| * | fix unlocalized favorites browser title and alttextVolkan Gezer2015-01-172-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-184-4/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-4/+52
| |
* | Fixes shifted rename fieldMorris Jobke2015-01-161-1/+1
| |
* | Disallow ctrl click to select when selection not allowedVincent Petry2015-01-152-1/+31
| |
* | Auto-blur when clicking on file to downloadVincent Petry2015-01-151-0/+2
| |
* | Fixed thumbnal z-index for when no checkbox is thereVincent Petry2015-01-151-0/+2
| | | | | | | | | | | | In file lists with no selection checkbox, the CSS selector is different. The thumbnail also needs position:absolute and a z-index to be displayed above the row's grey highlight.
* | Merge pull request #13370 from Sugaroverdose/fix_#13322Thomas Müller2015-01-151-0/+1
|\ \ | | | | | | Force browser to redraw favorite icon on src change
| * | Force browser to redraw favorite iconSugaroverdose2015-01-151-0/+1
| |/ | | | | | | on src change
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-4/+22
| |
* | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-1/+0
|\ \ | | | | | | Autoload app's js translations
| * | Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
| | |
* | | Check for existence of $_GET keysLukas Reschke2015-01-141-2/+2
|/ / | | | | | | `$dir` may for example very well not get passed at well.
* | Merge pull request #13325 from owncloud/kill-strip-slashesMorris Jobke2015-01-145-9/+8
|\ \ | | | | | | Get rid of `stripslashes()`
| * | Get rid of `stripslashes()`Lukas Reschke2015-01-135-9/+8
| | | | | | | | | | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
* | | [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