Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-07 | Merge pull request #25 from smilix/master | Sebastian Reichel | 1 | -1/+2 | |
keeps the sound_theme value on user import (by using a sub select) | |||||
2017-05-07 | keeps the sound_theme value on user import (by using a sub select) | Holger Cremer | 1 | -1/+2 | |
2017-05-07 | NULL cannot easily be sent via DBus | Sebastian Reichel | 1 | -0/+1 | |
2017-04-18 | Merge pull request #24 from smilix/customizable_user_sounds | Sebastian Reichel | 12 | -20/+108 | |
Customizable user sounds | |||||
2017-04-18 | Merge branch 'master' into customizable_user_sounds | Sebastian Reichel | 52 | -43/+358 | |
2017-04-18 | add systemd files | Sebastian Reichel | 10 | -0/+115 | |
2017-04-18 | all: switch from session to system bus | Sebastian Reichel | 42 | -42/+242 | |
2017-04-16 | adds a new feature: a user can select it's sond theme in the web interface. ↵ | Holger Cremer | 11 | -23/+109 | |
If not selected, a random theme is used. | |||||
2017-04-16 | adds some bootsrap documentation | Holger Cremer | 1 | -0/+2 | |
2017-04-15 | Merge pull request #23 from smilix/master | Sebastian Reichel | 1 | -1/+1 | |
adds 'disabled' and 'hidden' | |||||
2017-04-15 | adds 'disabled' and 'hidden' | Holger Cremer | 1 | -1/+1 | |
2017-02-04 | web: set status 200 for succesful requests | Sebastian Reichel | 1 | -0/+15 | |
2016-09-17 | show disabled and hidden in csv diff | Sebastian Reichel | 2 | -3/+3 | |
2016-09-17 | move disabled flag from auth table to user table | Sebastian Reichel | 7 | -17/+27 | |
2016-08-04 | surpress "Nothing to be done for 'all'" message | Sebastian Reichel | 3 | -0/+3 | |
2016-08-04 | Makefile: add all directories | Sebastian Reichel | 1 | -3/+3 | |
2016-08-04 | sound: japanese sound theme | Sebastian Reichel | 7 | -0/+29 | |
2016-08-04 | dbus: install service files into system path | Sebastian Reichel | 1 | -1/+1 | |
2016-08-04 | document dependencies | Sebastian Reichel | 1 | -0/+23 | |
2016-08-04 | pgp: libgpgme requires _FILE_OFFSET_BITS=64 | Sebastian Reichel | 1 | -1/+1 | |
2016-08-04 | mailer: support disabling starttls | Sebastian Reichel | 1 | -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-03 | Shopeinzüge laufen jetzt via shop-einzug@ | Sebastian Reichel | 1 | -2/+2 | |
2016-07-19 | Vorstandsänderung | Sebastian Reichel | 1 | -1/+1 | |
2016-07-01 | add helper for (re)sending a single invoice | Sebastian Reichel | 4 | -37/+194 | |
2016-06-19 | Vorstandsänderung | Sebastian Reichel | 1 | -1/+1 | |
2016-04-10 | web: admins can change permissions of users | Sebastian Reichel | 3 | -13/+128 | |
2016-04-10 | database: add set_user_auth() | Sebastian Reichel | 2 | -0/+24 | |
2016-04-06 | Andreas als Vorstand entfernen | Sebastian Reichel | 1 | -1/+1 | |
2016-01-21 | add error 400 template | Sebastian Reichel | 1 | -0/+5 | |
2016-01-21 | web: improve database exception rendering | Sebastian Reichel | 1 | -89/+69 | |
2016-01-21 | database: handle sqlite constraint exception specially | Sebastian Reichel | 2 | -2/+5 | |
2016-01-21 | add sql constraint allowing only valid EAN numbers | Sebastian Reichel | 1 | -1/+1 | |
2016-01-13 | Vorstandsupdate | Sebastian Reichel | 1 | -1/+1 | |
2015-12-08 | do not print fixed navbar | Sebastian Reichel | 1 | -0/+6 | |
2015-10-28 | simplify string building by using vala's template system | Sebastian Reichel | 1 | -1/+1 | |
2015-10-28 | add product category | Sebastian Reichel | 7 | -13/+73 | |
2015-10-28 | web: explicitly set status code on success | Sebastian Reichel | 1 | -3/+20 | |
2015-10-28 | update to libgee-0.8 | Sebastian Reichel | 2 | -2/+2 | |
2015-10-28 | database: implement the invoice view change for database query | Sebastian Reichel | 1 | -2/+2 | |
This change ensures, that older invoices for special users (< 0) are not affected by future price changes. | |||||
2015-10-28 | sql: view: invoice: fix price calculation for special users | Sebastian Reichel | 1 | -3/+4 | |
the price for special users is supposed to be the average of the restock price. After this commit only prices, that happened before the invoice entry are taken into account, so that its possible to recalculate the same invoice at a later point. | |||||
2015-09-15 | web: new product list sorted by best before date | Sebastian Reichel | 6 | -13/+106 | |
2015-09-13 | Add support for aliased EANs | Sebastian Reichel | 9 | -1/+169 | |
Some products are sold under different EANs (e.g. per-country EANs). The alias table can be used to map multiple EANs to a single product. | |||||
2015-09-12 | input-device: add new daemon | Sebastian Reichel | 11 | -11/+386 | |
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device. | |||||
2015-06-13 | fixing status bar removal | Holger Cremer | 1 | -3/+3 | |
2015-06-13 | status bar removed | Holger Cremer | 3 | -6/+7 | |
2015-06-13 | waiting time reduced | Holger Cremer | 1 | -1/+1 | |
2015-06-13 | aaded missing file :( | Holger Cremer | 1 | -0/+53 | |
2015-06-13 | replace the popup with an overlay over the messagebox - this is much better ↵ | Holger Cremer | 5 | -9/+23 | |
on very small screens | |||||
2015-06-12 | show the countdown value in the dialog title | Holger Cremer | 2 | -5/+34 | |
2015-06-12 | a simple cli interface to send barcodes | Holger Cremer | 8 | -193/+322 | |