summaryrefslogtreecommitdiff
path: root/services/resources.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22179: Store resource id along with the object itself to be able to returnRafal Szczesniak1-1/+2
it as "number" type. This fixes a small problem with resource set method returning id of type "number" whereas find method was returning id of type "string". rafal (This used to be commit c3805aeb5e64aa66c0dfceb89efdf60bfb2134e8)
2007-10-10r20600: Web Application FrameworkDerrell Lipman1-3/+3
- Add authentication. The Web Application Framework can now be called directly and it will rqeuire authentication if required, and should re-query the user to log in when the session expires. - General clean-up (This used to be commit 27c5d7dca6fa4e0811c1b8bb52d1db3d1824462c)
2007-10-10r19295: ldbbrowse: the search tab is now doing something vaguely reasonable.Derrell Lipman1-21/+30
(This used to be commit 039069b3fd10e2ea614c385c6b432b235e1c226b)
2007-10-10r19167: - Various JSON-RPC facilities will desire to keep resources open in aDerrell Lipman1-0/+161
session. Provide a common method of doing this, which allows limiting, somewhat (at least on a per-session basis) the possibility of DOS attacks. - Add bindings for LDB functions, so they can be called via JSON-RPC (This used to be commit 38d64118d17e20dc625c8262b2f667927daeac0d)