summaryrefslogtreecommitdiff
path: root/swat
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9761: Move initial widget setup to desktop library. Now, just by includingDeryck Hodge2-36/+37
desktop.js, you get the basic desktop layout. deryck (This used to be commit 6acc7ec7c2957e1487ee72f883079e1680dd9896)
2007-10-10r9759: Create some wrappers for QxWidget. This gives us some pre-fabbedDeryck Hodge2-18/+59
windows, which set size and positioning. To use: var myWin = new Window.large("Some Window Title"); var myWin = new Window.standard("Some Window Title"); var myWin = new Window.small("Some Window Title"); You can omit the title if you don't need one. Also, var myWin = new Window(); will give you the random positioning and no predetermined sizing. deryck (This used to be commit 92d6bb90a64591b13f4d1bec77ebebcd1198914d)
2007-10-10r9756: One-way upgrade from Samba3->Samba4 basically works nowJelmer Vernooij1-13/+12
Still need to polish some rough edges (This used to be commit a8f309aa812533f57a90410722dfb342c8cf3b48)
2007-10-10r9754: Upgrading with the command line utility now works, at least partially (-:Jelmer Vernooij1-10/+32
Upgrading using SWAT should work as well now. (This used to be commit 8baa2ac377315ae8b365f58c2bda0bf3d0c5aec3)
2007-10-10r9735: More work on generating a valid Samba4 configuration using theJelmer Vernooij1-17/+27
Samba3 data (both console and SWAT) (This used to be commit d569465dc4def55c27878028f2fc762960f453d8)
2007-10-10r9718: Work a bit on the SWAT interfaceJelmer Vernooij2-1/+42
(This used to be commit b1844905d2c1ca26aef0ccba799ff16383348fc1)
2007-10-10r9710: Filename change for clarity's sake.Deryck Hodge2-1/+1
deryck (This used to be commit 4acd4489c9f016f7f48ba1cff231cbfc56925547)
2007-10-10r9674: r9678@blu: tridge | 2005-08-27 16:32:30 +1000Andrew Tridgell1-13/+15
- removed the initial provision button. It is just way too confusing. We should have a separate 'migration' page instead, but in the meantime to migrate please use the command line - added a check for a blank password. If blank, then ask them to reenter it (This used to be commit 2673bebf138a9bda79f99dd5caff93dd6db24658)
2007-10-10r9668: Cross-browser fix for IE, when adding scripts on the fly.Deryck Hodge1-2/+9
deryck (This used to be commit 1f4e65ce96ec8c4335bfabbe54989a8cb431d773)
2007-10-10r9663: Portability fix for IE.Deryck Hodge1-2/+2
deryck (This used to be commit 87cb23aae377a9cdce790881c65535ed4d3931e1)
2007-10-10r9651: Start to group all SWAT specific windowing, widgets, etc. in oneDeryck Hodge2-41/+150
file. This allows basic style and event code to be set in one place, though we'll still have to override for a specific position or look. More to come... deryck (This used to be commit 9d5482d2aaff2082d85d626c288f2ad16e20b6ae)
2007-10-10r9635: Seperate window logic from registry js file.Deryck Hodge5-39/+101
This allows for flexibility in display format, which will make more sense when I start working on windows, tabs, etc. Add the beginnings of a document.js object that allows us to add and remove scripts as we use them, which will ensure we only load what we need. A desktop GUI runs from a single page, so we can't load js files by changing pages. deryck (This used to be commit b4f6f81d7bbf87fcb7c7c9bd4a7164aabaeedc1c)
2007-10-10r9610: use a list of allowable extensions for unauthenticated access rather thanAndrew Tridgell1-8/+8
a list of file names (This used to be commit ef61c8de2fa62d37486ea93d5773198d21c1a2c4)
2007-10-10r9579: Desktop SWAT opens now with a little server status window.Deryck Hodge3-133/+218
This includes a table layout that can be reused (see QxListView in status.js). Some formatting fixes, too. deryck (This used to be commit f95bf0adf760b8799ec02ec68ce42516ca40b6d2)
2007-10-10r9501: fixed the SWAT login page for the changes to the userAuth() function ↵Andrew Tridgell1-10/+7
that Mimir made earlier today (This used to be commit 10b1f95790f2769cdc0e1c6f051cb7cc73f07d69)
2007-10-10r9498: converted the SWAT regedit backend code to use the OO callsAndrew Tridgell1-6/+4
(This used to be commit c22baee5aafb2937ddfb71942eef5c69544e823c)
2007-10-10r9471: Rough first pass at a menu system. It's hacked together, butDeryck Hodge1-9/+55
I wanted to just get it working to play with it. Only the reg editor works from this menu. The rest will follow later. deryck (This used to be commit 93e648ade28eb7e0fd147fdde281b3edfb2e9367)
2007-10-10r9470: non-working attempt to add a little table for values to the reg editorAndrew Tridgell1-5/+27
hopefully deryck will be able to tell me what I've screwed up :-) (This used to be commit e68db751f064a0d968bd0995805141ffe5938ee7)
2007-10-10r9469: Add a right-click menu to the SWAT desktop.Deryck Hodge1-2/+57
This includes a generic showMessage() for opening a dialog window to the user. Next is a start menu, and then I'll move on to more practical functionality... user manager, server config, etc. deryck (This used to be commit eeacd73ef2da16337f2968aec86f9f9313085c25)
2007-10-10r9466: add display of values as well as keys in the registry editorAndrew Tridgell2-11/+66
(This used to be commit 62d55a250afa3e3923a6b9da7b59177ad59d55a3)
2007-10-10r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell1-1/+1
string containing "(POINTER)" (This used to be commit 6f69eeb8f258063f1ac911ab38e667e7743ccba3)
2007-10-10r9443: We can now move windows around anywhere on our SWAT "desktop".Deryck Hodge1-7/+48
QxWidget doesn't accept percentages, so I feed the toplevel widget the actual brower height/width onload and onresize. deryck (This used to be commit dadc89f8839b5c481ba47eeadec9f7bf4d3e14a9)
2007-10-10r9434: moved the registry editor into a common js library. Deryck, does thisAndrew Tridgell4-253/+181
look ok? Apologies if this treads on your toes. (This used to be commit 8295eb01c0e1eec4f7c5bd211eac80b92ff9549e)
2007-10-10r9397: Playing with qooxdoo a bit and saving my work, so IDeryck Hodge3-0/+208
can get to it later today at work. Not much to see yet, and not linked to from SWAT yet. Playing with the idea of a web-based desktop, and just seeing how widgets can be used. deryck (This used to be commit 435467f90d809899c3d0efeaf991fb659d97202d)
2007-10-10r9328: Remove background:ThreeDFace from qooxdoo styles toDeryck Hodge1-1/+1
get our samba.org background bacl. deryck (This used to be commit 71291f0d566eaa493a5687a6bce7c5ec9373a7de)
2007-10-10r9327: Rename parent to fParent to prevent confusion with window.parent object.Deryck Hodge1-13/+13
(Thanks, Derrell, for the reminder.) Rename child to fChild, to be consistent and maintain readability. deryck (This used to be commit 6040f9401eedb195aef160b3b58462a1a6728af7)
2007-10-10r9232: Rename some objects to make code clear.Deryck Hodge1-24/+24
deryck (This used to be commit 8a3445499e3f913693196aa1d1b5bbeec5469cf2)
2007-10-10r9230: Star out passwords and add confim text input for provisioning.Deryck Hodge2-22/+38
Also, add addMethod() to form elements now. deryck (This used to be commit 79f276df47ebc93e1505c7411fb1acd4b004047c)
2007-10-10r9228: cleanup and simplify the AJAJ code - part 2Andrew Tridgell1-6/+26
(This used to be commit bb3ab2c47b098ed57af358c4f5c6ad4d4d26eb33)
2007-10-10r9227: cleanup and simplify the AJAJ codeAndrew Tridgell5-63/+64
(This used to be commit ceb7669e5991e9dda759d60a09a0a65e6caba991)
2007-10-10r9213: some improvements to the registry editor codeAndrew Tridgell1-19/+8
(This used to be commit 5cd33fa9f898f95a78397a387a42977a4839fb20)
2007-10-10r9212: the beginnings of a registry editor in SWAT, using client side ↵Andrew Tridgell3-1/+159
javascript and AJAJ This doesn't work at all well yet, mostly because of my inexperience with client side javascript and what events are available (This used to be commit 8073e84c7a5fd8d483685d769661c790a803ff49)
2007-10-10r9211: don't try to encode functions in the AJAJ object encoderAndrew Tridgell1-1/+1
(This used to be commit a08104a13c722b3888aecd365e32aae63ea481e5)
2007-10-10r9177: setup a credentials object in authinfo on loginAndrew Tridgell1-4/+5
(This used to be commit c1ef18a590d2f7af4b64c1775376a05da80ac242)
2007-10-10r9176: added a much neater method of calling printf on the server from ↵Andrew Tridgell3-12/+66
client side js. Just use srv_printf() and normal printf arguments (This used to be commit 11c7e8db3d2501a6a439d3e3a63a5055cc577f51)
2007-10-10r9175: simplify the example code a bitAndrew Tridgell1-18/+7
(This used to be commit fbae29686644198351bb31c3be1cf5630165ef1f)
2007-10-10r9143: print out the rate of rounttripsStefan Metzmacher1-1/+7
metze (This used to be commit c0e055ac989a24c2b6ad14a0eb2b3f8509cb9bab)
2007-10-10r9140: fixed a typoAndrew Tridgell1-1/+1
(This used to be commit 672b8c397103dddbd5d046a4c43f4686ad51192e)
2007-10-10r9139: cleanup the layout a bitAndrew Tridgell5-59/+50
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
2007-10-10r9136: made the 'AJAJ' code portable to IE and OperaAndrew Tridgell1-1/+32
(This used to be commit b6b531533e2c4d6d927df29905e49a775e92f3c1)
2007-10-10r9135: added a sample page that demonstrates using AJAJ to make remote callsAndrew Tridgell2-0/+136
that update an object (This used to be commit 678b0cc08f6026fe35b522d5705ab0c1baf3c359)
2007-10-10r9134: added the client side js library code for handling remote 'AJAJ' callsAndrew Tridgell2-0/+122
into our web server (This used to be commit 530717122a3c7e34258db8ed0bfd0cc00624b903)
2007-10-10r9133: a huge import of the qooxdoo infrastructure. I decided to import all ↵Andrew Tridgell1303-2/+866
the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use (This used to be commit 631a56da39ed0daae46ca89e57c10b09cf41c718)
2007-10-10r8969: Make password field a password field, that is - prevent them fromRafal Szczesniak2-0/+2
displaying plain text. rafal (This used to be commit b91e6053485ada50f66aa763e0ccff3b71991fa5)
2007-10-10r8844: Actually, both types of provision wipe the DB. But we do need a wayAndrew Bartlett1-1/+1
to explian the tie between 'Initial Provision' and the next step being a SamSync or a Samba3 import etc. Andrew Bartlett (This used to be commit b37a2de9a89853393bcc9d20cfcffae96df9a90e)
2007-10-10r8831: Clarify data wipe-out statementAlexander Bokovoy1-1/+1
(This used to be commit 981e17eea449faa591b7a8b0c2baaa02461fbf4f)
2007-10-10r8830: Fix provision script after data splitAlexander Bokovoy1-4/+7
(This used to be commit 99d676d732dffbbf428cc0f012da26c47e6bb66d)
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell1-2/+2
calls. This changes the generated RPC and IRPC calls to use the 'this' object pointer instead of requiring the passing of the object on each call. So typical usage is now: var echo = echo_init(); var io = irpcObj(); status = echo.connect("ncacn_np:server"); assert(status.is_ok); io.input.in_data = 7; status = echo.AddOne(io); assert(status.is_ok); (This used to be commit f7b49ecd0868c1f0fec75b371f132bbf357ad8c6)
2007-10-10r8725: redirect to the base install page not the provisioning page on firstAndrew Tridgell1-1/+1
use (This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c)
2007-10-10r8724: some boilerplate installation textAndrew Tridgell1-0/+14
(This used to be commit 5b28bdb9c800e8fbf2c7ee62a7c6faf2ec773ef9)