Commit Graph

  • 5a9111063f At version 0.7.0, at last! Christopher Allan Webber 2014-08-25 15:31:55 -05:00
  • 3db594557a Committing extracted and compiled translations Christopher Allan Webber 2014-08-25 14:44:41 -05:00
  • 551027ab0e Committing present MediaGoblin translations before pushing extracted messages Christopher Allan Webber 2014-08-25 14:44:17 -05:00
  • 3b56b277d1 Updating release notes. Christopher Allan Webber 2014-08-25 11:43:17 -05:00
  • b949201152 Create activity model and add activity creation Jessica Tallon 2014-08-22 18:53:29 +01:00
  • 2352f7c862 not yet, anyway. Christopher Allan Webber 2014-08-22 16:21:48 -05:00
  • b7d854bfe1 Blog media type doc Christopher Allan Webber 2014-08-22 16:13:09 -05:00
  • d52638fab4 updating ayleph to Andrew Browning Christopher Allan Webber 2014-08-22 15:01:23 -05:00
  • f293506d26 Updating the AUTHORS file for this release Christopher Allan Webber 2014-08-22 14:58:22 -05:00
  • d60d686a14 eek, should be python2 not python22 Christopher Allan Webber 2014-08-22 09:54:55 -05:00
  • 51f4911855 Make blog_post_listing easier to read Jessica Tallon 2014-08-19 14:03:53 +01:00
  • b56cd89eb8 List blogs by URL user rather than request user ayleph 2014-08-16 10:45:58 -07:00
  • 3322a63df4 Add docs on collection_add_media hook. Elrond 2014-08-19 00:56:37 +02:00
  • 7610eb231e Start for documenting core hooks. Elrond 2014-08-19 00:39:33 +02:00
  • b694c3de34 Add new hook 'collection_add_media' Odin Hørthe Omdal 2014-08-17 22:22:00 +02:00
  • 9246a6ba89 Tidy up federation code and add tests to cover more of the APIs Jessica Tallon 2014-08-05 22:04:50 +01:00
  • 32ff6f4dc0 Use oauthlib's safe characters when generating client_key and client_secret Jessica Tallon 2014-08-05 21:41:31 +01:00
  • a7800e6da8 Fix a python2.6 compatibility issue. Removing a dict comprehension. Christopher Allan Webber 2014-08-18 10:40:08 -05:00
  • cbc5f9500c Always remove the session when running check_db_up_to_date() Christopher Allan Webber 2014-08-15 16:23:15 -05:00
  • 39a9035487 Implement ServeCommand.{loadserver, loadapp}. Berker Peksag 2014-08-15 23:07:35 +03:00
  • 051c728c6e Add an initial "gmg serve" implementation. Berker Peksag 2014-08-15 23:02:22 +03:00
  • f3c1b6ff6d Restore different server options. Berker Peksag 2014-08-15 22:35:22 +03:00
  • 3dbdb061ea Improve mediagoblin._compat.py2_unicode. Berker Peksag 2014-08-15 18:57:48 +03:00
  • 2064ad9450 Move the AlembicMigrationManager to top of the module. Berker Peksag 2014-08-15 15:40:35 +03:00
  • de51eca53f Provide a better manager API for Alembic. Berker Peksag 2014-08-15 15:39:45 +03:00
  • 65f20ca435 Add initial Alembic migrations. Berker Peksag 2014-08-13 19:30:23 +03:00
  • 7df0793441 Fix dict.keys() in Python 3. Berker Peksag 2014-08-13 19:27:49 +03:00
  • 4930c2adbd Fix a comment. Berker Peksag 2014-08-13 19:27:23 +03:00
  • 8cfa4071bf Forgot to add starttls_config.ini Jessica Tallon 2014-08-12 21:47:23 +01:00
  • 7ffd4cf4b5 Fix #861 - Add unit test and documentation for email_smtp_force_starttls Jessica Tallon 2014-08-12 16:56:08 +01:00
  • 3b104bbcef Elrond keeps pointing out places I should "is not None" at :) Christopher Allan Webber 2014-08-08 13:24:59 -05:00
  • 113d1a280e Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek! Christopher Allan Webber 2014-08-08 13:18:57 -05:00
  • 72f42a408d this negation needs parens. Christopher Allan Webber 2014-08-08 13:12:33 -05:00
  • f2a6db9088 Pull the indexes out of the dictionary directly Christopher Allan Webber 2014-08-08 11:39:44 -05:00
  • ed0b981edc If the constraint already exists, roll back to a sane state. Christopher Allan Webber 2014-08-08 09:50:16 -05:00
  • 1de794c6f0 Explaining why we're committing mid-migration Christopher Allan Webber 2014-08-08 09:47:33 -05:00
  • e6288a68e1 Only add the constraint if we need to. Catch an exception if we don't. Christopher Allan Webber 2014-08-07 16:29:45 -05:00
  • 3a8d0e145e Document both migrations, comment out old migration Christopher Allan Webber 2014-08-07 14:45:08 -05:00
  • bb12fb807e Add a new migration which removes/fixes the old migration Christopher Allan Webber 2014-08-07 13:24:07 -05:00
  • aaa12d637e Update TODOs in setup.py. Berker Peksag 2014-08-07 13:12:38 +03:00
  • cda3055bd6 Fix another tests. Berker Peksag 2014-08-07 13:08:42 +03:00
  • 18cd6b3015 Committing extracted and compiled translations Christopher Allan Webber 2014-08-04 13:46:24 -05:00
  • 51a46e43f5 Committing present MediaGoblin translations before pushing extracted messages Christopher Allan Webber 2014-08-04 13:45:15 -05:00
  • a7e1d8829f mbox_message.get_payload() returns bytestring. Berker Peksag 2014-08-04 22:08:23 +03:00
  • 6fa9782415 Make sort_keys True to avoid hash randomize feature in Python 3. Berker Peksag 2014-08-04 22:06:40 +03:00
  • 8d75091de2 Add more security checks when updating objects and tests Jessica Tallon 2014-08-01 22:26:12 +01:00
  • bf92ac6d7c Adding Pump API stuff to the docs index. Christopher Allan Webber 2014-08-04 11:55:05 -05:00
  • 23002ee77f Set up virtualenv to use py2 Christopher Allan Webber 2014-08-03 14:09:31 -05:00
  • 2d4d24f51e Use the STARTTLS command to upgrade SMTP connections where possible. Matt Molyneaux 2014-03-24 15:00:19 +00:00
  • 19df857734 Updated video thumbnail pipeline to use decodebin2 ayleph 2014-08-01 20:15:55 -07:00
  • 8917ffb1e7 Fix some security concerns regrding inpersonation in federation code. Jessica Tallon 2014-07-31 20:33:04 +01:00
  • 5e5d445890 Fix #927 - Clean up federation code after Elrond's review Jessica Tallon 2014-07-28 23:36:39 +01:00
  • 138d934f01 Make chown more generic. Elrond 2014-07-30 19:51:23 +02:00
  • 7bfc81b21a Fix #923 - add allow_admin to user_has_privilege decorator Jessica Tallon 2014-07-25 18:58:57 +01:00
  • 97650abd78 Avoid "lego translations" on the nothing currently featured strings Christopher Allan Webber 2014-07-29 13:38:59 -05:00
  • 92ce9c0df9 Committing extracted and compiled translations Christopher Allan Webber 2014-07-29 11:02:42 -05:00
  • 2df7a1b66b Committing present MediaGoblin translations before pushing extracted messages Christopher Allan Webber 2014-07-29 11:01:36 -05:00
  • e228876efa Make translatable table columns titles in media processing panel Laura Arjona Reina 2014-07-26 02:54:56 +02:00
  • a463fe06ed Make translatable takeaway privileges actions Laura Arjona Reina 2014-07-26 00:50:39 +02:00
  • 7f50ae1656 Make translatable the titles of TextAreas in moderation form Laura Arjona Reina 2014-07-26 00:30:08 +02:00
  • b752085339 Make translatable 'Feature' button in the explanation about how to feature media. Laura Arjona Reina 2014-07-25 23:30:23 +02:00
  • b678965727 Make consistent quotation marks when referring to button labels Laura Arjona Reina 2014-07-25 21:16:14 +02:00
  • 6f8ae21a87 Make translatable some strings that weren't i18n'ed Laura Arjona Reina 2014-07-24 19:09:28 +02:00
  • 20238f54a6 Use isinstance and six.text_type to check types of an object. Berker Peksag 2014-07-28 15:26:13 +03:00
  • 7ec6994453 Fix urlparse import. Berker Peksag 2014-07-28 15:25:20 +03:00
  • 15c3461b1f Disable cache support of LazyProxy. Berker Peksag 2014-07-28 15:24:49 +03:00
  • 874439bd80 Update .gitignore. Berker Peksag 2014-07-28 13:29:26 +03:00
  • cf3b5926f4 Cleanup mediagoblin._compat and fix translation tests. Berker Peksag 2014-07-28 13:27:19 +03:00
  • 173099ad2b Update dependency list. Berker Peksag 2014-07-28 13:24:17 +03:00
  • 88ed537a9e Skip test_sql_migrations on Python 3 for now. Berker Peksag 2014-07-28 13:22:42 +03:00
  • fe6f82be23 Remove an usage of deprecated cgi.parse_qs(). Berker Peksag 2014-07-28 12:54:59 +03:00
  • 98d8b365af func_name removed in Python 3. Berker Peksag 2014-07-28 10:35:14 +03:00
  • 7e0c51af3e Remove the option about whether or not spectrograms are created. They always are. Christopher Allan Webber 2014-07-25 16:02:28 -05:00
  • dc19e98d98 Add __unicode__ representation to Notification and MediaCommentMixin Tryggvi Bjorgvinsson 2014-07-19 12:35:50 +00:00
  • 0e9aa9db14 Adding thallian to the authors list Christopher Allan Webber 2014-07-24 12:15:12 -05:00
  • 196cef381d Fix by thallian: use correct datetime.strptime Christopher Allan Webber 2014-07-24 12:09:17 -05:00
  • aab6239477 Merge branch 'Federation' Jessica Tallon 2014-07-23 00:23:23 +01:00
  • a14d90c2db Switch from slug to ID and clean up style to conform to PEP-8 Jessica Tallon 2014-07-21 18:32:47 +01:00
  • 8ac7a653d9 Create test for garbage collection Jessica Tallon 2014-07-17 11:39:24 +01:00
  • d8f55f2b41 Add unseralize for API objects Jessica Tallon 2014-07-16 17:59:03 +01:00
  • 0679545f19 Add garbage collection task Jessica Tallon 2014-07-15 21:24:25 +01:00
  • 0e283215bd oops - add decorators for federated APIs Jessica Tallon 2014-07-12 09:15:16 +01:00
  • 161cf125f0 Add documentation for interacting with media entires Jessica Tallon 2014-07-12 09:04:40 +01:00
  • 3c8bd177b2 Add test for API object endpoint Jessica Tallon 2014-07-12 08:42:39 +01:00
  • 51ab51921e Add more tests for federation APIs Jessica Tallon 2014-07-11 15:23:55 +01:00
  • 967df5eff0 Require uploader privileges to upload media to API Jessica Tallon 2014-07-10 18:17:47 +01:00
  • ee9956c3de Remove unneeded oauth fixtures and add test for image submission Jessica Tallon 2014-07-10 17:47:54 +01:00
  • c9115b89c9 Rename test_joarapi.py => test_legacy_api.py Jessica Tallon 2014-07-09 18:01:08 +01:00
  • f751d346cf Add fixtures to provide OAuth client, request and access models Jessica Tallon 2014-07-09 17:23:57 +01:00
  • 128af9533f Update documentation on uploading media via API Jessica Tallon 2014-07-08 17:27:38 +01:00
  • 24e12cb133 Fix problem in OAuth views Jessica Tallon 2014-07-08 15:39:24 +01:00
  • 6781ff3cb1 Clean up & Add support to update objects in feed API Jessica Tallon 2014-07-08 21:27:43 +01:00
  • c3b89febc0 Fix problem where feed posting wasn't returning correct object Jessica Tallon 2014-04-07 11:09:08 -05:00
  • 41599bf23c Fix image upload problem in API Jessica Tallon 2014-04-04 12:25:20 -05:00
  • 1304a28fa7 Add .jpe file extension recognition Jessica Tallon 2014-04-04 12:24:45 -05:00
  • d70b7a5167 Fix issue where create_uuid doesn't exist nor used Jessica Tallon 2014-04-04 11:47:59 -05:00
  • 3d869e82b0 Improve the documentation xray7224 2014-01-12 18:19:37 +00:00
  • 247a3b788f Adds the unit-tests for API and cleans up API xray7224 2013-11-14 22:42:07 +00:00
  • c64fc16b13 Clean up code (after linting) xray7224 2013-11-14 17:27:06 +00:00
  • 7810817caf Refactors api uploading to media managers xray7224 2013-10-10 20:19:58 +01:00