summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13502 from owncloud/streamline-authentication-in-newfileMorris Jobke2015-02-071-6/+3
|\ | | | | Streamline CSRF and login check
| * Streamline CSRF and login checkLukas Reschke2015-01-201-6/+3
| | | | | | | | Let's make this consistent with other pieces of the code to make it easier to auditable.
* | Merge pull request #13655 from Sugaroverdose/fix_#13632Morris Jobke2015-02-072-2/+11
|\ \ | | | | | | Do not change color of 'new' button on hover and make new file menu more consistent with button
| * | Prevent 1px padding between button and dropdown in ie11 when zoomingSugaroverdose2015-01-281-1/+1
| | |
| * | Play with z-index to make proper dropdown overlapSugaroverdose2015-01-282-1/+8
| | |
| * | Fix #13632 and make new file menu more consistent with buttonSugaroverdose2015-01-251-1/+3
| | |
* | | Merge pull request #13889 from owncloud/catch-exceptionMorris Jobke2015-02-072-8/+18
|\ \ \ | | | | | | | | Catch exception properly
| * | | Catch exception properlyLukas Reschke2015-02-042-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-4/+14
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-4/+4
| | | |
* | | | [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.