- Aug 21, 2020
-
-
Rodrigo Nascimento authored
-
- Jul 21, 2020
-
-
Diego Sampaio authored
-
- May 07, 2020
-
-
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
-
- May 05, 2020
-
-
Tasso Evangelista authored
Co-authored-by:
Diego Sampaio <chinello@gmail.com>
-
- Apr 20, 2020
-
-
Rodrigo Nascimento authored
-
- Apr 13, 2020
-
-
Diego Sampaio authored
-
- Apr 09, 2020
-
-
Rodrigo Nascimento authored
-
- Mar 20, 2020
-
-
Diego Sampaio authored
-
- Mar 05, 2020
-
-
Diego Sampaio authored
-
- Feb 07, 2020
-
-
Diego Sampaio authored
-
- Feb 05, 2020
-
-
Diego Sampaio authored
-
- Jan 29, 2020
-
-
Rodrigo Nascimento authored
-
- Dec 22, 2019
-
-
Diego Sampaio authored
-
- Dec 19, 2019
-
-
Marcos Spessatto Defendi authored
-
- Dec 18, 2019
-
-
Marcos Spessatto Defendi authored
-
- Dec 16, 2019
-
-
Rodrigo Nascimento authored
* Enable typescript lint * Move eslint-plugin-import to deve section
-
- Dec 12, 2019
-
-
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
-
- Sep 13, 2019
-
-
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
-
- Aug 19, 2019
-
-
Diego Sampaio authored
-
- Aug 14, 2019
-
-
Diego Sampaio authored
-
- Aug 06, 2019
-
-
Diego Sampaio authored
* Remove tap-i18n source code * Replace all references to new package rocketchat:tap-i18n * Replace package francocatena:status by own template * Add translations for status messages Closes #15090 Closes #3712 * Add support to 3-digit locale
-
- Jul 21, 2019
-
-
Pierre H. Lehnen authored
-
- Jul 12, 2019
-
-
Tasso Evangelista authored
-
Marcos Spessatto Defendi authored
-
- Jun 28, 2019
-
-
Gabriel Engel authored
-
- May 21, 2019
-
-
Diego Sampaio authored
-
- May 20, 2019
-
-
William Reiske authored
-
- May 19, 2019
-
-
Diego Sampaio authored
-
- Mar 18, 2019
-
-
Diego Sampaio authored
-
- Mar 13, 2019
-
-
Diego Sampaio authored
-
Diego Sampaio authored
-
Diego Sampaio authored
-
- Mar 08, 2019
-
-
Guilherme Gazzo authored
Co-authored-by:
Oliver Jägle <github@beimir.net> Co-authored-by:
vickyokrm <vickyokrm@gmail.com>
-
- Mar 06, 2019
-
-
Alan Sikora authored
-
- Mar 02, 2019
-
-
Tasso Evangelista authored
* Show error toast when channel creation fails * Use limax to slugify room names * Use limax on HipChat importer * Use limax on LDAP * Replace yasaricli:slugify with limax * Import limax module default as 'limax'
-
- Feb 28, 2019
-
-
Rodrigo Nascimento authored
-
- Feb 22, 2019
-
-
Rodrigo Nascimento authored
* Move mongo config away from cors package * Remove TLS fix
-
- Feb 19, 2019
-
-
Diego Sampaio authored
-
- Jan 14, 2019
-
-
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
-
- Jan 11, 2019
-
-
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
-