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

97 commits

Auteur SHA1 Message Date
ewhal
32fb9c10ea Merge branch 'master' into less-realloc 2017-05-09 13:14:20 +10:00
akuma06
81f9470dcd 404 when no user found 2017-05-09 04:23:45 +02:00
akuma06
1ce14973b7 Fixed 2017-05-09 04:12:48 +02: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
bakape
ce1c4c89ac Death to reallocations! 2017-05-09 02:56:57 +03:00
sfan5
76990e5f6a Save current user for uploads 2017-05-08 23:54:09 +02:00
ElegantMonkey
3f5416d8ac Fix conflicts 2017-05-08 18:16:21 -03:00
ElegantMonkey
6fce62f7d3 Add translation code to handlers, fix wrong key in .json translations 2017-05-08 17:51:59 -03:00
sfan5
71f659ad00 Allow registration w/o email and make it half-work 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
ElegantMonkey
39b0c4f5df Add translation code to handlers 2017-05-08 16:16:26 -03:00
akuma06
5860cf1d79 Added Profile page 2017-05-08 18:56:40 +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
akuma06
482c9ef040 Typo 2017-05-08 13:18:52 +02:00
akuma06
aaee8fa543 Fixed User support in Comments 2017-05-08 13:05:25 +02:00
ayame-git
e6d207c653 api upload 2017-05-08 12:18:49 +03:00
Andrew Zhao
b7a76c9d5d dont need these to compile 2017-05-07 22:01:46 -07:00
Andrew Zhao
f04b1ed659 sanitize comments 2017-05-07 21:58:21 -07:00
Andrew Zhao
15b1552f4e initial implementation of making comments 2017-05-07 20:34:12 -07:00
Andrew Zhao
263b1f5075 implemented comments and display 2017-05-07 19:06:11 -07:00
akuma06
293f840dc9 Merge pull request #156 from azhao12345/upload-fixes
Upload fixes
2017-05-08 03:37:05 +02:00
Leodmanx2
fde2a1e24d Merge branch 'master' into compression 2017-05-07 20:03:22 -04:00
Leodmanx2
6a00f884d8 Merge branch 'master' into compression 2017-05-07 19:47:37 -04:00
akuma06
0db01fb824 Added logged badge + new User variable in each template variables 2017-05-08 01:46:30 +02:00
Leodmanx2
5e42e7bf34 Wrap handlers with compression handler 2017-05-07 18:56:45 -04:00
akuma06
9569da77cb Fixed new multi language for login 2017-05-08 00:32:41 +02:00
akuma06
47d0fc2b9f Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	router/userHandler.go
2017-05-08 00:22:57 +02:00
akuma06
7379d18a7f Added Login 2017-05-08 00:21:31 +02:00
Eliot Whalan
44d98f5d76
Disable uploading of torrents by default 2017-05-08 08:16:20 +10:00
sfan5
3b67bf1f2e Revert "Merge pull request #153 from majestrate/faster-rss"
This reverts commit a9d19644c9, reversing
changes made to 4f14dfb04f.
2017-05-07 23:41:44 +02:00
Eliot Whalan
2a5e8f0029 Merge pull request #165 from ElegantMonkey/read-language-from-request
Read the user language from the HTTP request
2017-05-08 07:18:22 +10:00
Eliot Whalan
7439f667dd Merge branch 'master' into faster-rss 2017-05-08 07:16:37 +10:00
ElegantMonkey
019be8332b Read the user language preferences from the HTTP request 2017-05-07 18:05:41 -03: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
akuma06
0e00261b5a Fixed errors 2017-05-07 20:47:29 +02:00
akuma06
646606c7a8 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	router/userHandler.go
2017-05-07 20:03:17 +02:00
akuma06
0d07763af6 Added Form Validation
Display of error messages
2017-05-07 19:59:38 +02:00
Jeff Becker
2610f66135 make rss feeds faster 2017-05-07 13:50:55 -04:00
Andrew Zhao
dc2fd90e0d put the trackers on the calculated magnet 2017-05-07 10:47:43 -07:00
Andrew Zhao
6ea36146b9 validate captcha before processing 2017-05-07 10:41:07 -07:00
Eliot Whalan
ecf45f0381 Merge pull request #143 from sfan5/upl2
Optional torrent file storage
2017-05-08 00:22:04 +10:00
Eliot Whalan
289a6a2719 Merge pull request #145 from Atvaark/master
Return status code 404 on 404 page
2017-05-08 00:21:37 +10:00
Atvaark
45d479a9be Return status code 404 on 404 page
The NotFoundHandler previously returned status code 200
because WriteHeader wasn't called.
2017-05-07 16:18:35 +02:00
ayame-git
52053595f7 post handle now checks for t and c 2017-05-07 17:08:45 +03:00
sfan5
218290c4e0 Allow storage of uploaded .torrent files (disabled by default) 2017-05-07 15:57:24 +02:00
sfan5
b090386a8c Remove hardcoded URLs 2017-05-07 15:57:24 +02:00
bakape
cf8b96e5cd Fix captcha.GetID() args 2017-05-07 16:48:34 +03:00
bakape
2d994ca98c Merge branch 'master' of https://github.com/ewhal/nyaa into ip-neutral-captchas 2017-05-07 15:55:53 +03:00