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
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
bakape
dc5ee0ca2e
Remove captcha IP-specificity
...
It's a notable deployment complication for little gain. Since captchas on Nyaa aren't on many pages, overflowing the stored captcha limit is also hard.
2017-05-07 15:55:46 +03:00
akuma06
48ddbdbbee
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-07 14:53:19 +02:00
akuma06
cd7527faa8
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
Eliot Whalan
aca2f2dc58
Merge pull request #136 from sfan5/upl
...
Fixes & Features for torrent uploads
2017-05-07 22:39:27 +10:00
sfan5
b77d991e10
Auto-fill filesize
2017-05-07 13:55:35 +02:00
sfan5
39cec46dce
Make pre-filling work correctly
2017-05-07 13:54:45 +02:00
sfan5
1dd95f0388
Better / fixed validation of uploaded torrent files
2017-05-07 13:53:51 +02:00
Jeff Becker
b6111fb9d9
fix up templates, get reading for Reload template on SIGHUP
2017-05-07 07:51:33 -04: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
Eliot Whalan
8ad3ace240
Merge pull request #133 from azhao12345/not-found
...
add 404 page
2017-05-07 17:45:32 +10:00
Eliot Whalan
6a43fb6147
Merge pull request #131 from azhao12345/upload-impl
...
Implement upload for new torrents
2017-05-07 17:45:21 +10:00
Andrew Zhao
b183568af1
autoformat
2017-05-07 00:05:31 -07:00
Andrew Zhao
57b856cf7f
404 on missing torrents
2017-05-07 00:02:38 -07:00
Andrew Zhao
cfaf54052a
added custom 404 page
2017-05-06 23:59:45 -07:00
Andrew Zhao
f5a28e47fe
throw in the description with some sanitizatoin
2017-05-06 22:18:41 -07:00
Andrew Zhao
e04b5fc01b
start implementing upload
2017-05-06 21:26:09 -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
Eliot Whalan
0825415331
Merge pull request #129 from azhao12345/upload-changes
...
Implement some stuff needed for upload
2017-05-07 11:59:31 +10:00
Andrew Zhao
f3c1f56a30
actually upload the upload
2017-05-06 18:32:26 -07:00
Andrew Zhao
12f16fb0c7
use util to generate magnets
2017-05-06 18:10:35 -07:00
akuma06
7da0a0658e
Fixed register page
2017-05-07 03:00:05 +02:00
Andrew Zhao
eeab38b90d
get the proper magnet and infohash for upload
2017-05-06 17:48:24 -07:00
akuma06
461566a2a2
Merge branch 'master' into master
2017-05-07 02:44:49 +02:00
akuma06
fa8e2d4c23
Update templateFunctions.go
2017-05-07 02:44:15 +02:00
akuma06
0f1b612b6d
Merge branch 'master' into master
2017-05-07 02:39:13 +02:00
akuma06
e3be801f4d
Fixed Typo + Added multi language support
...
Multi language for User package
2017-05-07 02:32:32 +02:00
tomleb
393450ff96
Merge branch 'master' of https://github.com/ewhal/nyaa into deployment
2017-05-06 19:35:59 -04:00
bakape
e82e97b961
Revert quicktemplate search template
2017-05-07 02:20:13 +03:00
tomleb
cb2702630c
Remove categories and subcategories queries
...
This commit removes usage of Categories queries in order to support
postgres. The Categories in postgres is an enum instead of a table and
we don't need to use the table in sqlite because the value are hardcoded
in the html and are unlikely to ever change.
This commit breaks the thumbnails in the index. Other functionality
needs to be tested before merging.
2017-05-06 19:02:02 -04: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
e3afa16c87
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-07 00:15:45 +02:00
akuma06
052c502b07
Added User Registration View
...
Moved public files in public folder
2017-05-07 00:10:40 +02:00
sfan5
a1ad96d6ed
Stop using categories & status DB tables
...
Also fixes the incorrect JSON keys in API responses
2017-05-07 00:04:12 +02:00
bakape
f2ff04c48f
Merge remote-tracking branch 'origin/master' into compile-time-templates
2017-05-07 00:26:46 +03:00
bakape
f5bdb369c8
Port _search.html to quicktemplate
2017-05-07 00:21:16 +03:00