aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* fix too much distance between text and iconJan-Christoph Borchardt2014-02-211-1/+1
|
* use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-212-13/+28
|
* Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-202-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.phpVincent Petry2014-02-182-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-selectallVincent Petry2014-02-195-34/+93
|\ \ | | | | | | Do not send file list for select all on Download/delete
| * | Do not send file list for select all on Download/deleteVincent Petry2014-02-135-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 Borchardt2014-02-191-11/+8
|\ \ \ | | | | | | | | | | | | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP
| * | | cleanup and actually execute the queryJörn Friedrich Dreyer2013-11-011-4/+8
| | | |
| * | | use doctrine to construct concat expressionJörn Friedrich Dreyer2013-11-011-8/+1
| | | |
| * | | Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+10
| | | |
* | | | Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry2014-02-193-26/+6
|\ \ \ \ | | | | | | | | | | use a FileInfo object of the directory when generting the filelist
| * | | | use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-183-26/+6
| | |_|/ | |/| |
* | | | Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-181-3/+5
|\ \ \ \ | |/ / / |/| | | Remove usage of legacy OC_Appconfig
| * | | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-3/+5
| | |/ | |/|
* | | small change for compatibilityDavid2014-02-171-1/+1
| | |
* | | Merge pull request #7183 from owncloud/remove-force-lowercaseThomas Müller2014-02-141-3/+20
|\ \ \ | | | | | | | | remove forced lowercase from extension, fix #4747
| * | | remove forced lowercase from extension, fix #4747, also coding style fixesJan-Christoph Borchardt2014-02-131-3/+20
| |/ /
* | | Merge pull request #7168 from owncloud/issue/7152Vincent Petry2014-02-141-4/+12
|\ \ \ | |/ / |/| | Send correct path on file upload when using public app
| * | Send correct path on file upload when using public appJoas Schilling2014-02-121-4/+12
| | | | | | | | | | | | Fix issue #7152
* | | Merge pull request #6964 from owncloud/storagestatistics-reuseicewind19912014-02-121-4/+4
|\ \ \ | |/ / |/| | Reuse the calculated free_space in buildFileStorageStatistics
| * | Merge branch 'master' into storagestatistics-reuseRobin Appelman2014-02-103-15/+16
| |\ \
| * \ \ merge master into storagestatistics-reuseRobin Appelman2014-02-0520-57/+397
| |\ \ \
| * | | | Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-271-4/+4
| | | | |
* | | | | Merge pull request #7085 from owncloud/quick-fix-7019-masterThomas Müller2014-02-111-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Load authentication apps to get users from all backends
| * | | | Load authentication apps to get users from all backends - fixes #7019Thomas Müller2014-02-051-0/+1
| | |/ / | |/| |
* | | | Merge pull request #7126 from nickvergessen/issue/6683Vincent Petry2014-02-102-4/+6
|\ \ \ \ | | | | | | | | | | Only add files to file list when uploading to current directory
| * | | | Only add files to file list when uploading to current directoryJoas Schilling2014-02-072-4/+6
| | | | | | | | | | | | | | | | | | | | Fix Issue #6683
* | | | | Fix implied evals and doubled definition of variableMorris Jobke2014-02-072-7/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | fixes #7119 fixes #7120 fixes #7121 fixes #7122
* | | | Merge pull request #7064 from owncloud/files-scrolltopafterupdateJan-Christoph Borchardt2014-02-051-4/+5
|\ \ \ \ | |/ / / |/| | | Scroll to the top after switching dir
| * | | Scroll to the top after switching dirVincent Petry2014-02-041-5/+6
| | | | | | | | | | | | | | | | Fixes #7061
* | | | Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-0410-22/+124
|\ \ \ \ | | | | | | | | | | Added .jshintrc
| * | | | Fixed file name validation unit test + added newlineVincent Petry2014-01-302-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | - fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid()
| * | | | Added .jshintrcVincent Petry2014-01-3010-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_msgJan-Christoph Borchardt2014-02-045-6/+25
|\ \ \ \ \ | |_|/ / / |/| | | | Change misleading message when file size exceeds upload limit
| * | | | Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-3053-157/+801
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php
| * | | | Use $storageInfo['free']Pellaeon Lin2014-01-292-3/+2
| | | | |
| * | | | Fix variable namePellaeon Lin2014-01-241-2/+2
| | | | |
| * | | | Comments to clarifyPellaeon Lin2014-01-161-2/+2
| | | | |
| * | | | Use t() 's native methodPellaeon Lin2014-01-161-2/+8
| | | | |
| * | | | Fix namespacePellaeon Lin2014-01-151-1/+1
| | | | |
| * | | | Contextual upload error messagePellaeon Lin2013-12-111-2/+2
| | | | |
| * | | | #max_upload is needed after allPellaeon Lin2013-12-111-1/+1
| | | | |
| * | | | Update #free_space on getstoragestats AJAX callPellaeon Lin2013-12-112-0/+3
| | | | |
| * | | | Display different messages for uploadLimit and freeSpacePellaeon Lin2013-12-083-4/+15
| | | | |
| * | | | Change misleading message when file size exceeds upload limitPellaeon Lin2013-12-081-2/+2
| | | | |
* | | | | fix misalignment of modified dates, shift to rightJan-Christoph Borchardt2014-02-031-0/+1
| | | | |
* | | | | ellipsize long modified dates to make room for showing delete button, fix #7040Jan-Christoph Borchardt2014-02-031-0/+10
| | | | |
* | | | | Makes Rename Icon Width 44px for touch sourfaces.raghunayyar2014-01-311-0/+5
| | | | |
* | | | | Updated unit tests for rename actionVincent Petry2014-01-301-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 iconraghunayyar2014-01-303-5/+18
| |/ / / |/| | |