Граф коммитов

43 Коммитов

Автор SHA1 Сообщение Дата
Philippe M. Chiasson 2a71ca25a8 Bug 655081 - Improve logformat r=tarek 2011-05-06 12:06:31 -04:00
Rob Miller 37c708889a Merge branch 'develop' into bug/654608-rename-f1-to-share
Conflicts:
	development.ini
2011-05-05 10:58:51 -07:00
Tarek Ziadé 6a5725004e removed web and hooked client-share-web instead 2011-05-04 14:50:34 +02:00
Rob Miller db016c2111 change more references to the egg name from linkdrop -> ShareServer 2011-05-03 18:58:39 -07:00
Tarek Ziadé 8f270eb3ac now exposing a flag that disables/enables the membase feedback 2011-04-14 16:39:40 +02:00
Tarek Ziadé 70c32cc00f now using the Services class everywhere 2011-04-13 11:15:57 +02:00
Shane Caraveo 4f4b125ca4 Merge branch 'develop' of github.com:mozilla/f1 into feature/testing
Conflicts:
	.gitignore
	linkdrop/controllers/send.py
2011-03-24 14:14:16 -07:00
Shane Caraveo 32e7bc42d6 remove code support for old addons
This removes support for pre-oauth-token-in-client addons, which essentially means no more fx3 support
2011-03-23 15:39:21 -07:00
Mark Hammond 0a0abfe34c add protocol capturing to facebook and google, plus unittests based on some captures 2011-03-17 12:08:16 +11:00
jrburke 3ab8900976 Make sure auth.html is referenced with a versioned path. Make sure html files that reference settings use versioned path to settings, so that the right versioned path for auth.html is used. Remove 0.2.6 directory since it will not be deployed to production. 2011-02-24 12:02:21 -08:00
Mark Hammond 05e374fd51 remove sql db 2011-02-18 09:27:03 +11:00
Mark Hammond ed6997f96a Merge branch 'develop' into feature/metrics 2011-02-14 16:58:31 +11:00
Mark Hammond 2cf99032a5 simple metrics framework 2011-02-11 14:39:38 +11:00
jrburke 1a08b0aa75 Make sure dev ini file gets groups from facebook, also updated JS code to clear all contacts when we detect no accounts available. 2011-01-26 16:59:34 -10:00
jrburke 008f3c0fa5 remove version that was used for testing. 2011-01-07 12:44:09 -08:00
Shane Caraveo 443d2feb77 Merge branch 'develop' of github.com:mozilla/f1 into feature/newweb 2011-01-07 12:21:07 -08:00
Shane Caraveo e3dfaebd92 add oauth paths for linkedin 2011-01-07 12:13:46 -08:00
jrburke 7a4a43e3e3 reworking code so that builds happen in each feature directory, started build work to generate a directory per release and do the js optimizations in that version dir. 2011-01-06 14:46:52 -08:00
Shane Caraveo b0fa4f964f add a static file handler that also understands our versioned static directory structure 2011-01-05 16:32:17 -08:00
jrburke 4792066d72 switch back to web for dev config. 2011-01-05 15:46:33 -08:00
jrburke 9dd099202b initial moving of web content to be in a web/dev, put all experimental content/designs in a play directory. 2011-01-05 15:17:33 -08:00
Shane Caraveo dadedc2102 first step towards linkedin, can add a linkedin account 2010-12-23 16:56:25 -08:00
Shane Caraveo 36e2353bb8 add a developer key for yahoo 2010-12-02 11:55:47 -08:00
jrburke d678e127ce Need auth error had extraneous button, make sure facebook oauth works for domain used in dev. 2010-11-09 12:53:52 -08:00
mixedpuppy 4aff8d5c00 merge update 2010-11-02 15:33:38 -07:00
mixedpuppy d68bb3dda1 a key that can be used for dev 2010-10-14 12:50:48 -07:00
mixedpuppy 01dcc9bdb6 provide a default for the oauth result urls 2010-10-01 14:22:01 -07:00
mixedpuppy a11b3a700c update some keys for linkdrop 2010-09-30 16:48:41 -07:00
mixedpuppy ac2ad8737b moved dbgp/profiler to their own ini files, cleanup beaker config 2010-09-29 14:08:34 -07:00
mixedpuppy 042a2e0547 argh, fix bitly config 2010-09-29 11:21:16 -07:00
mixedpuppy 55a3fe2912 add facebook offline_access 2010-09-24 13:33:32 -07:00
mixedpuppy e67096ba19 just some config options to remember 2010-09-24 13:33:20 -07:00
mixedpuppy 837d65a227 don't add two levels of middleware for beaker 2010-09-23 12:05:44 -07:00
mixedpuppy e7fa3e5831 update to test with our own shortener, remove the query to get an id (doesn't work right with multiple threads anyway) 2010-09-22 15:20:46 -07:00
Mark Hammond cddd1bdcd3 move all oauth urls into config; update test.ini to use local test mock server
* * *
create .ini specifically for load testing
2010-09-20 16:33:29 +10:00
mixedpuppy 537e10a8e0 add yahoo oauth info to the ini files 2010-09-13 17:51:47 -07:00
mixedpuppy 496c5c3486 auto migration in dev builds using sqlalchemy-migrate
don't forget to run setup.py develop again
2010-09-13 12:58:27 -07:00
mixedpuppy 8bd107f1a8 fix set cookie on unprotected paths, fix the unprotected path in config 2010-09-10 11:56:06 -07:00
mixedpuppy 7d36216f1c add csrf middleware to config, make rdapi use it 2010-09-09 19:24:28 -07:00
mixedpuppy bdeaf4733d fix scope values for oauth
fix login failure values for smtp
fix ini template file for deployment
2010-09-08 11:19:51 -07:00
mixedpuppy ed3d6b26bf add openid+oauth support, google almost working (oauth not returning due to dns issue) 2010-09-02 18:29:01 -07:00
mixedpuppy dd85c405c7 add debugger and profiler middleware, these can be moved to their own
egg later, but it also provides a good example of using paste filters
2010-09-01 14:33:03 -07:00
Mark Hammond ce578f69c5 linkdrop 2010-09-01 17:41:39 +10:00