aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* fixed width for login form, link form bugfix and +Miquel Lionel2021-11-091-1/+1
| | | | | | - fixed width of 30 pixels for login form - fix some issue with identifying gpg key in invite-tmpl template - in database, pigeons are now users to avoid confusion
* GetFileTable function is actually used, and moreMiquel Lionel2021-11-071-0/+9
- Make code a bit more readable by aligning some equal signs at variable declarations. - Account creation by invites now. Still experimental. add all file needed - Fix the bug that bring you to the admin panel when you try to delete a GPG form link. - Incorrect wording: "Notify by mail with a link to the invite" in the admin panel becomes "Notify by mail after successful account creation". - Add autofocus attribute to username input at front page. saves a click. We also add some sensible tabindex values for username, password and "Login" button. - create .gitignore