Services/Server/NextFeatures: Difference between revisions
< Services
Jump to navigation
Jump to search
Tarek.ziade (talk | contribs) No edit summary |
Tarek.ziade (talk | contribs) No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
* Allow POST/GET of multiple collections. See https://bugzilla.mozilla.org/show_bug.cgi?id=551382 | * Allow POST/GET of multiple collections. See https://bugzilla.mozilla.org/show_bug.cgi?id=551382 | ||
* Changing the timestamp precision: https://bugzilla.mozilla.org/show_bug.cgi?id=546715 | * Changing the timestamp precision: https://bugzilla.mozilla.org/show_bug.cgi?id=546715 | ||
* Removing predecessorid, parentid, full, index_above, index_below, | * Removing predecessorid, parentid, full, index_above, index_below, ... | ||
* support for write tokens (data integrity to prevent use of incompatible keys) (no bug) | |||
= User and/and or Auth = | = User and/and or Auth = | ||
* stronger auth. on storage requests: https://bugzilla.mozilla.org/show_bug.cgi?id=638905 | * stronger auth. on storage requests: https://bugzilla.mozilla.org/show_bug.cgi?id=638905 | ||
* i18n for Account portal and Reg: https://bugzilla.mozilla.org/show_bug.cgi?id=567019 | |||
* specify acceptable character set for usernames, probably base64url (no bug) | |||
* allow the user to change its e-mail https://bugzilla.mozilla.org/show_bug.cgi?id=592933 | |||
= Setup = | = Setup = | ||
Latest revision as of 14:26, 25 May 2011
Storage
- Allow POST/GET of multiple collections. See https://bugzilla.mozilla.org/show_bug.cgi?id=551382
- Changing the timestamp precision: https://bugzilla.mozilla.org/show_bug.cgi?id=546715
- Removing predecessorid, parentid, full, index_above, index_below, ...
- support for write tokens (data integrity to prevent use of incompatible keys) (no bug)
User and/and or Auth
- stronger auth. on storage requests: https://bugzilla.mozilla.org/show_bug.cgi?id=638905
- i18n for Account portal and Reg: https://bugzilla.mozilla.org/show_bug.cgi?id=567019
- specify acceptable character set for usernames, probably base64url (no bug)
- allow the user to change its e-mail https://bugzilla.mozilla.org/show_bug.cgi?id=592933
Setup
- have a permanent and persistent blacklist (like the whitelist we have): https://bugzilla.mozilla.org/show_bug.cgi?id=615619
Misc and/or Generic
- Capability page: https://bugzilla.mozilla.org/show_bug.cgi?id=557966
Internal needs
- Simple service dashboard: https://bugzilla.mozilla.org/show_bug.cgi?id=593199
- Graphite client to generate stats: https://bugzilla.mozilla.org/show_bug.cgi?id=658953
more features...
- provide a link to cancel in password reset e-mails : https://bugzilla.mozilla.org/show_bug.cgi?id=570408
- ...