Skip to content
Snippets Groups Projects
  1. Jun 22, 2008
  2. May 18, 2008
  3. Apr 12, 2008
    • ilya's avatar
      fix for UNC paths · b934b851
      ilya authored
      This patch fixes use of UNC path in $conf['savedir'] and calling of /bin/ scripts.
      
      darcs-hash:20080412124628-51399-9f85214fa4d787d5ad3a3b3c1ca655a29efc07e4.gz
      b934b851
  4. Jun 22, 2008
  5. Jun 20, 2008
  6. Jun 19, 2008
  7. Jun 13, 2008
  8. Jun 11, 2008
  9. Jun 08, 2008
  10. Jun 06, 2008
    • Andreas Gohr's avatar
      experimental Flash based multi upload · d00ec455
      Andreas Gohr authored
      This patch adds experimental support for uploading multiple files in one go.
      This is achieved by using Flash for selecting multiple images and intitiating
      the HTTP upload.
      
      When Flash 8 or higher is detected, an additional icon is added to the usual
      upload form. Clicking it will swith the form to the Flash based upload queue.
      
      Things that need work:
      
        * Better Icon
        * Feedback if Flash detection works on all Flash 8 supported platforms
        * Progress feedback seems not to work on Linux (might be Adobe bug)
        * No final feedback how many images were uploaded correctly
      
      The flash sources are located in lib/_fla/
      
      Any feedback and help would be appreciated.
      
      darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz
      d00ec455
  11. Jun 03, 2008
    • Andreas Gohr's avatar
      reopen the session for storing the auth token · 09c2d803
      Andreas Gohr authored
      darcs-hash:20080603203138-7ad00-cce00e99b64c53b6ffa11748262a3a8c2cd1e37e.gz
      09c2d803
    • Andreas Gohr's avatar
      authentication via session tokens · f13fa892
      Andreas Gohr authored
      This patch adds a way to create a token for an authenticated user which is stored
      in the session. When a subsequent request resends this token, the request will be
      authenticated automatically without the need for any cookies or credential
      rechecking.
      
      The auth token expires with the session. Requesting a new token will invalidate
      the old one. Sending a wrong token will result in a 401 and any existing token
      will be revoked.
      
      This is currently not used anywhere in the code but can be used for browser
      intitiated client software (flash, applets, ...).
      
      Note this is unreleated to the anti CSRF sectoken implementation.
      
      Users who want to make use of this mechanism will probably need to pass the
      session id and a valid sectoken in addtion to the authtoken
      
      darcs-hash:20080603193450-7ad00-2f35ddde16a31c4f2699e0e6050b3c4277b2bc64.gz
      f13fa892
  12. Jun 08, 2008
    • Andreas Gohr's avatar
      typo fix FS#1416 · 4e1578a0
      Andreas Gohr authored
      darcs-hash:20080608094859-7ad00-bf9981681e210f9fff2a024fc9a6a180a4488942.gz
      4e1578a0
  13. Jun 05, 2008
  14. Jun 03, 2008
  15. May 06, 2008
  16. Jun 02, 2008
  17. May 16, 2008
  18. May 15, 2008
  19. May 13, 2008
Loading