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/util
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
..
crypto Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
email finish repo transfer 2017-05-17 15:58:40 +10:00
languages Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
log finish repo transfer 2017-05-17 15:58:40 +10:00
metainfo Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
modelHelper Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
search Fix #570 2 2017-05-17 23:41:18 +02:00
signals finish repo transfer 2017-05-17 15:58:40 +10:00
timeHelper Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
format.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
magnet.go use util to generate magnets 2017-05-06 18:10:35 -07:00
markdown.go This is why I should test before committing. 2017-05-10 16:48:33 -05:00
safe.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
server.go finish repo transfer 2017-05-17 15:58:40 +10:00
unzlib.go finish repo transfer 2017-05-17 15:58:40 +10:00
whitespace.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00