index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
plugins
/
oauth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-4
/
+4
|
\
|
*
Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...
Loïc Le Ninan
2014-06-13
1
-4
/
+4
*
|
Cleanup mediagoblin._compat and fix translation tests.
Berker Peksag
2014-07-28
1
-1
/
+1
*
|
Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet.
Berker Peksag
2014-06-27
1
-4
/
+0
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
2
-6
/
+10
*
|
Use six.moves.urllib.parse instead of the urlparse module.
Berker Peksag
2014-05-26
1
-1
/
+1
|
/
*
Fixes tests
xray7224
2013-07-14
3
-9
/
+8
*
Moves json_response into tools/json.py
xray7224
2013-07-11
2
-2
/
+2
*
Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
Aditi Mittal
2013-04-24
1
-1
/
+1
*
OAuth: Support refresh tokens, etc
Joar Wandborg
2013-04-06
5
-94
/
+252
*
Use WTForms data field in plugins/oauth/views.py
Hans Lo
2013-03-28
1
-4
/
+4
*
Providing warning to users about instability of OAuth/API
Christopher Allan Webber
2013-03-08
1
-0
/
+4
*
Fixed hidden fields in oauth client authorization
Joar Wandborg
2013-03-02
2
-5
/
+4
*
Move db.sql.migration_tools to db.migration_tools.
Elrond
2013-01-08
1
-1
/
+1
*
Move all the migration tools into new migration_tools.py
Elrond
2013-01-08
1
-1
/
+1
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
2
-2
/
+2
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Transition webob BadRequest|HTTPFound to webob/redirect
Sebastian Spaeth
2012-12-21
1
-5
/
+4
*
Fiy python2.7'ism (#566)
Sebastian Spaeth
2012-12-14
1
-3
/
+7
*
SQL Migrations: Rewrite table creation completely.
Elrond
2012-11-24
1
-7
/
+85
*
Removed Routes dependency, added admin routes
Joar Wandborg
2012-10-20
1
-2
/
+0
*
Fixed OAuth access_token duplicate route
Joar Wandborg
2012-10-15
1
-4
/
+7
*
Switched most stuff over from Routes
Joar Wandborg
2012-10-14
1
-12
/
+12
*
Replaced all request.POST with request.form, ...
Joar Wandborg
2012-09-29
2
-15
/
+49
*
Correcting a couple of spelling errors. Thanks elesa, for finding them!
Christopher Allan Webber
2012-09-24
1
-1
/
+1
*
Fixed typos visisble, appplication
Joar Wandborg
2012-09-22
1
-2
/
+2
*
Added name kwarg to Column(Enum(...)) in OAuth models
Joar Wandborg
2012-09-21
1
-2
/
+4
*
Added client registration caps to OAuth plugin
Joar Wandborg
2012-09-21
11
-31
/
+575
*
Fixed typo in OAuth README
Joar Wandborg
2012-09-19
1
-1
/
+1
*
Added security warning to OAuth README
Joar Wandborg
2012-09-19
1
-0
/
+5
*
Fixed a horrible security issue in the OAuth plugin.
Joar Wandborg
2012-09-19
1
-3
/
+6
*
Added some more helpful links to the OAuth docs
Joar Wandborg
2012-09-18
1
-1
/
+7
*
Fixed typo in OAuth docs, recieve => receive
Joar Wandborg
2012-09-18
1
-1
/
+1
*
Added documentation for the OAuth plugin
Joar Wandborg
2012-09-18
1
-0
/
+130
*
Added /api/entries view
Joar Wandborg
2012-09-15
1
-20
/
+2
*
Created API plugin, moved api_auth to the API plugin
Joar Wandborg
2012-09-13
2
-14
/
+0
*
Add OAuth models, plugin DB migrations, api_auth
Joar Wandborg
2012-09-13
3
-0
/
+253