Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a no_referrer setting to prevent browsers leaking information. | Duncan | 2015-08-02 | 1 | -0/+3 |
| | |||||
* | TinyMCE plugin loading should NOT be here. | Christopher Allan Webber | 2015-04-23 | 1 | -16/+0 |
| | | | | This might break the blog plugin, but it's kind of broken already :\ | ||||
* | Fix welcome image URL in the front page template (#902) | Jaakko Luttinen | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | The Goblin image URL was hardcoded in the frontpage welcome template. Now it correctly uses the static directory settings. Signed-off-by: Berker Peksag <berker.peksag@gmail.com> | ||||
* | Change 'federation' name to 'api' which is more suitable | Jessica Tallon | 2015-02-15 | 1 | -0/+0 |
| | |||||
* | Remove html5slider Javascript helper | Asheesh Laroia | 2015-02-13 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | This helper was originally added as a "polyfill" (backward-compatibility shim) for Firefox version 23 and older, so that <input type="range"> that audio.js uses could render nicely in those versions of Firefox. Chromium did not need this shim, and Firefox 23 (released on Aug 6, 2013) added support for this. Therefore, let us remove this dependency. By current metrics at caniuse.com <http://caniuse.com/#feat=input-range>, 88.14% of web users support this attribute. Opera Mini and old versions of Internet Explorer (6-8) are the only holdouts. Note also that the html5slider.js is uninterested in adding this to the npm package manager (or any package manager) repository <https://github.com/fryn/html5slider/issues/5>, meaning that keeping it in the mediagoblin extlib section would mean manual maintenance/updating by the GNU MediaGoblin team. This commit also removes GMG's use of the shim. | ||||
* | Fix #1058 - Verifier page could be clearer | jpope777 | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Fix #1046 - Media breaking out of container | jpope777 | 2014-12-02 | 7 | -51/+61 |
| | |||||
* | fix #1000 - Button style in Report file dialogue | jpope777 | 2014-12-01 | 2 | -3/+3 |
| | |||||
* | Add a template hook to stl sideinfo. Fixes #940. | Rodrigo Rodrigues da Silva | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | Template hook to allow plugin authors to add extra things to the header | Christopher Allan Webber | 2014-10-30 | 1 | -0/+1 |
| | | | | | Thanks to Andrew Browning for requesting this and suggesting where to put it! | ||||
* | Merge branch 'location' | Jessica Tallon | 2014-10-09 | 3 | -1/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Add Location model which holds textual, geolocation coordiantes or postal addresses. This migrates data off Image model metadata onto the general Location model. It also adds the ability for location to be set on MediaEntry, User, MediaComment and Collection models. The geolocation plugin has been updated so that the location can be displayed in more general places rather than explicitely on the MediaEntry view. If GPS coordiantes are set for the User the profile page will also have the OSM provided by the geolocation plugin. | ||||
| * | Add location model and migrations | Jessica Tallon | 2014-10-09 | 3 | -1/+16 |
| | | |||||
* | | Merge branch '905-activities' | Jessica Tallon | 2014-10-07 | 1 | -0/+42 |
|\ \ | | | | | | | | | | | | | | | | Add Activity and Generator models which allow for activities to be created. This now works with the feed API. | ||||
| * | | Fix all the unit tests and clean up code | Jessica Tallon | 2014-10-06 | 1 | -2/+2 |
| | | | |||||
| * | | Create activity model and add activity creation | Jessica Tallon | 2014-08-22 | 1 | -0/+42 |
| |/ | | | | | | | | | | | | | | | This creates the Activity and Genrator models from the Activity Streams spec and. I then created a migration which retro-actively create activities for media uploaded and comments created. Through out the code I've added so automatically activties are created when a user peforms an action (uploading media, commenting, etc.). | ||||
* | | Fix #549 - Deauthorize OAuth applications | Jessica Tallon | 2014-10-01 | 2 | -1/+73 |
| | | |||||
* | | Fix #952 - Force the footer to the bottom of the page | Jessica Tallon | 2014-09-30 | 1 | -120/+124 |
| | | |||||
* | | Add XRD+XML formatting for /.well-known/host-meta | Jessica Tallon | 2014-09-05 | 1 | -0/+22 |
|/ | |||||
* | Fix #923 - add allow_admin to user_has_privilege decorator | Jessica Tallon | 2014-07-29 | 2 | -5/+5 |
| | |||||
* | Make translatable table columns titles in media processing panel | Laura Arjona Reina | 2014-07-29 | 1 | -16/+16 |
| | |||||
* | Make translatable some strings that weren't i18n'ed | Laura Arjona Reina | 2014-07-29 | 3 | -4/+4 |
| | |||||
* | Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov) | Christopher Allan Webber | 2014-07-10 | 1 | -4/+10 |
| | | | | | | This fixes issue #754 Thanks Aleksej! | ||||
* | Issue #837: Moderation report page: offender's name linked to the reporter's ↵ | Aleksej | 2014-06-13 | 1 | -1/+1 |
| | | | | profile. | ||||
* | Issue 839: move attribution from some icons' alt into title. | Aleksej | 2014-06-13 | 2 | -5/+10 |
| | |||||
* | Put block mediagoblin_sidebar back in user_pages/media.html. Fixes issue #906. | Rodrigo Rodrigues da Silva | 2014-06-11 | 1 | -0/+3 |
| | |||||
* | Adding a template hook to the dropdown header | Rodrigo Rodrigues da Silva | 2014-06-10 | 1 | -0/+1 |
| | |||||
* | Fixed small error in the edit.metadata javascript | tilly-Q | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Tweaked the metadata edit screen to run jsonschema validators against the data. | tilly-Q | 2014-05-14 | 2 | -21/+18 |
| | |||||
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata | tilly-Q | 2014-05-13 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: mediagoblin/gmg_commands/__init__.py | ||||
| * | Added new template hooks to allow for plugin-added moderation powers | tilly-Q | 2014-04-29 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin ↵ | tilly-Q | 2014-05-12 | 2 | -46/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | into metadata Conflicts: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html | ||||
| * | | Move the metadata display table over to being contained in a plugin | Christopher Allan Webber | 2014-05-12 | 2 | -42/+0 |
| | | | |||||
| * | | Removing the prefix stuff | Christopher Allan Webber | 2014-05-11 | 1 | -2/+3 |
| | | | |||||
* | | | Corrected the rdfa in the metadata table. | tilly-Q | 2014-05-12 | 1 | -2/+2 |
| | | | |||||
* | | | Made the metadata table look pretty | tilly-Q | 2014-05-12 | 1 | -4/+6 |
| | | | |||||
* | | | Made some changes so that the metadata editing page works well with the updated | tilly-Q | 2014-05-12 | 2 | -30/+4 |
| | | | | | | | | | | | | metadata tools. | ||||
* | | | Changed the format of the wtforms table slightly | tilly-Q | 2014-05-12 | 2 | -31/+37 |
| | | | |||||
* | | | Made it so the metadata editting page is only one step away from functioning | tilly-Q | 2014-05-06 | 1 | -5/+5 |
| | | | | | | | | | | | | correctly. | ||||
* | | | Created a UI for editting a media's metadata. Had to add a new macro to | tilly-Q | 2014-05-06 | 3 | -1/+131 |
| | | | | | | | | | | | | wtforms.html in the process. | ||||
* | | | Created the media metadata editor page | tilly-Q | 2014-05-06 | 1 | -0/+23 |
|/ / | |||||
* | | In the middle of some major changes | tilly-Q | 2014-04-21 | 1 | -6/+6 |
| | | |||||
* | | Made it so that the metadata table only shows terms with filled values | tilly-Q | 2014-04-21 | 1 | -7/+6 |
| | | |||||
* | | Created the basic structure of the metadata display table in rdfa lite | tilly-Q | 2014-04-21 | 2 | -0/+39 |
| | | |||||
* | | Took out all of the references to the temporary url I was using | tilly-Q | 2014-04-21 | 1 | -70/+0 |
| | | | | | | | | /metadata_context/v1 | ||||
* | | Fixed a minor error in the batch upload script and modified the json-ld context. | tilly-Q | 2014-04-21 | 1 | -17/+17 |
| | | |||||
* | | Big update. I added in a json-ld context file which will be used in all our | tilly-Q | 2014-04-21 | 1 | -0/+70 |
|/ | | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however. | ||||
* | Fixing the STL media page for post-skeleton merge | Christopher Allan Webber | 2014-01-26 | 1 | -0/+5 |
| | |||||
* | fixes #829 plus a little more that was somewhat related | jpope | 2014-01-13 | 2 | -1/+17 |
| | |||||
* | move "wide" view to seperate branch | jpope | 2014-01-08 | 1 | -6/+5 |
| | |||||
* | rename couple of css classes | jpope | 2014-01-07 | 4 | -5/+5 |
| |