slugs are now generated during processing
[mediagoblin.git] / mediagoblin / plugins / oauth /
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-04-24 Aditi MittalFix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
2013-04-14 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-06 Joar WandborgOAuth: Support refresh tokens, etc
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-28 Hans LoUse WTForms data field in plugins/oauth/views.py
2013-03-08 Christopher Allan... Providing warning to users about instability of OAuth/API
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-02 Joar WandborgFixed hidden fields in oauth client authorization
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian SpaethTransition webob BadRequest|HTTPFound to webob/redirect
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-14 Sebastian SpaethFiy python2.7'ism (#566)
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/507_remov...
2012-11-28 ElrondMerge some small bits by spaetz. Needed later.
2012-11-27 Jef van SchendelMerge remote-tracking branch 'spaetz/focus_on_user_crea...
2012-11-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-11-24 ElrondSQL Migrations: Rewrite table creation completely.
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-20 Joar WandborgRemoved Routes dependency, added admin routes
2012-10-15 Joar WandborgFixed OAuth access_token duplicate route
2012-10-14 Joar WandborgSwitched most stuff over from Routes
2012-09-29 Joar WandborgReplaced all request.POST with request.form, ...
2012-09-24 Christopher Allan... Correcting a couple of spelling errors. Thanks elesa...
2012-09-22 Joar WandborgFixed typos visisble, appplication
2012-09-21 Joar WandborgAdded name kwarg to Column(Enum(...)) in OAuth models
2012-09-21 Joar WandborgAdded client registration caps to OAuth plugin
2012-09-19 Joar WandborgFixed typo in OAuth README
2012-09-19 Joar WandborgAdded security warning to OAuth README
2012-09-19 Joar WandborgFixed a horrible security issue in the OAuth plugin.
2012-09-18 Joar WandborgAdded some more helpful links to the OAuth docs
2012-09-18 Joar WandborgFixed typo in OAuth docs, recieve => receive
2012-09-18 Joar WandborgAdded documentation for the OAuth plugin
2012-09-15 Joar WandborgAdded /api/entries view
2012-09-13 Joar WandborgCreated API plugin, moved api_auth to the API plugin
2012-09-13 Joar WandborgAdd OAuth models, plugin DB migrations, api_auth