Skip to content
Snippets Groups Projects
  1. Aug 21, 2020
  2. Jul 21, 2020
  3. May 07, 2020
    • Diego Sampaio's avatar
      Meteor update to version 1.10.2 (#17533) · 4a2bdffd
      Diego Sampaio authored
      * meteor update
      
      * Use change-case from NPM
      
      * Update @babel/runtime
      
      * Flow annotations aren't supported anymore
      
      * Remove unused packages
      
      * Update less package
      
      * Update package-lock
      4a2bdffd
  4. May 05, 2020
  5. Apr 20, 2020
  6. Apr 13, 2020
  7. Apr 09, 2020
  8. Mar 20, 2020
  9. Mar 05, 2020
  10. Feb 07, 2020
  11. Feb 05, 2020
  12. Jan 29, 2020
  13. Dec 22, 2019
  14. Dec 19, 2019
  15. Dec 18, 2019
  16. Dec 16, 2019
  17. Dec 12, 2019
    • Diego Sampaio's avatar
      Meteor update to 1.8.2 (#15873) · c6e68988
      Diego Sampaio authored
      * Meteor update
      
      * Update snap node version to 8.16.2
      
      * Update babel runtime
      
      * Update docker base image to 8.16.2
      
      * Make CircleCI a fallback only
      
      * Fix circleci config file
      
      * Deactivate Circle CI
      c6e68988
  18. Sep 13, 2019
    • Diego Sampaio's avatar
      Update Meteor to 1.8.1 (#15358) · a0d86582
      Diego Sampaio authored
      * Meteor update to 1.8.1
      
      meteor update
      meteor update --all-packages
      
      * Remove deprecated rocketchat:monitoring package
      
      * Fix calling WebAppInternals.staticFilesMiddleware new signature
      
      * Update Node version to 8.15
      
      * Clear main files to cache some build files
      
      * Meteor npm install
      a0d86582
  19. Aug 19, 2019
  20. Aug 14, 2019
  21. Aug 06, 2019
  22. Jul 21, 2019
  23. Jul 12, 2019
  24. Jun 28, 2019
  25. May 21, 2019
  26. May 20, 2019
  27. May 19, 2019
  28. Mar 18, 2019
  29. Mar 13, 2019
  30. Mar 08, 2019
  31. Mar 06, 2019
  32. Mar 02, 2019
  33. Feb 28, 2019
  34. Feb 22, 2019
  35. Feb 19, 2019
  36. Jan 14, 2019
    • Marcos Spessatto Defendi's avatar
      Convert rocketchat-ui-master to main module structure (#13107) · deae2a43
      Marcos Spessatto Defendi authored
      * Move rocketchat settings to specific package
      
      * WIP: Move models from rocketchat-lib to a specific package (server)
      
      * Move function from rocketchat:lib to rocketchat:utils to use it in rocketchat:models
      
      * Move client models from rocketchat:lib to rocketchat:models
      
      * Fix lint
      
      * Move rocketchat.info from lib to utils
      
      * Remove directly dependency between lib and migrations
      
      * Move statistics Model to rocketchat:models
      
      * Create rocketchat:metrics to be able to depacking rocketchat callbacks
      
      * Move  callbacks to specific package
      
      * Remove unused dependency
      
      * Move rocketchat-notifications to a specific package
      
      * Move rocketchat-promises to a specific package
      
      * remove directly dependency from metrics and models
      
      * Move CachedCollection from lib to models
      
      * Move ui models/collections from ui to models
      
      * Move authorization client/ui models to rocketchat:models to be able to remove lib dependency
      
      * Creation of rocketchat:ui-utils to help decouple rocketchat:lib and rocketchat:authz
      
      * Move some common functions to rocketchat:utils
      
      * Change imports to dynamic imports to avoid directly dependency between some packages
      
      * Move authz models to rocketchat:models
      
      * Remove directly dependency between rocketchat:authz and rocketchat:lib
      
      * Move some functions from rocketchat:lib to rocketchat:utils
      
      * Add functions to settings package
      
      * Convert rocketchat:file-upload to main module structure
      
      * Import FileUpload where it is being used
      
      * Remove FileUpload and fileUploadHandler from globals eslintrc
      
      * Move some  functions to rocketchat:ui-utils
      
      * Remove directly dependency between rocketchat:authorization and rocketchat:ui-utils
      
      * Remove dependency between lazy-load and lib
      
      * Change imports of renderMessageBody from ui-message to ui-utils
      
      * Add import of main ready from ui-utils
      
      * Convert rocketchat-ui-sidenav to main module structure
      
      * Add imports of toolbarSearch from ui-sidenav
      
      * Remove toolbarSearch from eslintrc globals
      
      * Move CachedCollection to a specific package
      
      * Change imports of CachedCollection to new package
      
      * Move some functions to rocketchat:ui-utils
      
      * Remove directly dependency between tooltip and lib
      
      *  Remove directly dependency between settings and metrics
      
      * Move some settings client function from lib to settings
      
      * Convert rocketchat-ui-master to main module structure
      
      * Merge branch 'develop' into globals/move-rocketchat-callbacks
      
      * Fix import missed objects inside RocketChat namespace
      
      * Fix lint
      deae2a43
  37. Jan 11, 2019
    • Marcos Spessatto Defendi's avatar
      Remove dependency between lib and authz (#13066) · 24820a7f
      Marcos Spessatto Defendi authored
      * Move rocketchat settings to specific package
      
      * WIP: Move models from rocketchat-lib to a specific package (server)
      
      * Move function from rocketchat:lib to rocketchat:utils to use it in rocketchat:models
      
      * Move client models from rocketchat:lib to rocketchat:models
      
      * Fix lint
      
      * Move rocketchat.info from lib to utils
      
      * Remove directly dependency between lib and migrations
      
      * Move statistics Model to rocketchat:models
      
      * Create rocketchat:metrics to be able to depacking rocketchat callbacks
      
      * Move  callbacks to specific package
      
      * Remove unused dependency
      
      * Move rocketchat-notifications to a specific package
      
      * Move rocketchat-promises to a specific package
      
      * remove directly dependency from metrics and models
      
      * Move CachedCollection from lib to models
      
      * Move ui models/collections from ui to models
      
      * Move authorization client/ui models to rocketchat:models to be able to remove lib dependency
      
      * Creation of rocketchat:ui-utils to help decouple rocketchat:lib and rocketchat:authz
      
      * Move some common functions to rocketchat:utils
      
      * Change imports to dynamic imports to avoid directly dependency between some packages
      
      * Move authz models to rocketchat:models
      
      * Remove directly dependency between rocketchat:authz and rocketchat:lib
      
      * Merge branch 'develop' into globals/move-rocketchat-callbacks
      24820a7f
Loading