Skip to content
Snippets Groups Projects
  1. Apr 10, 2020
    • Christoph Wurst's avatar
      Format control structures, classes, methods and function · caff1023
      Christoph Wurst authored
      
      To continue this formatting madness, here's a tiny patch that adds
      unified formatting for control structures like if and loops as well as
      classes, their methods and anonymous functions. This basically forces
      the constructs to start on the same line. This is not exactly what PSR2
      wants, but I think we can have a few exceptions with "our" style. The
      starting of braces on the same line is pracrically standard for our
      code.
      
      This also removes and empty lines from method/function bodies at the
      beginning and end.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      caff1023
  2. Mar 31, 2020
  3. Mar 26, 2020
  4. Dec 05, 2019
  5. Jan 25, 2018
  6. Nov 06, 2017
  7. Aug 01, 2017
  8. Jul 12, 2017
  9. May 09, 2017
    • Roeland Jago Douma's avatar
      Do not write and read rootcerts.crt at the same time · 5a61a794
      Roeland Jago Douma authored
      
      (Possibly) fixes #3470
      
      When updating the main file /files_external/rootcerts.crt we should not
      read from /files_external/rootcerts.crt at the same time.
      
      For 2 reasons: writing to a file and reading from it at the same time
      can have non deterministic results
      
      And we don't want all the certificates to appear 2 times in there.
      
      This isn't caught by our standard file locking (that does not allow this
      actually) because it is in a non locked path....
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      5a61a794
  10. Jan 09, 2017
  11. Jul 21, 2016
  12. Jul 11, 2016
  13. Jul 08, 2016
  14. May 26, 2016
  15. Apr 14, 2016
  16. Jan 12, 2016
  17. Sep 22, 2015
  18. Aug 30, 2015
  19. Apr 20, 2015
  20. Mar 26, 2015
  21. Mar 25, 2015
  22. Feb 26, 2015
  23. Feb 23, 2015
  24. Jan 26, 2015
  25. Dec 19, 2014
    • Björn Schießle's avatar
      Next step in server-to-server sharing next generation, see #12285 · 24993280
      Björn Schießle authored
      Beside some small improvements and bug fixes this will probably the final state for OC8.
      
      To test this you need to set up two ownCloud instances. Let's say:
      
      URL: myPC/firstOwnCloud user: user1
      URL: myPC/secondOwnCloud user: user2
      Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud".
      
      The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined.
      
      If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
      24993280
  26. Nov 17, 2014
  27. Aug 31, 2014
Loading