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

594 commits

Auteur SHA1 Message Date
akuma06 f88b4656a1 Fixed Typo + Added multi language support
Multi language for User package
2017-05-07 02:32:32 +02:00
tomleb 3d0f600f0b Add prod docker files without db 2017-05-06 20:11:47 -04:00
tomleb f0c4eee826 Merge branch 'master' of https://github.com/ewhal/nyaa into deployment 2017-05-06 20:02:17 -04:00
bakape 919e6fc659 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 1467e68d06 Merge pull request #124 from bakape/remove-qtpl-travis
Remove quicktemplate travis and README lines
2017-05-07 09:57:46 +10:00
tomleb 6d9367222f Merge branch 'master' of https://github.com/ewhal/nyaa into deployment 2017-05-06 19:52:54 -04:00
bakape b89580ca66 Remove quicktemplate travis and README lines 2017-05-07 02:50:52 +03:00
keo 14dfbc91ca Update .travis.yml 2017-05-07 02:49:20 +03:00
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