luto

Results 106 issues of luto

Implement the user-interface of conditional breakpoints. The backend-code in the emulator is already finished, tested and documented.

t:feature
c:debugger

Force the indentation parameters and comments: ``` MOV b0, b1 ; foo ```

t:enhancement
c:editor

##### 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...

bug

- [x] switch form to GET - [ ] add `redirect_url` to delete forms - [ ] add `redirect_url` to edit form

enhancement

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`...

bug

- [ ] introduce a setting `ENABLE_EMAIL_LOGIN`, default to True - [ ] extend `dino.common.allauth.DinoAccountAdapter.login` to check that setting - [ ] add a test or two

enhancement
good first issue

Make sure login sessions expire after a day or two. Expose that value as a configuration value.

enhancement

- [ ] create a new "development" section in docs - [ ] move dev instructions there, replace by a link - [ ] explain linting

doc

- [ ] 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)

bug
good first issue