Skip to content
Snippets Groups Projects
  1. Jan 07, 2014
  2. Dec 06, 2013
  3. Dec 05, 2013
  4. Nov 28, 2013
  5. Nov 27, 2013
  6. Nov 18, 2013
  7. Nov 14, 2013
  8. Nov 12, 2013
  9. Nov 07, 2013
  10. Nov 05, 2013
  11. Nov 04, 2013
  12. Oct 29, 2013
  13. Oct 28, 2013
  14. Oct 25, 2013
  15. Oct 24, 2013
  16. Oct 23, 2013
    • Vincent Petry's avatar
      Catch duplicate insertion errors while scanning files · a542c57a
      Vincent Petry authored
      When two scanning processed run at the same time, for example when
      scan.php and list.php were called at the same time on an external
      storage mountpoint, duplicate insertion errors can occurs.
      
      These errors are now logged and ignored.
      
      Since both scans are running in parallel transactions, they don't see
      each other's changes directly in the DB which can cause duplicate
      insertion errors for mime types as well, but those mime types can't be
      selected yet. The solution to this is to force-reload the mimetypes list
      after the transaction is finished.
      
      Fixes #5199
      a542c57a
  17. Oct 04, 2013
  18. Oct 02, 2013
  19. Sep 30, 2013
Loading