Skip to content
Snippets Groups Projects
  1. Jul 09, 2015
  2. Jul 03, 2015
  3. Jun 27, 2015
  4. Jun 25, 2015
  5. Jun 02, 2015
  6. May 18, 2015
  7. Apr 18, 2015
  8. Apr 10, 2015
  9. Mar 26, 2015
  10. Mar 13, 2015
  11. Mar 02, 2015
    • Lukas Reschke's avatar
      Let users configure security headers in their Webserver · bbd5f284
      Lukas Reschke authored
      Doing this in the PHP code is not the right approach for multiple reasons:
      
      1. A bug in the PHP code prevents them from being added to the response.
      2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud)
      3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations.
      
      This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
      bbd5f284
  12. Feb 26, 2015
  13. Feb 24, 2015
    • Lukas Reschke's avatar
      Use getRemoteAddress which supports reverse proxies · 165afb00
      Lukas Reschke authored
      Breaking change for 8.1 wiki (Security > Administrators):
      
      The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
      165afb00
  14. Feb 23, 2015
  15. Jan 22, 2015
  16. Jan 14, 2015
    • Lukas Reschke's avatar
      Use "HTTPOnly" for cookies when logging out · a2e355a7
      Lukas Reschke authored
      This has no other reason than preventing some insane automated scanners from reporting this as security bug (which it obviously isn't as the cookie contains nothing of value)
      
      Thus it generally results in an happier Lukas and hopefully less reports to our support and security mail addresses...
      a2e355a7
  17. Jan 13, 2015
  18. Dec 19, 2014
  19. Dec 17, 2014
  20. Dec 16, 2014
  21. Dec 11, 2014
  22. Dec 10, 2014
  23. Dec 09, 2014
    • Lukas Reschke's avatar
      Expose backend type via REST API · 4c13918b
      Lukas Reschke authored
      This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620.
      
      For example:
      ````json
      [{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}]
      ```
      4c13918b
  24. Dec 08, 2014
  25. Nov 27, 2014
  26. Nov 26, 2014
  27. Nov 13, 2014
  28. Nov 06, 2014
  29. Nov 05, 2014
Loading