summaryrefslogtreecommitdiffstats
path: root/src/web/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer1-18/+39
Conflicts: README data/templates/products/entry.html docker/Dockerfile docker/init.sh src/database/database.vala src/database/db-interface.vala src/pdf-stock/Makefile src/pdf-stock/pdf-stock-interface.vala src/pdf-stock/pdf-stock.vala src/web/Makefile src/web/main.vala templates/menu.html templates/products/index.html
2018-07-26adds an inventory functionHolger Cremer1-4/+7
2018-07-20web: fix shortnameSebastian Reichel1-7/+23
2018-07-15all: simplify datadir configurationSebastian Reichel1-1/+2
This simplifies the datadir configuration and removes the expectation, that the code is executed from the repository. It should now be possible to install this into the system like any other common Linux application.
2018-06-29all: I18N supportSebastian Reichel1-9/+12
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-0/+2
2017-04-18Merge branch 'master' into customizable_user_soundsSebastian Reichel1-4/+4
2017-04-18all: switch from session to system busSebastian Reichel1-3/+3
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer1-3/+5
If not selected, a random theme is used.
2015-02-16web: support missing certificate/privatekey config entriesSebastian Reichel1-5/+10
2015-02-13web: add tls supportSebastian Reichel1-1/+19
2013-04-29add template dir to configSebastian Reichel1-0/+6
2013-03-26code restructureSebastian Reichel1-0/+35