summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-104-27/+36
|
* Merge pull request #4647 from owncloud/fix_4619Thomas Müller2013-09-101-0/+3
|\ | | | | Workaround for IE 9 & 10 for clicking filelist after adding new item
| * Workaround for IE 9 & 10 for clicking filelist after adding new itemringmaster2013-08-291-0/+3
| |
* | Merge pull request #4726 from owncloud/files-ie8-missingfilecheckboxesThomas Tanghus2013-09-091-1/+6
|\ \ | | | | | | Fixed missing checkboxes in IE8
| * | Fixed missing checkboxes in IE8Vincent Petry2013-09-081-1/+6
| | | | | | | | | | | | | | | | | | | | | IE8 is not happy with the :checked CSS3 selector which causes it to ignore the whole rule. Replace it with a more compatible selector.
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-081-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-073-5/+11
| | |
* | | prefix #filestable to tbody trPete McFarlane2013-09-061-3/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-055-6/+13
| | |
* | | Merge pull request #4683 from owncloud/publicuploadjserrorThomas Müller2013-09-041-0/+1
|\ \ \ | |/ / |/| | Fixed public upload error that prevents upload
| * | Fixed public upload error that prevents uploadVincent Petry2013-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Public upload is broken because the file_upload_param variable expected to exist by public.js didn't. This fix sets the variable scope to the window to make it accessible outside.
* | | Merge pull request #4473 from owncloud/texteditor_polishingJörn Friedrich Dreyer2013-09-031-1/+1
|\ \ \ | | | | | | | | Texteditor polishing
| * | | Revert "remove editor div in filelist", add "is deprecated" commentJörn Friedrich Dreyer2013-09-031-0/+1
| | | | | | | | | | | | | | | | This reverts commit 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.
| * | | remove editor div in filelistJörn Friedrich Dreyer2013-08-161-1/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-032-3/+7
| | | |
* | | | Merge pull request #4671 from owncloud/emptycontentBernhard Posselt2013-09-013-9/+3
|\ \ \ \ | | | | | | | | | | centers text message in empty-content page (files and files_trashbin apps)
| * | | | rename emptyfolder to emptycontentAlessandro Cosentino2013-08-311-2/+2
| | | | |
| * | | | text centered horizontally and vertically in emptycontent divAlessandro Cosentino2013-08-312-7/+1
| | |/ / | |/| |
* / | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-0146-27/+91
|/ / /
* | | fix issue with filetable backgroundGeorg Ehrke2013-08-301-1/+1
| | |
* | | Merge master into oc_previewGeorg Ehrke2013-08-3068-295/+141
|\ \ \
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-3067-291/+140
| | | |
| * | | prefix 'tbody tr' to separate app/core css errorspetemcfarlane2013-08-301-1/+1
| | |/ | |/| | | | | | | For specific details see: https://github.com/owncloud/core/pull/4536/files#r6082305
* | | use gerMimeTypeDetector detectPath instead of getMimeTypeGeorg Ehrke2013-08-301-1/+1
| | |
* | | Merge master into oc_previewGeorg Ehrke2013-08-2953-195/+159
|\| |
| * | Reimplement filesummary in JSkondou2013-08-283-40/+125
| | | | | | | | | | | | Fix #993
| * | backport of #4357 to masterThomas Müller2013-08-272-24/+26
| | |
| * | Merge pull request #4572 from NCTU-NBA/pr-checkbox-displacementMorris Jobke2013-08-271-1/+1
| |\ \ | | | | | | | | Fix "select all" checkbox displacement when checked, fix #4571
| | * | Fix "select all" checkbox displacement when checkedPellaeon Lin2013-08-261-1/+1
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-2745-48/+4
| | | |
| * | | Merge pull request #4586 from owncloud/fixing-3431-masterMorris Jobke2013-08-271-80/+0
| |\ \ \ | | | | | | | | | | kill zh_CN.GB2312
| | * | | kill zh_CN.GB2312Thomas Müller2013-08-271-80/+0
| | | | |
| * | | | storage information is path specificThomas Müller2013-08-272-2/+2
| |/ / /
* | | | use random string as id for checkboxGeorg Ehrke2013-08-261-1/+2
| | | |
* | | | fix background size in filelist.jsGeorg Ehrke2013-08-261-1/+1
| | | |
* | | | Merge master into oc_previewGeorg Ehrke2013-08-267-211/+24
|\| | |
| * | | Merge pull request #4542 from owncloud/fixing-4504-masterMorris Jobke2013-08-262-198/+7
| |\ \ \ | | |/ / | |/| | remove duplicate code
| | * | remove duplicate codeThomas Müller2013-08-222-198/+7
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-253-7/+9
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-232-0/+2
| | | |
* | | | fix preview issue when uploading a file with parenthesesGeorg Ehrke2013-08-261-1/+3
| | | |
* | | | move path generation for previews to dedicated functionGeorg Ehrke2013-08-232-3/+8
| | | |
* | | | Merge branch 'master' into oc_previewGeorg Ehrke2013-08-2319-45/+68
|\| | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-222-6/+8
| |/ /
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-08-219-3/+12
| | |
| * | Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-203-10/+11
| |\ \ | | | | | | | | Fix some JSLint warnings
| | * \ Merge branch 'master' into fix_jslint_kondoukondou2013-08-1880-830/+894
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js
| | * | | Fix a syntax error & have if-conds in an own linekondou2013-08-012-2/+6
| | | | |
| | * | | Fix some JSLint warningskondou2013-07-313-15/+14
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-198-25/+34
| | | | |