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
akuma06 eaf4e23266 Fix hidden on User Profile (#1039)
When a user had hidden torrents, they were still listed on his user page even if it's not the actual user who is viewing it.
That's why I added a new function for searching which filter out hidden torrents.
Now when a user go to his own page (or a moderator), he can see all his torrents.
However if another person visit the page, only non hidden torrents will be listed.
I added the hidden parameter in ES database, it permits also to use the search instead of SQL when listing torrents on the user page. Less load time, go with the idea that we should use ES everywhere when needed.
2017-06-21 11:58:54 +10:00
..
activity_handler.go activity log for users (#1002) 2017-06-15 12:44:46 +10:00
api_handler.go Fix torznab to /api also 2017-06-16 01:30:09 +02:00
database_dump_handler.go Audio captcha (#995) 2017-06-14 20:10:03 +10:00
faq_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
init.go
modpanel.go Refine form linked up & edited buildversion to commit hash (#1025) 2017-06-20 10:06:01 +10:00
not_found_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
publicSettingsHandler.go Set the path to "/" 2017-06-06 23:29:00 +02:00
router.go Add additional url for torznab feeds 2017-06-17 23:58:45 +10:00
rss_handler.go Fixing Torznab bug 2017-06-20 14:27:36 +02:00
search_handler.go Refine form linked up & edited buildversion to commit hash (#1025) 2017-06-20 10:06:01 +10:00
template.go activity log for users (#1002) 2017-06-15 12:44:46 +10:00
template_functions.go Fix hidden on User Profile (#1039) 2017-06-21 11:58:54 +10:00
template_test.go Better handle of test files 2017-05-31 10:49:01 +02:00
template_variables.go Refine form linked up & edited buildversion to commit hash (#1025) 2017-06-20 10:06:01 +10:00
torrent_report_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
upload_handler.go Country flags (language) for torrents. (#970) 2017-06-12 09:14:26 +10:00
user_handler.go Fix hidden on User Profile (#1039) 2017-06-21 11:58:54 +10:00
view_torrent_handler.go activity log for users (#1002) 2017-06-15 12:44:46 +10:00
wrap_handler.go gosimple friendly 2017-06-14 09:20:42 +02:00