Eliot Whalan
89b307aa4c
Merge pull request #123 from bakape/revert-quicktemplate
...
Revert quicktemlate search template
2017-05-07 09:46:25 +10:00
tomleb
c26496d93c
Remove go generate
2017-05-06 19:36:51 -04:00
tomleb
a6b3ffc0f1
Merge branch 'master' of https://github.com/ewhal/nyaa into deployment
2017-05-06 19:35:59 -04:00
Eliot Whalan
e091320a68
Merge pull request #122 from sfan5/favi
...
Better favicon crop
2017-05-07 09:27:44 +10:00
Eliot Whalan
0e8b1e5f46
Merge pull request #120 from bakape/fix-search-bar-gone
...
Add missing search button
2017-05-07 09:27:27 +10:00
Eliot Whalan
0958c960d3
Merge branch 'master' into fix-search-bar-gone
2017-05-07 09:27:20 +10:00
bakape
5adf301b0c
Merge branch 'master' of https://github.com/ewhal/nyaa into revert-quicktemplate
2017-05-07 02:24:42 +03:00
tomleb
6ddb580035
Update docker documentation
2017-05-06 19:23:25 -04:00
tomleb
01d1c7ef66
Remove mysql backend
2017-05-06 19:20:28 -04:00
bakape
8e15b211df
Revert quicktemplate search template
2017-05-07 02:20:13 +03:00
tomleb
6798b30a16
Waiting only for postgres backend
2017-05-06 19:17:13 -04:00
tomleb
dbb35cd336
Generate template files
2017-05-06 19:12:31 -04:00
tomleb
4d5adc9402
Merge branch 'master' of https://github.com/ewhal/nyaa into deployment
2017-05-06 19:02:27 -04:00
tomleb
97471bc75d
Fix travis build
2017-05-06 19:02:02 -04:00
tomleb
17c930459b
Remove nested config variables
2017-05-06 19:02:02 -04:00
tomleb
19efd94979
Fix search functionality, unzlib won't be needed in the future
2017-05-06 19:02:02 -04:00
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
keo
cae4cc6349
will this work?
2017-05-07 01:57:56 +03:00
keo
c30bc79900
Merge pull request #121 from kipukun/master
...
Update Travis file to generate
2017-05-07 01:56:06 +03:00
sfan5
6591d92e53
Better favicon crop
2017-05-07 00:54:44 +02:00
Anthony D'Alessandro
72bb97e20d
update travis file to generate
2017-05-06 18:53:48 -04:00
bakape
c2bdfa784a
Add missing search button
2017-05-07 01:49:27 +03: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
Eliot Whalan
996105e7f2
Merge pull request #119 from bakape/fix-search-bar-gone
...
Fix missing search bar
2017-05-07 08:46:57 +10:00
bakape
60292a624b
Fix missing search bar
2017-05-07 01:45:59 +03: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