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

28 commits

Auteur SHA1 Message Date
Your Name
1d8958d062 submit report 2017-05-10 08:17:21 +00:00
Andrew Zhao
9dcfaae9c0 Revert "New view template design" 2017-05-09 23:07:28 -07:00
Juan Navarro
9fd386ff24 New view template design 2017-05-09 23:21:58 -05: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
kipukun
c5fd0d90e1 add autistic red button and report modal
(DOESNT DO ANYTHING)
2017-05-09 20:52:18 -04:00
sfan5
4d7b56df8c Prepare for storage of uploaded .torrent files 2017-05-09 16:42:12 +02:00
sfan5
203c3734c8 Display uploader name with link to profile page 2017-05-09 16:21:56 +02:00
sfan5
335dfd1d9c Omit "Link" row if no website name 2017-05-09 12:24:26 +02:00
Eliot Whalan
8f5edf0a44
Add website links 2017-05-09 16:15:56 +10:00
ElegantMonkey
e638f8a9aa Extract strings from remaining templates 2017-05-08 17:42:56 -03:00
akuma06
5d847c8d5b Fixed login handler 2017-05-08 13:29:17 +02: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
sfan5
d1dee6b9bc Add .torrent file links! 2017-05-07 18:58:11 +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
sfan5
adbfef80ca Show category image on torrent view page 2017-05-06 22:32:50 +02:00
sfan5
e5cbb8a171 Make comments look nicer 2017-05-06 13:27:35 +02:00
Chuu
eac79ee222 Add a scaled Renchon to torrent view pages. 2017-05-06 06:46:07 +02:00
Eliot Whalan
affbe699d1
fix up comment bug 2017-05-06 12:24:31 +10:00
Eliot Whalan
bf0de81e66
Get comments working 2017-05-06 12:18:24 +10:00
sfan5
0154679826 Indicate status on view page 2017-05-05 22:53:17 +02:00
sfan5
1ded818c4a Infohash is monospace again 2017-05-05 22:53:17 +02:00
kipukun
dcf9311e87 Add big download button, a la nyaa + other small 2017-05-05 11:02:53 -04:00
sfan5
65d4e05f10 Less autistic date display 2017-05-05 15:55:25 +02:00
Eliot Whalan
ef2d39a2c1
Comment out itorrents link 2017-05-05 21:06:41 +10:00
akuma06
c6fd6ef8f6 Default Values for Search form
Added a new Variable SearchForm as an argument to replace the list of arguments (cat,order,status,sort,query)
Added a construction function for it so we can have default values (NewSearchForm() output a SearchForm{} with default values)
Fixed the view template so we show one torrent and not a list
Added a ViewTemplateVariables for the page
2017-05-05 10:52:08 +02:00
akuma06
15cd2ed558 Merge branch 'master' of https://github.com/ewhal/nyaa.git
Conflicts:
	main.go
	models.go
	templates/index.html
Saw that some previous modifications were lost due to the previous merge :)
2017-05-05 05:04:04 +02:00