denihs
f650be7b89
- using _AsynchronousQueue in the server
...
- continue for looping instead of breaking it
2023-02-06 14:56:37 -04:00
denihs
d590d20e19
- fix receive data and buffering data
2023-01-24 15:52:02 -04:00
denihs
482acb00f6
Merge branch 'release-3.0' into release-3.0-tools-and-mongo
...
# Conflicts:
# packages/promise/promise-tests.js
2023-01-23 15:41:56 -04:00
Gabriel Grubba
e5e23fb7ce
Merge branch 'release-3.0' into release-3.0-tests-webapp
...
# Conflicts:
# docs/history.md
2023-01-18 17:45:19 -03:00
Gabriel Grubba
1d3cfca40a
updated last express method
2023-01-18 17:40:23 -03:00
Gabriel Grubba
1b921ec331
chore: created abstraction on top of express creation
2023-01-18 17:23:46 -03:00
Gabriel Grubba
829bf9feb2
types: adressed wrong typings
2023-01-18 17:19:02 -03:00
denihs
ead8c2a126
Merge branch 'release-3.0' into release-3.0-tools-and-mongo
...
# Conflicts:
# meteor
# npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
# npm-packages/meteor-babel/package-lock.json
# npm-packages/meteor-babel/package.json
# packages/babel-compiler/.npm/package/npm-shrinkwrap.json
# packages/babel-compiler/package.js
# packages/meteor/package.js
# scripts/dev-bundle-tool-package.js
2023-01-18 15:37:36 -04:00
denihs
c0a1308cb8
Merge branch 'devel' into release-3.0
...
# Conflicts:
# docs/history.md
# packages/accounts-password/password_server.js
2023-01-18 15:35:03 -04:00
denihs
43c3eb130f
- merging the TLA branch
2023-01-18 15:23:41 -04:00
denihs
212a668cb7
- These methods are now async:
...
- `WebAppInternals.reloadClientPrograms()`
- `WebAppInternals.pauseClient()`
- `WebAppInternals.generateClientProgram()`
- `WebAppInternals.generateBoilerplate()`
- `WebAppInternals.setInlineScriptsAllowed()`
- `WebAppInternals.enableSubresourceIntegrity()`
- `WebAppInternals.setBundledJsCssUrlRewriteHook()`
- `WebAppInternals.setBundledJsCssPrefix()`
2023-01-18 14:52:34 -04:00
Gabriel Grubba
e4a3fb561a
chore: add raw handlers
2023-01-16 19:45:00 -03:00
Gabriel Grubba
8296afc897
chore: addressed security comments
2023-01-16 10:03:01 -03:00
Gabriel Grubba
2b91f52169
Update packages/webapp/webapp.d.ts
...
Co-authored-by: Radosław Miernik <radekmie@gmail.com >
2023-01-16 09:32:29 -03:00
Gabriel Grubba
9b6c797f09
Meteor version to 2.10.0 ☄️
2023-01-13 17:19:44 -03:00
Gabriel Grubba
ae3e31f977
tests: adjusted test to match express npm modules
2023-01-13 16:34:03 -03:00
Gabriel Grubba
560c1b383b
feat: added express to webserver
2023-01-13 16:33:48 -03:00
Gabriel Grubba
62066ac6c8
types: updated webapp types
2023-01-13 16:32:58 -03:00
Gabriel Grubba
f2f2c4e414
docs: updated webapp readme
2023-01-13 16:32:46 -03:00
Gabriel Grubba
929da0d8a3
chore: remove connect from webapp
2023-01-13 16:30:47 -03:00
Gabriel Grubba
d233c04571
chore: removed connect.js file
2023-01-13 16:30:35 -03:00
Gabriel Grubba
80a274bede
chore: added packages in lock file
2023-01-13 16:30:18 -03:00
Gabriel Grubba
be725b8712
chore: added express instead of connect
2023-01-13 12:32:50 -03:00
Gabriel Grubba
c9c48ccf37
tests: solved webapp tests
2023-01-11 18:19:22 -03:00
Gabriel Grubba
40e525eef8
chore: made getBoilerplate return a promise
2023-01-11 18:19:06 -03:00
Gabriel Grubba
eebe2b476b
Meteor version to 2.10.0-rc.0 ☄️
2023-01-10 16:26:03 -03:00
Gabriel Grubba
2d0cb940bb
Meteor version to 2.10.0-beta.0 ☄️
2023-01-06 13:33:13 -03:00
Evan Broder
7eed486800
Allow multiple runtime config and updated runtime hooks
...
The forEach method on Hook will stop iterating unless the iterator
function returns a truthy value. Previously, this meant that only the
first registered runtime config hook would be called.
2023-01-04 14:16:41 -08:00
denihs
99f1e88acd
Merge branch 'release-2.9' into async-ddp
...
# Conflicts:
# packages/meteor/package.js
# packages/mongo/package.js
2022-11-30 17:35:41 -04:00
Gabriel Grubba
36d64af64d
Meteor version to 2.8.1 ☄️
2022-11-14 08:20:31 -03:00
Gabriel Grubba
9ddb1eb06a
Meteor version to 2.8.1-rc.0 ☄️
2022-11-10 10:18:33 -03:00
Gabriel Grubba
9afbdc7e75
Meteor version to 2.8.1-beta.2 ☄️
2022-11-07 17:05:39 -03:00
Gabriel Grubba
995546f58e
Meteor version to 2.8.1-beta.1 ☄️
2022-11-04 10:46:46 -03:00
Piotr Pośpiech
ac6427bd11
limited adding assets only to server
2022-11-03 14:26:45 +01:00
Piotr Pośpiech
8e30cfd711
Add declarations and missing exports
2022-09-09 14:00:05 +02:00
Piotr Pośpiech
79563d6da2
Add types for webapp package
2022-09-09 14:00:04 +02:00
Matheus Castro
26b16b5db3
Move ASL helpers to it's own file and attach it to Meteor's global object.
...
On tools, however, we still need to use the process.env value (when starting the server in boot.js).
2022-08-19 20:03:25 -03:00
Matheus Castro
a40ec5392f
Add code from "fibers-optional" branch with some modifications:
...
- Create new context for DDP server too.
- Removing some console.logs + adding some TODOS.
2022-08-18 13:16:21 -03:00
Renan Castro
4080187679
Bump packages for release
2022-02-18 15:27:35 -03:00
zodern
7809d814eb
Remove check for replaceable files in production
...
There are replaceable files when the app was built with the --debug option, and then run with NODE_ENV set to production. There are no problems with replaceable files.
2022-02-16 12:02:16 -03:00
filipenevola
76b677eed2
Bump version to 2.5 🎉
2021-10-21 12:55:49 -04:00
filipenevola
77dfa0de5f
Bump version to 2.5-rc.1
2021-10-19 14:23:30 -04:00
filipenevola
68ef1f6b83
Bump version to 2.5-rc.0
2021-10-18 18:06:44 -04:00
Jan Dvorak
d83e31a31e
2.5-beta.4
2021-10-16 14:15:48 +02:00
Jan Dvorak
dd0ed70229
WebApp option to always return content
2021-10-12 22:44:06 -04:00
filipenevola
633af62b1b
Bump version to 2.5.0-beta.3
2021-10-12 22:44:05 -04:00
Jan Dvorak
4e0a311c52
Meteor 2.5-beta.2
2021-10-12 22:44:00 -04:00
Jan Dvorak
2f0bfde07a
Use final version of cordova-plugin-meteor-webapp in Webapp
2021-10-12 22:44:00 -04:00
Jan Dvorak
968b091b4e
Meteor 2.5-beta.1
2021-10-12 22:43:59 -04:00
filipenevola
7733702379
Bump version to 2.5.0-beta.0
2021-10-12 22:43:56 -04:00