summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simple JavaScript configuration browserKaarle Ritvanen2013-05-116-4/+125
|
* basic network configuration moduleKaarle Ritvanen2013-05-096-112/+240
|
* persistence: Augeas back-end rewrittenKaarle Ritvanen2013-05-094-19/+118
| | | | | map identically named nodes to collections implement set function
* relative addresses in field definitionsKaarle Ritvanen2013-05-081-1/+1
|
* optional automatic removal of empty collectionsKaarle Ritvanen2013-05-082-3/+6
|
* awall module: fix IPv4 address validationKaarle Ritvanen2013-05-081-2/+2
|
* explicit control for automatic creation of TreeNode instancesKaarle Ritvanen2013-05-087-28/+41
|
* persistence: automatically determine data type when not defined by modelKaarle Ritvanen2013-05-081-0/+1
|
* file system back-end: deletionKaarle Ritvanen2013-05-011-6/+12
|
* file system back-end: map references to symlinksKaarle Ritvanen2013-05-011-4/+23
|
* allow numerical components in path namesKaarle Ritvanen2013-05-017-17/+23
| | | | use escape syntax to encode number-looking strings
* pass reference scope to persistence managerKaarle Ritvanen2013-05-013-8/+24
|
* make persistence manager aware of data typesKaarle Ritvanen2013-05-0111-23/+48
| | | | coerce values into proper types
* substitute lua-posix for lua-filesystemKaarle Ritvanen2013-04-266-16/+16
|
* conflict detection: ignore updates where value was not changedKaarle Ritvanen2013-04-263-10/+14
|
* ipairs function for TreeNode objectsKaarle Ritvanen2013-04-261-1/+13
|
* object-specific actionsKaarle Ritvanen2013-04-268-67/+167
|
* deal with requests with zero Content-LengthKaarle Ritvanen2013-04-261-2/+5
|
* use JSON encoding also for primitive values in responseKaarle Ritvanen2013-04-261-13/+12
|
* fix bug in validation: skip non-existent objectsKaarle Ritvanen2013-04-261-1/+1
| | | | also those created and then deleted during the transaction
* metadata query operationKaarle Ritvanen2013-04-268-21/+59
|
* handle error when encountering a primitive value during searchKaarle Ritvanen2013-04-241-3/+7
|
* dev-shell: improved error handlingKaarle Ritvanen2013-04-241-8/+30
|
* basic access controlKaarle Ritvanen2013-03-2513-60/+179
|
* volatile backend for persistence managerKaarle Ritvanen2013-03-255-56/+74
| | | | | set as default backend possibility to switch backend in field definition
* new data type: setKaarle Ritvanen2013-03-2510-68/+136
|
* allow escaped slashes in object path namesKaarle Ritvanen2013-03-259-44/+75
|
* add missing status codes to protocol definitionKaarle Ritvanen2013-03-251-0/+4
|
* refactor the way context is passed to Field and Collection objectsKaarle Ritvanen2013-03-254-96/+106
|
* fix bug in eliminating adjacent slashes in path namesKaarle Ritvanen2013-03-201-2/+2
|
* fix bug in validation: skip deleted objectsKaarle Ritvanen2013-03-202-3/+3
|
* combined two if statements in TreeNode validation functionKaarle Ritvanen2013-03-181-4/+2
|
* more secure session managementKaarle Ritvanen2013-03-151-20/+19
| | | | | use random identifiers bind open transactions to the session
* fixed bug in conflict detection: update parent's timestamp when ↵Kaarle Ritvanen2013-03-151-2/+7
| | | | creating/deleting subordinate
* improved handling of nested transactionsKaarle Ritvanen2013-03-157-50/+69
| | | | | | add nested transaction support to protocol allow deferring validation to parent transaction process each update request within a nested transaction
* fix bugs in validation and deletionKaarle Ritvanen2013-03-153-11/+17
|
* development shellKaarle Ritvanen2013-03-102-2/+156
|
* correct command line for new uwsgi versionKaarle Ritvanen2013-03-071-2/+5
|
* forward relevant error messages to clientKaarle Ritvanen2013-03-0713-119/+305
|
* moved range field to generic model libraryKaarle Ritvanen2013-03-072-15/+29
| | | | corrected some errors in validation logic
* adjusted the semantics of reference scopeKaarle Ritvanen2013-03-014-14/+14
|
* basic login session managementKaarle Ritvanen2013-03-015-19/+74
|
* field default value in metadataKaarle Ritvanen2012-12-292-0/+2
|
* initial versionKaarle Ritvanen2012-12-1629-0/+1631