Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'Superduper-Progressbar-branch-thingie' of ↵ | Vincent Petry | 2016-05-12 | 1 | -6/+4 |
|\ | | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie | ||||
| * | Added remaining time displaying, moved Information to tooltip, removed now ↵ | luckydonald | 2014-08-12 | 1 | -1/+0 |
| | | | | | | | | unneeded speed div | ||||
| * | Updated and optimized Mobile Layout as well. | luckydonald | 2014-08-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed translations, indentation and renamed the .percents class to .speed class. | luckydonald | 2014-08-10 | 1 | -3/+3 |
| | | |||||
| * | Upload progress bar now displays informations about uploades size (12kB of ↵ | luckydonald | 2014-08-10 | 1 | -3/+5 |
| | | | | | | | | 3MB) and the current speed. | ||||
* | | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -6/+4 |
| | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
* | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -2/+2 |
| | | |||||
* | | Remove unneeded markup for scan process - ref #20545 | Morris Jobke | 2016-01-20 | 1 | -8/+0 |
| | | |||||
* | | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint. | ||||
* | | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | | fix filelist checkboxes | Hendrik Leppelsack | 2015-09-25 | 1 | -1/+1 |
| | | |||||
* | | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -30/+22 |
| | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | Added empty content message for empty read-only folders | Vincent Petry | 2015-04-21 | 1 | -1/+1 |
| | | |||||
* | | adjust emptycontent messages for files and files_external | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+1 |
| | | |||||
* | | Do not duplicate the empty content css | Joas Schilling | 2015-03-24 | 1 | -1/+1 |
| | | |||||
* | | Remove "Download from URL" feature | Lukas Reschke | 2015-03-02 | 1 | -3/+0 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/13326 | ||||
* | | use class for no results div instead of id. the elements are not unique. | Jörn Friedrich Dreyer | 2015-01-06 | 1 | -1/+1 |
| | | |||||
* | | text and icon fixes | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+2 |
| | | |||||
* | | show no files found message | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+6 |
| | | |||||
* | | get rid of unnecessary alt and title attributes | Jan-Christoph Borchardt | 2014-12-18 | 1 | -2/+2 |
| | | |||||
* | | fix accessibility of file upload | Jan-Christoph Borchardt | 2014-12-18 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #12900 from owncloud/more-accessibility | Thomas Müller | 2014-12-18 | 1 | -2/+5 |
|\ \ | | | | | | | More accessibility fixes for Files | ||||
| * | | use method to only visually hide elements, show only for screen reader | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | add alt text to 'Cancel upload' button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | | |||||
| * | | properly name form labels for the file selection | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| |/ | |||||
* | | wording fix for Files app empty state | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| | | |||||
* | | improve empty state of 'All files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+5 |
|/ | |||||
* | change 'Cancel upload' text to x icon for more space in breadcrumbs bar | Jan-Christoph Borchardt | 2014-06-30 | 1 | -3/+2 |
| | |||||
* | drop allowZIPdownload and maxZIPSize as options | Morris Jobke | 2014-06-02 | 1 | -8/+5 |
| | |||||
* | fix typo | Volkan Gezer | 2014-05-24 | 1 | -1/+1 |
| | | | Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex | ||||
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now) | ||||
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -0/+104 |
- FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces |