5 Commits (bf37a6634c95732dce4ee7622ff95441a1a74c58)

Author SHA1 Message Date
Dustin Falgout cb0defc64f Fix name in copyright headers 8 years ago
Dustin Falgout 8adec67d14 name change 8 years ago
Dustin Falgout cd4ce7b1c6 code cleanup 8 years ago
Dustin Falgout f0f2d9ea83 replace $.Deferred() usage in the default theme with ES6 Promise 8 years ago
Dustin Falgout 83884e7f67 Code Improvements and directory structure changes. 8 years ago
Dustin Falgout d682a4636a almost ready for testing 8 years ago
Dustin Falgout c44637f511 The default theme is now 100% ES6. A lot of code cleanup and improvements were done along the way. Greeter is now fully functional under QtWebEngine. Still have to organize the repo and decide whether or not to ship a compiled binary using Nuitka (has been working well in my testing thus far). 8 years ago
Dustin Falgout 5925c78bf2 almost finished with initial implementation 8 years ago
Dustin Falgout eccf289659 update copyright year 8 years ago
Dustin Falgout cfd93c05a3 finish up with new theme error recovery system. update default theme for compat with latest jQuery. 8 years ago
Dustin Falgout 1569a80607 update default theme to use theme_utils for its clock. This closes #83 8 years ago
Dustin Falgout 7affd4dd01 more work on configurable time format 8 years ago
Dustin Falgout d3292153f3 remove debugging messages. code cleanup 8 years ago
Dustin Falgout 6afd4d7668 several bug fixes and minor improvements to the default theme. 8 years ago
Dustin Falgout b04b1eb98b fix segfault caused by modifying data uris as if they were regular uris 8 years ago
Dustin Falgout 01234103af fix typo 8 years ago
Dustin Falgout 22c8acef59 make sure we save the page_id for the page when its created so we can use it later. fix user session sometimes having value of 'null' in default theme. 8 years ago
Dustin Falgout 101dc00b9a fix conditional for system actions in default theme 8 years ago
Dustin Falgout 796e78a980 fix a few minor bugs in the default theme. dont worry about return value after injecting heartbeat script. 8 years ago
Dustin Falgout 1c4e4537a0 moving theme heartbeat into the greeter. 8 years ago
Dustin Falgout a5a9d4f7e2 sync local with github 9 years ago
Dustin Falgout 9a2f681e39 add bugsnag error reporting to the default theme 9 years ago
Dustin Falgout c6991b7388 fix race condition with theme heartbeat. finalize 2.1.4 release. updated translations. 9 years ago
Dustin Falgout 3d05358685 fix build errors 9 years ago
Dustin Falgout 418138d863 fixed #31 background switcher bug. fixed issues with new theme heartbeat feature. 9 years ago
Dustin Falgout 975d24cfeb added theme heartbeat that will hopefully allow us to detect when script execution is broken in the web process so we can fallback to the simple theme (so the user isn't stuck on a broken login screen) 9 years ago
Dustin Falgout a68e40881d fix time format when no value is cached. fix session dropdown empty when no session is cached. 9 years ago
Dustin Falgout af8e0c8d5d Use cookies for cache backend when localStorage is not available. 9 years ago
Dustin Falgout 6f39331372 move vendor css, js, and fonts into new vendor dir for easy access from any theme that needs them. 9 years ago
Dustin Falgout aee47f1f02 Fix screen blanking for lockscreen. Allow right-click access when debug_mode is enabled. Add additional debug messages. 9 years ago
Dustin Falgout a0384a4576 Fix default theme initialization failure if config file values are missing. Fixes #32 9 years ago
Dustin Falgout a35d44d840 fix background thumbnails generation 9 years ago
Dustin Falgout fa2539dabb fix a couple bugs 9 years ago
Dustin Falgout 10a5f4fd1a update translations. take care of a few odds and ends. 9 years ago
Dustin Falgout 761c1dec75 handle recursion as needed when finding background images. Some style tweaks and improvements. 9 years ago
Dustin Falgout 58cccff75f use config.get_bool() for getting debug mode 9 years ago
Dustin Falgout 1e200c0301 fix random bg option. update readme. 9 years ago
Dustin Falgout 0f9e8b97b3 add fallback bg image. limit the number of bg images to 20 until we can workout some form of pagination for the thumbnails. 9 years ago
Dustin Falgout 6cd80ff209 fix doc string 9 years ago
Dustin Falgout f9227c3f5d Could use a bit more testing but I think its ready :triumphant: 9 years ago
Dustin Falgout 38d1bd7d4b turns out we don't need babel afterall 9 years ago
Dustin Falgout a8da155ee1 only compile parts of es6 syntax that webkit doesn't support yet. 9 years ago
Dustin Falgout 92d541e07f sync local 9 years ago
Dustin Falgout 6a0e54cbe9 still finishing refactoring for better cross distro-compatibility 9 years ago
Dustin Falgout cea3a90e36 sync with local 9 years ago
Dustin Falgout b778735b95 cleaning up, almost ready 9 years ago
Dustin Falgout 957faf30fc more work on refactoring 9 years ago
Dustin Falgout 6eac2aae38 refactoring in progress 9 years ago
Dustin Falgout 10f365fac4 fix bug in authentication_complete callback. update screenshots. 9 years ago
Dustin Falgout 817ef861cd add confirmation modal for system actions. 9 years ago