Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
tomleb d6c50f5640 TorrentJSON.ID is uint now, fix weird page sorting (#769)
* TorrentJSON.ID is uint now, fix weird page sorting

The bug was that ES would sort by ID in a weird manner because the id
was a string. The id is now a uint.

* Resolved the conflict for future merging
2017-05-27 11:54:41 +10:00
..
api_handler.go
database_dump_handler.go
faq_handler.go
home_handler.go
init.go
language_handler.go
modpanel.go
not_found_handler.go
router.go
rss_handler.go TorrentJSON.ID is uint now, fix weird page sorting (#769) 2017-05-27 11:54:41 +10:00
search_handler.go
template.go
template_functions.go
template_test.go
template_variables.go New profile user menu (#761) 2017-05-26 14:33:55 +02:00
torrent_report_handler.go
upload.go Trackers in Torrents + Missing comments + Function renaming (#768) 2017-05-27 00:45:18 +02:00
upload_handler.go Trackers in Torrents + Missing comments + Function renaming (#768) 2017-05-27 00:45:18 +02:00
user_handler.go New profile user menu (#761) 2017-05-26 14:33:55 +02:00
view_torrent_handler.go
wrap_handler.go