aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add bundle.js to .gitignoreNoah Loomans2017-09-08
|
* Add vscode customizationNoah Loomans2017-09-08
|
* Fix webpackNoah Loomans2017-09-08
|
* Remove bundle.js from repoNoah Loomans2017-09-08
|
* Migrate from browserify to webpackNoah Loomans2017-09-08
|
* Update .gitignoreNoah Loomans2017-09-08
|
* Merge branch 'master' into betaNoah Loomans2017-06-24
|\
| * Remove 40min hours warningNoah Loomans2017-06-23
| |
* | Merge branch 'master' into betaNoah Loomans2017-06-21
|\ \ | |/
| * Add warning for custom hoursNoah Loomans2017-06-20
| |
| * Set language to dutchNoah Loomans2017-06-14
| | | | | | | | This is to prevent Google Translate from misdetecting the language.
| * Get mdl with bower instaid of cdnNoah Loomans2017-06-06
| |
* | Make ?week on /get optionalNoah Loomans2017-06-20
| |
* | Rewrite /meetingpointProxy into /getNoah Loomans2017-05-27
| | | | | | | | This makes it simple and more secure, and this improves server logging.
* | Autoupdate user index cacheNoah Loomans2017-05-26
| |
* | Only set opacity to 0 when requesting index.Noah Loomans2017-05-26
| |
* | Remove /hello pageNoah Loomans2017-05-26
| | | | | | | | It not used anymore
* | Add emergency redirectNoah Loomans2017-05-26
| |
* | Use dev logger instaid of common loggerNoah Loomans2017-05-26
| | | | | | | | Nginx has the full log, so we don't need to use a common logger here.
* | Remove HTTPS as this is now handled by nginxNoah Loomans2017-05-26
| |
* | Merge branch 'master' into betaNoah Loomans2017-05-06
|\ \ | |/
| * Unicode.Noah Loomans2017-05-06
| |
| * Add keybase.txt to prove identityNoah Loomans2017-04-12
| |
| * Merge branch 'useHTTPS'Noah Loomans2017-03-08
| |\
* | | Zoom table out when it doesn't fit the screenNoah Loomans2017-03-23
| | |
* | | Fix sending wrong file when not in correct directoryNoah Loomans2017-03-22
| | |
* | | Add BETA to the title when BETA env is set to 1Noah Loomans2017-03-22
| | |
* | | Merge branch 'useHTTPS' into betaNoah Loomans2017-03-08
|\ \ \ | | |/ | |/|
| * | Use 301 redirect instead of 302useHTTPSNoah Loomans2017-03-08
| | |
* | | Merge branch 'useHTTPS' into betaNoah Loomans2017-03-02
|\ \ \ | |/ /
| * | Actually use http2 on https connectionsNoah Loomans2017-03-02
| | |
* | | Merge branch 'useHTTPS' into betaNoah Loomans2017-03-02
|\ \ \ | |/ /
| * | Use http2 on https connectionsNoah Loomans2017-03-02
| | |
* | | Merge branch 'favicon' into betaNoah Loomans2017-03-02
|\ \ \ | | |/ | |/|
| * | Add favicon.icofaviconNoah Loomans2017-03-02
| | | | | | | | | | | | Forgot to add this in the previous commit
* | | Merge branch 'favicon' into betaNoah Loomans2017-03-02
|\ \ \ | |/ /
| * | Add faviconNoah Loomans2017-03-02
| |/
* | Merge branch 'useHTTPS' into betaNoah Loomans2017-03-01
|\ \ | |/
| * Add redirect to HTTPSNoah Loomans2017-03-01
| | | | | | | | | | TODO: use 301 instaid of 302 when this feature is has been proven to work.
* | Fix required dependenciesNoah Loomans2017-02-25
| |
* | Make the README prettyNoah Loomans2017-02-17
| |
* | Merge branch 'master' into betaNoah Loomans2017-02-17
|\ \ | |/ | | | | This adds the README.md to beta
| * Add README.mdNoah Loomans2017-01-30
| | | | | | | | This is long overdue...
| * Merge branch 'beta'Noah Loomans2017-01-29
| |\
* | | Fix update url bugNoah Loomans2017-01-30
| | |
* | | Refactor long linesNoah Loomans2017-01-30
| | |
* | | Refactor item to userNoah Loomans2017-01-30
| | | | | | | | | | | | | | | While item is technically more correct, I still prefer user as i think it makes the code easier to understand.
* | | Merge branch 'update-url' into betaNoah Loomans2017-01-30
|\ \ \
| * | | Fix bugs in url updateNoah Loomans2017-01-30
| | | | | | | | | | | | | | | | | | | | - Document title doesn't update - Page crashes when going back to front page
| * | | Update the page URL when selecting userNoah Loomans2017-01-29
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | When you select a user and press the back button of your browser, it will exit out of schedule page instead of going back inside of the app. This is unexpected behavior. This commit will update the URL using history.pushState() when a user is selected. Allowing the browser navigation buttons to nicely integrate with the schedule.