summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge pull request #6777 from owncloud/mobile-styleJan-Christoph Borchardt2014-01-294-11/+22
|\ \ | | | | | | Mobile style for public links: files, folders, picture sets
| * | permanently show download action on mobile, only iconJan-Christoph Borchardt2014-01-291-2/+2
| | |
| * | merge master into mobile-styleJan-Christoph Borchardt2014-01-2912-38/+288
| |\ \
| * | | fix multiselect bar being too short on big displaysJan-Christoph Borchardt2014-01-241-1/+2
| | | |
| * | | remove background and width from multiselect bar, fix Download button not ↵Jan-Christoph Borchardt2014-01-231-1/+0
| | | | | | | | | | | | | | | | showing on mobile
| * | | Merge branch 'master' into mobile-styleThomas Müller2014-01-239-52/+64
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php
| * | | | fix input element closing tagMorris Jobke2014-01-171-2/+2
| | | | |
| * | | | make sure there's enough room for the file actionsJan-Christoph Borchardt2014-01-171-0/+8
| | | | |
| * | | | improvements to public files mobile viewJan-Christoph Borchardt2014-01-151-1/+1
| | | | |
| * | | | no new menu on public uploadThomas Müller2014-01-151-0/+2
| | | | |
| * | | | fixing preview generationThomas Müller2014-01-151-1/+1
| | | | |
| * | | | reuse file upload as used within files app - remove public upload buttonThomas Müller2014-01-151-2/+6
| | | | |
| * | | | remove min-width rule to fix mobile viewsJan-Christoph Borchardt2014-01-141-3/+0
| | | | |
* | | | | Added error message for when target folder was removedVincent Petry2014-01-296-4/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client.
* | | | | Fix warnings in logs when renaming over the web UIVincent Petry2014-01-291-2/+5
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The determineIcon() method was expecting attributes to be set which caused warnings about undefined indices in the error log. This fix pre-initializes the array with 'directory' and 'isPreviewAvailable' to make them disappear.
* | | | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlinkMorris Jobke2014-01-294-6/+93
|\ \ \ \ | | | | | | | | | | Sharing fixfiledownloadlink
| * | | | Fixed download URL in public pageVincent Petry2014-01-244-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refactored download URL building to make it overridable - Added download URL override in public page - Added JS unit tests for download URL - Added OC.redirect() method to facilitate unit testing
| * | | | Fixed filelist unit tests hidden paramsVincent Petry2014-01-241-5/+8
| | | | | | | | | | | | | | | | | | | | Also added dummy table
* | | | | Merge pull request #6965 from owncloud/unused-free-spaceVicDeo2014-01-271-2/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused $freeSpace
| * | | | | Remove unused $freeSpaceRobin Appelman2014-01-271-2/+0
| | | | | |
* | | | | | Merge pull request #6907 from owncloud/webdav-logexceptionsThomas Müller2014-01-271-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Added exception logger plugin for sabre connector
| * | | | | Added exception logger plugin for sabre connectorVincent Petry2014-01-271-0/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues.
* | | | | Merge pull request #6912 from owncloud/replace-webroot-in-cssMorris Jobke2014-01-272-9/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove %webroot% from CSS
| * | | | | remove %webroot% from files appJan-Christoph Borchardt2014-01-232-9/+1
| | | | | |
* | | | | | Merge pull request #5152 from owncloud/files-em-to-pxJan-Christoph Borchardt2014-01-272-20/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Converts em to px values for styles in Files.
| * | | | | | Removes Bogus Styles.raghunayyar2014-01-181-2/+0
| | | | | | |
| * | | | | | Fixed files row height in Firefox/KDEVincent Petry2014-01-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firefox is using native checkboxes and in KDE the checkboxes have a bigger height which caused the row height to increase and be misaligned with the date column. This fix makes the checkbox absolute to prevent it to influence the row height.
| * | | | | | Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebaseraghunayyar2014-01-161-6/+6
| | | | | | |