Skip to content
Snippets Groups Projects
  1. Oct 22, 2014
  2. Oct 20, 2014
  3. Sep 18, 2014
  4. Sep 16, 2014
  5. Aug 18, 2014
  6. Aug 04, 2014
  7. Jul 23, 2014
    • Vincent Petry's avatar
      Set version AFTER a successful update · 6f329dcb
      Vincent Petry authored
      If an app upgrade failed, the core version will not be increased either
      in the database. This will re-display the update page and make it
      possible to redo the apps upgrade.
      
      Note that any core repair routine must take into account that an update
      might need to be redone again even though the core's DB state is already
      the one of the new version.
      6f329dcb
  8. Jun 12, 2014
    • Vincent Petry's avatar
      Added RepairStep interface and default repair step lists · ca690c4d
      Vincent Petry authored
      The updater is using "before update" repair steps and "regular" repair
      steps.
      The "regular" repair steps are also used by the CLI tool.
      
      Currently no steps exist but can be added later in the static methods in
      the \OC\Repair class.
      
      Added unit test to test messaging, error and exception cases.
      ca690c4d
  9. Jun 06, 2014
    • Thomas Müller's avatar
      adding PK to table encryption · fe8bae31
      Thomas Müller authored
      adding auto increment/PK to table files_trash
      
      adding PK to table ldap_user_mapping and ldap_group_members
      
      adding PK to table ldap_group_mapping
      
      truncate permissions table to allow smooth creation of primary key
      
      adding unit test for creating an auto increment column on a table which already contains data
      
      remove unneeded table files_trashsizes
      
      fix unit test
      
      no need to truncate *PREFIX*permissions
      
      On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
      fe8bae31
    • Vincent Petry's avatar
      Added CLI arguments for upgrade simulation steps · 5e27ac3e
      Vincent Petry authored
      Added "dry run" argument to only run the update simulation.
      Added argument to disable migration (useful for bigger setups where
      table duplication would take too much space)
      5e27ac3e
  10. Jun 05, 2014
  11. Jun 04, 2014
  12. May 27, 2014
  13. May 13, 2014
  14. Apr 28, 2014
  15. Mar 18, 2014
  16. Mar 17, 2014
  17. Mar 14, 2014
  18. Mar 10, 2014
  19. Mar 06, 2014
  20. Feb 28, 2014
    • Lukas Reschke's avatar
      Remove .htaccess creation code · 357fdb1a
      Lukas Reschke authored
      1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document.
      2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
      357fdb1a
  21. Feb 21, 2014
  22. Nov 26, 2013
  23. Nov 24, 2013
  24. Sep 30, 2013
  25. Aug 27, 2013
  26. Aug 26, 2013
  27. Jul 08, 2013
  28. Jul 06, 2013
  29. Apr 30, 2013
  30. Apr 24, 2013
  31. Feb 14, 2013
  32. Dec 14, 2012
  33. Nov 04, 2012
  34. Nov 02, 2012
Loading