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

29 commits

Auteur SHA1 Message Date
akuma06
d8179450a9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	service/torrent/torrent.go
#	service/user/user.go
2017-05-10 05:33:40 +02:00
akuma06
7c5bae175b Shitty Moderation page
No HTML done, could'nt test with nyaa.exe :/
1 page with overview of torrents, comments, users
1 page list comments
1 page list torrents
1 page list users
1 route delete torreny
1 route delete comment
Users can be deleted and edited by their route user_profile_edit (I
think)
2017-05-10 05:24:18 +02:00
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
ayame-git
8b1c99fdad update 2017-05-09 21:54:50 +03:00
ayame-git
4b3abeb528 default value bug 2017-05-09 19:54:12 +03:00
ayame-git
f3f8258d7c Merge branch 'master' of github.com:ewhal/nyaa into api_wip 2017-05-09 19:39:15 +03:00
akuma06
6ac2bdd8d2 Added delete account and edit profile 2017-05-09 17:47:12 +02:00
ayame-git
93350ce3aa search query 2017-05-09 18:09:45 +03: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
akuma06
8e686c47ab Fixed broked User Login 2017-05-08 13:37:56 +02:00
akuma06
5d847c8d5b Fixed login handler 2017-05-08 13:29:17 +02:00
ayame-git
e6d207c653 api upload 2017-05-08 12:18:49 +03:00
Andrew Zhao
15b1552f4e initial implementation of making comments 2017-05-07 20:34:12 -07:00
Leodmanx2
5e42e7bf34 Wrap handlers with compression handler 2017-05-07 18:56:45 -04:00
akuma06
7272620429 Added verify email view and route
Now you should be able to register and activate your account
2017-05-07 22:00:45 +02:00
bakape
aae54fa420 Merge branch 'master' of https://github.com/ewhal/nyaa into captchas 2017-05-07 12:08:44 +03:00
bakape
2f55e478e0 Internal IP-specific captchas 2017-05-07 11:25:09 +03:00
Andrew Zhao
b183568af1 autoformat 2017-05-07 00:05:31 -07:00
Andrew Zhao
cfaf54052a added custom 404 page 2017-05-06 23:59:45 -07:00
akuma06
6209494c19 Added post method for registration
Don't know if create user work
2017-05-07 05:04:55 +02:00
akuma06
e2b1ceaed4 Added login page + multilanguage support 2017-05-07 04:02:57 +02:00
akuma06
f7cfa7d7fa Fixed Typo 2017-05-07 00:27:26 +02:00
akuma06
3390697686 Fixed typo 2017-05-07 00:26:02 +02:00
akuma06
052c502b07 Added User Registration View
Moved public files in public folder
2017-05-07 00:10:40 +02:00
ayame-git
ce16601bcc basic upload 2017-05-06 11:36:37 +03:00
Eliot Whalan
ad2775b355
Correct feed url 2017-05-06 08:37:59 +10:00
akuma06
40cef1186c Added RSS link & context display 2017-05-05 17:14:10 +02:00
akuma06
d75cb9f863 Separated Routes and handler from Main
Everything is in the router folder in different file
2017-05-05 16:39:15 +02:00