aboutsummaryrefslogtreecommitdiff
path: root/cmd/sklad/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for printing on red/black tapesPřemysl Eric Janouch2021-06-101-1/+1
| | | | | | | | | | My QL-800 refuses to print black only on a red/black tape. I really don't like the added `rb` function parameter. It would be best to be able to recognize such tapes, however nothing of the sort is documented in official Brother documentation. makeBitmapData{,RB} also look like they could be simplified further.
* sklad: prefill form with last values on errorPřemysl Janouch2019-04-221-11/+19
| | | | | Since the browser's back button cannot be used because of our fascist caching policy.
* sklad: use Request.URL when self-redirectingPřemysl Janouch2019-04-221-2/+2
|
* sklad: redirect to GET on successful DB changesPřemysl Janouch2019-04-221-7/+13
|
* sklad: show the context when deleting containersPřemysl Janouch2019-04-221-1/+7
| | | | Do not try to show the deleted container.
* sklad: make it possible to update the parentPřemysl Janouch2019-04-191-0/+1
|
* sklad: always try to shut down cleanlyPřemysl Janouch2019-04-191-1/+21
|
* sklad: highlight matches in the searchPřemysl Janouch2019-04-181-0/+15
|
* Avoid DB data races from different goroutinesPřemysl Janouch2019-04-161-0/+6
|
* sklad: clean up templatesPřemysl Janouch2019-04-161-1/+4
|
* sklad: prevent creating container cyclesPřemysl Janouch2019-04-161-0/+2
|
* sklad: show whole container descriptionsPřemysl Janouch2019-04-151-1/+14
|
* sklad: trim spaces from user-supplied attributesPřemysl Janouch2019-04-151-4/+5
|
* sklad: support running under a prefixPřemysl Janouch2019-04-151-24/+35
|
* sklad: create, update, removePřemysl Janouch2019-04-151-22/+103
|
* sklad: show the number of members of each seriesPřemysl Janouch2019-04-141-3/+3
|
* Move commands under cmd/Přemysl Janouch2019-04-141-0/+271