Singularity Viewer
dd61225eae
Fixies
2014-07-09 20:43:16 +00:00
Latif Khalifa
25939cc553
Don't save autoinsert IDs
2014-06-20 02:28:33 -04:00
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
0bf3cf72d7
Added Google API lib
2014-06-05 17:27:02 +02:00
Latif Khalifa
3d7a319d44
Saved current database layout
2014-05-20 09:06:50 +02:00
Latif Khalifa
50cbfda628
Avoid some warnings when running batch jobs
2014-04-29 00:21:14 +02:00
Latif Khalifa
7070dfb5de
One more php 5.5 related warning fix
2014-04-28 18:55:50 +02:00
Latif Khalifa
0fb8c80b0b
php 5.5 related adjustments
2014-04-28 18:41:50 +02:00
Latif Khalifa
fd2b066d75
More search filters
2013-11-30 09:50:05 +01:00
Latif Khalifa
cf487bb719
Added architecture parsing and displaying, save chosen channel per-session
2013-11-15 00:14:19 +01: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
781e4c3906
Allow blacklisting versions from being recorded
2013-10-26 23:55:46 +02:00
Latif Khalifa
f5d8df0b44
More intel-driver signatures
2013-10-19 09:38:58 +02:00
Latif Khalifa
429f461996
Added version min/max
2013-10-17 14:01:38 +02:00
Latif Khalifa
e7c13e719e
Pad version to 6 places with zeros
2013-10-17 13:15:45 +02:00
Latif Khalifa
bbd5b7fa60
Paging on stats signature page, inserting sql sort friendly version number
2013-10-17 13:13:41 +02:00
Latif Khalifa
03c3f4c39d
Added msvcr*.dll to windows runtime folding of module names
2013-10-17 11:00:27 +02:00
Latif Khalifa
6fe7fac922
When expires is in the past, it means it's expired :P
2013-10-16 14:13:38 +02:00
Latif Khalifa
ec396d7d9a
Garbage collect sessions
2013-10-16 14:09:16 +02:00
Latif Khalifa
3616866206
Link to sepecific commit id on github
2013-10-16 13:58:32 +02:00
Latif Khalifa
687a1fb227
Sync build infro from the alpha site
2013-10-16 13:46:34 +02:00
Latif Khalifa
8dd29da01a
Added commenting on the list page
2013-10-15 10:04:06 +02:00
Latif Khalifa
a0a18e9378
Signatures tweaked
2013-10-15 07:12:26 +02:00
Latif Khalifa
085706321a
Re-enable caching of the stats page
2013-10-15 02:40:58 +02:00
Latif Khalifa
5900c7ab45
Working scroll-to-bottom for comments
2013-10-15 02:37:48 +02:00
Latif Khalifa
9029a3c971
Added comments to report detail page
2013-10-15 02:00:17 +02:00
Latif Khalifa
62d54fdb0a
Factor out comments to its own class
2013-10-15 00:34:24 +02:00
Latif Khalifa
54f3b446e6
Added commenting system
2013-10-14 13:52:29 +02:00
Latif Khalifa
e9466ce592
Skinned my account page
2013-10-14 08:22:32 +02:00
Latif Khalifa
182825f792
A touch of rounded corners
2013-10-14 07:34:49 +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
d3d9866354
Feature request: allow - (minus) sign in front of a word in search to signify to exclude matching results
2013-10-13 11:17:55 +02:00
Latif Khalifa
a787ed7255
Finished top crashers stat page
2013-10-13 10:36:08 +02:00
Latif Khalifa
2f68544cf1
Signature generation and saving to database done
2013-10-13 04:19:19 +02:00
Latif Khalifa
0abad7bc58
Skip some unneccessary intermediate pages
2013-10-12 04:29:42 +02:00
Latif Khalifa
0ccae36b5e
Added GPU stats
2013-10-12 04:00:02 +02:00
Latif Khalifa
2cfede8c3c
Added operating system stats
2013-10-12 03:53:37 +02:00
Latif Khalifa
9f217795c3
Added grid, region stats
2013-10-12 03:41:50 +02:00
Latif Khalifa
22bfcc2e49
New style constuctor
2013-10-12 01:47:38 +02:00
Latif Khalifa
afaf687507
Refactored DB from global to singleton
2013-10-12 00:56:27 +02:00
Latif Khalifa
e8aca8283b
Optimizations: memcache and persistant db connections
2013-10-11 16:31:12 +02:00
Latif Khalifa
a0d0d36f05
Select less data
2013-10-11 13:19:19 +02:00
Latif Khalifa
0be43feb2f
Added search through stacktrace
2013-10-11 11:57:08 +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