Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge some CSS files using our SCSS compiler | Lukas Reschke | 2017-03-21 | 1 | -818/+0 |
| | | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Css fix | John Molakvoæ (skjnldsv) | 2017-02-15 | 1 | -4/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Popover newFolder input fix | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -4/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Popover positionning fix | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Popover positionning and classes | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -0/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fit newFileMenu to css guidelines | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -30/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix popover margin and width | John Molakvoæ (skjnldsv) | 2016-12-07 | 1 | -8/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Increase width of new menu | Morris Jobke | 2016-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix vertical sizing change of popover in new folder flow | Jan-Christoph Borchardt | 2016-12-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix input field for new folder - fixes #2245 | Morris Jobke | 2016-12-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | We should always show permanent actions | Roeland Jago Douma | 2016-12-01 | 1 | -7/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | bring back permissions for mail shares | Bjoern Schiessle | 2016-11-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | improved style of shared entry | Morris Jobke | 2016-11-23 | 1 | -3/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | make the share icon in the filelist visible again | Robin Appelman | 2016-11-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix popover layout fix for files and global | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -18/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Show the path, when the filename conflicts | Joas Schilling | 2016-10-19 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix hidden files handling | Vincent Petry | 2016-08-19 | 1 | -0/+15 |
| | | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level. | ||||
* | Add cachebuster to apps.css | Lukas Reschke | 2016-08-18 | 1 | -7/+7 |
| | |||||
* | remove extra file size padding to fix action menu position | Jan-Christoph Borchardt | 2016-07-30 | 1 | -7/+0 |
| | |||||
* | Add new "Recent files" icon to files app (#356) | Bugsbane | 2016-07-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version. | ||||
* | Merge pull request #83 from nextcloud/file-drop-highlight | Marius Blüm | 2016-06-15 | 1 | -0/+16 |
|\ | | | | | File drop highlight | ||||
| * | store icons in class | Vincent Chan | 2016-06-15 | 1 | -4/+0 |
| | | |||||
| * | fixes responsive/mobile view | Vincent Chan | 2016-06-15 | 1 | -5/+5 |
| | | |||||
| * | dragging over folder will highlight folder only | Vincent Chan | 2016-06-15 | 1 | -0/+8 |
| | | |||||
| * | change folder icon when dragging over a directory | Vincent Chan | 2016-06-15 | 1 | -0/+4 |
| | | |||||
| * | adds visual indication for file drag and drop | Vincent Chan | 2016-06-13 | 1 | -0/+8 |
| | | |||||
* | | fix padding of 3-dot button on mobile | Jan-Christoph Borchardt | 2016-06-15 | 1 | -7/+7 |
|/ | |||||
* | Make entire file tr droppable, | Pellaeon Lin | 2016-05-21 | 1 | -1/+2 |
| | | | | so that .canDrop will highlight the entire row when drag hover | ||||
* | Add visual cue when moving draggable item over droppable item, | Pellaeon Lin | 2016-05-21 | 1 | -0/+4 |
| | | | | ie. breadcrumb and filenameTd | ||||
* | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation | ||||
* | sidebar click modification | Erik Pellikka | 2016-03-24 | 1 | -3/+17 |
| | |||||
* | Fix download spinner to work with CSS styles | Vincent Petry | 2016-03-04 | 1 | -0/+13 |
| | | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images. | ||||
* | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -2/+4 |
| | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -3/+9 |
| | | | | This makes theming of file actions possible | ||||
* | Merge pull request #20618 from owncloud/action-icon-size | Thomas Müller | 2016-02-06 | 1 | -2/+2 |
|\ | | | | | Fix image sizing for action icons in Edge | ||||
| * | Fix image sizing for action icons in Edge | Robin Appelman | 2015-11-19 | 1 | -2/+2 |
| | | |||||
* | | Fix the result at the bottom on IE | Pookay | 2016-01-29 | 1 | -1/+1 |
| | | | | | | view issue #21898 | ||||
* | | Remove unneeded markup for scan process - ref #20545 | Morris Jobke | 2016-01-20 | 1 | -2/+0 |
| | | |||||
* | | Revert "Fix column width of mtime column" | Morris Jobke | 2015-12-01 | 1 | -2/+2 |
| | | |||||
* | | Fix column width of mtime column | Morris Jobke | 2015-11-30 | 1 | -2/+2 |
|/ | | | | | | * in some translations (e.g. german) the header of this column otherwise got truncated "Zeitpunkt der Freigabe" vs "Zeitpunkt der Freig" | ||||
* | Merge pull request #19630 from owncloud/fix-ie-pain | Thomas Müller | 2015-10-14 | 1 | -0/+5 |
|\ | | | | | Fix more IE issues | ||||
| * | [IE8] Fix "new" button width | Vincent Petry | 2015-10-07 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2 | Thomas Müller | 2015-10-14 | 1 | -13/+0 |
|\ \ | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | ||||
| * | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 1 | -13/+0 |
| | | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -2/+4 |
|/ / | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | Revert "Move trashbin specific CSS that modifies sidebar" | Thomas Müller | 2015-10-12 | 1 | -0/+13 |
| | | |||||
* | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-12 | 1 | -13/+0 |
|/ | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | ||||
* | Merge pull request #19497 from owncloud/ie8-multiselect-delete-action-puke | Thomas Müller | 2015-10-02 | 1 | -0/+4 |
|\ | | | | | [IE8] Fix dangling Delete action when multiselect is enabled | ||||
| * | [IE8] Fix dangling Delete action when multiselect is enabled | Vincent Petry | 2015-10-01 | 1 | -0/+4 |
| | | | | | | | | | | For some reason we need to cancel out the table's top: 95px, but just for the delete action and not the other ones... whatever, IE8... | ||||
* | | Merge pull request #19484 from owncloud/ie8-checkbox-rage | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -5/+23 |
|\ \ | | | | | | | [IE8] Fix checkboxes in login page and file list |