Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged master | hellekin | 2020-11-12 | 12 | -0/+153 |
|\ | |||||
| * | REUSE: Add LAL-1.3 license to SCSS | hellekin | 2020-10-29 | 12 | -0/+153 |
| | | |||||
* | | Adjust Style for mobile and stimulus | hellekin | 2020-11-11 | 4 | -2/+43 |
|/ | |||||
* | Fix flashes style | hellekin | 2020-10-09 | 1 | -5/+12 |
| | |||||
* | Fix z-index for map and article | hellekin | 2020-10-08 | 2 | -1/+1 |
| | |||||
* | Make map more beautiful | hellekin | 2020-10-08 | 3 | -0/+30 |
| | | | | | | | | | | | | | This commit introduces a few things: 1. New `content_for` hooks for :debug, :head, and :body_end so that views code remains consistent and clean 2. Fullscreen map! 3. Welcome#index view, the Rails way It also moves controller-related code to the controller, Enjoy! | ||||
* | Fix form, add flash | hellekin | 2020-10-06 | 1 | -0/+22 |
| | |||||
* | First pass at something visible | hellekin | 2020-10-06 | 5 | -0/+241 |
| | | | | This is a first version of the application, to go beyond simple authentication. | ||||
* | Add Authentication logic | hellekin | 2020-10-05 | 1 | -0/+3 |
| | | | | | | | | | | | The ApplicationController provides a `current_user` method (and helper) to access the authenticated user (if any). The WelcomeController provides minimal logic to authenticate against DiscourseSSO. Current state is that one can login and logout. Views need a lot of work. | ||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 1 | -0/+15 |