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
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
*
This was a very small update, I'm hoping to rebase after this to solve some
tilly-Q
2013-08-20
3
-13
/
+5
*
This has been an update to clean out the code a little bit. The primary change
tilly-Q
2013-08-13
2
-1
/
+11
*
This commit was the work I did fixing errors that cropped up from the merge.
tilly-Q
2013-07-31
2
-3
/
+4
*
Merge branch 'ticket-679' into OPW-Moderation-Update
tilly-Q
2013-07-29
8
-56
/
+264
|
\
|
*
I actually had to do a bit more work than I thought, because I needed to account
tilly-Q
2013-07-29
1
-8
/
+7
|
*
This was a very simple ticket actually. I created a list called FOUNDATIONS in
tilly-Q
2013-07-29
2
-1
/
+30
|
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
1
-1
/
+1
|
*
Merge branch 'rodney757-media_plugins'
Christopher Allan Webber
2013-07-12
3
-15
/
+9
|
|
\
|
|
*
Fix the last bit preventing all the unit tests from passing in media types->p...
Christopher Allan Webber
2013-07-12
1
-1
/
+2
|
|
*
Changing the information spat out while printing from media types->plugins
Christopher Allan Webber
2013-07-12
1
-2
/
+1
|
|
*
fixed some typos and enabled media_type plugins in tests
Rodney Ewing
2013-07-02
1
-1
/
+2
|
|
*
modified gmg to use plugin media_types and converted image media_type to new ...
Rodney Ewing
2013-07-02
2
-13
/
+6
|
*
|
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
2
-13
/
+1
|
*
|
merge --squash openid branch to take care of a false merge commit in the
Rodney Ewing
2013-07-03
1
-1
/
+1
|
|
/
|
*
Explain about sqlite dropping the constraint and why we're adding it back man...
Christopher Allan Webber
2013-06-25
1
-0
/
+2
|
*
Merge remote-tracking branch 'upstream/master' into auth
Rodney Ewing
2013-06-25
4
-10
/
+214
|
|
\
|
|
*
Merge remote-tracking branch 'refs/remotes/joar/notifications'
Christopher Allan Webber
2013-06-22
3
-7
/
+170
|
|
|
\
|
|
|
*
New notifications
Joar Wandborg
2013-06-09
3
-6
/
+170
|
|
*
|
Merge remote-tracking branch 'refs/remotes/rodney757-github/mail'
Christopher Allan Webber
2013-06-21
2
-3
/
+20
|
|
|
\
\
|
|
|
*
|
modified verification emails to use itsdangerous tokens
Rodney Ewing
2013-05-29
2
-3
/
+20
|
|
|
|
/
|
|
*
/
What is models_v0.py? An explaination!
Christopher Allan Webber
2013-06-20
1
-0
/
+23
|
|
|
/
|
*
|
typo
Rodney Ewing
2013-06-25
1
-1
/
+1
|
*
|
changes after cwebb's review
Rodney Ewing
2013-06-21
1
-0
/
+4
|
*
|
created a check_login_simple function
Rodney Ewing
2013-05-25
1
-8
/
+0
|
*
|
changed User model pw_hash field to nullable and added migrations
Rodney Ewing
2013-05-24
2
-1
/
+12
*
|
|
This commit had some important milestones in it. The major update is that now I
tilly-Q
2013-07-27
3
-12
/
+73
*
|
|
Whew. This is a big update. I did some significant keeping work. I moved all of
tilly-Q
2013-07-17
2
-5
/
+44
*
|
|
This update I mostly did work on the templates for the admin pages. I did a co-
tilly-Q
2013-07-08
3
-6
/
+13
*
|
|
This was a simple commit. I changed all references to Groups into Privileges so
tilly-Q
2013-07-03
2
-26
/
+26
*
|
|
In this commit, I have made a few changes and tightened up some of my models
tilly-Q
2013-06-27
3
-45
/
+94
*
|
|
This is the first stage of my project of implenting admin/moderator functiona-
tilly-Q
2013-06-24
2
-3
/
+154
|
|
/
|
/
|
*
|
created a check_login_simple function
Rodney Ewing
2013-05-28
1
-8
/
+0
|
/
*
Cleaned up EXIF view
Joar Wandborg
2013-05-23
1
-9
/
+23
*
Only calculate aperture if fnumber is provided
Joar Wandborg
2013-05-20
1
-7
/
+6
*
Take into account incomplete EXIF data
Joar Wandborg
2013-05-20
1
-9
/
+18
*
Modifies EXIF section with Camera Info, display toggle and template styling
Gabriel Saldana
2013-05-20
1
-0
/
+27
*
Changes to display all EXIF information
Gabriel Saldana
2013-05-20
1
-5
/
+3
*
Noting why we don't have an email uniqueness constraint in the db.
Christopher Allan Webber
2013-05-17
1
-0
/
+4
*
Make uuid look like a uuid.
Elrond
2013-04-27
1
-1
/
+1
*
Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...
Christopher Allan Webber
2013-04-26
1
-3
/
+15
*
Don't turn on sqlite refcheck stuff during migrations
Christopher Allan Webber
2013-04-26
1
-2
/
+2
*
Check for duplicate collection slugs and make them unique. Add unique constra...
Rodney Ewing
2013-04-24
2
-2
/
+42
*
MediaManager: Use .foo instead of ['foo'].
Elrond
2013-04-17
1
-1
/
+1
*
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-1
/
+1
*
Use cascade for comment deletion.
Elrond
2013-04-08
1
-7
/
+13
*
Better docs for GenerateSlugMixin.
Elrond
2013-04-06
1
-1
/
+9
*
Use GenerateSlugMixin for collections.
Elrond
2013-04-06
2
-13
/
+4
*
Refactor generate_slug into a mixin.
Elrond
2013-04-06
1
-9
/
+13
*
A bit of pep8: Remove useless whitespace.
Elrond
2013-03-30
1
-5
/
+5
*
Merge branch 'joar-skip_transcoding'
Christopher Allan Webber
2013-03-04
1
-12
/
+16
|
\
[next]