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

302 commits

Auteur SHA1 Message Date
sfan5 9d45926025 Make spoiler tags work 2017-05-05 12:59:56 +02:00
Eliot Whalan a50d218504 Merge pull request #54 from sfan5/misc
Misc
2017-05-05 20:52:10 +10:00
sfan5 969380e8e0 Now with less ugly 2017-05-05 12:46:47 +02:00
Eliot Whalan c42f35994e Merge pull request #53 from sfan5/cat2
Move Search to different template file
2017-05-05 20:42:52 +10:00
sfan5 aab0604afd Fix advanced search bar (thanks to >>60226151) 2017-05-05 12:42:45 +02:00
sfan5 ef9e37c3ac Move Search to different template file
(also re-add accidentally deleted catimg)
2017-05-05 12:01:17 +02:00
Eliot Whalan c0f9c5c1c1 Merge pull request #52 from sfan5/cat
Add missing categories and fix category images
2017-05-05 19:33:59 +10:00
sfan5 c880a5eb25 also make Faq uppercase 2017-05-05 11:32:11 +02:00
sfan5 b0af736d4e Add missing categories and fix category images 2017-05-05 11:30:14 +02:00
Eliot Whalan 675964f482 Merge pull request #49 from SandroHc/master
Fixed commit "Working in the torrent list layout"
2017-05-05 19:08:05 +10:00
Eliot Whalan 7b0c60f594 Merge pull request #50 from akuma06/master
Default Values for Search form
2017-05-05 19:07:45 +10:00
Eliot Whalan 32f261346c Merge pull request #51 from sfan5/search
Make search less retarded
2017-05-05 19:07:29 +10:00
sfan5 a50c1548a7 Make search less retarded 2017-05-05 11:04:28 +02:00
Sandro Marques 1627719d3a Fixed commit "Working in the torrent list layout"
Messed up a route with a whitespace. I'm dishonored :(
2017-05-05 09:53:32 +01:00
akuma06 9556ea5ae2 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
keo 05941f21d7 Merge pull request #48 from SandroHc/master
Working in the torrent list layout
2017-05-05 11:31:00 +03:00
Sandro Marques 935162a7a3 Working in the torrent list layout
Changes:
 * Hashes use a monospaced font, since they have the same text-width;
 * Filesize does not wrap (stay always on the same line)
2017-05-05 09:12:29 +01:00
keo b4512e0f7f Merge pull request #47 from sokomo/add_tracker
Add new tracker for nyaa
2017-05-05 10:50:11 +03:00
Duc Tran 1fd2c9eb8e Add new tracker for nyaa
Add new tracker for nyaa, planning to use and maintaining it permanently
2017-05-05 14:45:10 +07:00
keo e34f17503b Merge pull request #46 from SandroHc/master
Improved README
2017-05-05 10:29:25 +03:00
Sandro Marques 860de03774 Improved README 2017-05-05 08:15:26 +01:00
kipukun 1fc5a170b3 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 02:21:37 -04:00
Eliot Whalan 8934acc341 Convert unix timestamps to datetime 2017-05-05 16:20:57 +10:00
Eliot Whalan c65711df66 Fix descriptions 2017-05-05 16:14:13 +10:00
kipukun 8017a4d0fa Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 01:10:42 -04:00
keo 8c7aa6234a Merge pull request #39 from ipatrol/master
Favicon
2017-05-05 08:05:38 +03:00
ayame-git 937bcc9c4a no items per page :^) 2017-05-05 10:38:03 +03:00
ayame-git d053dab402 fixed padding and filtered missing hashes 2017-05-05 10:18:24 +03:00
kipukun 1867174167 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 01:05:26 -04:00
ipatrol 8caa47a5a4 Add favicon
Add Panty favicon
2017-05-05 00:51:32 -04:00
Eliot Whalan 6adce8eda9 Run go fmt and add swap files to gitignore 2017-05-05 14:07:45 +10:00
Eliot Whalan 480064f3a2 Merge pull request #44 from akuma06/master
Merge branch 'master' of https://github.com/ewhal/nyaa.git
2017-05-05 13:54:43 +10:00
akuma06 6513b1734d 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:07:54 +02:00
akuma06 6f00348cbc 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
kipukun a31edd0963 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-04 22:04:31 -04:00
kipukun 43c6b87dc2 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-04 22:03:26 -04:00
Eliot Whalan ed206a641b Merge branch 'master' of git://github.com/akuma06/nyaa 2017-05-05 12:02:44 +10:00
Eliot Whalan 404a5a2244 Start work on descriptions 2017-05-05 11:57:08 +10:00
akuma06 634f48a748 Big Update !
Design copied from NyaaTorrents
Reorganised some sql queries
Added dynamic navigation within torrents
Added nesting templates support
Added more variables/functions imported in the templates
Separated templates functions and variables in other files for more clarity
2017-05-05 03:53:38 +02:00
kipukun ea861af2a9 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-04 21:48:59 -04:00
Eliot Whalan 35a7e41a67 Reduce header text again 2017-05-05 11:38:00 +10:00
Eliot Whalan a09c87dc60 fix up viewhandler struct 2017-05-05 11:34:49 +10:00
Eliot Whalan 568fb9d4bc Merge pull request #36 from ayame-git/master
basic sort
2017-05-05 11:31:54 +10:00
Eliot Whalan e9d0138b73 Merge branch 'master' into master 2017-05-05 11:31:47 +10:00
ayame-git 90f33bcb7a fixed typo 2017-05-05 07:30:30 +03:00
ayame-git d8cfa78b4d basic sort 2017-05-05 07:24:58 +03:00
Eliot Whalan b9a5c6d965 Merge branch 'master' of github.com:ewhal/nyaa 2017-05-05 10:55:21 +10:00
Eliot Whalan c513e926bb Add view page 2017-05-05 10:54:37 +10:00
Eliot Whalan b6c5cd9d1d Merge pull request #34 from bakape/package-script
Script for binary package cross-compilation
2017-05-05 10:46:45 +10:00
bakape 17a62c8ed2 Script for binary package cross-compilation 2017-05-05 03:41:47 +03:00