summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4632 from nextcloud/login-logo-ratioLukas Reschke2017-05-081-1/+8
|\ | | | | show non landscape logos bigger on the login page
| * smaller max logo sizes and cleaner codeRobin Appelman2017-05-021-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * show non landscape icons bigger on the login pageRobin Appelman2017-05-011-1/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4694 from nextcloud/fix_4676Christoph Wurst2017-05-041-0/+24
|\ \ | | | | | | Load proper fonts in guest.css
| * | Load proper fonts in guest.cssRoeland Jago Douma2017-05-041-0/+24
| | | | | | | | | | | | | | | | | | Fixes #4676 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add radio class to read/write sharing options and 1px left adjustmentFelix A. Epp2017-05-041-0/+3
|/ / | | | | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* | Merge pull request #4599 from nextcloud/contactsmenu-mobileLukas Reschke2017-05-011-0/+1
|\ \ | |/ |/| Define max-width for Contacts menu for mobile
| * Define max-width for Contacts menu for mobileJan-Christoph Borchardt2017-04-291-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Make tooltip intransparentMorris Jobke2017-04-291-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4597 from nextcloud/tooltips-invertMorris Jobke2017-04-291-30/+31
|\ \ | |/ |/| Invert tooltip color to white, fix #4563
| * Invert tooltip color to white, fix #4563Jan-Christoph Borchardt2017-04-291-30/+31
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Invert new header icons on bright theming colorsJulius Härtl2017-04-281-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #4529 from nextcloud/fix-filelist-checkboxesMorris Jobke2017-04-261-3/+2
|\ | | | | Fix filelist and checkbox vertical align
| * Fix filelist and checkbox vertical alignJan-Christoph Borchardt2017-04-261-3/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | add contactsmenu popover to resharer infoboxGeorg Ehrke2017-04-261-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | add contactsmenu popoverGeorg Ehrke2017-04-261-0/+15
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge branch 'master' into contactsmenuJan-Christoph Borchardt2017-04-261-0/+9
|\ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix auth flow background color and redirect view layoutJan-Christoph Borchardt2017-04-251-3/+7
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add new auth flowLukas Reschke2017-04-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the basics for the new app-password based authentication flow for our clients. The current implementation tries to keep it as simple as possible and works the following way: 1. Unauthenticated client opens `/index.php/login/flow` 2. User will be asked whether they want to grant access to the client 3. If accepted the user has the chance to do so using existing App Token or automatically generate an app password. If the user chooses to use an existing app token then that one will simply be redirected to the `nc://` protocol handler. While we can improve on that in the future, I think keeping this smaller at the moment has its advantages. Also, in the near future we have to think about an automatic migration endpoint so there's that anyways :-) If the user chooses to use the regular login the following happens: 1. A session state token is written to the session 2. User is redirected to the login page 3. If successfully authenticated they will be redirected to a page redirecting to the POST controller 4. The POST controller will check if the CSRF token as well as the state token is correct, if yes the user will be redirected to the `nc://` protocol handler. This approach is quite simple but also allows to be extended in the future. One could for example allow external websites to consume this authentication endpoint as well. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Fix spinner position of Contacts menuJan-Christoph Borchardt2017-04-251-3/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Contacts menuChristoph Wurst2017-04-253-19/+134
|/ | | | | | | * load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix loading spinner for new app menuJulius Härtl2017-04-251-13/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Responsive app menuJulius Härtl2017-04-251-54/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #4387 from nextcloud/fix-little-glitchMorris Jobke2017-04-191-1/+1
|\ | | | | Fix font-weight of settings button
| * Fix font-weight of settings buttonMorris Jobke2017-04-181-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4388 from nextcloud/remove-unused-stuffMorris Jobke2017-04-191-58/+0
|\ \ | | | | | | Remove unused CSS styles
| * | Remove unused CSS stylesMorris Jobke2017-04-181-58/+0
| |/ | | | | | | | | | | * could not find an traces of .popup and .arrow anywhere else Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Improve menu CSSMorris Jobke2017-04-192-7/+6
| | | | | | | | | | | | | | | | * fix mess with menus and actions in the files app * reduces amount of !important usages * keeps the behaviour on mobile as well as on desktop Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4385 from nextcloud/remove-unused-cssRoeland Jago Douma2017-04-191-6/+0
|\ \ | | | | | | Remove unused CSS
| * | Remove unused CSSMorris Jobke2017-04-181-6/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / expand clickable area of popover menu entries to full widthJan-Christoph Borchardt2017-04-181-0/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix AdBlock blocking share icon, ref #866Jan-Christoph Borchardt2017-04-122-6/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #4136 from nextcloud/expire-date-for-all-sharesMorris Jobke2017-04-072-2/+16
|\ | | | | Unified sharing options
| * Fix share dropdown opacity issueJan-Christoph Borchardt2017-04-071-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix font-weight of Unshare entryJan-Christoph Borchardt2017-04-071-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * set expire date for all share typesBjoern Schiessle2017-04-031-0/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * allow password protected mail sharesBjoern Schiessle2017-04-031-0/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * allow the user to set a expire date for all sharesBjoern Schiessle2017-04-031-0/+4
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Increase clickable area of app iconJan-Christoph Borchardt2017-04-071-10/+7
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | proper padding for checkboxes in app-settingsJan-Christoph Borchardt2017-04-041-1/+16
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add CSS for styling of keyboard shortcuts viewJan-Christoph Borchardt2017-03-301-1/+30
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #4100 from nextcloud/header-indicatorMorris Jobke2017-03-292-2/+26
|\ | | | | show triangle below user menu too when an entry inside there is active
| * adjust opacity of search and gear icons in headerJan-Christoph Borchardt2017-03-272-2/+7
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * add pointer finger to full clickable app icon areaJan-Christoph Borchardt2017-03-271-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * show triangle below user menu too when an entry inside there is activeJan-Christoph Borchardt2017-03-271-0/+18
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Better styling of the empty content messages in the sidebarJoas Schilling2017-03-281-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4101 from nextcloud/header-detailMorris Jobke2017-03-281-6/+1
|\ \ | | | | | | show active indicator on current app even when hovering other icons
| * | show active indicator on current app even when hovering other iconsJan-Christoph Borchardt2017-03-271-6/+1
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #4082 from nextcloud/fix-menuJohn Molakvoæ2017-03-281-16/+11
|\ \ | |/ |/| Fix pop over menu opacity
| * highlight active entry in personal info menu againJan-Christoph Borchardt2017-03-271-5/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>