Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
    • Jared Hancock's avatar
      Revisit migration tasks · 8de0d4e2
      Jared Hancock authored
      * Move migration scripted tasks to the stream folder naming them .task.php.
      * Add a MigrationTask abstract class to server as the base of migration
        tasks.
      * Move the migration tasks from class.upgrader to the new task files
      8de0d4e2
    • Jared Hancock's avatar
      Add a test suite for the crypto libraries · e3c1d0e3
      Jared Hancock authored
      Only use 8 bytes (64-bits) for the IV data (salt) for the encryption keys,
      except for Mcrypt, which requires you to query the specific length and use
      it specifically.
      e3c1d0e3
    • Peter Rotich's avatar
      Refactor PHPSECLIB Crypto · 69440c8b
      Peter Rotich authored
      Add test function - basic testing (will be replaced by real test suit)
      69440c8b
  2. Aug 01, 2013
  3. Jul 29, 2013
  4. Jul 28, 2013
  5. Jul 24, 2013
  6. Jul 23, 2013
    • Jared Hancock's avatar
      Fix CSS style issues · b039bb3a
      Jared Hancock authored
        - Logo selection radio buttons not vertically centered (Firefox)
        - font-size value incorrect in login.css
        - Incorrect : placement in FAQ category edit
        - Incorrect block width declaration (700 vs 700px)
        - Browsers disagree on the placement of CSS3 outline properties
        - Correctly place check boxes and radio buttons
      b039bb3a
    • Jared Hancock's avatar
      Add concept of initial data · 1c5338ac
      Jared Hancock authored
      We should move initial data out of the install SQL file, which will make way
      for a few things:
      
        * Internationalization -- which breaks the migrater model currently.
              Moving the data outside the install script makes it translatable
              without changing the SQL hash
        * Review -- Migrations which add more data don't highlight new features
              that need review to the adminsitrator
      1c5338ac
    • Jared Hancock's avatar
      Add a password reset implementation · 5cac196a
      Jared Hancock authored
      Uses a seven step procedure:
        1. (user) Fails to login twice or more
        2. Clicks the 'Forgot my password' link on the login form
        3. Submits the username or email address and triggers a password-reset
           email
        4. Clicks the link in the email and is directed back to the reset page
        5. Enters the username or email again and is logged in
        6. Password change is forced, but current password is not required
        7. Password is updated, user can continue the session without
           authenticating again
      5cac196a
    • Jared Hancock's avatar
      5cb94cfa
  7. Jul 22, 2013
  8. Jul 21, 2013
  9. Jul 19, 2013
    • Jared Hancock's avatar
      Logo is not displayed in the offline page · a9ee8d9d
      Jared Hancock authored
      After merging the custom logo patch, the logo on the offline page
      disappeared. This addresses the issue by exempting the logo.php script for
      the offline redirect in client.inc.php
      a9ee8d9d
  10. Jul 17, 2013
  11. Jul 16, 2013
  12. Jul 15, 2013
  13. Jul 12, 2013
Loading