| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Adding a comment explaining what vR1 means. | Christopher Allan Webber | 2013-10-08 | 1 | -0/+4 |
* | | Just fixing the order of migrations and a bit of whitespace. | Christopher Allan Webber | 2013-10-08 | 1 | -38/+48 |
* | | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update' | Christopher Allan Webber | 2013-10-07 | 1 | -3/+199 |
|\| |
|
| * | This was a very important update where I fixed a few small but fatal bugs in my | tilly-Q | 2013-10-03 | 1 | -3/+3 |
| * | In this commit, I mostly did work on the migrations. Firstly, I droppped the | tilly-Q | 2013-10-03 | 1 | -42/+129 |
| * | This commit was solely to remove unused imports in the code that I have written | tilly-Q | 2013-09-23 | 1 | -2/+1 |
| * | At this point, I am very close to done with this code! I made one big change at | tilly-Q | 2013-09-23 | 1 | -2/+2 |
| * | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-09-12 | 1 | -4/+19 |
| |\ |
|
| * | | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom- | tilly-Q | 2013-09-11 | 1 | -12/+3 |
| * | | This should be my final code update before I am ready for review! Basically, in | tilly-Q | 2013-09-10 | 1 | -1/+10 |
| * | | This was a quick update, I mostly worked on the transition from using the old | tilly-Q | 2013-09-08 | 1 | -1/+36 |
| * | | This is a quick commit. I gave admins the ability to ban or unban users | tilly-Q | 2013-08-29 | 1 | -2/+2 |
| * | | This was a big commit! I included lots of documentation below, but generally I | tilly-Q | 2013-08-29 | 1 | -10/+10 |
| * | | This commit was just to fix a few of the errors with the merging and to | tilly-Q | 2013-08-20 | 1 | -73/+74 |
| * | | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-08-20 | 1 | -0/+81 |
| |\ \ |
|
| * | | | This was a very small update, I'm hoping to rebase after this to solve some | tilly-Q | 2013-08-20 | 1 | -1/+1 |
| * | | | This has been an update to clean out the code a little bit. The primary change | tilly-Q | 2013-08-13 | 1 | -1/+1 |
| * | | | This commit was the work I did fixing errors that cropped up from the merge. | tilly-Q | 2013-07-31 | 1 | -1/+1 |
| * | | | Merge branch 'ticket-679' into OPW-Moderation-Update | tilly-Q | 2013-07-29 | 1 | -7/+93 |
| |\ \ \ |
|
| * | | | | This commit had some important milestones in it. The major update is that now I | tilly-Q | 2013-07-27 | 1 | -7/+13 |
| * | | | | Whew. This is a big update. I did some significant keeping work. I moved all of | tilly-Q | 2013-07-17 | 1 | -0/+1 |
| * | | | | This update I mostly did work on the templates for the admin pages. I did a co- | tilly-Q | 2013-07-08 | 1 | -3/+3 |
| * | | | | This was a simple commit. I changed all references to Groups into Privileges so | tilly-Q | 2013-07-03 | 1 | -10/+10 |
| * | | | | In this commit, I have made a few changes and tightened up some of my models | tilly-Q | 2013-06-27 | 1 | -16/+21 |
| * | | | | This is the first stage of my project of implenting admin/moderator functiona- | tilly-Q | 2013-06-24 | 1 | -1/+68 |
* | | | | | not all JSONEncoded fields should be mutable dicts | Rodney Ewing | 2013-09-19 | 1 | -2/+2 |
* | | | | | make all JSONEncoded columns mutable | Rodney Ewing | 2013-09-19 | 1 | -2/+2 |
* | | | | | need to use mutation tracking to detect changes in JSONEncoded types | Rodney Ewing | 2013-09-19 | 1 | -2/+2 |
* | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing' | Christopher Allan Webber | 2013-09-18 | 1 | -0/+12 |
|\ \ \ \ \ |
|
| * | | | | | get and set metadata for a MediaFile | Rodney Ewing | 2013-08-21 | 1 | -2/+13 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits' | Christopher Allan Webber | 2013-09-18 | 1 | -0/+20 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | added user upload limits | Rodney Ewing | 2013-08-26 | 1 | -2/+22 |
| |/ / / |
|
* | | | | Not sure why there wasn't a .commit() at the end of add_new_notification_tabl... | Christopher Allan Webber | 2013-08-22 | 1 | -0/+2 |
* | | | | add user prefrence for insite notifications | Rodney Ewing | 2013-08-20 | 1 | -2/+14 |
|/ / / |
|
* | | | Fix problem with migration - OAuth | Jessica Tallon | 2013-07-22 | 1 | -6/+8 |
* | | | Moves first versions of the the models to migrations | xray7224 | 2013-07-18 | 1 | -7/+72 |
* | | | Adds migration for OAuth1 tables | xray7224 | 2013-07-18 | 1 | -1/+15 |
| |/
|/| |
|
* | | 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 | 1 | -2/+77 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'refs/remotes/joar/notifications' | Christopher Allan Webber | 2013-06-22 | 1 | -2/+56 |
| |\ \ |
|
| | * | | New notifications | Joar Wandborg | 2013-06-09 | 1 | -1/+56 |
| | |/ |
|
| * / | modified verification emails to use itsdangerous tokens | Rodney Ewing | 2013-05-29 | 1 | -0/+20 |
| |/ |
|
* | | typo | Rodney Ewing | 2013-06-25 | 1 | -1/+1 |
* | | changes after cwebb's review | Rodney Ewing | 2013-06-21 | 1 | -0/+4 |
* | | changed User model pw_hash field to nullable and added migrations | Rodney Ewing | 2013-05-24 | 1 | -0/+11 |
|/ |
|
* | Make uuid look like a uuid. | Elrond | 2013-04-27 | 1 | -1/+1 |
* | Check for duplicate collection slugs and make them unique. Add unique constra... | Rodney Ewing | 2013-04-24 | 1 | -1/+37 |
* | Simplifying the test for whether or not a user and slug combo exists. | Christopher Allan Webber | 2013-02-27 | 1 | -3/+1 |
* | Import sqlalchemy's and_ and use it in our select statement | Christopher Allan Webber | 2013-02-26 | 1 | -2/+3 |