aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-11-07 21:26:49 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-11-07 21:52:44 +0100
commit52fb6ab96259df5eb63ae4632317edcf5900f31c (patch)
treed5c157f6302f0b2818ecc380e868f908e5d1b6f6 /.gitignore
parentf32ba587cbca216c5d65583bc2cf4d41e6987e33 (diff)
downloadgpigeon-52fb6ab96259df5eb63ae4632317edcf5900f31c.tar.gz
gpigeon-52fb6ab96259df5eb63ae4632317edcf5900f31c.zip
GetFileTable function is actually used, and more
- 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3a5c159
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.asc
+config.mk
+gpigeon.cgi
+gpigeonctl
+link-tmpl.cgi
+invites-tmpl.cgi
+invites.html
+index.html
+test/*