summaryrefslogtreecommitdiff
path: root/webapps
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20574: reorganization of common modulesDerrell Lipman13-66/+66
(This used to be commit 5075e008941177d5be1d9471387c9d27aba65f81)
2007-10-10r20569: Web Application FrameworkDerrell Lipman2-20/+159
- Fix handling of predicates in finite state machine - Make use of predicates to handle a specific PermissionDenied failure, vs some other generic failure - Add JSON-RPC error constants (This used to be commit 38ae9658cb52149d66f910582d8b55fe954650fb)
2007-10-10r20559: Web Application FrameworkDerrell Lipman4-71/+67
- Disallow, for now, any ScriptTransport access. A serious security issue has been described, and since we don't currently need it for anything, disable it completely. - Continued clean-up towards implementing the common authentication code (This used to be commit 07817a5489dd8cc6c85c10116f4dba43d798ef03)
2007-10-10r20538: Web Application FrameworkDerrell Lipman5-92/+174
- correct an error message in the JSON-RPC server - provide a common RPC request function - make it easier to have multiple pending RPC requests. this allows an application-specified request to return "not logged in"; authentication information to be requested and sent; and the original request to be reissued. - in statistics module, if a time is provided as zero, leave it blank rather than displaying 1 Jan 1970. this showed up in the last_used_at field in the SMB status report. - clean up makefile: remove no-longer-used hard-coded path and install target; remove "chmod" and "nice" commands which were part of the original skeleton, since that is not deemed appropriate for samba makefiles (This used to be commit 339ee73ce2809905f608b1003cc645231f256420)
2007-10-10r20519: Web Application FrameworkDerrell Lipman20-1/+1
- No path given to web server means use old scripts (missed check-in) - Build Web Application (qooxdoo stuff) from autogen.sh since python isn't available or is differently-configured on various build-farm machines - Don't continually check in generated files - Properly identify SWAT "Statistics" module as "Status and Statistics" (This used to be commit 9d89b7663af218ee6ed941ac6c0597fab93cd03b)
2007-10-10r20518: reapply finite state machine mods which got lost in the webapps ↵Derrell Lipman4-42/+240
remove/restore process (This used to be commit 1d867863b64fb39aedbf713f7f3dd17948b433ef)
2007-10-10r20517: re-add cleaned-up webappsDerrell Lipman2573-0/+252891
(This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b)
2007-10-10r20516: svn gets royally screwed up when renaming or relocating files. ↵Derrell Lipman8-480/+0
attempt to correct. (This used to be commit efffee706d62a4260b2d9782b19a9df1971dddb2)
2007-10-10r20515: Continued work on the Web Application Framework. Until we get all ↵Derrell Lipman2532-251818/+480
of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4)
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman16-3/+985
We're now at the stage where the web application framework should build and install automatically. Derrell (This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
2007-10-10r20414: Start to make SWAT usable by others. This is just a start...Derrell Lipman2509-0/+250836
(This used to be commit 26a34037a7ca6fbd05c5a6f7c2d5973e34bc6918)