02625299c7
adds backend as submodule
Raphael Maenle
2020-05-08 13:21:42 +02:00
7952ff2c12
upates backend which now includes the calendar json file update script
raphael2020-04-24 18:27:27 +00:00
c89ecd7134
adds backend script which can be run as a cronjob every n minutes to generate new json files for google calendars - database updated to save google credentials - database updated to save json calendar information - json still saved as a json file under userinfo/<user.id>/calendarevents.json
raphael2020-04-24 17:54:56 +00:00
a071193959
adds email login and registration forms - using flask-wtf forms to create login and registration - saves and compares input data with database - generates user if need-be - same user form as google user
raphael2020-04-23 17:11:23 +00:00
f156d38739
adds more advanced database handling unsing sql alchemy - moves app into package - adds sql alchemy equipment - moves templates into server package - add app.db sqlite file
raphael2020-04-22 20:15:21 +00:00
8f20be53e1
fixes communication conflicts between frontend and database through backend; sets up visualization of DOMs in frontend through javascript
raphael2020-04-17 16:54:35 +00:00
c3f815939d
adds writing the color as css attribute and then via jsqurey going through all of the class and adding this as background color
raphael2020-04-15 18:47:41 +00:00
04942268a6
adds calendars to sql database, calls backend to remap calendars to color accurate information
raphael2020-04-15 17:43:11 +00:00
19bbf53282
adds backend as submodule
raphael2020-04-15 17:18:25 +00:00
596f690cce
adds sending toggle (true, false) information; adds color picker and sending that information back to server
raphael2020-04-14 20:11:34 +00:00
bcb3b1bbac
restructured website into folders
raphael2020-04-07 16:29:51 +00:00
f86f15069a
Generates new google signin users in database and generates json for todays events - imports caltojson from calendarwatch_server - gets the user info from google api - gets user information and compares them to the user database - returns to login page and shows user information as well as 'api test' button
raphael2020-04-03 10:18:16 +00:00
76c711a58b
added second test login, moved into seperate folder
raphael2020-04-02 12:22:59 +00:00
b00413de93
added a server.py, which does google api handling via google auth oauthlib flow. works
raphael2020-03-28 10:57:18 +00:00
b676ee1a71
adds - basic login button on website frontend - index.html hosting using python - posting google oauth token from javascript on client side - passing token id to python hoster - verifying token, and returning a string to client
raphael2020-03-26 09:43:10 +00:00