You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "vendor": [
  3. "jquery/dist/jquery.min.js",
  4. "jquery-migrate/jquery-migrate.min.js",
  5. "jquery-ui/ui/jquery-ui.custom.js",
  6. "underscore/underscore.js",
  7. "moment/min/moment-with-locales.js",
  8. "handlebars/handlebars.js",
  9. "blueimp-md5/js/md5.js",
  10. "bootstrap/js/tooltip.js",
  11. "backbone/backbone.js",
  12. "es6-promise/dist/es6-promise.js",
  13. "davclient.js/lib/client.js"
  14. ],
  15. "libraries": [
  16. "jquery-showpassword.js",
  17. "jquery.avatar.js",
  18. "placeholder.js"
  19. ],
  20. "modules": [
  21. "compatibility.js",
  22. "jquery.ocdialog.js",
  23. "oc-dialogs.js",
  24. "js.js",
  25. "oc-backbone.js",
  26. "oc-backbone-webdav.js",
  27. "l10n.js",
  28. "apps.js",
  29. "share.js",
  30. "shareconfigmodel.js",
  31. "shareitemmodel.js",
  32. "sharedialogview.js",
  33. "sharedialogexpirationview.js",
  34. "sharedialoglinkshareview.js",
  35. "sharedialogmailview.js",
  36. "sharedialogresharerinfoview.js",
  37. "sharedialogshareelistview.js",
  38. "octemplate.js",
  39. "eventsource.js",
  40. "config.js",
  41. "multiselect.js",
  42. "oc-requesttoken.js",
  43. "setupchecks.js",
  44. "../search/js/search.js",
  45. "mimetype.js",
  46. "mimetypelist.js",
  47. "files/fileinfo.js",
  48. "files/client.js",
  49. "systemtags/systemtags.js",
  50. "systemtags/systemtagmodel.js",
  51. "systemtags/systemtagscollection.js",
  52. "systemtags/systemtagsmappingcollection.js",
  53. "systemtags/systemtagsinputfield.js"
  54. ]
  55. }