aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'hotfix/authenticate-and-expire-download-zips' into wdtkLouise Crow2012-12-13-13/+67
|\
| * Remove any download zip files when a request's cached files are expired.Louise Crow2012-12-13-0/+8
| |
| * Put download zips in a predictable location - sharded folders based on ↵Louise Crow2012-12-13-1/+9
| | | | | | | | request ID, rather than distributing them across the download directories by the generated SHA. Preserve the uniqueness of the subdirectory.
| * Use helper method for download path, and use Rails.root instead of file ↵Louise Crow2012-12-13-1/+5
| | | | | | | | location.
| * Check that a request is publicly visible before generating a download link.Louise Crow2012-12-13-10/+26
| |
| * Only offer download links on publicly visible requestsLouise Crow2012-12-13-1/+19
| |
* | Merge branch 'master' into wdtkLouise Crow2012-12-13-3/+3
|\|
| * Merge branch 'hotfix/no-html-conversion-for-hidden'0.6.8.1Louise Crow2012-12-13-8/+29
| |\
| | * Don't offer or allow viewing of an HTML version of a response attachment if ↵Louise Crow2012-12-13-8/+29
| |/ | | | | | | the request is hidden, or requester_only. Google docs viewer won't be able to access it, and our own conversion process currently can produce image files that will then be publicly viewable directly from the webserver (see config/httpd.conf). If necessary we can revisit this code to enable admins and requesters to view the HTML version created by our own conversion without adding these files to a path that is served directly by the web server.
| * Emphasise the importance of adding a newrelic.yml file, fix formatting.Louise Crow2012-11-12-1/+2
| |
| * Merge remote-tracking branch 'origin/release/0.6.8'0.6.8Louise Crow2012-11-12-8979/+9638
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/cs/app.po locale/sl/app.po locale/sq/app.po locale/tr/app.po locale/uk/app.po
| * \ Merge branch 'hotfixes/translations0.6.7'Louise Crow2012-11-06-316/+8006
| |\ \
| | * | Latest translations from Transifex.Louise Crow2012-11-06-316/+8006
| |/ /
| * | Require rather than load to avoid already defined constant error when ↵0.6.7Louise Crow2012-10-17-1/+1
| | | | | | | | | | | | loading rails environment.
| * | Merge branch 'release/0.6.7'Louise Crow2012-10-17-809/+2629
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: locale/cs/app.po locale/ro_RO/app.po
| * | | Revert "Revert "Merge remote-tracking branch 'henare_github/patch-1'""Louise Crow2012-10-17-86/+156
| | | | | | | | | | | | | | | | This reverts commit 211fe84dc40d97df8aa8724906d9170ed4f78477.
| * | | Latest translations from Transifex.Louise Crow2012-10-11-129/+3931
| | | |
| * | | Revert "Merge remote-tracking branch 'henare_github/patch-1'"Louise Crow2012-10-09-156/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mistakenly merged into master. Please note that we'll want to merge this work into master on the next release, at which point we'll want to revert this reversion in order that the changes are properly re-applied. This reverts commit 54281fd50c3271835a54ab4bc08d40da09d643ee, reversing changes made to 793ca358c37458e6cc4385d2366621aaee93a25e.
| * | | Merge remote-tracking branch 'henare_github/patch-1'Louise Crow2012-09-24-86/+156
| |\ \ \
* | | | | Don't offer or allow viewing of an HTML version of a response attachment if ↵Louise Crow2012-12-13-8/+29
| | | | | | | | | | | | | | | | | | | | the request is hidden, or requester_only. Google docs viewer won't be able to access it, and our own conversion process currently can produce image files that will then be publicly viewable directly from the webserver (see config/httpd.conf). If necessary we can revisit this code to enable admins and requesters to view the HTML version created by our own conversion without adding these files to a path that is served directly by the web server.
* | | | | Merge branch 'develop' into wdtkLouise Crow2012-11-22-325/+482
|\ \ \ \ \
| * | | | | Use new function that copies existing xapian index in spec setup where a ↵Louise Crow2012-11-21-67/+67
| | | | | | | | | | | | | | | | | | | | | | | | clean copy of the xapian index with fixtures loaded is required.
| * | | | | Add function to clone a clean copy of the xapian index with fixtures loaded ↵Louise Crow2012-11-21-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | into it.
| * | | | | Allow Xapian db_path to be set directly.Louise Crow2012-11-21-44/+47
| | | | | |
| * | | | | Restore explanatory messages when asked to sign in for actions that don't ↵Louise Crow2012-11-20-18/+34
| | | | | | | | | | | | | | | | | | | | | | | | require an existing user. Fixes #719.
| * | | | | 3093f5d97d89dfa3518babe00d3aefea9cde15ad contained a reversion for WDTK - ↵Louise Crow2012-11-20-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | where due to the proxied admin interface, we can't rely on a shared session between front end and admin interface requests. So show the admin bar for all superusers.
| * | | | | Merge remote-tracking branch 'origin/feature/isolate-mail-handling' into developLouise Crow2012-11-20-171/+284
| |\ \ \ \ \
| | * | | | | Bugfix - need to convert to string in the just email address case.Louise Crow2012-11-15-1/+1
| | | | | | |
| | * | | | | Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-7/+51
| | | | | | |
| | * | | | | Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-24/+33
| | | | | | |
| | * | | | | Update comment to refer to mail_handler/[t]mail_extensions.rbLouise Crow2012-11-15-3/+3
| | | | | | |
| | * | | | | Move _get_file_part_name to mail handler.Louise Crow2012-11-15-13/+20
| | | | | | |
| | * | | | | Add some extra accessors to Mail::Message for nowLouise Crow2012-11-15-0/+8
| | | | | | |
| | * | | | | Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-42/+57
| | | | | | |
| | * | | | | Use mail handler in request mailer spec.Louise Crow2012-11-15-1/+1
| | | | | | |
| | * | | | | Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-6/+8
| | | | | | |
| | * | | | | Use mail handler in translation task.Louise Crow2012-11-15-2/+2
| | | | | | |
| | * | | | | Move TMail extensions to mail handler.Louise Crow2012-11-15-55/+38
| | | | | | |
| | * | | | | Use mail handler for making mail objects of attached emails. Add a flag to ↵Louise Crow2012-11-15-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | use base64 decoding or not. Note that currently the Mail-based backend doesn't use it - I think that eventually we'll want to have the mail handler wrap the mail object with it's own interface.
| | * | | | | Use the mail handler to get a mail object.Louise Crow2012-11-15-4/+3
| | | | | | |
| | * | | | | Use mail handler method to get mail object from raw data when redelivering a ↵Louise Crow2012-11-15-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mail from the admin interface.
| | * | | | | Don't load raw emails data in specs that don't use it.Louise Crow2012-11-15-18/+0
| | | | | | |
| | * | | | | Factor out method for getting a mail object from a fixture file.Louise Crow2012-11-15-14/+11
| | | | | | |
| | * | | | | Use mailhandler method in incoming message specs.Louise Crow2012-11-15-10/+5
| | | | | | |
| | * | | | | Move generation of mail object from incoming message to mail handler.Louise Crow2012-11-15-9/+2
| | | | | | |
| | * | | | | Make mail a required gem under Ruby 1.9Louise Crow2012-11-15-0/+3
| | | | | | |
| | * | | | | Add methods for both backends to generate a mail object from raw data.Louise Crow2012-11-15-0/+17
| | | | | | |
| | * | | | | Move TMail monkey patch to MailHandler Tmail backend.Louise Crow2012-11-15-8/+25
| | | | | | |
| | * | | | | First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+42
| | | | | | |
| * | | | | | Remove old code.Louise Crow2012-11-20-10/+2
| | | | | | |