Skip to content
Snippets Groups Projects
  1. Jun 18, 2024
  2. Feb 21, 2024
  3. Dec 05, 2021
    • Ben Adida's avatar
      improved vote casting confirmation email · 19555c3e
      Ben Adida authored
      19555c3e
    • Ben Adida's avatar
      add per question random order · 02b1959f
      Ben Adida authored
      02b1959f
    • Christian Boltz's avatar
      Drop superfluous x bits on pyton module and changelog · f5b021e3
      Christian Boltz authored
      helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt and
      helios_auth/auth_systems/oauthclient/oauth/__init__.py
      should/will never be executed, therefore `chmod -x` them.
      f5b021e3
    • Ben Adida's avatar
    • Christian Boltz's avatar
      Use substr() instead of substring() in SQL query · d62ef202
      Christian Boltz authored
      SQLite doesn't know substring() - only substr() works.
      
      In MySQL, MariaDB and PostgreSQL), substring() and substr() do the same.
      d62ef202
    • Christian Boltz's avatar
      Open voter_stream in rb (binary) mode · d37ee8c2
      Christian Boltz authored
      ... which is what unicodecsv.reader expects.
      
      This reverts 35b5cdab which causes the
      tests to error out with
      
      ```
      ======================================================================
      ERROR: test_add_voters_file (helios.tests.ElectionModelTests)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "/tmp/helios-server/helios/tests.py", line 80, in test_add_voters_file
          vf.process()
        File "/tmp/helios-server/helios/models.py", line 806, in process
          voters = list(self.itervoters())
        File "/tmp/helios-server/helios/models.py", line 767, in itervoters
          for voter_fields in reader:
        File "/usr/lib/python3.6/site-packages/unicodecsv/py3.py", line 55, in __next__
          return self.reader.__next__()
        File "/usr/lib/python3.6/site-packages/unicodecsv/py3.py", line 51, in <genexpr>
          f = (bs.decode(encoding, errors=errors) for bs in f)
      AttributeError: 'str' object has no attribute 'decode'
      ```
      d37ee8c2
    • Ben Adida's avatar
      format for ADMINS was wrong, fixing. · 9a4b2951
      Ben Adida authored
      9a4b2951
    • Pau Argelaguet's avatar
      Making Helios Booth responsive · 3d1e8394
      Pau Argelaguet authored
      Adding redis
      
      Working on responsive booth
      
      Using compatible font
      
      Cleaning up CSS
      
      Adding redis
      
      Revert adding redis
      
      Adding redis
      
      Adding AWS region name
      
      Revert email change
      
      Adding space on question numbers
      
      Adding space on question numbers
      
      Update runtime.txt
      
      Update requirements.txt
      3d1e8394
  4. Oct 18, 2021
  5. Oct 07, 2021
  6. Oct 05, 2021
  7. Sep 27, 2021
  8. Sep 17, 2021
  9. Sep 12, 2021
  10. Aug 15, 2021
  11. Mar 01, 2021
  12. Feb 22, 2021
Loading