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

363 commits

Auteur SHA1 Message Date
tomleb
dcccb7ee1b 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
tomleb
ee57d87ae5 Add postgres dialect 2017-05-06 18:48:21 -04:00
tomleb
7b2a75eedf Fix localhost:9999 link 2017-05-06 18:48:21 -04:00
tomleb
18d4d1bfc0 Document docker usage 2017-05-06 18:48:21 -04:00
tomleb
6d35ddcfc0 Add cache_size param with sqlite backend
Need a better way to deal with config, docker uses environment variables
mostly and the application uses .go files. Keeping the two in sync will
probably end up being annoying.
2017-05-06 18:48:21 -04:00
tomleb
a19e653da6 Add prune script because docker takes up so much space 2017-05-06 18:48:21 -04:00
tomleb
ded00e5ceb Add postgres docker support
Not tested yet as the current postgres dump is incompatible with the
application. We need to fix ourselve to one schema and stick to it for
whatever database backend we support.
2017-05-06 18:48:21 -04:00
tomleb
125a53263b Run sqlite environment in docker 2017-05-06 18:48:21 -04:00
akuma06
be9a9c5a06 Delete search.html.go 2017-05-07 00:43:48 +02:00
akuma06
a43d74e6c9 Update .gitignore 2017-05-07 00:43:08 +02:00
akuma06
e121ff4c4d Merge pull request #118 from akuma06/master
Fixed Typo
2017-05-07 00:28:26 +02:00
akuma06
c738f62cb4 Fixed Typo 2017-05-07 00:27:26 +02:00
akuma06
422d0f5ced Fixed typo 2017-05-07 00:26:02 +02:00
akuma06
026f8d2b17 Merge pull request #116 from akuma06/master
Added User Registration View + Moved public files
2017-05-07 00:21:49 +02:00
akuma06
fa0e4ec4bd Fixed 2017-05-07 00:19:26 +02:00
akuma06
bf613062cd Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 00:15:45 +02:00
akuma06
a9f97d6366 Forgot files 2017-05-07 00:15:27 +02:00
keo
ec4c15abe5 Merge pull request #115 from sfan5/stuff2
Drop "Category", "Sub_Category" and "Statuses" tables
2017-05-07 01:12:31 +03:00
akuma06
3ab5c4caf0 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 00:10:53 +02:00
akuma06
b4da1000b3 Added User Registration View
Moved public files in public folder
2017-05-07 00:10:40 +02:00
sfan5
20214fa770 Remove duplicate tracker
pirateparty.gr tracker is the same as the coppersurfer one
2017-05-07 00:07:58 +02:00
Eliot Whalan
4d2fc1a88d Merge pull request #114 from redsPL/master
Changed night-mode item colors(remake, trusted, aplus)
2017-05-07 08:04:33 +10:00
sfan5
b7a62c2f20 Stop using categories & status DB tables
Also fixes the incorrect JSON keys in API responses
2017-05-07 00:04:12 +02:00
keo
565b71d7e4 Merge pull request #113 from yiiTT/patch-1
Additional trackers
2017-05-07 00:54:01 +03:00
keo
6a6bf7eb62 Merge pull request #111 from bakape/compile-time-templates
Compile time templates
2017-05-07 00:42:10 +03:00
yiiT
74abbfebe7 Additional trackers
Added tracker.pirateparty.gr, tracker.internetwarriors.net, eddie4.nl, and mgtracker.org
2017-05-06 16:41:56 -05:00
bakape
069fec2027 Add dependency to Travis 2017-05-07 00:40:21 +03:00
bakape
93d460c3ca Add go generate note to README 2017-05-07 00:31:46 +03:00
bakape
7a49c3da54 Merge remote-tracking branch 'origin/master' into compile-time-templates 2017-05-07 00:26:46 +03:00
bakape
a16caa0556 Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
keo
c36544d268 Merge pull request #104 from akuma06/master
Added tool for sending emails + User Service (WIP)
2017-05-07 00:04:26 +03:00
akuma06
ffdb50f5e1 fix #6 2017-05-06 23:00:35 +02:00
keo
fbfa82e4fa Merge pull request #109 from sfan5/stuff
Show category image on torrent view page
2017-05-06 23:51:33 +03:00
akuma06
db95a78b6a Merge branch 'master' of https://github.com/akuma06/nyaa.git 2017-05-06 22:48:07 +02:00
akuma06
ca74ef3129 Fix #5 2017-05-06 22:47:21 +02:00
akuma06
d0092e590c Update permission.go 2017-05-06 22:42:51 +02:00
akuma06
99fa491826 Fix #4 2017-05-06 22:40:01 +02:00
akuma06
c9b1cf97db Fix #3 2017-05-06 22:36:53 +02:00
sfan5
2a1cd94a87 Show category image on torrent view page 2017-05-06 22:32:50 +02:00
akuma06
3e11300ea6 Fix #2 2017-05-06 22:32:02 +02:00
akuma06
eef84efcb7 Merge branch 'master' of https://github.com/akuma06/nyaa.git 2017-05-06 22:27:50 +02:00
akuma06
4182e22262 Fix #1 2017-05-06 22:27:21 +02:00
akuma06
68a7b5922a Merge branch 'master' into master 2017-05-06 22:17:13 +02:00
akuma06
45eb38ee87 Merge branch 'master' of https://github.com/akuma06/nyaa.git
Conflicts:
	util/email/email.go
2017-05-06 22:16:05 +02:00
akuma06
30a53a79ec Forgot files 2017-05-06 22:14:02 +02:00
akuma06
9f18efe301 Update verification.go 2017-05-06 21:59:46 +02:00
akuma06
20b7b737ad Update user.go 2017-05-06 21:59:21 +02:00
akuma06
d52532c927 Update email.go 2017-05-06 21:56:52 +02:00
keo
bc4e100dc4 Merge pull request #108 from sfan5/size_sort
Sorting by torrent size
2017-05-06 22:55:02 +03:00
ayame-git
a55bb483da Status model and field for Users 2017-05-07 01:52:27 +03:00