summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * Fix pop over menu opacityMorris Jobke2017-03-261-15/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4077 from nextcloud/better-navigation-managementMorris Jobke2017-03-261-22/+0
|\ \ | | | | | | Register the app management in the normal way
| * | Move app management to the settings menuJoas Schilling2017-03-261-23/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4075 from nextcloud/search-hover-feedbackLukas Reschke2017-03-261-1/+5
|\ \ | | | | | | add hover feedback for search, and opacity on use
| * | add hover feedback for search, and opacity on useJan-Christoph Borchardt2017-03-261-1/+5
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #4074 from nextcloud/replace-name-with-iconMorris Jobke2017-03-262-20/+19
|\ \ | | | | | | replace name in top right with icon for less noise
| * | replace name in top right with icon for less noiseJan-Christoph Borchardt2017-03-262-20/+19
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / fix emptycontent font color lightnessJan-Christoph Borchardt2017-03-261-1/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix appmenu issuesJulius Härtl2017-03-241-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix position of triangle in app menuMorris Jobke2017-03-211-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3530 from nextcloud/scss-variablesLukas Reschke2017-03-209-248/+223
|\ | | | | Implement scss variables
| * Replace old color occurences with calculationsJulius Haertl2017-03-205-84/+75
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Make remaining colors depending on $color-main-text and $color-main-backgroundJulius Haertl2017-03-203-21/+19
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Remove legacy CSSJulius Haertl2017-03-202-45/+1
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Merge color tones aaaaaa, bebebe, cccccc in bbbbbbJulius Haertl2017-03-204-14/+7
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Remove grey tintsJulius Haertl2017-03-202-3/+3
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>