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

72 commits

Auteur SHA1 Message Date
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
akuma06
8c1c2e8777 Fix #4 2017-05-06 22:40:01 +02:00
akuma06
51ae429d72 User Package (WIP)
Added services and utils needed
2017-05-06 21:21:39 +02:00
bakape
005785f4f8 Don't reparse templates on every fucking request 2017-05-06 20:03:21 +03:00
Jeff Becker
c088cb2642 add torrent file parsing for upload form
* vendor bencode library github.com/zeebo/bencode

* add metainfo parsing library from XD

* fix up upload handler so to be less cluttered
2017-05-06 07:43:24 -04:00
ayame-git
ce16601bcc basic upload 2017-05-06 11:36:37 +03:00
Eliot Whalan
ad2775b355
Correct feed url 2017-05-06 08:37:59 +10:00
akuma06
7209666fb8 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
Resolved conflicts with new merge
2017-05-05 22:30:56 +02:00
akuma06
40cef1186c Added RSS link & context display 2017-05-05 17:14:10 +02:00
akuma06
d75cb9f863 Separated Routes and handler from Main
Everything is in the router folder in different file
2017-05-05 16:39:15 +02:00