bigjubelweb

Web interface for BigJubel: calculate current jubilees
git clone git://www.kabus.eu/git/bigjubelweb
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-10-19 16:12Bump version to 0.7.6Desmond Kabus2+2-2
2020-10-19 16:11New configuration option: INSTANCE_NAMEDesmond Kabus3+9-1
2020-10-18 12:55Bump version to 0.7.5Desmond Kabus2+2-2
2020-10-18 12:55Call webview for events export in BigJubel DesktopDesmond Kabus1+17-1
2020-10-18 11:54Bump version to 0.7.4Desmond Kabus2+2-2
2020-10-18 11:50Update manualDesmond Kabus2+13-4
2020-10-18 11:16Improve stylesheetDesmond Kabus2+20-9
2020-10-18 11:03Add file upload function to import events fileDesmond Kabus4+57-20
2020-08-03 16:04Bump version to 0.7.3Desmond Kabus4+6-7
2020-08-03 16:04Add manualDesmond Kabus2+199-1
2020-08-02 15:51Update READMEDesmond Kabus2+99-77
2020-07-25 14:18Better about box, read BIGJUBEL_DESKTOP_VERSIONDesmond Kabus3+84-28
2020-07-25 09:55Add little script to bump versionDesmond Kabus1+24-0
2020-07-25 09:49Bump version to 0.7.2Desmond Kabus2+5-5
2020-07-25 09:16Bugfix: Birthday tune not playingDesmond Kabus1+1-1
2020-07-24 14:33Bump versionDesmond Kabus3+2-3
2020-07-24 14:26Add single user modeDesmond Kabus6+91-14
2020-07-24 12:51Added automatic init and update optionsDesmond Kabus3+106-29
2020-07-24 11:04Move default settings to config fileDesmond Kabus4+73-30
2020-07-24 10:33Add ADMIN_USER to configDesmond Kabus5+15-8
2020-07-24 10:19Move config to separate, well-documented fileDesmond Kabus2+49-4
2020-07-22 22:41Bump version to 0.5.0Desmond Kabus2+2-2
2020-07-22 22:33Python packaging is too complicatedDesmond Kabus2+4-6
2020-07-22 22:30include_package_data specified in setup.pyDesmond Kabus1+1-0
2020-07-22 22:28Include package_data in setup.pyDesmond Kabus1+5-0
2020-07-22 22:10Move webcli inside moduleDesmond Kabus2+1-1
2020-07-22 21:54Read CLI version from subprocessDesmond Kabus2+7-3
2020-07-22 21:36Move commands from Makefile to python.Desmond Kabus7+85-51
2020-07-10 15:31Update setup.pyDesmond Kabus1+2-2
2020-07-10 15:30Include GPL3 licenseDesmond Kabus1+674-0
2020-07-02 22:20Release bigjubelweb version 0.4.1Desmond Kabus2+2-2
2020-07-02 22:19Add better example for lang=deDesmond Kabus1+11-1
2020-07-02 21:26Update setup.pyDesmond Kabus1+1-1
2020-07-02 21:24Release bigjubelweb version 0.4.0Desmond Kabus1+1-1
2020-07-02 21:23Sort events by dateDesmond Kabus3+42-2
2020-07-02 20:43Add download button for eventsDesmond Kabus3+11-0
2020-07-02 20:31Add functions to delete eventsDesmond Kabus5+89-17
2020-07-02 19:04Use yaml.safe_loadDesmond Kabus2+2-2
2020-07-02 18:55New database schema: separate events tableDesmond Kabus8+143-24
2019-07-07 11:40Install as global packageDesmond Kabus2+14-3
2019-06-30 08:05Add to_base_type conversion for yamlDesmond Kabus2+6-0
2019-06-29 22:34Use setuptools to create a moduleDesmond Kabus24+502-490
2019-06-29 21:36Minor fixesDesmond Kabus2+14-8
2019-06-29 21:13Add installer and readmeDesmond Kabus4+66-11
2019-03-10 19:29Permanent session in flask enabledDesmond Kabus2+1-1
2019-03-10 19:23Remove empty lines from stored eventsDesmond Kabus2+4-1
2019-03-10 19:20Improve stylesheetDesmond Kabus3+12-15
2019-03-10 19:09Added checkbox to accept privacy policyDesmond Kabus4+18-5
2019-03-10 18:23Case insensitive usernameDesmond Kabus2+1-2
2019-03-10 18:20Add feedback from Diethelm to todo listDesmond Kabus1+7-0
2019-02-28 21:54Send language code to cliDesmond Kabus2+8-5
2019-02-28 13:10Added about boxDesmond Kabus3+50-10
2019-02-28 11:55Added sound on anniversariesDesmond Kabus5+54-4
2019-02-27 22:13Added language settingDesmond Kabus6+155-92
2019-02-27 19:51Always use python3 for secret keyDesmond Kabus1+1-1
2019-02-27 19:50Better generation of secret keyDesmond Kabus1+1-1
2019-02-27 19:42Add admin accountDesmond Kabus3+33-36
2019-02-27 18:32Store secret key in config fileDesmond Kabus3+17-11
2019-02-27 18:26Update todo listDesmond Kabus1+6-0
2019-02-23 22:15Added historic events as defaultDesmond Kabus1+20-3
2019-02-23 21:11Minor improvementsDesmond Kabus2+1-2
2019-02-23 21:04Limit maximum number of jubelsDesmond Kabus1+3-2
2019-02-23 20:29Monospace font for date columnDesmond Kabus2+5-1
2019-02-23 20:14Added option to append to previous eventsDesmond Kabus4+9-3
2019-02-23 19:42Add username field to databaseDesmond Kabus4+45-19
2019-02-23 16:45Added settings storage using databaseDesmond Kabus4+71-25
2019-02-23 15:48Added events storage using databaseDesmond Kabus3+42-1
2019-02-23 13:50New colors for iconDesmond Kabus4+5-0
2019-02-23 13:24Remove cookies and add user databaseDesmond Kabus8+296-112
2019-02-23 08:50Separate Web and CLIDesmond Kabus16+3-671
2019-02-02 16:54Fixes for older python versionDesmond Kabus2+13-13
2019-01-10 19:56Rename files for python importsDesmond Kabus2+0-0
2019-01-08 22:30Minor improvements and todo listDesmond Kabus2+11-4
2019-01-08 22:10Output title via yaml in C++ and read in pythonDesmond Kabus2+13-11
2019-01-08 21:59Rename and clean upDesmond Kabus26+4-0
2019-01-08 21:43Add settingsDesmond Kabus2+48-23
2019-01-08 21:10Added CSS stylesheetsDesmond Kabus5+336-26
2019-01-06 21:06Webinterface: splitting large cookiesDesmond Kabus2+76-12
2019-01-05 00:18Create simple webinterfaceDesmond Kabus3+44-9
2019-01-04 22:59Use YAML instead of JSONDesmond Kabus6+31-60
2019-01-04 22:38Play around with json and yamlDesmond Kabus4+45-8
2019-01-04 21:36Redirect cin and coutDesmond Kabus4+44-26
2019-01-04 20:47Add json output for JubelDesmond Kabus5+60-12
2019-01-04 18:24Changed Event readerDesmond Kabus5+40-15
2019-01-04 17:13Added CLIDesmond Kabus4+50-16
2019-01-04 15:42Update functions (const references and no string pointers)Desmond Kabus4+52-78
2019-01-04 15:26Added Jubel classDesmond Kabus4+96-39
2019-01-04 14:45Add Event classDesmond Kabus4+124-41
2019-01-04 13:39Add Date classDesmond Kabus4+88-62
2019-01-04 12:44Restructured filesDesmond Kabus9+193-170
2019-01-04 12:34Use std::string instead of char*Desmond Kabus5+93-116
2019-01-03 17:51First working version on LinuxDesmond Kabus33+153-3840
2019-01-03 13:36Backup of full MFC code baseDesmond Kabus51+4096-0