luto
luto
Implement the user-interface of conditional breakpoints. The backend-code in the emulator is already finished, tested and documented.
Force the indentation parameters and comments: ``` MOV b0, b1 ; foo ```
##### SUMMARY Somewhere between ansible 2.8 and 2.9 the way `mysql_user` sets the mysql user password changed from ```python cursor.execute("CREATE USER %s@%s IDENTIFIED BY %s", (user, host, password)) ``` to...
- [x] switch form to GET - [ ] add `redirect_url` to delete forms - [ ] add `redirect_url` to edit form
dino tries to send PW reset and mail confirmation emails, but there is no way to set an SMTP server. - [ ] expose the following django settings: * `EMAIL_HOST`...
- [ ] introduce a setting `ENABLE_EMAIL_LOGIN`, default to True - [ ] extend `dino.common.allauth.DinoAccountAdapter.login` to check that setting - [ ] add a test or two
Make sure login sessions expire after a day or two. Expose that value as a configuration value.
- [ ] create a new "development" section in docs - [ ] move dev instructions there, replace by a link - [ ] explain linting
- [ ] create a new template saying "your domain is not allowed to sign up on this instance." - [ ] render it in [DinoSocialAccountAdapter](https://github.com/Uberspace/dino/blob/master/src/dino/common/allauth.py#L28)