aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README: check out other branch if want multi userHEADmasterMiquel Lionel2023-01-231-0/+3
|
* Update README about dependenciesMiquel Lionel2021-07-201-4/+8
|
* fix Makefile and gpg key export during it.Miquel Lionel2021-07-201-0/+4
| | | | | | | | | - esthetic improvments too, in particular the links table: Added the correct id on the linkstable, the styles from css weren't applied. - some variables were used but not declared beforehand in the cookie check function in gpigeon-template.cgi. we fix that
* uncomment my $mimetype line, it's important.Miquel Lionel2021-07-151-2/+3
| | | | | | | | | | | 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)
* fix nginx part in README: missing max body sizeMiquel Lionel2021-07-141-0/+2
|
* added crude file upload possibilitiesMiquel Lionel2021-07-141-4/+1
|
* Better way to validate cookies and others improvsMiquel Lionel2021-07-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | - 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.
* easier installation instructionsMiquel Lionel2021-06-231-3/+5
|
* s/variable/variables/gMiquel Lionel2021-06-181-1/+1
|
* less cruft in Net::SMTP(S) part, clearerMiquel Lionel2021-06-181-3/+1
|
* add make vars to generate a nginx configMiquel Lionel2021-06-061-2/+1
|
* fix readme about looking for variablesMiquel Lionel2021-06-061-2/+1
|
* typo in hawkpost linkMiquel Lionel2021-06-061-1/+1
|
* add link to the OG gpigeon in the READMEMiquel Lionel2021-06-061-1/+1
|
* 'include hotlinking.conf' not relevant in ngx confMiquel Lionel2021-06-061-1/+1
|
* does triples backtips support nginx format?Miquel Lionel2021-06-061-1/+1
|
* ups forgot to delete space for markdown formattingMiquel Lionel2021-06-061-11/+11
|
* yeah, it's better. adding to dependencies tooMiquel Lionel2021-06-061-11/+11
|
* test formatting of FEATURES sectionMiquel Lionel2021-06-061-5/+5
|
* a more verbose makefile and explicative readme.Miquel Lionel2021-06-061-15/+58
| | | | | - also genpass.pl didn't need a newline when priting argon2id hash
* Cookie based login addedMiquel Lionel2021-04-111-22/+31
| | | | | | | | | | | | - the cookie last 1 year and is set upon login - deleted when pressing "Disconnect" button - updated the config.mk and Makefile for COOKIES_DIR variable - camel-cased the subroutines. I like it that way, it stands out more compared to variables - reinserted some vars back into link-tmpl.cgi, it wasn't making sense to have them in gpigeon-template.cgi - no more 'Unknown' link asker in the links table: if the string is a valid email address, we link to the file in the table.
* use template instead of writing perl in perlMiquel Lionel2021-02-281-3/+2
| | | | | - also renamed gpigeon.css -> styles.css. more standard - utf-8 rules. other charset can't defeat him.
* README.md is no longer WIP atm.Miquel Lionel2020-12-241-2/+0
|
* renamed README to markdown file extensionMiquel Lionel2020-12-081-0/+52