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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "clipboard/dist/clipboard.js",
  15. "autosize/dist/autosize.js"
  16. ],
  17. "libraries": [
  18. "jquery-showpassword.js",
  19. "jquery.avatar.js",
  20. "placeholder.js"
  21. ],
  22. "modules": [
  23. "jquery.ocdialog.js",
  24. "oc-dialogs.js",
  25. "js.js",
  26. "oc-backbone.js",
  27. "oc-backbone-webdav.js",
  28. "l10n.js",
  29. "apps.js",
  30. "share.js",
  31. "shareconfigmodel.js",
  32. "shareitemmodel.js",
  33. "sharedialogview.js",
  34. "sharedialogexpirationview.js",
  35. "sharedialoglinkshareview.js",
  36. "sharedialogmailview.js",
  37. "sharedialogresharerinfoview.js",
  38. "sharedialogshareelistview.js",
  39. "octemplate.js",
  40. "eventsource.js",
  41. "config.js",
  42. "public/appconfig.js",
  43. "multiselect.js",
  44. "oc-requesttoken.js",
  45. "setupchecks.js",
  46. "../search/js/search.js",
  47. "mimetype.js",
  48. "mimetypelist.js",
  49. "files/fileinfo.js",
  50. "files/client.js",
  51. "systemtags/systemtags.js",
  52. "systemtags/systemtagmodel.js",
  53. "systemtags/systemtagscollection.js",
  54. "systemtags/systemtagsmappingcollection.js",
  55. "systemtags/systemtagsinputfield.js"
  56. ]
  57. }