aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding a comment explaining what vR1 means.Christopher Allan Webber2013-10-081-0/+4
* | Just fixing the order of migrations and a bit of whitespace.Christopher Allan Webber2013-10-081-38/+48
* | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-3/+199
|\|
| * This was a very important update where I fixed a few small but fatal bugs in mytilly-Q2013-10-031-3/+3
| * In this commit, I mostly did work on the migrations. Firstly, I droppped thetilly-Q2013-10-031-42/+129
| * This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-231-2/+1
| * At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-231-2/+2
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-4/+19
| |\
| * | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-tilly-Q2013-09-111-12/+3
| * | This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-101-1/+10
| * | This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-1/+36
| * | This is a quick commit. I gave admins the ability to ban or unban userstilly-Q2013-08-291-2/+2
| * | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-10/+10
| * | This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-73/+74
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-0/+81
| |\ \
| * | | This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-1/+1
| * | | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-1/+1
| * | | This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-311-1/+1
| * | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-7/+93
| |\ \ \
| * | | | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-271-7/+13
| * | | | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-0/+1
| * | | | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-081-3/+3
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-10/+10
| * | | | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-271-16/+21
| * | | | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-241-1/+68
* | | | | not all JSONEncoded fields should be mutable dictsRodney Ewing2013-09-191-2/+2
* | | | | make all JSONEncoded columns mutableRodney Ewing2013-09-191-2/+2
* | | | | need to use mutation tracking to detect changes in JSONEncoded typesRodney Ewing2013-09-191-2/+2
* | | | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-09-181-0/+12
|\ \ \ \ \
| * | | | | get and set metadata for a MediaFileRodney Ewing2013-08-211-2/+13
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'Christopher Allan Webber2013-09-181-0/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | added user upload limitsRodney Ewing2013-08-261-2/+22
| |/ / /
* | | | Not sure why there wasn't a .commit() at the end of add_new_notification_tabl...Christopher Allan Webber2013-08-221-0/+2
* | | | add user prefrence for insite notificationsRodney Ewing2013-08-201-2/+14
|/ / /
* | | Fix problem with migration - OAuthJessica Tallon2013-07-221-6/+8
* | | Moves first versions of the the models to migrationsxray72242013-07-181-7/+72
* | | Adds migration for OAuth1 tablesxray72242013-07-181-1/+15
| |/ |/|
* | merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+1
* | Explain about sqlite dropping the constraint and why we're adding it back man...Christopher Allan Webber2013-06-251-0/+2
* | Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-2/+77
|\ \
| * \ Merge remote-tracking branch 'refs/remotes/joar/notifications'Christopher Allan Webber2013-06-221-2/+56
| |\ \
| | * | New notificationsJoar Wandborg2013-06-091-1/+56
| | |/
| * / modified verification emails to use itsdangerous tokensRodney Ewing2013-05-291-0/+20
| |/
* | typoRodney Ewing2013-06-251-1/+1
* | changes after cwebb's reviewRodney Ewing2013-06-211-0/+4
* | changed User model pw_hash field to nullable and added migrationsRodney Ewing2013-05-241-0/+11
|/
* Make uuid look like a uuid.Elrond2013-04-271-1/+1
* Check for duplicate collection slugs and make them unique. Add unique constra...Rodney Ewing2013-04-241-1/+37
* Simplifying the test for whether or not a user and slug combo exists.Christopher Allan Webber2013-02-271-3/+1
* Import sqlalchemy's and_ and use it in our select statementChristopher Allan Webber2013-02-261-2/+3