Skip to content
Snippets Groups Projects
  1. Jul 08, 2016
  2. Jun 08, 2016
  3. May 26, 2016
  4. May 03, 2016
  5. May 02, 2016
  6. Apr 29, 2016
    • Roeland Jago Douma's avatar
      Move more of \OC to PSR-4 · f5e0d6ae
      Roeland Jago Douma authored
      * \OC\DateTimeFormatter
      * \OC\DateTimeZone
      * \OC\ForbiddenException
      * \OC\HTTPHelper
      * \OC\HintException
      * \OC\LargeFileHelper
      * \OC\Log
      * \OC\NaturalSort
      * \OC\NavigationManager
      * \OC\NeedsUpdateException
      * \OC\NotSquareException
      Unverified
      f5e0d6ae
  7. Apr 20, 2016
  8. Apr 01, 2016
  9. Jan 15, 2016
  10. Jan 13, 2016
  11. Jan 12, 2016
  12. Dec 11, 2015
  13. Oct 05, 2015
  14. Sep 24, 2015
  15. Jul 03, 2015
  16. Jun 25, 2015
  17. May 08, 2015
    • Morris Jobke's avatar
      Conditional logging · e79c255c
      Morris Jobke authored
       * Log condition for log level increase based on conditions. Once one of these
         conditions is met, the required log level is set to debug. This allows to
         debug specific requests, users or apps
      
       * Supported conditions (setting `log_condition` in `config.php`):
          - `shared_secret`: if a request parameter with the name `log_secret` is set to
                      this value the condition is met
          - `users`:  if the current request is done by one of the specified users,
                      this condition is met
          - `apps`:   if the log message is invoked by one of the specified apps,
                      this condition is met
       * fix unit test and add app log condition test
      e79c255c
    • Morris Jobke's avatar
      Move log level check to logger parent class · 892b5cee
      Morris Jobke authored
      * remove duplicate code from child classes
      892b5cee
  18. Mar 26, 2015
  19. Feb 26, 2015
  20. Feb 23, 2015
  21. Dec 08, 2014
  22. Jul 15, 2014
  23. May 12, 2014
  24. May 09, 2014
  25. Sep 30, 2013
  26. Jun 28, 2013
  27. Jun 27, 2013
  28. May 13, 2013
  29. Feb 14, 2013
  30. Jan 16, 2013
Loading