[odrs-web] (68 commits) Non-fast-forward update to branch production



The branch 'production' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  8c80f07... Add an wsgi file for mod_wsgi
  bbf3671... Add path to wsgi file
  382224e... trivial: Fix up the DOAP file
  ce5d376... trivial: Add MAINTAINERS file
  23dae20... Switch to a GNOME website theme
  ca7de4f... trivial: Show links to the app reviews in the stats page
  74d5d32... Use non-backwards compat table names for the migration
  ea52a95... Move the schema to a different file
  6e6e2f6... Fix up the base ref
  f59e44b... trivial: Remove unused directory
  1cd59ef... trivial: Remove unused file
  e33e403... trivial: Remove OpenShift specific file
  e13a1c7... trivial: Remove OpenShift specifics
  0e1d90f... Do not use the config file for the openshift overrides
  0c4d729... Remove another unused file
  d447911... Use the new database env vars
  86ab3e9... Hardcode less in the wsgi file
  e12af16... Set the environ keys from SetEnv
  290146c... trivial: Use the ODRS hash as the session secret
  8a633c2... Make compatible with python2 again
  684fefb... Show the correct page on database failure
  eb5d6a9... Set the secret key earlier
  a8b9888... Try harder to set the secret key
  5cd58e7... trivial: Fix the distros graph on python2
  420e037... trivial: Set the environ before importing
  ce12ba4... trivial: Fix the usage graphs
  2d76858... trivial: Fix the distro graphs
  26be9ba... Fix traceback when printing a OdrsUser
  fcf3040... trivial: Allow reloading SQL schema
  e187c42... trivial: Make the OARS site work in Firefox
  8ce7113... trivial: Use flask_login as the new import name
  462c9ce... Use limit=0 for unlimited
  fe17a79... Show the review number in the title
  0888424... Add several more ignored user names
  44694ad... Do some more content filtering serverside
  4e828a7... Fix ordering of reviews - return the highest scores first
  412c7eb... Allow banning users from the admin panel
  92e0c2f... trivial: Fix up some trivial pylint warnings
  b5facfe... trivial: Limit the number of unmoderated reviews
  7459e05... Add support for compat_ids when getting reviews
  b5a5372... Move to a more flask-like project layout
  bfd99a3... Revert "Move to a more flask-like project layout"
  bbc9870... Do not use flask.ext.login
  e93cd4d... Convert to a more flask-like structure
  15a9d61... trivial: Try to make static images work
  b3cec42... trivial: Fix static images harder
  a958332... trivial: Fix redirecting admin actions
  e322592... trivial: Make longer varchars for app-ids
  17ec2f4... Add a moderator class that can take over from me
  9593f5a... Allow specifying all locales
  56e2154... trivial: Add guidelines for moderators
  c1ca38c... Make moderation easier
  26fcdbb... trivial: Relax password requirements
  82d717f... trivial: Fix the moderator queue
  d52f799... trivial: Don't try getting the value of something unset
  854a110... trivial: Fix deleting reviews
  b77d87a... trivial: Fix a typo to allow us to ban users
  3cca340... trivial: Fix typo
  07138c9... trivial: Redirect to the new OARS site
  ec651e9... Use an index for the user_hash
  7fb708f... Don't accept fetch requests with an empty app_id
  161146b... trivial: Clean up more event log actions
  5cd6865... Add a robots.txt
  f84bc4b... Properly return a sorted lit upon /fetch
  200b15c... trivial: Remove app-id whitelisting on .desktop
  4649012... Add a utility to generate the semi-static data in a cron jo
  489009f... trivial: Add a new .gitignore file
  76841ae... trivial: Make pylint happy with cron.py
  77ff251... Add a privacy policy

Commits added to the branch:

  ddfe330... trivial: Fix up the DOAP file (*)
  51cdb34... trivial: Add MAINTAINERS file (*)
  0e30c27... Switch to a GNOME website theme (*)
  87b274d... trivial: Show links to the app reviews in the stats page (*)
  ed685fe... Add an wsgi file for mod_wsgi (*)
  0b6046d... Add path to wsgi file (*)
  cda5822... Use non-backwards compat table names for the migration (*)
  870912c... Move the schema to a different file (*)
  838c25a... Fix up the base ref (*)
  06c2c9a... trivial: Remove unused directory (*)
  5a693da... trivial: Remove unused file (*)
  1c981d6... trivial: Remove OpenShift specific file (*)
  8442acc... trivial: Remove OpenShift specifics (*)
  2084f0b... Do not use the config file for the openshift overrides (*)
  7acbe42... Remove another unused file (*)
  b642718... Use the new database env vars (*)
  e17082b... Hardcode less in the wsgi file (*)
  a4f946d... Set the environ keys from SetEnv (*)
  28b30f3... trivial: Use the ODRS hash as the session secret (*)
  e5013e1... Make compatible with python2 again (*)
  57e107c... Show the correct page on database failure (*)
  c296a66... Set the secret key earlier (*)
  5802d4b... Try harder to set the secret key (*)
  c9b1ace... trivial: Fix the distros graph on python2 (*)
  69b6850... trivial: Set the environ before importing (*)
  a332885... trivial: Fix the usage graphs (*)
  b390d91... trivial: Fix the distro graphs (*)
  ac94502... Fix traceback when printing a OdrsUser (*)
  27fb442... trivial: Allow reloading SQL schema (*)
  1634e5f... trivial: Make the OARS site work in Firefox (*)
  4be689c... trivial: Use flask_login as the new import name (*)
  03ae9d7... Use limit=0 for unlimited (*)
  d2372f5... Show the review number in the title (*)
  947020c... Add several more ignored user names (*)
  d2d4cbe... Do some more content filtering serverside (*)
  d9fbcda... Fix ordering of reviews - return the highest scores first (*)
  79ebdf0... Allow banning users from the admin panel (*)
  ca9ed72... trivial: Fix up some trivial pylint warnings (*)
  f1269b3... trivial: Limit the number of unmoderated reviews (*)
  f56c981... Add support for compat_ids when getting reviews (*)
  aaa772d... Move to a more flask-like project layout (*)
  9e6b60f... Revert "Move to a more flask-like project layout" (*)
  5cc6492... Do not use flask.ext.login (*)
  11665e3... Convert to a more flask-like structure (*)
  af3cda2... trivial: Try to make static images work (*)
  605b762... trivial: Fix static images harder (*)
  0a94b5f... trivial: Fix redirecting admin actions (*)
  3311ab9... trivial: Make longer varchars for app-ids (*)
  7e7ca6f... Add a moderator class that can take over from me (*)
  6107573... Allow specifying all locales (*)
  62490ca... trivial: Add guidelines for moderators (*)
  cba58cf... Make moderation easier (*)
  99d0ddb... trivial: Relax password requirements (*)
  a426932... trivial: Fix the moderator queue (*)
  83414c6... trivial: Don't try getting the value of something unset (*)
  662a7b3... trivial: Fix deleting reviews (*)
  e685a7e... trivial: Fix a typo to allow us to ban users (*)
  f7c1aaf... trivial: Fix typo (*)
  b6d666a... trivial: Redirect to the new OARS site (*)
  63f05a9... Use an index for the user_hash (*)
  13a88b1... Don't accept fetch requests with an empty app_id (*)
  93afa20... trivial: Clean up more event log actions (*)
  e874ac6... Add a robots.txt (*)
  2153943... Fix typo (*)
  0e68b6e... Properly return a sorted list upon /fetch (*)
  8615740... trivial: Remove app-id whitelisting on .desktop (*)
  d7677b3... Add a utility to generate the semi-static data in a cron jo (*)
  9b8a941... Add a privacy policy (*)

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]