aboutsummaryrefslogtreecommitdiff
path: root/public/javascripts
Commit message (Collapse)AuthorAge
* Restructure projectNoah Loomans2017-09-13
|
* Merge branch 'master' into betaNoah Loomans2017-09-08
|\
| * Only show weeks that are availableNoah Loomans2017-09-04
| |
* | Fix webpackNoah Loomans2017-09-08
| |
* | Remove bundle.js from repoNoah Loomans2017-09-08
| |
* | Rewrite /meetingpointProxy into /getNoah Loomans2017-05-27
| | | | | | | | This makes it simple and more secure, and this improves server logging.
* | Zoom table out when it doesn't fit the screenNoah Loomans2017-03-23
| |
* | Add BETA to the title when BETA env is set to 1Noah Loomans2017-03-22
| |
* | Merge branch 'master' into betaNoah Loomans2017-02-17
|\ \ | |/ | | | | This adds the README.md to beta
| * 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.
* | | 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.
* | | Remove backup fileNoah Loomans2017-01-29
| |/ |/| | | | | | | Git already has a backup of the file, so there is no need to have a backup in the HEAD.
* | Fix print supportNoah Loomans2017-01-27
| | | | | | | | Signed-off-by: Noah Loomans <noahloomans@gmail.com>
* | fix bundleNoah Loomans2017-01-11
|/
* Merge branch 'beta'BuildTools2017-01-08
|\
| * fix crash when searching for non-existent userBuildTools2017-01-08
| |
| * Merge branch 'master' into betaBuildTools2017-01-08
| |\ | |/ |/|
* | fix getURLOFUSersNoah Loomans2017-01-08
| |
* | build for productionBuildTools2017-01-07
|/
* add feature detectNoah Loomans2016-12-22
|
* fixed browserifyNoah Loomans2016-12-22
|
* add analyticsNoah Loomans2016-12-21
|
* fix bug where multiple schedules are shown if switching too quickly.Noah Loomans2016-12-21
|
* fixed safari bugNoah Loomans2016-12-21
|
* removed console.logNoah Loomans2016-12-21
|
* fixed ieNoah Loomans2016-12-21
|
* remove console.logNoah Loomans2016-12-16
|
* add ability to scroll week selector awayNoah Loomans2016-12-16
|
* add user frendly error handlingNoah Loomans2016-12-15
|
* use next week if sundayNoah Loomans2016-12-15
|
* show human readable week format if availableNoah Loomans2016-12-15
|
* add compatibility old version localstorrageNoah Loomans2016-12-14
|
* Merge branch 'beta' into refactorNoah Loomans2016-12-14
|\
| * changed to build-devNoah Loomans2016-12-08
| |
| * week-selector not showing hotfixNoah Loomans2016-12-08
| |
| * switched to production bundleBuildTools2016-12-07
| |
* | auto focus input on page loadNoah Loomans2016-12-14
| |
* | fix ie input eventNoah Loomans2016-12-14
| |
* | handle search focusNoah Loomans2016-12-14
| |
* | add favoriteNoah Loomans2016-12-14
| |
* | removed unused filesNoah Loomans2016-12-14
| |
* | removed `console.log`Noah Loomans2016-12-14
| |
* | extend EventEmitter instaid of propertyNoah Loomans2016-12-14
| |
* | add week selectorNoah Loomans2016-12-09
| |
* | switch to search fireing search eventNoah Loomans2016-12-09
| | | | | | | | instaid of calling schedule.viewItem himself
* | add searched class when searchingNoah Loomans2016-12-09
| |