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
*
Comment changes for federation
Jessica Tallon
2015-10-20
4
-157
/
+501
*
Add public_id fixes throughout the code
Jessica Tallon
2015-10-07
3
-23
/
+70
*
Add Graveyard model
Jessica Tallon
2015-10-07
3
-124
/
+126
*
Add the __model_args__ deletion code
Jessica Tallon
2015-10-07
3
-2
/
+148
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
5
-50
/
+235
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
3
-25
/
+27
*
Fix #5344 - OAuth NotImplemented exception
Jessica Tallon
2015-08-21
1
-0
/
+59
*
Fix serialization after model changes
Jessica Tallon
2015-08-20
2
-10
/
+11
*
Change structure of MediaEntry and add migration
Jessica Tallon
2015-08-19
3
-13
/
+70
*
Add the user models to the MODELS list
Jessica Tallon
2015-07-31
2
-16
/
+37
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-0
/
+1
*
Add polymorphic properties to User
Jessica Tallon
2015-07-31
2
-3
/
+25
*
Add LocalUser and RemoteUser and migration
Jessica Tallon
2015-07-31
2
-58
/
+217
*
Fix removal of ActivityIntermediatory migration
Jessica Tallon
2015-06-24
1
-2
/
+19
*
Fix some problems with activity mixins and migrations
Jessica Tallon
2015-05-26
3
-21
/
+21
*
Add a more verbose GenericForeignKey implementation
Jessica Tallon
2015-05-26
2
-67
/
+38
*
Remove deprecated fields and fix activity creation in tools
Jessica Tallon
2015-05-26
1
-9
/
+0
*
More fixed recommended by Elrond
Jessica Tallon
2015-05-26
1
-11
/
+8
*
Add some fixes Elrond suggested and doc strings
Jessica Tallon
2015-05-26
1
-14
/
+41
*
Add migration to remove ActivityIntermediator
Jessica Tallon
2015-05-26
2
-59
/
+12
*
Fix the GenericForeignKey implementation
Jessica Tallon
2015-05-26
1
-22
/
+36
*
Migrate Activity to using the new GenericForeignKey
Jessica Tallon
2015-05-26
2
-47
/
+166
*
Add GenericForeignKey field and reference helper model
Jessica Tallon
2015-05-26
2
-2
/
+93
*
Fix the token issues in the migration
Christopher Allan Webber
2015-02-17
1
-3
/
+3
*
acess_token->access_token
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
Fixing typo: notifiction->notification
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
This one should be dt_to_utc, not db_to_utc, I believe
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
Fix #1065 - Migrate from native datetimes to UTC
Jessica Tallon
2015-02-15
2
-20
/
+146
*
Change 'federation' name to 'api' which is more suitable
Jessica Tallon
2015-02-15
2
-9
/
+9
*
Fix #1052 - Make activity cascade delete work when deleting a user
Jessica Tallon
2015-01-27
1
-1
/
+2
*
Fix 1e0c938 by allowing target to be translatable in Activity.content
Jessica Tallon
2014-12-22
1
-9
/
+17
*
Allow Activity.content to be fully translatable
Jessica Tallon
2014-12-22
1
-2
/
+19
*
Fix #1077 - Fix updating comment via API and add test
Jessica Tallon
2014-12-16
1
-22
/
+16
*
Fix #1053 - Add height and width attributes and MetadataProcess task
Jessica Tallon
2014-12-11
1
-0
/
+16
*
Fix #1054 - Add missing attributes to Activity.serialize
Jessica Tallon
2014-12-08
1
-0
/
+5
*
Fix #1049 - name renamed to displayName for Location
Jessica Tallon
2014-12-05
1
-3
/
+3
*
There's absolutely no reason for a Session().commit object mirrored onto Sess...
Christopher Allan Webber
2014-12-03
1
-4
/
+0
*
Make all mixin methods ignore mg_globals and use self._app instead
Christopher Allan Webber
2014-12-03
1
-4
/
+3
*
Attach the MediaGoblinApp to the engine, and provide a way for models to access
Christopher Allan Webber
2014-12-03
2
-1
/
+10
*
Adding query property to DatabaseMaster for forward compatibility
Christopher Allan Webber
2014-12-03
1
-0
/
+4
*
Attach the base models to sessions and the DatabaseMaster for backwards compa...
Christopher Allan Webber
2014-12-03
1
-2
/
+14
*
Only conditionally import Session in db/util.py
Christopher Allan Webber
2014-12-03
1
-1
/
+5
*
Move the scoped_session, sessionmaker imports
Christopher Allan Webber
2014-12-03
1
-1
/
+1
*
Some docstrings
Christopher Allan Webber
2014-12-03
1
-0
/
+13
*
Return DatabaseManager or DatabaseMaster depending on DISABLE_GLOBALS
Christopher Allan Webber
2014-12-03
1
-2
/
+6
*
Oops, got the boolean backwards :P
Christopher Allan Webber
2014-12-03
1
-1
/
+1
*
Adding DatabaseManager as an alternative to DatabaseMaster
Christopher Allan Webber
2014-12-03
1
-25
/
+77
*
An environment variable to transition towards removing global variables
Christopher Allan Webber
2014-12-03
1
-5
/
+9
*
Give our sqlalchemy objects access to their own session
Christopher Allan Webber
2014-12-03
1
-0
/
+6
*
Fix #1040 - Comments should have published attribute
Jessica Tallon
2014-11-27
1
-1
/
+4
[next]