bakape
716659c02a
Log server start and address
...
Useful, when port or host is not the default or knowing, when the server started, with chained comands like `go build && ./nyaa`.
2017-05-07 02:58:15 +03:00
Eliot Whalan
2ab9224dfe
Merge pull request #124 from bakape/remove-qtpl-travis
...
Remove quicktemplate travis and README lines
2017-05-07 09:57:46 +10:00
tomleb
28a99e070b
Merge branch 'master' of https://github.com/ewhal/nyaa into deployment
2017-05-06 19:52:54 -04:00
bakape
0bfb784264
Remove quicktemplate travis and README lines
2017-05-07 02:50:52 +03:00
keo
f35bd64bec
Update .travis.yml
2017-05-07 02:49:20 +03:00
Eliot Whalan
0f1db1b958
Merge pull request #123 from bakape/revert-quicktemplate
...
Revert quicktemlate search template
2017-05-07 09:46:25 +10:00
tomleb
b762457545
Remove go generate
2017-05-06 19:36:51 -04:00
tomleb
393450ff96
Merge branch 'master' of https://github.com/ewhal/nyaa into deployment
2017-05-06 19:35:59 -04:00
Eliot Whalan
4340579bcd
Merge pull request #122 from sfan5/favi
...
Better favicon crop
2017-05-07 09:27:44 +10:00
Eliot Whalan
11c098630b
Merge pull request #120 from bakape/fix-search-bar-gone
...
Add missing search button
2017-05-07 09:27:27 +10:00
Eliot Whalan
101c15d6ce
Merge branch 'master' into fix-search-bar-gone
2017-05-07 09:27:20 +10:00
bakape
b6ceb99446
Merge branch 'master' of https://github.com/ewhal/nyaa into revert-quicktemplate
2017-05-07 02:24:42 +03:00
tomleb
7d6258e237
Update docker documentation
2017-05-06 19:23:25 -04:00
tomleb
b303d16903
Remove mysql backend
2017-05-06 19:20:28 -04:00
bakape
e82e97b961
Revert quicktemplate search template
2017-05-07 02:20:13 +03:00
tomleb
364b115fe0
Waiting only for postgres backend
2017-05-06 19:17:13 -04:00
tomleb
7a85495d81
Generate template files
2017-05-06 19:12:31 -04:00
tomleb
1b6953c835
Merge branch 'master' of https://github.com/ewhal/nyaa into deployment
2017-05-06 19:02:27 -04:00
tomleb
77209b95cf
Fix travis build
2017-05-06 19:02:02 -04:00
tomleb
cb5fa3142b
Remove nested config variables
2017-05-06 19:02:02 -04:00
tomleb
6fa3113c73
Fix search functionality, unzlib won't be needed in the future
2017-05-06 19:02:02 -04: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
keo
550ce04143
will this work?
2017-05-07 01:57:56 +03:00
keo
eb4412ec94
Merge pull request #121 from kipukun/master
...
Update Travis file to generate
2017-05-07 01:56:06 +03:00
sfan5
fdbd6bc800
Better favicon crop
2017-05-07 00:54:44 +02:00
Anthony D'Alessandro
36da730e58
update travis file to generate
2017-05-06 18:53:48 -04:00
bakape
91c0412671
Add missing search button
2017-05-07 01:49:27 +03:00
tomleb
5db874a2fa
Add postgres dialect
2017-05-06 18:48:21 -04:00
tomleb
9b38f61dc7
Fix localhost:9999 link
2017-05-06 18:48:21 -04:00
tomleb
fdc219b652
Document docker usage
2017-05-06 18:48:21 -04:00
tomleb
17f632bae7
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
5fe679b4a6
Add prune script because docker takes up so much space
2017-05-06 18:48:21 -04:00
tomleb
cecc6d04a1
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
9ddb5482df
Run sqlite environment in docker
2017-05-06 18:48:21 -04:00
Eliot Whalan
cc8ae4a35c
Merge pull request #119 from bakape/fix-search-bar-gone
...
Fix missing search bar
2017-05-07 08:46:57 +10:00
bakape
5f80ae2a7d
Fix missing search bar
2017-05-07 01:45:59 +03:00
akuma06
213c173719
Delete search.html.go
2017-05-07 00:43:48 +02:00
akuma06
8e3ece47bb
Update .gitignore
2017-05-07 00:43:08 +02:00
akuma06
15877f5325
Merge pull request #118 from akuma06/master
...
Fixed Typo
2017-05-07 00:28:26 +02: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
a7f4f80c1e
Merge pull request #116 from akuma06/master
...
Added User Registration View + Moved public files
2017-05-07 00:21:49 +02:00
akuma06
db882b105e
Fixed
2017-05-07 00:19:26 +02:00
akuma06
e3afa16c87
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-07 00:15:45 +02:00
akuma06
5eb1d75f4c
Forgot files
2017-05-07 00:15:27 +02:00
keo
3dc27f4118
Merge pull request #115 from sfan5/stuff2
...
Drop "Category", "Sub_Category" and "Statuses" tables
2017-05-07 01:12:31 +03:00
akuma06
bdaa161304
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-07 00:10:53 +02:00
akuma06
052c502b07
Added User Registration View
...
Moved public files in public folder
2017-05-07 00:10:40 +02:00
sfan5
882cc2a6fd
Remove duplicate tracker
...
pirateparty.gr tracker is the same as the coppersurfer one
2017-05-07 00:07:58 +02:00
Eliot Whalan
04fdfbcc02
Merge pull request #114 from redsPL/master
...
Changed night-mode item colors(remake, trusted, aplus)
2017-05-07 08:04:33 +10:00