Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge some CSS files using our SCSS compiler | Lukas Reschke | 2017-03-21 | 1 | -127/+0 |
| | | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix indentation | Lukas Reschke | 2016-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Style modifications of favorite star on main detail view (#26658) | Michael Jobst | 2016-12-19 | 1 | -12/+6 |
| | | | | | | | | | | | | * Style modifications of favorite star on main detail view * Removed unused opacity change on mouse over * favorite star title fixed * favorite star opacity should always be .7 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | properly calculate the width of the name in the sidebar | Morris Jobke | 2016-12-02 | 1 | -6/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix width of filename in sidebar to accommodate local link | Jan-Christoph Borchardt | 2016-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #2116 from nextcloud/downstream-26511 | Morris Jobke | 2016-11-18 | 1 | -0/+8 |
|\ | | | | | Display changes in file versions tab view and detailsView | ||||
| * | Display changes in file versions tab view and detailsView (#26511) | Michael Jobst | 2016-11-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * Display changes in file versions tab view and detailsView * versions tab enhancements enhanced js test file removed css superscript attribute for version size * Replaced spaces with tabs | ||||
* | | use copy icon for local link rather than link icon to prevent confusion with ↵ | Jan-Christoph Borchardt | 2016-11-17 | 1 | -2/+2 |
|/ | | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | adjust padding of text preview | Morris Jobke | 2016-07-04 | 1 | -2/+3 |
| | |||||
* | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 1 | -6/+13 |
| | |||||
* | Add anchor icon in sidebar to copy permalink | Vincent Petry | 2016-05-06 | 1 | -0/+13 |
| | |||||
* | apps/files: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-09 | 1 | -2/+2 |
| | | | | | | This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Use color instead of transparency for proper tooltip appearance | Morris Jobke | 2016-01-05 | 1 | -0/+3 |
| | | | | * fixes #21436 | ||||
* | adjust aspect ratio of preview size when for aspect ratios > 16/9 | Robin Appelman | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Scale portrait images correctly | Robin Appelman | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | adjust the height of the sidebar preview image when resizing the browser | Robin Appelman | 2015-09-23 | 1 | -1/+7 |
| | |||||
* | remove float from file/folder name in sidebar, fix #19243 | Jan-Christoph Borchardt | 2015-09-22 | 1 | -4/+1 |
| | |||||
* | fix filename display in sidebar, fix #18981 | Jan-Christoph Borchardt | 2015-09-15 | 1 | -0/+3 |
| | |||||
* | crop to the center for landscape images | Robin Appelman | 2015-09-15 | 1 | -1/+5 |
| | |||||
* | normal margins for portrait previews | Robin Appelman | 2015-09-15 | 1 | -0/+4 |
| | |||||
* | larger preview for images in the sidebar | Robin Appelman | 2015-09-02 | 1 | -0/+21 |
| | |||||
* | Removes unecessary divs and adds max width to longer names. | Raghu Nayyar | 2015-08-30 | 1 | -0/+15 |
| | |||||
* | bigger file thumbnail in app sidebar | Jan-Christoph Borchardt | 2015-08-24 | 1 | -4/+5 |
| | |||||
* | fix position of elements in right sidebar | Jan-Christoph Borchardt | 2015-08-07 | 1 | -6/+17 |
| | |||||
* | Use own tabs impl in files sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+1 |
| | | | | Also change style. | ||||
* | rename sidebar element and use css and js utility functions to core | Arthur Schiwon | 2015-08-07 | 1 | -44/+8 |
| | |||||
* | sidebar shall not overlap but shrink the contnet | Arthur Schiwon | 2015-08-07 | 1 | -4/+9 |
| | |||||
* | Improve layout, fix mime icon | Vincent Petry | 2015-08-07 | 1 | -5/+15 |
| | |||||
* | Right sidebar now has its own scrollbar | Vincent Petry | 2015-08-07 | 1 | -5/+7 |
| | |||||
* | Styling fixes + hightlight in files sidebar | Vincent Petry | 2015-08-07 | 1 | -3/+3 |
| | | | | | Sidebar scrolls with contents Highlight currently show file | ||||
* | More fixes to the right sidebar | Vincent Petry | 2015-08-07 | 1 | -11/+25 |
| | | | | | Sidebar now works in all file list views. Moved owner to share tab. | ||||
* | Improved right sidebar | Vincent Petry | 2015-08-07 | 1 | -2/+28 |
| | | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab. | ||||
* | Basic work for right sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+22 |
Adds right sidebar with registrable panels (still WIP) |