Commit Graph

16 Commits

Author SHA1 Message Date
Latif Khalifa
5731b4ae24 Switched to Google Oauth2 for login.
Copy init.php.in to init.php

Set database username, password

Set $GoogleClientID and $GoogleClientSecret

To get those:

* Navigate to the Google Cloud Console. https://cloud.google.com/console
* Click on the Create Project button on top of the page, enter the following values and then click on the Create button.
* Once the project has been created, open the APIs & auth group (left navigation pannel) and then click on Consent screen and set it up (this is just for what is shown to the user, values not important)
* Open the APIs & auth group in the left pannel (if it's not already open) and click on Credentials.
* Click on the CREATE NEW CLIENT ID button, enter/tick the following values and then click on the Create Client ID button.

  Application type: Web Application
  Authorized Javascript origins: http://crash.replex.org
  Authorized redirect URI: http://crash.replex.org/process_login.php
  (replace with appropriate links. imporant bit is url to process_login.php)

You will now have Client ID and Client secret
2014-06-05 18:01:33 +02:00
Latif Khalifa
0fb8c80b0b php 5.5 related adjustments 2014-04-28 18:41:50 +02:00
Latif Khalifa
7ac4f291bf Updated jquery. Fix issue with Firefox not accepting radio buttons fixes 2013-11-14 22:35:22 +01:00
Latif Khalifa
276b1fad6a Smaller logo image 2013-11-07 22:05:10 +01:00
Latif Khalifa
01d8a113ad Layout tweak. Properly check for memcached existance 2013-11-07 18:34:42 +01:00
Latif Khalifa
687a1fb227 Sync build infro from the alpha site 2013-10-16 13:46:34 +02:00
Latif Khalifa
5900c7ab45 Working scroll-to-bottom for comments 2013-10-15 02:37:48 +02:00
Latif Khalifa
2abff34bce Visual tweaks 2013-10-13 15:00:55 +02:00
Latif Khalifa
260b892e41 Move style to external file 2013-10-13 14:31:11 +02:00
Latif Khalifa
fa680c9623 Embedded toolbar 2013-10-13 14:24:48 +02:00
Latif Khalifa
0abad7bc58 Skip some unneccessary intermediate pages 2013-10-12 04:29:42 +02:00
Latif Khalifa
a0d0d36f05 Select less data 2013-10-11 13:19:19 +02:00
Latif Khalifa
2f4164b3b7 Make seen reports visible, widgetize tables 2013-10-11 10:37:55 +02:00
Latif Khalifa
73c10e7e3b Implemented filtering 2013-10-07 09:47:59 +02:00
Latif Khalifa
cd5484d3f4 New skin 2013-10-07 06:57:49 +02:00
Latif Khalifa
d54d4c277a Initial import 2013-10-03 07:31:47 +02:00