Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix too much distance between text and icon | Jan-Christoph Borchardt | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | use SVG icons from icons.css for New file menu | Jan-Christoph Borchardt | 2014-02-21 | 2 | -13/+28 |
| | |||||
* | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 2 | -6/+12 |
|\ | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php | ||||
| * | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 2 | -6/+12 |
| | | | | | | | | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters | ||||
* | | Merge pull request #7195 from owncloud/files-selectall | Vincent Petry | 2014-02-19 | 5 | -34/+93 |
|\ \ | | | | | | | Do not send file list for select all on Download/delete | ||||
| * | | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 5 | -34/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself | ||||
* | | | Merge pull request #4799 from ↵ | Jan-Christoph Borchardt | 2014-02-19 | 1 | -11/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP | ||||
| * | | | cleanup and actually execute the query | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -4/+8 |
| | | | | |||||
| * | | | use doctrine to construct concat expression | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -8/+1 |
| | | | | |||||
| * | | | Concatenate string in SQL instead of PHP | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -10/+10 |
| | | | | |||||
* | | | | Merge pull request #7257 from owncloud/filelist-fileinfo | Vincent Petry | 2014-02-19 | 3 | -26/+6 |
|\ \ \ \ | | | | | | | | | | | use a FileInfo object of the directory when generting the filelist | ||||
| * | | | | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 3 | -26/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 1 | -3/+5 |
|\ \ \ \ | |/ / / |/| | | | Remove usage of legacy OC_Appconfig | ||||
| * | | | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -3/+5 |
| | |/ | |/| | |||||
* | | | small change for compatibility | David | 2014-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #7183 from owncloud/remove-force-lowercase | Thomas Müller | 2014-02-14 | 1 | -3/+20 |
|\ \ \ | | | | | | | | | remove forced lowercase from extension, fix #4747 | ||||
| * | | | remove forced lowercase from extension, fix #4747, also coding style fixes | Jan-Christoph Borchardt | 2014-02-13 | 1 | -3/+20 |
| |/ / | |||||
* | | | Merge pull request #7168 from owncloud/issue/7152 | Vincent Petry | 2014-02-14 | 1 | -4/+12 |
|\ \ \ | |/ / |/| | | Send correct path on file upload when using public app | ||||
| * | | Send correct path on file upload when using public app | Joas Schilling | 2014-02-12 | 1 | -4/+12 |
| | | | | | | | | | | | | Fix issue #7152 | ||||
* | | | Merge pull request #6964 from owncloud/storagestatistics-reuse | icewind1991 | 2014-02-12 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | Reuse the calculated free_space in buildFileStorageStatistics | ||||
| * | | Merge branch 'master' into storagestatistics-reuse | Robin Appelman | 2014-02-10 | 3 | -15/+16 |
| |\ \ | |||||
| * \ \ | merge master into storagestatistics-reuse | Robin Appelman | 2014-02-05 | 20 | -57/+397 |
| |\ \ \ | |||||
| * | | | | Reuse the calculated free_space in buildFileStorageStatistics | Robin Appelman | 2014-01-27 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #7085 from owncloud/quick-fix-7019-master | Thomas Müller | 2014-02-11 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Load authentication apps to get users from all backends | ||||
| * | | | | Load authentication apps to get users from all backends - fixes #7019 | Thomas Müller | 2014-02-05 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #7126 from nickvergessen/issue/6683 | Vincent Petry | 2014-02-10 | 2 | -4/+6 |
|\ \ \ \ | | | | | | | | | | | Only add files to file list when uploading to current directory | ||||
| * | | | | Only add files to file list when uploading to current directory | Joas Schilling | 2014-02-07 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | Fix Issue #6683 | ||||
* | | | | | Fix implied evals and doubled definition of variable | Morris Jobke | 2014-02-07 | 2 | -7/+5 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | fixes #7119 fixes #7120 fixes #7121 fixes #7122 | ||||
* | | | | Merge pull request #7064 from owncloud/files-scrolltopafterupdate | Jan-Christoph Borchardt | 2014-02-05 | 1 | -4/+5 |
|\ \ \ \ | |/ / / |/| | | | Scroll to the top after switching dir | ||||
| * | | | Scroll to the top after switching dir | Vincent Petry | 2014-02-04 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | Fixes #7061 | ||||
* | | | | Merge pull request #7011 from owncloud/jshint | Thomas Müller | 2014-02-04 | 10 | -22/+124 |
|\ \ \ \ | | | | | | | | | | | Added .jshintrc | ||||
| * | | | | Fixed file name validation unit test + added newline | Vincent Petry | 2014-01-30 | 2 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid() | ||||
| * | | | | Added .jshintrc | Vincent Petry | 2014-01-30 | 10 | -15/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use | ||||
* | | | | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msg | Jan-Christoph Borchardt | 2014-02-04 | 5 | -6/+25 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Change misleading message when file size exceeds upload limit | ||||
| * | | | | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 53 | -157/+801 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| * | | | | Use $storageInfo['free'] | Pellaeon Lin | 2014-01-29 | 2 | -3/+2 |
| | | | | | |||||
| * | | | | Fix variable name | Pellaeon Lin | 2014-01-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Comments to clarify | Pellaeon Lin | 2014-01-16 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Use t() 's native method | Pellaeon Lin | 2014-01-16 | 1 | -2/+8 |
| | | | | | |||||
| * | | | | Fix namespace | Pellaeon Lin | 2014-01-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Contextual upload error message | Pellaeon Lin | 2013-12-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | #max_upload is needed after all | Pellaeon Lin | 2013-12-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update #free_space on getstoragestats AJAX call | Pellaeon Lin | 2013-12-11 | 2 | -0/+3 |
| | | | | | |||||
| * | | | | Display different messages for uploadLimit and freeSpace | Pellaeon Lin | 2013-12-08 | 3 | -4/+15 |
| | | | | | |||||
| * | | | | Change misleading message when file size exceeds upload limit | Pellaeon Lin | 2013-12-08 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | fix misalignment of modified dates, shift to right | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | ellipsize long modified dates to make room for showing delete button, fix #7040 | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | Makes Rename Icon Width 44px for touch sourfaces. | raghunayyar | 2014-01-31 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Updated unit tests for rename action | Vincent Petry | 2014-01-30 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename action is now checked inside of ".nametext" element - added test to ensure that display() correctly resets all actions including the rename one | ||||
* | | | | | Rename action now appears as pencil icon | raghunayyar | 2014-01-30 | 3 | -5/+18 |
| |/ / / |/| | | |