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
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
5
-67
/
+409
|
\
|
*
Add __repr__ for Collection and CollectionItem
Odin Hørthe Omdal
2014-09-07
1
-1
/
+15
|
*
Tidy up federation code and add tests to cover more of the APIs
Jessica Tallon
2014-08-18
1
-10
/
+3
|
*
Fix a python2.6 compatibility issue. Removing a dict comprehension.
Christopher Allan Webber
2014-08-18
1
-1
/
+2
|
*
Always remove the session when running check_db_up_to_date()
Christopher Allan Webber
2014-08-15
1
-5
/
+10
|
*
Elrond keeps pointing out places I should "is not None" at :)
Christopher Allan Webber
2014-08-08
1
-2
/
+2
|
*
Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek!
Christopher Allan Webber
2014-08-08
1
-1
/
+1
|
*
this negation needs parens.
Christopher Allan Webber
2014-08-08
1
-1
/
+1
|
*
Pull the indexes out of the dictionary directly
Christopher Allan Webber
2014-08-08
1
-8
/
+11
|
*
If the constraint already exists, roll back to a sane state.
Christopher Allan Webber
2014-08-08
1
-1
/
+1
|
*
Explaining why we're committing mid-migration
Christopher Allan Webber
2014-08-08
1
-0
/
+4
|
*
Only add the constraint if we need to. Catch an exception if we don't.
Christopher Allan Webber
2014-08-07
1
-6
/
+10
|
*
Document both migrations, comment out old migration
Christopher Allan Webber
2014-08-07
1
-9
/
+35
|
*
Add a new migration which removes/fixes the old migration
Christopher Allan Webber
2014-08-07
2
-1
/
+51
|
*
Fix #927 - Clean up federation code after Elrond's review
Jessica Tallon
2014-07-30
1
-1
/
+11
|
*
Fix #923 - add allow_admin to user_has_privilege decorator
Jessica Tallon
2014-07-29
1
-14
/
+15
|
*
Add __unicode__ representation to Notification and MediaCommentMixin
Tryggvi Bjorgvinsson
2014-07-25
2
-1
/
+16
|
*
Fix by thallian: use correct datetime.strptime
Christopher Allan Webber
2014-07-24
1
-1
/
+1
|
*
Switch from slug to ID and clean up style to conform to PEP-8
Jessica Tallon
2014-07-22
1
-2
/
+2
|
*
Add unseralize for API objects
Jessica Tallon
2014-07-22
1
-0
/
+31
|
*
Add test for API object endpoint
Jessica Tallon
2014-07-22
1
-0
/
+11
|
*
Add more tests for federation APIs
Jessica Tallon
2014-07-22
1
-3
/
+12
|
*
Fix issue where create_uuid doesn't exist nor used
Jessica Tallon
2014-07-22
1
-1
/
+2
|
*
Refactors api uploading to media managers
xray7224
2014-07-22
1
-12
/
+10
|
*
Add basic comment support and flesh out some other endpoints
Jessica Tallon
2014-07-22
1
-8
/
+1
|
*
Add static pump_io to API and fix problem where null appeared in profile
Jessica Tallon
2014-07-22
1
-2
/
+13
|
*
Support some webfinger API's and real profile and /api/user/<user>/
xray7224
2014-07-22
1
-1
/
+1
|
*
Support for the comments endpoint
xray7224
2014-07-22
1
-2
/
+10
|
*
Fixes problem where full URL was being used inplace of host
xray7224
2014-07-22
1
-1
/
+1
|
*
Use the the slug as the UUID instead of a newly generated UUID
xray7224
2014-07-22
1
-6
/
+1
|
*
Add image URL's (thumb & full)
Jessica Tallon
2014-07-22
2
-0
/
+17
|
*
Fixes where User id in API would return url rather than host
Jessica Tallon
2014-07-22
1
-1
/
+1
|
*
Adds comments for the MediaEntry api
Jessica Tallon
2014-07-22
1
-5
/
+16
|
*
Changes serialization to .serialize method on object - MediaEntry
Jessica Tallon
2014-07-22
1
-0
/
+43
|
*
Make sure new media has a new uuid added on
Jessica Tallon
2014-07-22
2
-7
/
+10
|
*
Adds migration on MediaEntry to add uuid
Jessica Tallon
2014-07-22
2
-2
/
+1
|
*
Starts the user (profile) endpoint and lays groundwork for inbox and feed end...
Jessica Tallon
2014-07-22
1
-1
/
+25
|
*
Adds seralize on user
Jessica Tallon
2014-07-22
1
-0
/
+10
|
*
Use unicode for logging comments
Tryggvi Bjorgvinsson
2014-07-18
2
-2
/
+2
|
*
Fix #894 - index User.username field
Jessica Tallon
2014-07-17
2
-2
/
+16
|
*
Removing legacy mongo-related docstring
Christopher Allan Webber
2014-06-23
1
-33
/
+0
|
*
Adding comments in the migration explaining a bit what's going on.
Christopher Allan Webber
2014-06-11
1
-0
/
+2
|
*
Explicitly set the column names to "user" and "privilege"
Christopher Allan Webber
2014-06-11
2
-2
/
+6
|
*
Switch "user_id" to "privilege" and "privilege_id" to "user".
Christopher Allan Webber
2014-06-10
2
-19
/
+25
|
*
Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetest
Christopher Allan Webber
2014-06-10
2
-4
/
+48
|
|
\
|
|
*
Made the columns properly referenced in models and migrations.
tilly-Q
2014-04-23
2
-14
/
+9
|
|
*
Renamed the columns on core__privileges_users table so that they are unique and
tilly-Q
2014-04-22
2
-2
/
+47
|
*
|
Set a default value to MediaEntry.media_metadata
tilly-Q
2014-05-14
2
-2
/
+4
|
*
|
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata
tilly-Q
2014-05-13
1
-0
/
+6
|
|
\
|
|
*
|
Changed the name of the metadata column
tilly-Q
2014-04-21
2
-2
/
+2
[next]