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

131 commits

Auteur SHA1 Message Date
sfan5
1961db72a1 Revert "Added Profile page"
This reverts commit 5860cf1d79.
2017-05-08 22:50:25 +02:00
sfan5
e2d0407672 Revert "No results found message"
This reverts commit 02ce28c748.
2017-05-08 22:50:23 +02:00
akuma06
02ce28c748 No results found message 2017-05-08 19:46:42 +02:00
akuma06
5860cf1d79 Added Profile page 2017-05-08 18:56:40 +02:00
akuma06
09172cf255 Fixed badge user in nav 2017-05-08 15:37:50 +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
Eliot Whalan
581500e100
Add dropdown menu for login/signup/irc 2017-05-08 17:13:20 +10:00
Andrew Zhao
fd976fc7e0 add clickable comment targets 2017-05-07 21:49:00 -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
Eliot Whalan
4a0c1e3faa
Add some bottom padding to login and register pages 2017-05-08 09:59:36 +10:00
akuma06
0db01fb824 Added logged badge + new User variable in each template variables 2017-05-08 01:46:30 +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
Jeff Becker
37a5c01ef6 don't use type=number (re-do) 2017-05-07 23:45:53 +02:00
sfan5
37a5159dec Revert "Inline style-switching JS into <head>" (re-do) 2017-05-07 23:43:09 +02: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
sfan5
64167f9c77 Revert "Revert "css fixes""
This reverts commit 7b86e3af94.
2017-05-07 23:40:34 +02:00
Eliot Whalan
7439f667dd Merge branch 'master' into faster-rss 2017-05-08 07:16:37 +10:00
akuma06
7b86e3af94 Revert "css fixes" 2017-05-07 23:11:26 +02:00
keo
6cbb7f594b Merge pull request #160 from sfan5/cssfix
css fixes
2017-05-07 23:23:08 +03:00
akuma06
0bc12029bc Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 22:00:57 +02: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
sfan5
725c6acca0 Inline style-switching JS into <head> 2017-05-07 21:36:59 +02:00
sfan5
380237b24e Fix accidental duplicate css 2017-05-07 21:28:35 +02:00
sfan5
f0d68a7d7f Cleanup night mode code and move switcher to top right 2017-05-07 20:49:59 +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
efd0f04c05 don't use type=number 2017-05-07 13:23:31 -04:00
keo
a80c08b9be Merge pull request #148 from redsPL/master
Added the night mode toggle button+fixed a few things in CSS
2017-05-07 20:01:44 +03:00
sfan5
d1dee6b9bc Add .torrent file links! 2017-05-07 18:58:11 +02:00
reds
9226559475 Added night toggle button 2017-05-07 17:19:37 +01:00
bakape
05cc05ca32 Scale 404 image better 2017-05-07 16:59:55 +03:00
Ramon Dantas
c2e5d8b79a Merge branch 'master' into faq-fix 2017-05-07 10:08:00 -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
sfan5
e31e13a186 Fix captchas (thanks @bakape) 2017-05-07 14:36:54 +02:00
Ramon Dantas
afadde9d83 Fix FAQ image going beyond the screen size.
On small width screens, sometimes it would break the layout a bit.
2017-05-07 09:31:53 -03:00
sfan5
0a1030b1f7 Add label to captcha 2017-05-07 13:57:38 +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
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
cfaf54052a added custom 404 page 2017-05-06 23:59:45 -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
723135e2e5 Fixed links 2017-05-07 04:06:52 +02:00