ayame-git
b3bcda5ffa
fixed padding and filtered missing hashes
2017-05-05 10:18:24 +03:00
Eliot Whalan
b557a36c83
Run go fmt and add swap files to gitignore
2017-05-05 14:07:45 +10:00
Eliot Whalan
667415dc1b
Merge pull request #44 from akuma06/master
...
Merge branch 'master' of https://github.com/ewhal/nyaa.git
2017-05-05 13:54:43 +10:00
akuma06
27d8435953
Merge branch 'master' of https://github.com/ewhal/nyaa.git
...
Conflicts:
main.go
models.go
templates/index.html
Saw that some previous modifications were lost due to the previous merge :)
2017-05-05 05:07:54 +02:00
akuma06
15cd2ed558
Merge branch 'master' of https://github.com/ewhal/nyaa.git
...
Conflicts:
main.go
models.go
templates/index.html
Saw that some previous modifications were lost due to the previous merge :)
2017-05-05 05:04:04 +02:00
Eliot Whalan
a150790eb7
Merge branch 'master' of git://github.com/akuma06/nyaa
2017-05-05 12:02:44 +10:00
Eliot Whalan
38e5413c42
Start work on descriptions
2017-05-05 11:57:08 +10:00
akuma06
385549b13d
Big Update !
...
Design copied from NyaaTorrents
Reorganised some sql queries
Added dynamic navigation within torrents
Added nesting templates support
Added more variables/functions imported in the templates
Separated templates functions and variables in other files for more clarity
2017-05-05 03:53:38 +02:00
Eliot Whalan
09954e4c86
Reduce header text again
2017-05-05 11:38:00 +10:00
Eliot Whalan
110e7f3315
fix up viewhandler struct
2017-05-05 11:34:49 +10:00
Eliot Whalan
e90309615e
Merge pull request #36 from ayame-git/master
...
basic sort
2017-05-05 11:31:54 +10:00
Eliot Whalan
38b6579be8
Merge branch 'master' into master
2017-05-05 11:31:47 +10:00
ayame-git
3908623195
fixed typo
2017-05-05 07:30:30 +03:00
ayame-git
ccc727bfd2
basic sort
2017-05-05 07:24:58 +03:00
Eliot Whalan
3469fa75a3
Merge branch 'master' of github.com:ewhal/nyaa
2017-05-05 10:55:21 +10:00
Eliot Whalan
6cd379ff66
Add view page
2017-05-05 10:54:37 +10:00
Eliot Whalan
4bed85b007
Merge pull request #34 from bakape/package-script
...
Script for binary package cross-compilation
2017-05-05 10:46:45 +10:00
bakape
34051c9e0e
Script for binary package cross-compilation
2017-05-05 03:41:47 +03:00
Eliot Whalan
50579bb84a
Add filesize and dates to page
2017-05-05 09:52:56 +10:00
Eliot Whalan
bf81cf4a67
Merge pull request #30 from Lietzu/master
...
Changed models to match the merged db created by 'ilikecats'
2017-05-05 09:25:01 +10:00
Lietzu
93d12fc2a4
Changed models to reflect ilikecat's new merged db v2
2017-05-04 19:03:25 -04:00
Lietzu
11a6b72812
erged
2017-05-04 18:53:53 -04:00
Lietzu
e26c3219e5
Configured models to match ilikecats' merged db, and expanded automigration
2017-05-04 18:52:46 -04:00
Lietzu
d40b469c58
Configured models to match ilikecats' merged db, and expanded automigration
2017-05-04 18:44:54 -04:00
Eliot Whalan
250386a3f6
Merge pull request #24 from ayame-git/master
...
magnet link doesn't open tab now
2017-05-05 08:39:38 +10:00
Eliot Whalan
b485506716
Merge branch 'master' into master
2017-05-05 08:39:20 +10:00
ayame-git
d8a57e97b5
magnet link doesn't open tab now
2017-05-05 04:04:45 +03:00
Eliot Whalan
3bdead3d45
Update README.md
2017-05-05 08:26:59 +10:00
Eliot Whalan
eaf984f6a2
Update README.md
2017-05-05 08:26:16 +10:00
Eliot Whalan
a16d208913
Merge pull request #19 from chaiknees/master
...
RSS feed for home page.
2017-05-05 08:21:07 +10:00
Evan
e5fc0b2042
=Updated models to match ilikecats' merged database
2017-05-04 18:18:27 -04:00
Eliot Whalan
ad21cc1ab2
Merge pull request #21 from bittebitte/master
...
iTorrents to replace defunct Torcache
2017-05-05 08:16:24 +10:00
Eliot Whalan
7ce4dadddd
Merge pull request #17 from akuma06/master
...
Updated Models.go (simplified + orderBy param)
2017-05-05 08:15:28 +10:00
bittebitte
9500b26027
iTorrents to replace defunct Torcache
2017-05-04 16:10:16 -05:00
Owner
9efda93468
Travis rss feed dependency.
2017-05-04 21:58:05 +02:00
Owner
6383422c3b
RSS feed for home page.
2017-05-04 21:48:40 +02:00
akuma06
f1032bbab2
Updated Models.go (simplified + orderBy param)
...
Added a new main function to get Torrents with orderBy parameter
Added a new function to get all torrents with orderBy parameter
Simplifying the other function that get torrents so they pass through one main function that manage db requests.
Commented AutoMigrate functions, it emits warning when you execute it after having migrated once
2017-05-04 17:16:20 +02:00
Eliot Whalan
ce464081e1
Merge pull request #16 from ayame-git/master
...
fixed getTorrentById
2017-05-04 22:52:25 +10:00
ayame-git
bf6d07bd6d
fixed getTorrentById
2017-05-04 15:51:16 +03:00
Eliot Whalan
bd50f21123
Reduce navbar form input sizing
2017-05-04 22:42:00 +10:00
Eliot Whalan
05c8b4a9f6
Merge pull request #15 from ayame-git/master
...
search field doesn't reset
2017-05-04 22:36:21 +10:00
ayame-git
682813b54a
search field doesn't reset
2017-05-04 15:33:53 +03:00
Eliot Whalan
2ec73bfa16
Merge pull request #14 from ayame-git/master
...
status search and typo fixes
2017-05-04 22:22:11 +10:00
ayame-git
8764f724ab
updated rootHandler
2017-05-04 15:14:29 +03:00
ayame-git
a3189324bc
status search and typo fixes
2017-05-04 15:01:07 +03:00
Eliot Whalan
b83d60b9a0
Update README.md
2017-05-04 21:21:42 +10:00
Eliot Whalan
5aada91731
Update README.md
2017-05-04 21:08:58 +10:00
Eliot Whalan
737e0280c6
Update README.md
2017-05-04 21:07:02 +10:00
Eliot Whalan
1046ec6586
add strings
2017-05-04 20:31:40 +10:00
Eliot Whalan
05186688ec
trim hash
2017-05-04 20:30:12 +10:00