Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-18 | add backup tool | Sebastian Reichel | 2 | -0/+51 | |
2013-05-17 | new invoice tool | Sebastian Reichel | 9 | -0/+432 | |
2013-05-16 | pdf-invoice: Vorstandsänderung | Sebastian Reichel | 1 | -1/+1 | |
2013-05-16 | pdf-invoice: get datapath from config | Sebastian Reichel | 4 | -6/+20 | |
2013-05-16 | implement mail sending queue | Sebastian Reichel | 1 | -6/+11 | |
2013-05-12 | templates: update minimal prices | Sebastian Reichel | 1 | -2/+2 | |
2013-05-12 | web: db.new_product() is void | Sebastian Reichel | 1 | -1/+2 | |
2013-05-12 | web: postal_code is a string | Sebastian Reichel | 2 | -2/+2 | |
2013-05-11 | database: fix segfault in new_product() | Sebastian Reichel | 1 | -1/+1 | |
2013-05-11 | send mails in the background | Sebastian Reichel | 1 | -3/+15 | |
2013-05-11 | pdf-invoice: clear generated data | Sebastian Reichel | 1 | -0/+2 | |
2013-05-11 | pdf-invoice: special users have no firstname | Sebastian Reichel | 1 | -1/+1 | |
2013-05-11 | ignore mailer binary | Sebastian Reichel | 1 | -0/+1 | |
2013-05-11 | database: postcode is string, add get_user_invoice_sum() | Sebastian Reichel | 2 | -4/+20 | |
2013-05-11 | pdf-invoice: use InvoiceEntry from DB interface | Sebastian Reichel | 3 | -28/+24 | |
2013-05-10 | external mail interface should not depend on GMime | Sebastian Reichel | 1 | -1/+7 | |
2013-05-09 | database: add get_users_with_sales | Sebastian Reichel | 2 | -0/+15 | |
2013-05-05 | mail: initial mail service | Sebastian Reichel | 9 | -0/+2326 | |
This process provides an DBus interface for sending mails to users. It has MIME support for plain text and html mails and supports attachments. The service gets the SMTP server's hostname, port and authentication data from the configuration daemon. | |||||
2013-05-05 | remove incorrect space | Sebastian Reichel | 1 | -1/+1 | |
2013-05-03 | web: fix csv import preview | Sebastian Reichel | 1 | -1/+1 | |
2013-05-03 | web: database.restock() is void | Sebastian Reichel | 1 | -10/+9 | |
2013-05-03 | restock method is void | Sebastian Reichel | 1 | -1/+1 | |
2013-04-29 | add template dir to config | Sebastian Reichel | 4 | -16/+22 | |
2013-04-28 | fix compilation with vala 0.16 | Sebastian Reichel | 1 | -11/+10 | |
2013-04-28 | report sale removal to UIdbus | Sebastian Reichel | 3 | -5/+9 | |
2013-04-28 | send out error message via dbus | Sebastian Reichel | 1 | -1/+1 | |
2013-04-28 | put database location into config file | Sebastian Reichel | 2 | -2/+10 | |
2013-04-28 | do not set loghandler before ui is initialized | Sebastian Reichel | 1 | -2/+2 | |
2013-04-28 | improve config file location finding | Sebastian Reichel | 1 | -1/+3 | |
2013-04-28 | put audio path into config | Sebastian Reichel | 3 | -6/+14 | |
2013-04-28 | fix ScannerSession.service and update gitignore | Sebastian Reichel | 2 | -1/+2 | |
2013-04-28 | add dbus service files | Sebastian Reichel | 9 | -0/+47 | |
2013-04-28 | rename db to database part 2 | Sebastian Reichel | 1 | -1/+1 | |
2013-04-28 | rename db to database | Sebastian Reichel | 1 | -2/+2 | |
2013-04-27 | change default audio files directory | Sebastian Reichel | 1 | -1/+1 | |
2013-04-27 | db: get_user_auth: return defaults if user not found | Sebastian Reichel | 1 | -1/+1 | |
2013-04-27 | fix init in scanner-session daemon | Sebastian Reichel | 1 | -0/+2 | |
2013-04-27 | fallback to default theme | Sebastian Reichel | 1 | -2/+8 | |
2013-04-27 | fix byterate divider | Sebastian Reichel | 1 | -1/+1 | |
2013-04-27 | do not wait for audio stream on ui exit | Sebastian Reichel | 1 | -5/+10 | |
2013-04-27 | fix init in audio daemon | Sebastian Reichel | 1 | -0/+4 | |
2013-03-27 | display messages from scanner session | Sebastian Reichel | 2 | -2/+11 | |
2013-03-27 | handle errors | Sebastian Reichel | 7 | -15/+137 | |
2013-03-26 | ignore binaries | Sebastian Reichel | 9 | -0/+9 | |
2013-03-26 | fix merge conflict | Sebastian Reichel | 3 | -13/+5 | |
2013-03-26 | code restructure | Sebastian Reichel | 52 | -623/+1694 | |
2013-03-16 | Merge pull request #21 from ktt-ol/structchange | Sebastian Reichel | 2 | -13/+5 | |
Changed the price string to a price integer for better implementation | |||||
2013-03-17 | use string templates instead | Lennart Weller | 1 | -3/+1 | |
2013-03-17 | use built-in to_string | Lennart Weller | 1 | -2/+2 | |
2013-03-17 | reduced precision | Lennart Weller | 1 | -2/+2 | |