summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel50-262/+297
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-28pgp: replace deprecated Archive.Read.support_compression_all with ↵Sebastian Reichel1-1/+1
Archive.Read.support_filter_all
2018-06-28Update CopyrightJohannes Rudolph13-0/+16
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel34-200/+262
2018-06-28Add RFID supportJohannes Rudolph8-11/+92
2018-06-28Display on/offmm-chen1-0/+26
Turns the display off and on via MQTT
2018-06-28database: remove correct binary on cleanSebastian Reichel1-1/+1
2018-06-28scanner-session: initial state machine implementationJohannes Rudolph2-124/+199
2018-06-28scanner-session: add getCodeType()Johannes Rudolph2-0/+31
2018-06-28scanner-session: add play_audio()Johannes Rudolph2-0/+28
2018-06-28database: add method to retrieve product details with pricesJohannes Rudolph4-13/+29
2018-06-28mailer: gmime 2.6 -> 3.0Sebastian Reichel4-23/+31
2018-06-28invoice: add CSV for jVereinJohannes Rudolph1-1/+16
This adds one more CSV to be used with jVerein's "Zusatzbeiträge" feature.
2018-06-28all: replace hard-coded KtT branding with dynamic textJohannes Rudolph5-42/+134
* extend config file with general details * extend curves-ui makefile add config * Use name from config * replace static text with dynamic text * read short name and long name from config * replace SHORTNAME tags with the shortname * replace mail related branding information * add missing Replacement * make VAT (Umsatzsteuer) optional * make space name dynamic * make short name in treasuremail text dynamic * make pdf text more dynamic
2018-06-28curses-ui: Load logo from fileJohannes Rudolph3-16/+31
This loads the ASCII art logo shown in the curses UI from a file instead of having it hard-coded in the binary.
2017-12-29adds dockerHolger Cremer1-0/+4
2017-10-02audio: improve gstreamer1.0 supportSebastian Reichel1-4/+10
Add proper error message when required gstreamer plugin is missing.
2017-09-29price: fix parsing of 'XX.Y'Sebastian Reichel1-1/+4
2017-09-29scanner-session: make valac-0.36 happySebastian Reichel1-1/+1
2017-09-29invoice: make valac-0.36 happySebastian Reichel1-17/+13
2017-09-29audio: switch from gstreamer-0.10 to gstreamer-1.0Sebastian Reichel2-2/+2
2017-09-29web: properly support auth_usersSebastian Reichel1-3/+4
2017-07-11web: csv: fix csv size checkSebastian Reichel1-1/+1
2017-06-13adds the joined_at column and support in the db/webHolger Cremer4-8/+13
2017-05-07keeps the sound_theme value on user import (by using a sub select)Holger Cremer1-1/+2
2017-05-07NULL cannot easily be sent via DBusSebastian Reichel1-0/+1
2017-04-18Merge branch 'master' into customizable_user_soundsSebastian Reichel20-42/+42
2017-04-18all: switch from session to system busSebastian Reichel20-41/+41
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer8-21/+80
If not selected, a random theme is used.
2017-02-04web: set status 200 for succesful requestsSebastian Reichel1-0/+15
2016-09-17show disabled and hidden in csv diffSebastian Reichel1-2/+2
2016-09-17move disabled flag from auth table to user tableSebastian Reichel6-16/+24
2016-08-04surpress "Nothing to be done for 'all'" messageSebastian Reichel3-0/+3
2016-08-04Makefile: add all directoriesSebastian Reichel1-3/+3
2016-08-04pgp: libgpgme requires _FILE_OFFSET_BITS=64Sebastian Reichel1-1/+1
2016-08-04mailer: support disabling starttlsSebastian Reichel1-2/+12
Connection to a localhost mailserver do not need TLS encryption, so add support for plaintext connections. Keep default of enabled TLS.
2016-08-03Shopeinzüge laufen jetzt via shop-einzug@Sebastian Reichel1-2/+2
2016-07-19VorstandsänderungSebastian Reichel1-1/+1
2016-07-01add helper for (re)sending a single invoiceSebastian Reichel4-37/+194
2016-06-19VorstandsänderungSebastian Reichel1-1/+1
2016-04-10web: admins can change permissions of usersSebastian Reichel1-3/+58
2016-04-10database: add set_user_auth()Sebastian Reichel2-0/+24
2016-04-06Andreas als Vorstand entfernenSebastian Reichel1-1/+1
2016-01-21web: improve database exception renderingSebastian Reichel1-89/+69
2016-01-21database: handle sqlite constraint exception speciallySebastian Reichel2-2/+5
2016-01-13VorstandsupdateSebastian Reichel1-1/+1
2015-10-28simplify string building by using vala's template systemSebastian Reichel1-1/+1
2015-10-28add product categorySebastian Reichel3-10/+65
2015-10-28web: explicitly set status code on successSebastian Reichel1-3/+20
2015-10-28update to libgee-0.8Sebastian Reichel2-2/+2