Commit Graph

  • 0cd8ce6a0d update readme Dustin Falgout 2016-10-05 10:05:08 -0500
  • 4679fa9714 arrange structure so that the real greeter class and the mock greeter class can both be derived from the same base class. Dustin Falgout 2016-10-05 09:52:09 -0500
  • 73ed0a546c start working on #77 Dustin Falgout 2016-10-05 08:49:04 -0500
  • c44dd13726 update config file with an option to disable the restriction on external http requests. Dustin Falgout 2016-10-03 11:13:23 -0500
  • d3292153f3 remove debugging messages. code cleanup Dustin Falgout 2016-10-03 08:46:03 -0500
  • 6afd4d7668 several bug fixes and minor improvements to the default theme. Fixes #73 Fixes #52 Dustin Falgout 2016-10-03 03:06:13 -0500
  • b04b1eb98b fix segfault caused by modifying data uris as if they were regular uris Dustin Falgout 2016-10-02 21:20:34 -0500
  • 9d0170c738 fix issues with request restrictions implmented in previous commit. Dustin Falgout 2016-10-02 19:53:40 -0500
  • 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) Dustin Falgout 2016-10-02 18:00:15 -0500
  • e31680ee7b minor improvements to the simple theme Dustin Falgout 2016-10-01 22:54:23 -0500
  • cc0f3436f9 build file cleanup Dustin Falgout 2016-10-01 21:21:14 -0500
  • 2d9e5a8720 maintain backwards compatibility with versions of webkitgtk less than 2.14 Dustin Falgout 2016-10-01 21:09:19 -0500
  • 3c68af60d7 update greeter.c to properly load scripts Dustin Falgout 2016-10-01 20:59:12 -0500
  • 7ca38d7eeb add base class for auto-binding this (es6). Dustin Falgout 2016-10-01 20:29:53 -0500
  • 1b6b93709c catch SIGINT singals so we can quit properly Dustin Falgout 2016-10-01 04:17:54 -0500
  • fc11825ea5 fix another typo Dustin Falgout 2016-10-01 03:29:34 -0500
  • 01234103af fix typo Dustin Falgout 2016-10-01 03:23:49 -0500
  • e656622f28 make sure theme heartbeat is stopped before we start the session Dustin Falgout 2016-10-01 03:17:39 -0500
  • 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. Dustin Falgout 2016-10-01 02:32:44 -0500
  • 101dc00b9a fix conditional for system actions in default theme Dustin Falgout 2016-10-01 01:11:27 -0500
  • fc14528535 remove deprecated lightdm.start_authentication method Dustin Falgout 2016-10-01 01:07:29 -0500
  • 6a2add97e5 remove debug output Dustin Falgout 2016-10-01 00:59:37 -0500
  • 796e78a980 fix a few minor bugs in the default theme. dont worry about return value after injecting heartbeat script. Dustin Falgout 2016-09-30 23:56:42 -0500
  • a388c045f0 fix another error in heartbeat.js Dustin Falgout 2016-09-30 22:58:25 -0500
  • dc0416790b remove leftover make files Dustin Falgout 2016-09-30 22:44:55 -0500
  • 58355b3632 dont enable mock.js script in production Dustin Falgout 2016-09-30 22:43:17 -0500
  • 305005645a remove deprecated html tags from simple theme. Dustin Falgout 2016-09-30 22:41:23 -0500
  • adac192b87 fix error in heartbeat script and regenerate resources files Dustin Falgout 2016-09-30 22:30:31 -0500
  • 8163b44495 still fighting to get the webkit extension to work again Dustin Falgout 2016-09-30 22:13:04 -0500
  • 45459acd0d still fighting to get the webkit extension to work again Dustin Falgout 2016-09-30 21:09:31 -0500
  • 5948314b67 fix quotes in extdir variable Dustin Falgout 2016-09-30 19:11:22 -0500
  • 9f858d8e8c fix meson.build file (was installing webkit extension into wrong location...omg) Dustin Falgout 2016-09-30 18:40:15 -0500
  • 6bf654e18b I hate C Dustin Falgout 2016-09-30 04:04:21 -0500
  • 6d5b1e7d3e .. Dustin Falgout 2016-09-30 01:45:52 -0500
  • cc141e1941 😒 Dustin Falgout 2016-09-29 23:19:22 -0500
  • f9ca7ce81b 😒 Dustin Falgout 2016-09-29 22:50:16 -0500
  • 36e3e198c4 fix issues with imcompatible pointers Dustin Falgout 2016-09-29 05:13:28 -0500
  • e5c79db918 fix typo Dustin Falgout 2016-09-29 03:45:14 -0500
  • 2d2bb515bb finish moving heartbeat to greeter Dustin Falgout 2016-09-29 03:44:37 -0500
  • 1c4e4537a0 moving theme heartbeat into the greeter. Dustin Falgout 2016-09-29 02:52:24 -0500
  • 1ca48d57e3 remove unneeded conf file Dustin Falgout 2016-09-29 01:41:38 -0500
  • fe88bee331 move gresource files into separate directory Dustin Falgout 2016-09-29 01:40:49 -0500
  • 2c490e86dd update circle.yml Dustin Falgout 2016-09-29 01:09:51 -0500
  • 1dd34f2a21 rename src files Dustin Falgout 2016-09-29 01:08:17 -0500
  • ad2c874952 fix docstring formatting Dustin Falgout 2016-09-29 01:03:02 -0500
  • eb14156b75 update circle.yml Dustin Falgout 2016-09-29 00:48:22 -0500
  • 5abf0519f6 ... Dustin Falgout 2016-09-26 00:58:31 -0500
  • d0e7477702 ... Dustin Falgout 2016-09-26 00:33:10 -0500
  • c249fcc649 last time Dustin Falgout 2016-09-26 00:31:25 -0500
  • 1d2c57f015 😒 Dustin Falgout 2016-09-26 00:23:32 -0500
  • 83801d3e2e fix typo Dustin Falgout 2016-09-25 23:45:01 -0500
  • 84aaacf9b9 get latest version of meson (needed for supporting new syntax used in our meson.build files) Dustin Falgout 2016-09-25 23:39:36 -0500
  • fee500ac3e update circle.yml Dustin Falgout 2016-09-25 23:31:03 -0500
  • 9dfd24053e update circle.yml Dustin Falgout 2016-09-25 23:23:46 -0500
  • 2d387e90b7 update readme Dustin Falgout 2016-09-25 23:01:44 -0500
  • 05df80aa10 remove dummy cmake file Dustin Falgout 2016-09-25 23:00:04 -0500
  • c726d4bcc4 update readme with how to build using meson. Dustin Falgout 2016-09-25 22:55:48 -0500
  • 96dec934fb finish removing autotools files Dustin Falgout 2016-09-25 22:41:03 -0500
  • a089e0e6f1 start removing files related to autotools build system Dustin Falgout 2016-09-25 22:36:35 -0500
  • 4aa36362eb update gitignore Dustin Falgout 2016-09-25 22:34:33 -0500
  • e187194b3c fix mock script causing theme to fail when lightdm is running Dustin Falgout 2016-09-25 22:17:25 -0500
  • 72e07490b7 fix incorrect option names Dustin Falgout 2016-09-25 12:08:07 -0500
  • 4805ce2b5b 😤 Dustin Falgout 2016-09-25 11:46:30 -0500
  • 0326bc91ad 😒 Dustin Falgout 2016-09-25 08:17:32 -0500
  • 1b09ecf47f use gresource system to load css file Dustin Falgout 2016-09-25 07:10:32 -0500
  • 13896db2ea start work on replacing autotools with meson Dustin Falgout 2016-09-25 06:41:34 -0500
  • 18aa662a11 Update README.md Dustin Falgout 2016-09-05 13:33:32 -0500
  • 798cd6f97d Merge pull request #74 from paescuj/master Dustin Falgout 2016-09-05 13:21:07 -0500
  • 92ebb08883 test: remove "cd" and split over multiple lines Pascal Jufer 2016-09-05 13:30:03 +0200
  • afcc00c43c Add comments Pascal Jufer 2016-09-05 13:22:04 +0200
  • f1079f8a0a Ignore error during installation of libwebkit2gtk Pascal Jufer 2016-09-05 13:03:02 +0200
  • 352460fd99 Revert unnecessary upstart specific changes Pascal Jufer 2016-09-05 12:05:22 +0200
  • 3c1f08cd16 Correct command for upgrading upstart Pascal Jufer 2016-09-02 15:59:30 +0200
  • dc41931cd3 Prevent prompts during upstart upgrade as well Pascal Jufer 2016-09-02 15:49:53 +0200
  • 3f6f1dabfd Upgrade upstart to prevent lxc-common error Pascal Jufer 2016-09-02 15:44:18 +0200
  • a03105d999 Prevent prompts during libwebkitgtk installation Pascal Jufer 2016-09-02 12:55:45 +0200
  • 7060e7cd96 Update repositories initially Pascal Jufer 2016-09-02 12:37:45 +0200
  • 2333620364 Use the xenial repo to get libwebkit2gtk-4.0-dev Pascal Jufer 2016-09-02 12:13:38 +0200
  • 6b824b5557 Merge pull request #71 from paescuj/master Dustin Falgout 2016-09-01 04:27:16 -0500
  • 279f25bf5b Complete revert bugsnag error reporting In addition to 9532d2395e Pascal Jufer 2016-09-01 09:28:06 +0200
  • e0a2c6cf77 part of #70 Dustin Falgout 2016-08-31 01:50:19 -0500
  • 1473ad1c41 LightDMUser.name and LightDMUser.real_name are deprecated. Dustin Falgout 2016-08-31 00:14:36 -0500
  • 009213391c Fixes #70 Dustin Falgout 2016-08-31 00:06:59 -0500
  • 3290279e8a fix typo Dustin Falgout 2016-08-27 20:41:09 -0500
  • c6fa988832 add config for circleci Dustin Falgout 2016-08-27 20:39:55 -0500
  • 66392277da code cleanup Dustin Falgout 2016-08-27 20:24:28 -0500
  • 2120486d18 Merge pull request #69 from samueldr/fix-backgroundflash Dustin Falgout 2016-08-27 20:03:56 -0500
  • 24faa81317 Combined css files in one. Samuel Dionne-Riel 2016-08-27 14:56:42 -0400
  • 6b90a190a3 Merge pull request #64 from paescuj/master Dustin Falgout 2016-08-17 18:51:23 -0500
  • 8b6f8a8ab3 Fix installation command Pascal Jufer 2016-08-17 18:18:28 +0200
  • 73dd97a341 Update README.md Dustin Falgout 2016-08-08 08:03:02 -0500
  • f6e22e54f9 Update README.md Dustin Falgout 2016-08-08 07:23:02 -0500
  • a08df7e18d Update README.md Dustin Falgout 2016-08-08 07:21:46 -0500
  • 1f673b00a1 Update README.md Dustin Falgout 2016-08-08 07:21:08 -0500
  • 5c13289efb add link to new theme api docs to README Dustin Falgout 2016-08-02 09:17:13 -0500
  • 01bc700523 finally done with docs I think. Dustin Falgout 2016-08-02 09:13:31 -0500
  • 448aec6d72 ... Dustin Falgout 2016-08-02 09:00:42 -0500
  • a248c9e2e1 starting to hate jsdoc Dustin Falgout 2016-08-02 08:56:40 -0500
  • 5d52b7913f trying to fix jsdoc error Dustin Falgout 2016-08-02 07:47:43 -0500
  • 10398f0612 trying to fix jsdoc error Dustin Falgout 2016-08-02 07:37:38 -0500