-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: robdodson/defcon
base: master
head repository: OpenFest/timer
compare: master
- 12 commits
- 20 files changed
- 3 contributors
Commits on Oct 12, 2022
-
Add additional actions and a short timer
Modify to fit the needs of Openfest: - lecture time of 45 min - lightning talks time of 5 min - multiple halls - more control actions
Configuration menu - View commit details
-
Copy full SHA for 98c7db0 - Browse repository at this point
Copy the full SHA 98c7db0View commit details
Commits on Oct 25, 2023
-
Upgrade for newer node versions
Updated packages, fixed breaking changes Added a seperate control page Cleaned up unused code
Configuration menu - View commit details
-
Copy full SHA for aea34a1 - Browse repository at this point
Copy the full SHA aea34a1View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4870189 - Browse repository at this point
Copy the full SHA 4870189View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc8b805 - Browse repository at this point
Copy the full SHA bc8b805View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5a6270 - Browse repository at this point
Copy the full SHA e5a6270View commit details
Commits on Oct 8, 2025
-
Revert "Add multi-site docker configuration"
This reverts commit e5a6270.
Configuration menu - View commit details
-
Copy full SHA for 709695b - Browse repository at this point
Copy the full SHA 709695bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c818dc1 - Browse repository at this point
Copy the full SHA c818dc1View commit details -
We don't need to depend on this... Vanilla JS is good enough for getting an element by its id
Configuration menu - View commit details
-
Copy full SHA for 2bbd120 - Browse repository at this point
Copy the full SHA 2bbd120View commit details -
Support multiple rooms, refactor $this
1. Move away from CommonJS 2. Use the `class` syntax sugar for the stopwatch 3. Fix some math 4. Support more rooms
Configuration menu - View commit details
-
Copy full SHA for 201471b - Browse repository at this point
Copy the full SHA 201471bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c164e52 - Browse repository at this point
Copy the full SHA c164e52View commit details -
Configurable timers and graceful restart
Timers should be configurable now Also, the server won't hang when restarting, so we don't need to `kill -9` it.
Configuration menu - View commit details
-
Copy full SHA for 291d25e - Browse repository at this point
Copy the full SHA 291d25eView commit details -
Make the timer actually tick correctly
Use a monotonic clock to know how much time has actually passed (Not all clocks are created equal...)
Configuration menu - View commit details
-
Copy full SHA for e89d3a6 - Browse repository at this point
Copy the full SHA e89d3a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master