summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-29esmtp: make valac-0.36 happySebastian Reichel1-49/+49
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-15Merge pull request #26 from smilix/joined_at_infoSebastian Reichel6-10/+15
adds the joined_at column and support in the db/web
2017-06-13adds the joined_at column and support in the db/webHolger Cremer6-10/+15
2017-05-07Merge pull request #25 from smilix/masterSebastian Reichel1-1/+2
keeps the sound_theme value on user import (by using a sub select)
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 pull request #24 from smilix/customizable_user_soundsSebastian Reichel12-20/+108
Customizable user sounds
2017-04-18Merge branch 'master' into customizable_user_soundsSebastian Reichel52-43/+358
2017-04-18add systemd filesSebastian Reichel10-0/+115
2017-04-18all: switch from session to system busSebastian Reichel42-42/+242
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer11-23/+109
If not selected, a random theme is used.
2017-04-16adds some bootsrap documentationHolger Cremer1-0/+2
2017-04-15Merge pull request #23 from smilix/masterSebastian Reichel1-1/+1
adds 'disabled' and 'hidden'
2017-04-15adds 'disabled' and 'hidden'Holger Cremer1-1/+1
2017-02-04web: set status 200 for succesful requestsSebastian Reichel1-0/+15
2016-09-17show disabled and hidden in csv diffSebastian Reichel2-3/+3
2016-09-17move disabled flag from auth table to user tableSebastian Reichel7-17/+27
2016-08-04surpress "Nothing to be done for 'all'" messageSebastian Reichel3-0/+3
2016-08-04Makefile: add all directoriesSebastian Reichel1-3/+3
2016-08-04sound: japanese sound themeSebastian Reichel7-0/+29
2016-08-04dbus: install service files into system pathSebastian Reichel1-1/+1
2016-08-04document dependenciesSebastian Reichel1-0/+23
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 Reichel3-13/+128
2016-04-10database: add set_user_auth()Sebastian Reichel2-0/+24
2016-04-06Andreas als Vorstand entfernenSebastian Reichel1-1/+1
2016-01-21add error 400 templateSebastian Reichel1-0/+5
2016-01-21web: improve database exception renderingSebastian Reichel1-89/+69
2016-01-21database: handle sqlite constraint exception speciallySebastian Reichel2-2/+5
2016-01-21add sql constraint allowing only valid EAN numbersSebastian Reichel1-1/+1
2016-01-13VorstandsupdateSebastian Reichel1-1/+1
2015-12-08do not print fixed navbarSebastian Reichel1-0/+6
2015-10-28simplify string building by using vala's template systemSebastian Reichel1-1/+1
2015-10-28add product categorySebastian Reichel7-13/+73
2015-10-28web: explicitly set status code on successSebastian Reichel1-3/+20
2015-10-28update to libgee-0.8Sebastian Reichel2-2/+2
2015-10-28database: implement the invoice view change for database querySebastian Reichel1-2/+2
This change ensures, that older invoices for special users (< 0) are not affected by future price changes.
2015-10-28sql: view: invoice: fix price calculation for special usersSebastian Reichel1-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-15web: new product list sorted by best before dateSebastian Reichel6-13/+106
2015-09-13Add support for aliased EANsSebastian Reichel9-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.