aboutsummaryrefslogtreecommitdiff
path: root/link-tmpl-template.cgi
Commit message (Collapse)AuthorAgeFilesLines
* fixesMiquel Lionel2021-07-181-13/+9
| | | | | | | | | | - Makefile is better: the generated password via genpass.pl or genpass.pl with -i flag should now be a correct argon2id hash in both cases. - Added missing checks in the makefile - Fixed undeclared variables in gpigeon-template.cgi Running make should be better and require less manual fiddling now.
* add enctype=multipart/form-data to link templateMiquel Lionel2021-07-151-1/+1
| | | | | | - I plan to remove the gpgid variable in the future because the Mail::GPG mobile only needs a mail to find the key and encrypt.
* uncomment my $mimetype line, it's important.Miquel Lionel2021-07-151-11/+27
| | | | | | | | | | | Also, we did a better cleanup: - GPG module is not used anymore. So, the $enc_gpg variable doesn't make sense anymore and we got rid of it. - We applied the auto unlinking we did in the database version branch. I was sure I already put to pratice on this branch, my memory fails me... Got rid of $linkfilename variable. - We updated the README.md about our dependencies and features (file upload is supported now)
* added crude file upload possibilitiesMiquel Lionel2021-07-141-41/+69
|
* Fix #msgbelow tag missing + ez to delet linksMiquel Lionel2021-07-041-1/+1
| | | | | | | - the style for a slighty bigger input box to put the mail wasn't applied (#mailfield id). we fix that - also links open in new tab now
* Better way to validate cookies and others improvsMiquel Lionel2021-07-041-3/+21
| | | | | | | | | | | | | | | | | | | | | | | - Added GPLv3+ short header in source files (genpass.pl, gpigeon-template.cgi and link-template-tmpl.cgi). - Added some security headers in the example nginx configuration file, and renamed the NGINXCONFDIR variable in the Makefile to SITESENABLED, it makes a bit more sense. - Hastily drawed a more fitting .ico/mascot for the project - Tweaked the styles.css to be somewhat more responsive. Some tags in index.html and gpigeon-template.cgi and link-template-tmpl.cgi have now an id for styling. - Fixed and improved cookie validation. While working on the multi-user alternative, I noticed that the ValidCookies() function was flimsy, I was used eq... I learned about 'cmp' and throwed some UA and IP address match to make it a bit more robust. - Improved the genpass.pl script, if you want a argon2id of your password, you can now launch it in interactive mode with the '-i' arg. It'll fill the ARGON2ID_HASH variable in the existing config.mk with the hash of the provided password - Fixed inconsistencies in the Makefile. I was overwriting changes with sed for no good reason instead of using the -i switch ! I also moved the mail address, mail sender, and gpg id checks to the top of the file since they are the most important. Also, the 0xlong is not needed in config.def.mk anymore, we extract via the mail address.
* fix dumb mistakes in link-tmpl-template.cgiMiquel Lionel2021-06-271-2/+1
|
* Simplify link auto-deletionMiquel Lionel2021-06-241-3/+2
|
* Fix auto deletion flow in link-tmpl-template.cgiMiquel Lionel2021-06-231-40/+40
| | | | | | | | | | | | - The file auto-deletion flow was *inside* the HAS_MAILSERVER check... oops, fixing that - fixing the indenting in the same file, it was a clusterfuck (still is but way less). - removed an useless for(1) in ValidCookie function in gpigeon-template.cgi. - Makefile change: I trust more the GNUPGHOME variable than the --homedir options of gpg for importing a key and creating a GPG directory at the same time.
* fix readme about looking for variablesMiquel Lionel2021-06-061-0/+105