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

19 commits

Auteur SHA1 Message Date
Chris MacLeod
14378fbf39 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
2974f8607c Added Follow&Unfollow 2017-05-10 03:16:36 +02:00
sfan5
282ce135dd Don't generate gravatar hash if no email 2017-05-09 17:20:19 +02:00
sfan5
de1978619e Fix creating of useless table 2017-05-09 17:14:13 +02:00
sfan5
a951cf6f45 Maybe fix gravatar 2017-05-09 16:50:29 +02:00
sfan5
df3187d954 Cleanup of user model 2017-05-09 12:16:41 +02:00
Andrew Zhao
a0ab88c77d make user torrent list display 2017-05-08 22:21:14 -07:00
akuma06
f6bdf1a071 Fixed User
Profile Page, badge menu, every thing before previous commit (except
email)
Added Logout
2017-05-09 03:37:12 +02:00
sfan5
7cd7a625fc Remove unused code 2017-05-08 22:50:56 +02:00
sfan5
3d8f184a5a Switch to new schema: make it compile 2017-05-08 22:50:56 +02:00
sfan5
1961db72a1 Revert "Added Profile page"
This reverts commit 5860cf1d79.
2017-05-08 22:50:25 +02:00
akuma06
5860cf1d79 Added Profile page 2017-05-08 18:56:40 +02:00
akuma06
8a61b409fc Cleaned up User Model 2017-05-08 14:28:02 +02:00
akuma06
0db01fb824 Added logged badge + new User variable in each template variables 2017-05-08 01:46:30 +02:00
akuma06
220dcaa361 Merge branch 'master' into master 2017-05-06 22:17:13 +02:00
akuma06
b4dea05ae4 Forgot files 2017-05-06 22:14:02 +02:00
ayame-git
99f25790ea Status model and field for Users 2017-05-07 01:52:27 +03:00
akuma06
7651459b7f Added torrents on model user 2017-05-06 18:09:29 +02:00
akuma06
d32c3d0fa8 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