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/config
tomleb babf0a37f0 Cleanups and fixes (#623)
* Keep naming consistent

* Remove execute bit from files

* Default to DefaultLanguage (without passing it to the func)

* Remove commented code

* Use Content-Type to get language json

* Lines of 400 characters is dumb

* Update new repo in README

* Remove useless script since we fallback to a defaultlang

* Fix fallback language panic

* Fix uninitialized MaxPerPage when not in querystr

The issue was that the req.MaxPerPage was not set (default to 0) when
the query string didn't include "max". This makes the server query the
whole db since the resulting limit is 0.

* Fix creating empty torrents (only worked once)

* Lines of 400 characters is still dumb
2017-05-19 12:55:59 +10:00
..
cache.go abstract out cache 2017-05-11 09:01:53 -04:00
config.go Add in support for commenting on sukebei 2017-05-16 12:53:02 +10:00
email.go Update email.go 2017-05-12 18:47:09 -05:00
env.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
i2p.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
i18n.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
logger.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
metainfo_fetcher.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
navigation.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
scrape.go only use coppersurfer 2017-05-10 18:23:20 -04:00
search.go forgot file 2017-05-11 09:29:08 -04:00
sorting.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
trackers.go Stateless cookies (#372) 2017-05-11 16:18:56 -05:00
upload.go Update upload.go 2017-05-18 14:30:36 +02:00