Commit Graph

154 Commits

Author SHA1 Message Date
Tom Coleman
a8100c144a Decorated APIs docs with location to import from 2016-03-16 15:43:43 +11:00
Tom Coleman
e3764e2767 Attach a new filepath property to docs objects based on the package they are in. 2016-03-16 14:55:21 +11:00
Tom Coleman
486eee3d13 Updated to jsdoc 3.4.0 and use @class name to make it work the same 2016-03-16 14:55:21 +11:00
David Glasser
6b7565cea1 Merge pull request #6468 from meteor/glasser/no-mother
docs: Remove references to free hosting service
2016-03-11 18:06:38 -08:00
David Glasser
cea4d07e22 docs: Remove references to free hosting service 2016-03-11 15:32:15 -08:00
Eric Dobbertin
134707be68 Add Assets.absoluteFilePath 2016-03-11 15:09:55 +11:00
Martijn Walraven
17efcd8501 Fix API docs for App.accessRule 2016-02-24 20:06:05 +01:00
Martijn Walraven
0f8ddf49af Regenerate API docs 2016-02-24 18:59:22 +01:00
Tom Coleman
597255fb9b Updated to jsdoc 3.4.0 and use @class name to make it work the same 2016-02-24 18:48:15 +01:00
Avital Oliver
eadeb72e16 Merge branch 'devel' into release-1.3 2016-02-17 12:15:51 -08:00
Brian Engelhardt
c80c741493 Create noRetry option on Connection.apply
Closes #6108
Pull request #6180

Test is included, as is updated documentation.
All tests in ddp-client package (including new test for #6108) pass.

Implemented as simply a noRetry flag on apply which triggers it to fail with a
Meteor.Error('invocation-failed') instead of retrying on reconnect.

Test passes, methods which are marked as noRetry get an error in case of reset,
only if they've sent at least once, and this happens before messageSent flag is
cleared.  This results in it getting it's callback as soon as quiescence
triggers, and the callback is called with an Error 'invocation-failed'.

[stubailo: changed error code, fixed docs, squashed commits]
2016-02-09 15:27:26 -08:00
Martijn Walraven
1f2b951763 Add app icon sizes for iOS settings and spotlight 2016-01-25 15:02:40 -08:00
Martijn Walraven
706a345515 Update app icon and launch screen image sizes
Closes #5599 and closes #3419.
Also updates the API docs and closes #5042.
2016-01-25 15:02:40 -08:00
Tom Coleman
0a9866ed76 Added some documentation and history about git change. 2015-11-25 17:21:44 +11:00
Sashko Stubailo
a69cc4c8f2 Successfully move part of allow/deny into a separate package
And refactor Collection#insert/update/remove into real separate methods
2015-11-24 11:17:20 -08:00
Sashko Stubailo
6baf450ee9 Make sure it's clear that DDPRateLimiter is on the server
Technically, this is a "breaking change" since code that is loaded
on client and server will now throw an error when calling DDPRateLimiter,
but the API didn't do anything on the client anyway so it's probably
more like a bug fix.
2015-11-16 10:51:59 -08:00
Sashko Stubailo
4614e7c18e Fix accounts.emailTemplates docs 2015-11-09 11:17:01 -08:00
Sashko Stubailo
133edf68f8 Update docs app 2015-10-26 18:55:52 -07:00
Sashko Stubailo
99e8ddaa51 Update Email docs to point to specific v. of mailcomposer
It's 0.1.15, which is quite far behind. Maybe we should update at some point.
2015-10-02 14:34:24 -07:00
Cedla
4160dc2167 Add support for platform-specific preferences in mobile-config.js
Fixes #5200.
2015-09-21 13:19:25 +02:00
David Greenspan
37566f2fc6 run jsdocs 2015-09-09 18:24:27 -07:00
Sashko Stubailo
0bb7c7c0b2 New addAssets package.js API; same file can be source and asset
1. Add `addAssets` API to `package.js`
2. Rename `getSourcesFunc` to `getFiles` in internal code
3. Changed `PackageAPI#sources` to `PackageAPI#files` with a new structure that
   has separate objects for assets and sources
4. Added some tests for different error conditions
5. The same file can now be a source and an asset
2015-09-02 13:14:02 -07:00
Sashko Stubailo
e5d0badc38 Update docs data 2015-09-01 14:08:09 -07:00
Sashko Stubailo
a96e0e1009 Correctly format doc comment about options 2015-08-28 10:52:49 -07:00
David Greenspan
2b751b549b Merge branch 'devel' into release-1.2 2015-08-26 17:13:32 -07:00
Martijn Walraven
dac019fda8 Add case-insensitive accounts-password utility functions
Since we have added additional constraints to the database around case
sensitivity, we now want to discourage people from working with the Accounts
collection directly and provide an API for changing certain fields in a correct
way.

Methods that do database checks before and after the operation:
  Accounts.setUsername
  Accounts.addEmail
  Accounts.removeEmail

Methods that make sure to use a case-insensitive query to retrieve the user
  Accounts.findUserByUsername
  Accounts.findUserByEmail

PR #5024
2015-08-26 12:07:51 -07:00
Ben Newman
95d7212edc Fix @class name for AccountsCommon. 2015-08-19 17:29:02 -04:00
Ben Newman
62ced17a9d Convert Accounts{Common,Client,Server} to ES2015 classes.
Now with proper documentation!

Closes #4930.
2015-08-19 17:20:58 -04:00
Ben Newman
9d6927bb02 Revert "Fix branch in GitHub URLs for documentation apiAutoBoxes."
We push to the master branch before deploying docs, so this was correct to
begin with (in production if not in development).

This reverts commit a8d2aa5fd8.

Also reverting commit 7cf025c8eb, which was
pushed by accident.
2015-08-10 16:32:46 -04:00
Ben Newman
7cf025c8eb working 2015-08-10 14:01:28 -04:00
Ben Newman
50e4ed56ec Regenerate documentation as a baseline before making any changes. 2015-08-10 12:25:45 -04:00
David Glasser
4ab5858ab3 Run jsdoc.sh 2015-07-22 22:30:42 -07:00
Anubhav Jain
6a525fbea7 Updated DDPRateLimiter structure per Avi's suggestions and modified tests.
Updated documentation and default rate limit as well.
2015-07-22 09:52:10 -07:00
Anubhav Jain
13331009d0 Making more code fixes and documentation update 2015-07-22 09:52:09 -07:00
Anubhav Jain
4cc907f7e4 Updating docs and fixing code review comments. 2015-07-22 09:52:09 -07:00
David Glasser
91ce1561c3 tracker: implement Computation.onStop
Fixes #3915.
2015-04-29 00:18:13 -07:00
David Glasser
342a234e85 jsdoc update; fix api boxes broken by #4191 2015-04-29 00:17:01 -07:00
Slava Kim
cdaaa6b0eb Merge branch 'master' into devel 2015-04-02 14:43:23 -07:00
angelo
93cf9cecd6 added basic attachments handling
now Email.send(options) options support options.attachments, which is assumed to be [] of attachment objects.

see here https://github.com/andris9/mailcomposer#add-attachments for supported attachment object structure.
tested it at my current project. going to propose pull request.

PR #3772

[stubailo: added link to the above page in the docs, removed extra comment]
2015-04-01 17:40:22 -07:00
zyzo
a68ff30be4 Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:32:13 -07:00
Sashko Stubailo
9fe2f4b442 Merge pull request #4099 from meteor/template-subs-connection
Template subs connection
2015-04-01 17:30:11 -07:00
zyzo
4689ee7dfa Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:21:05 -07:00
Sashko Stubailo
ac93ac5ed1 Fix up commit, add better docs 2015-04-01 17:03:53 -07:00
Slava Kim
c9fd50d0f4 Merge branch 'tracker-errors' into release-1.1 2015-03-25 19:33:56 -07:00
Sashko Stubailo
46d6de3106 Re-run docs script 2015-03-25 16:52:49 -07:00
David Glasser
21bdac8734 Merge branch 'master' into devel
Conflicts:
	History.md
	packages/accounts-password/package.js
	packages/accounts-password/password_server.js
	packages/constraint-solver/package.js
	packages/meteor-tool/package.js
	packages/non-core/npm-bcrypt/package.js
	packages/package-version-parser/package-version-parser-tests.js
	packages/package-version-parser/package-version-parser.js
	packages/package-version-parser/package.js
	tools/selftest.js
2015-03-17 13:41:14 -07:00
Slava Kim
1df8d15275 Put extra onError callback of Tracker.autorun to a named options object 2015-03-17 00:42:35 -07:00
Slava Kim
b3e1c4d89a Docs: Put TrackerComputationFunction typedef to Tracker namespace 2015-03-17 00:20:32 -07:00
Slava Kim
c8d02245e3 Generate references to typedefs but omit them in docs 2015-03-14 23:05:26 -07:00
David Glasser
aca23adb70 Update docs for 1.0.4-rc.3 2015-03-11 15:54:44 -07:00