Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ |/| | |||||
* | | Merge pull request #6777 from owncloud/mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 4 | -11/+22 |
|\ \ | | | | | | | Mobile style for public links: files, folders, picture sets | ||||
| * | | permanently show download action on mobile, only icon | Jan-Christoph Borchardt | 2014-01-29 | 1 | -2/+2 |
| | | | |||||
| * | | merge master into mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 12 | -38/+288 |
| |\ \ | |||||
| * | | | fix multiselect bar being too short on big displays | Jan-Christoph Borchardt | 2014-01-24 | 1 | -1/+2 |
| | | | | |||||
| * | | | remove background and width from multiselect bar, fix Download button not ↵ | Jan-Christoph Borchardt | 2014-01-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | showing on mobile | ||||
| * | | | Merge branch 'master' into mobile-style | Thomas Müller | 2014-01-23 | 9 | -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 tag | Morris Jobke | 2014-01-17 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | make sure there's enough room for the file actions | Jan-Christoph Borchardt | 2014-01-17 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | improvements to public files mobile view | Jan-Christoph Borchardt | 2014-01-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | no new menu on public upload | Thomas Müller | 2014-01-15 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | fixing preview generation | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | reuse file upload as used within files app - remove public upload button | Thomas Müller | 2014-01-15 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | remove min-width rule to fix mobile views | Jan-Christoph Borchardt | 2014-01-14 | 1 | -3/+0 |
| | | | | | |||||
* | | | | | Added error message for when target folder was removed | Vincent Petry | 2014-01-29 | 6 | -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 UI | Vincent Petry | 2014-01-29 | 1 | -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-fixfiledownloadlink | Morris Jobke | 2014-01-29 | 4 | -6/+93 |
|\ \ \ \ | | | | | | | | | | | Sharing fixfiledownloadlink | ||||
| * | | | | Fixed download URL in public page | Vincent Petry | 2014-01-24 | 4 | -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 params | Vincent Petry | 2014-01-24 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | Also added dummy table | ||||
* | | | | | Merge pull request #6965 from owncloud/unused-free-space | VicDeo | 2014-01-27 | 1 | -2/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove unused $freeSpace | ||||
| * | | | | | Remove unused $freeSpace | Robin Appelman | 2014-01-27 | 1 | -2/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #6907 from owncloud/webdav-logexceptions | Thomas Müller | 2014-01-27 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Added exception logger plugin for sabre connector | ||||
| * | | | | | Added exception logger plugin for sabre connector | Vincent Petry | 2014-01-27 | 1 | -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-css | Morris Jobke | 2014-01-27 | 2 | -9/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove %webroot% from CSS | ||||
| * | | | | | remove %webroot% from files app | Jan-Christoph Borchardt | 2014-01-23 | 2 | -9/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #5152 from owncloud/files-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 2 | -20/+25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Converts em to px values for styles in Files. | ||||
| * | | | | | | Removes Bogus Styles. | raghunayyar | 2014-01-18 | 1 | -2/+0 |
| | | | | | | | |||||
| * | | | | | | Fixed files row height in Firefox/KDE | Vincent Petry | 2014-01-16 | 1 | -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 rebase | raghunayyar | 2014-01-16 | 1 | -6/+6 |
| | | | | | | |