gitea/routers
Gergely Nagy 99f2f826ce
packages/generic: Do not restrict package versions to SemVer ()
There are existing packages out there whose version do not conform to SemVer, yet, one would like to have them available in a generic package repository. To this end, remove the SemVer restriction on package versions when using the Generic package registry, and replace it with a check that simply makes sure the version isn't empty.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: 6543 <6543@obermui.de>
..
api packages/generic: Do not restrict package versions to SemVer ()
common Fix raw endpoint PDF file headers ()
install Add Cache-Control header to html and api responses, add no-transform ()
private Add missing parameter for error in log message ()
utils A better go code formatter, and now `make fmt` can run in Windows ()
web Added email notification option to receive all own messages ()
init.go Initialize cron last ()