Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Graphe des révisions

13 commits

Auteur SHA1 Message Date
akuma06 45e6fc109f Edit profile unborked, please don't bork it anymore :'( 2017-05-10 20:24:37 +02:00
Chris MacLeod c9b72206a5 Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245)
* Checkpoint: it builds

The config, db, model, network, os, and public packages have had some
fixes to glaringly obvious flaws, dead code removed, and stylistic
changes.

* Style changes and old code removal in router

Router needs a lot of work done to its (lack of) error handling.

* Dead code removal and style changes

Now up to util/email/email.go. After I'm finished with the initial sweep
I'll go back and fix error handling and security issues. Then I'll fix
the broken API. Then I'll go through to add documentation and fix code
visibility.

* Finish dead code removal and style changes

Vendored libraries not touched. Everything still needs security fixes
and documentation. There's also one case of broken functionality.

* Fix accidental find-and-replace

* Style, error checking, saftey, bug fix changes

* Redo error checking erased during merge

* Re-add merge-erased fix. Make Safe safe.
2017-05-09 21:34:40 -05:00
akuma06 8aa8a0593c Added delete account and edit profile 2017-05-09 17:47:12 +02:00
akuma06 830c824fbc Corrected possible double entry account (username, email) 2017-05-07 21:14:32 +02:00
akuma06 65e24c25e9 Fixed typo 2017-05-07 20:21:46 +02:00
akuma06 4df2268094 Added Form Validation
Display of error messages
2017-05-07 19:59:38 +02:00
akuma06 1eaa0c1b44 Fixed User Captcha
Templates are now in reload of template.go
Captchas are generated correctly on register page
Corrected typo
2017-05-07 14:53:01 +02:00
akuma06 7b59943bd6 Update modelHelper.go 2017-05-06 18:58:48 +02:00
akuma06 9f961cdffa Update modelHelper.go 2017-05-06 18:55:33 +02:00
akuma06 8313e1db7e Added multiple type of variables
Should work now
2017-05-06 18:52:27 +02:00
akuma06 9cf6157846 Hopes that work 2017-05-06 18:15:02 +02:00
akuma06 964795b6cd Modified package 2017-05-06 18:02:54 +02:00
akuma06 148f70b53f Models for User, Role and Comment
modelHelper for getting value from request and apply it to a Form
Getting value from a Form and apply to a Model
2017-05-06 17:55:02 +02:00