234 Commits (4fe39eb8c674b210522c9587e4692181b6ba5933)

Author SHA1 Message Date
Dustin Falgout 3da6a2796d update bootstrap and bootswatch paper to latest versions. implemented wrapper for dirlist method in javascript. improved some styles for the default theme. 8 years ago
Dustin Falgout 1569a80607 update default theme to use theme_utils for its clock. This closes #83 8 years ago
Dustin Falgout 14979df770 finishing up with #83 8 years ago
Dustin Falgout ff500a437d finish implementing utility function for getting the current localized time as well as allowing the format and language to be overridden in the config file. 8 years ago
Dustin Falgout 3a9f5a782b fix duplicate namespace declarations 8 years ago
Dustin Falgout 7affd4dd01 more work on configurable time format 8 years ago
Dustin Falgout ebfb5ce023 prepping theme api documentation for upcoming release 8 years ago
Dustin Falgout c51f80f947 load momentjs automatically as it will be used by the greeter even if the theme doesn't use it. 8 years ago
Dustin Falgout ef9b64a9a1 dont track auto-generated files in git repo 8 years ago
Dustin Falgout 312e23c23c discontinue use of some deprecated methods if built with gtk 3.22+ 8 years ago
Dustin Falgout 4fc9fb189a remove trailing slashes from dirpaths 8 years ago
Dustin Falgout e7dd22eab1 handle cases where reading config file fails 8 years ago
Dustin Falgout c9b5a4bc71 :doh: 8 years ago
Dustin Falgout 9d5756b0fa :doh: 8 years ago
Dustin Falgout b91e104d0b Dont use readonly attribute for now 8 years ago
Dustin Falgout 79eb95b205 Dont set attributes flags on class definition 8 years ago
Dustin Falgout fb46cba0bd fix incorrect attributes arguments 8 years ago
Dustin Falgout 085fd455a8 add shadow class in JS for the injected __GreeterConfig class to hold docstrings. 8 years ago
Dustin Falgout 4f81b8b9cd injected classes are actually instances 8 years ago
Dustin Falgout 1cf04bae81 can't extend custom classes injected from C 8 years ago
Dustin Falgout 63c92bb754 missed a couple renames 8 years ago
Dustin Falgout 72e90fa276 remove some unfinished & no longer needed javascript files. started working on a new utility function for retrieving the current time as discussed in #83 8 years ago
Dustin Falgout 6362e4b4d4 code cleanup 8 years ago
Dustin Falgout 102b5c3f63 honor configuration for secure_mode (enabled/disabled). 8 years ago
Dustin Falgout ff9db07e1d fix build (for real this time) 8 years ago
Dustin Falgout 9f5e4e9c3e remove typdef work-arounds for clion bugs 8 years ago
Dustin Falgout 0a32a1312d update api usage for lightdm 1.19.2+ 8 years ago
Dustin Falgout 113897331c fix use of possibly uninitialized variable. 8 years ago
Dustin Falgout 2dd4d680c3 Fixes #78 8 years ago
Dustin Falgout 5a8057948e ... 8 years ago
Dustin Falgout f7f0d8ac8a ... 8 years ago
Dustin Falgout a0b019a937 ... 8 years ago
Dustin Falgout c40b6bba58 code cleanup 8 years ago
Dustin Falgout 4679fa9714 arrange structure so that the real greeter class and the mock greeter class can both be derived from the same base class. 8 years ago
Dustin Falgout 73ed0a546c start working on #77 8 years ago
Dustin Falgout c44dd13726 update config file with an option to disable the restriction on external http requests. 8 years ago
Dustin Falgout d3292153f3 remove debugging messages. code cleanup 8 years ago
Dustin Falgout b04b1eb98b fix segfault caused by modifying data uris as if they were regular uris 8 years ago
Dustin Falgout 9d0170c738 fix issues with request restrictions implmented in previous commit. 8 years ago
Dustin Falgout 3b345fcd86 restrict the http requests allowed to be made by the web process. Only local request are allowed. Requests must be for resources within one of the allowed directories (the directories found in lightdm-webkit2-greeter.conf as well as the themes' directory) 8 years ago
Dustin Falgout 2d9e5a8720 maintain backwards compatibility with versions of webkitgtk less than 2.14 8 years ago
Dustin Falgout 3c68af60d7 update greeter.c to properly load scripts 8 years ago
Dustin Falgout 7ca38d7eeb add base class for auto-binding this (es6). 8 years ago
Dustin Falgout 1b6b93709c catch SIGINT singals so we can quit properly 8 years ago
Dustin Falgout fc11825ea5 fix another typo 8 years ago
Dustin Falgout e656622f28 make sure theme heartbeat is stopped before we start the session 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 fc14528535 remove deprecated lightdm.start_authentication method 8 years ago
Dustin Falgout 6a2add97e5 remove debug output 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