Skip to content
Snippets Groups Projects
  1. Sep 05, 2016
  2. Aug 10, 2016
    • Arthur Schiwon's avatar
      more admin page splitup improvements · 1eb8b951
      Arthur Schiwon authored
      * bump version to ensure tables are created
      * make updatenotification app use settings api
      * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse
      * adjust User_LDAP accordingly, as well as built-in forms
      * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the
      constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke
      * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
      Unverified
      1eb8b951
  3. Aug 03, 2016
  4. Jul 22, 2016
  5. Jul 21, 2016
  6. Jul 20, 2016
    • Lukas Reschke's avatar
      10.0 beta it is · 2d52cc9f
      Lukas Reschke authored
      Unverified
      2d52cc9f
    • Lukas Reschke's avatar
      Implement brute force protection · ba4f12ba
      Lukas Reschke authored
      Class Throttler implements the bruteforce protection for security actions in
      Nextcloud.
      
      It is working by logging invalid login attempts to the database and slowing
      down all login attempts from the same subnet. The max delay is 30 seconds and
      the starting delay are 200 milliseconds. (after the first failed login)
      Unverified
      ba4f12ba
  7. Jul 13, 2016
  8. Jun 29, 2016
  9. Jun 24, 2016
  10. Jun 17, 2016
  11. Jun 09, 2016
  12. Jun 08, 2016
  13. May 31, 2016
  14. May 30, 2016
  15. May 26, 2016
  16. May 25, 2016
  17. May 24, 2016
  18. May 20, 2016
  19. May 12, 2016
  20. May 11, 2016
  21. Mar 02, 2016
  22. Mar 01, 2016
  23. Feb 26, 2016
  24. Feb 24, 2016
  25. Feb 22, 2016
  26. Feb 18, 2016
  27. Feb 10, 2016
  28. Feb 04, 2016
  29. Feb 03, 2016
    • Roeland Jago Douma's avatar
      Add store/retrieve checksums · 2035a179
      Roeland Jago Douma authored
      * Add extra db column to filecache
      * Bump version
      * Update filecache code to actually handle checksum
      * Webdav code to store/retrieve checksums
      2035a179
  30. Jan 29, 2016
  31. Jan 22, 2016
  32. Jan 12, 2016
  33. Jan 06, 2016
  34. Dec 01, 2015
    • Lukas Reschke's avatar
      Set "SetEnv" within base `.htaccess` file · 002e7197
      Lukas Reschke authored
      mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
      002e7197
  35. Nov 30, 2015
Loading