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

26 commits

Auteur SHA1 Message Date
Owner
6d1a8b228e RSS feeds for specific search queries. 2017-05-05 13:37:22 +02:00
Eliot Whalan
7f881251b7
Convert unix timestamps to datetime 2017-05-05 16:20:57 +10:00
Eliot Whalan
41655577d3
Fix descriptions 2017-05-05 16:14:13 +10:00
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
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
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
38b6579be8 Merge branch 'master' into master 2017-05-05 11:31:47 +10:00
ayame-git
ccc727bfd2 basic sort 2017-05-05 07:24:58 +03:00
Eliot Whalan
50579bb84a
Add filesize and dates to page 2017-05-05 09:52:56 +10:00
Lietzu
93d12fc2a4 Changed models to reflect ilikecat's new merged db v2 2017-05-04 19:03:25 -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
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
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
ayame-git
bf6d07bd6d fixed getTorrentById 2017-05-04 15:51:16 +03:00
ayame-git
a3189324bc status search and typo fixes 2017-05-04 15:01:07 +03: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
Eliot Whalan
a82420c1c4
Strip \n character from hash 2017-05-04 20:22:13 +10:00
Eliot Whalan
ffa49d58ca
Fix pagnation and try again with hash fix 2017-05-04 20:15:49 +10:00
Eliot Whalan
d149e44aaf
Fix up magnet and unscape names 2017-05-04 20:01:27 +10:00
akuma06
4b66f731a3 Added ORM Support, Models and cleaned up a bit the code
Changing from plain sql queries to GORM for better maintenance and stability
Use of Models for database tables and added JSON objects
Cleaned a bit the code and added some comments in the files
2017-05-04 05:28:42 +02:00