1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Commit Graph

  • 6eccaa9ddf Providers parts seems to be finished Adolfo Gómez 2013-12-07 21:26:40 +0000
  • 52a8021e9d * Updated java detector plugin. Now it will not load ".jar" on loggin screen on some browsers (such as IE 11) * Updated os detector to detect Windows Phone Adolfo Gómez 2013-12-06 18:56:01 +0000
  • 735175badb * Fixed admin memory leak due to TableTools (fixed on section change in fact, removing all TableTools internal data) * Fixed a bug with transactions on UserServiceManager Now admin seems to work with stable memory... :-) Adolfo Gómez 2013-12-06 18:45:36 +0000
  • e071a1afbc Advancing on test buttons Adolfo Gómez 2013-12-06 03:23:08 +0000
  • c29e2d4dcb Adding the posibility to include custom buttons on modal footers, so we can for example add "test" buttons wherever they are needed Adolfo Gómez 2013-12-05 05:34:35 +0000
  • f5e5d88973 Improved js memory usage by deleting all datatables keep info on "page change" inside dashboard. This is not really necesary, because we have a limited number of different tables, but if we cleans up, memory comsumption will be lowered Adolfo Gómez 2013-12-04 05:00:38 +0000
  • 64382b5afe * Added cache flush functionality to dashboard * added rest method to flush cache * Fixed tabletools "stuff" left behind, removing all this on any "main link" click Adolfo Gómez 2013-12-04 04:12:06 +0000
  • 732840df42 Added choices & multichoices Adolfo Gómez 2013-12-04 03:03:07 +0000
  • 61c9f4f975 Implemented callbacks for gui "fillers", that is, choices that calls server for information about how to fill other fields with returned values... Adolfo Gómez 2013-12-04 01:57:33 +0000
  • 36bdbbfd37 * Added a few more tables to innodb, that will not impact access to platform Adolfo Gómez 2013-12-03 18:17:03 +0000
  • a6b3462748 * Fixed a bug with new transactions * Added a few tables to innodb model Adolfo Gómez 2013-12-03 18:12:49 +0000
  • dcfee55122 * Editlist control finished * fixed REST service put method Adolfo Gómez 2013-12-03 04:26:23 +0000
  • 3c7a0b82d7 Updated DinamycFieldsManager to get new "EditList" format (as simple list) Updated to be version 1.4 Adolfo Gómez 2013-12-02 18:21:40 +0000
  • ad69d8fa6c * Fixed a bug that makes all Instances of a specific "UserInterface" to share same "instance fields". This could be a problem if two access are done simultaneously (for example, 2 services of same type, or two authenticators of same class). Now every new "object" has its own UserInterface objects * Changed the way the "EditList" are returned, now they are "lists", not "choices" Adolfo Gómez 2013-12-02 18:01:12 +0000
  • 3ec517c90f Adolfo Gómez 2013-12-02 15:17:01 +0000
  • 888f125dc6 Finished based model/detail methods Adolfo Gómez 2013-12-02 03:43:17 +0000
  • 043b28cfb4 Advancing on table/model editing More refactoring of code Adolfo Gómez 2013-11-29 00:55:04 +0000
  • c98e964bba Refactorized REST api (server) to be much more "coherent". URLs are much more coherent, we have fewer handlers to implement on models, fixed to register correctly methods, even when deriving from Handler, etc... Adolfo Gómez 2013-11-28 11:55:40 +0000
  • 7ea7086ba9 * Implemented services REST part * Added possibility of creating own types for DetailApi (useful for provicers/services, where services is a detail but also has types) More refactoring Adolfo Gómez 2013-11-27 11:14:53 +0000
  • d46400c1f7 Done multi tab forms Advancing on Transport new/edit (this & network will server as base for other tabs) Adolfo Gómez 2013-11-27 00:41:03 +0000
  • fa2335efd4 * Finished create/edit methods * Added delete method * a little more refactoring ( ofc :-) ) Need to debug a bit more this, and probably make some adaptions for models that do not serializes objects Adolfo Gómez 2013-11-26 03:42:46 +0000
  • 63da672f30 * Adapted transactions on db to new django 1.6 model, much more versatile. Adolfo Gómez 2013-11-25 17:34:13 +0000
  • 8c04c88d86 A bit of refactoring with api, gui, etc... solved some problems with PUT methods (need to solve a few ones anyway) Create authenticator now works, but needs more elaboration lots of changes i event remember.. :-) Adolfo Gómez 2013-11-25 03:01:58 +0000
  • a52e8dc548 * Added form validations (more work will be needed probably for numerics for example) Adolfo Gómez 2013-11-23 22:39:07 +0000
  • b7bfecf87c * Fixed Datatables tools width * Refactoring of API (again...) Adolfo Gómez 2013-11-22 11:33:54 +0000
  • ceecb0823d Fixed read only "generic model editing" properties. Also forgot in previous commits, i changed the template engine to Handlebars. Its much "versatile", and we need a bit of flexibility (such as conditionals, loops, etc...) Adolfo Gómez 2013-11-22 02:33:06 +0000
  • de4a9ff291 Advanced a lot with "generic model editing" Adolfo Gómez 2013-11-22 02:22:41 +0000
  • 004e060aaf * Added modal to gui * Advanced a bit with edition of components Adolfo Gómez 2013-11-21 13:19:13 +0000
  • 127c36f364 * Added template "preload" ability * Added caching templates as "compiled" templates * moved table description panel to template Adolfo Gómez 2013-11-21 11:01:30 +0000
  • dbd4531376 Better pannels Adolfo Gómez 2013-11-21 02:22:41 +0000
  • 17b20ab684 A cuople more fixes && refactoring Adolfo Gómez 2013-11-20 11:31:23 +0000
  • 4b2eae58b1 Added gui basic elements refactoring of existint javascript translations of buttons moved to better place added css class that will made button text dissapear for smaller displays Adolfo Gómez 2013-11-20 11:09:30 +0000
  • 6144eb2f6a Fixing some js, started form renterer Adolfo Gómez 2013-11-20 09:14:27 +0000
  • 2bf0c3e59a * Fixed a bunch of javascript things * Added "gui" method to api, so we can get a description of what fields are needed for an specific item. Added REST capacity to process gui requests Updated translations Adolfo Gómez 2013-11-20 03:16:56 +0000
  • 805b225552 I had 3d buttons not working (clicks events not fired). After a while of looking for why, i realized that in fact the button was moving, and the event was not fired sometimes for this reason. Adolfo Gómez 2013-11-19 11:26:27 +0000
  • dbb4466c46 Advancing, but have a few probles with "cool 3d buttons". When pressed, many times click event seems not to be fired... O.o Adolfo Gómez 2013-11-19 01:27:47 +0000
  • 67a691768e added "cute" 3d buttons :-) Adolfo Gómez 2013-11-18 02:54:05 +0000
  • 96937a397c added xls, but i'm going to evolve it fast Adolfo Gómez 2013-11-17 22:48:34 +0000
  • 47be643eac * Added responsive tables to admin * Added language selection over REST API * Added "renderers" so we can add icons or whatever to cells before rendering * Lots of improvements Adolfo Gómez 2013-11-17 03:48:05 +0000
  • 6bb538d941 * Finished (almost) details of master tables * Added templating engine based on John Resig - http://ejohn.org/, * Added capacity to scroll to make tables visible * Added users detail view for authenticators * added server template serving Adolfo Gómez 2013-11-15 23:45:05 +0000
  • d2cf0f6846 Adolfo Gómez 2013-11-15 21:14:46 +0000
  • 2615b5fca4 Added "details" to REST for children of certain elements (such as authenticators-->users, user services --> publications, cache, assignations, groups, transports, etc... Adolfo Gómez 2013-11-15 16:04:51 +0000
  • bf83de2f5e * Web Admin work * Improved visualization & use of Generic Table for data visualization Adolfo Gómez 2013-11-15 14:02:53 +0000
  • e59ac8078d Adolfo Gómez 2013-11-15 10:33:51 +0000
  • caf250daa3 Adolfo Gómez 2013-11-15 10:33:21 +0000
  • 841580afda Adolfo Gómez 2013-11-15 10:32:49 +0000
  • 0a0772a7c6 Advancing admin (in fact already playing around with components, but made some advances.. :-) ) Adolfo Gómez 2013-11-14 17:02:30 +0000
  • d68822eaf7 Advancing with very basic aspects of administration/REST api Adolfo Gómez 2013-11-14 11:17:07 +0000
  • 6e0511add3 Updated checkbrowser to recognize ie, new ie (11), opera, safari, firefox & webkit based browsers Adolfo Gómez 2013-11-13 22:52:14 +0000
  • ae9f3c7e78 Some translations, and javascript catalog fixed so it gets correctly generated on each lang (and do not caches it) Adolfo Gómez 2013-11-13 19:00:19 +0000
  • 89d27cbcd5 Playing around with administration interface, selecting components that seems to match what i'm looking for... :-) Adolfo Gómez 2013-11-13 17:21:48 +0000
  • 59e9f65241 Adolfo Gómez 2013-11-12 01:10:03 +0000
  • 81d64162f4 Start the work over admin interface (Dashboard) in parallel with REST api Adolfo Gómez 2013-11-12 01:09:17 +0000
  • 495ab90cc2 * Updated to django 1.6 * Ensured that, an user when has logged in from interface, has access to REST The access will be restricted by user permissions of course (this is, simple user will have access to its services, preferences and little more... :-)) This part anyway, is not done yet Adolfo Gómez 2013-11-11 20:08:23 +0000
  • 47dff34637 Started a REST api for UDS. Adolfo Gómez 2013-11-11 19:38:23 +0000
  • 918259079a Some characters cause troubles on some devices (tablets, mobiles, ..) so we have removed anything outside ASCII Adolfo Gómez 2013-11-11 00:12:39 +0000
  • 2bda255c2a * added popover on small names * moved deployed services names under lauchn button Adolfo Gómez 2013-11-09 09:11:15 +0000
  • bfed62d833 * Basic htm5 template done * Updated translations & texts Adolfo Gómez 2013-11-08 14:40:52 +0000
  • 2b68a119e1 * Basic htm5 template done * Updated translations & texts Adolfo Gómez 2013-11-08 14:11:45 +0000
  • 7bbf86117b Updated templates, and started to simplify templates structure Adolfo Gómez 2013-11-08 13:33:17 +0000
  • aa2e532843 Advancing on html5 basic theme Adolfo Gómez 2013-11-08 12:18:10 +0000
  • fcc7bffb2e Advancing on html5 basic theme Adolfo Gómez 2013-11-08 12:17:51 +0000
  • b5aa6cd4b8 Adolfo Gómez 2013-11-08 11:31:39 +0000
  • 9dd35ebf1e * Fixed Html5RDP (guacamole) transport so it works on iphone/ipad (os now are recognized) * Added css for using bootstrap on html5 part of UDS Adolfo Gómez 2013-11-08 09:26:11 +0000
  • aba57d8400 * Added support for Android OS * Updated HTML5 part a bit * Added printing support for guacamole Adolfo Gómez 2013-11-05 22:00:12 +0000
  • 66d56dc6e5 Removed a few icons not used in this implementation Adolfo Gómez 2013-11-05 21:21:03 +0000
  • 52c69a3521 After a close look at Guacomole, i noticed that i forgot a lot of things Adolfo Gómez 2013-11-05 21:19:15 +0000
  • 5fd0436ab6 Fixed a bit login form trying things with services display Adolfo Gómez 2013-11-05 11:15:42 +0000
  • 5cf101d3c8 Advancing on migrationg to HTML5 * Adding themes to UDS Adolfo Gómez 2013-11-05 01:20:39 +0000
  • 36429e0443 Adolfo Gómez 2013-11-04 16:15:19 +0000
  • e6d7944e2f * Started migration of user interface to HTML5, using bootstrap Adolfo Gómez 2013-11-04 15:59:59 +0000
  • 646f4fadfb Updated NX download urls to new locations Added configuration parameters to allow change these urls Adolfo Gómez 2013-10-18 08:23:07 +0000
  • 15d7ca7a4b Updated sample settings to include new django var (for wsgi) Updated NX Transport to show new url for downloading Updated NX Tunneled Transport to show new url for downloading Adolfo Gómez 2013-10-18 08:20:48 +0000
  • 158ac77727 * Updated URLS for NX (to 3.5 version ones) * Added urls to a new configuration pannel (NX) Adolfo Gómez 2013-10-18 08:07:15 +0000
  • ea784bfeef Sorted alphabetically Services Adolfo Gómez 2013-10-16 11:45:17 +0000
  • 47ea0a3bcb sorted to show virtual pcvs Adolfo Gómez 2013-10-16 11:41:12 +0000
  • 3646c9dec9 fixed where to get fixed credentials Adolfo Gómez 2013-10-16 11:36:17 +0000
  • fb463dee73 Updated so fixed credentials are correctly got Adolfo Gómez 2013-10-16 11:32:16 +0000
  • d5e71be73c fixed where to get fixed credentials Adolfo Gómez 2013-10-16 11:26:58 +0000
  • 1ea5987975 updated to avoid JAva warning about permissions Adolfo Gómez 2013-10-16 10:56:58 +0000
  • 15011dea95 Added applet value to indicate permissions needed by applet Adolfo Gómez 2013-10-16 10:48:01 +0000
  • 012dc2792b Updated to include permissions on manifest Adolfo Gómez 2013-10-16 10:44:46 +0000
  • a07e784af1 Updated to include permissions on manifest Adolfo Gómez 2013-10-16 10:44:26 +0000
  • 59485e39de Updated to include permissions on manifest Adolfo Gómez 2013-10-16 10:44:07 +0000
  • b79cbcc4e8 Updated to include permissions on manifest Adolfo Gómez 2013-10-16 10:43:28 +0000
  • c7941017b5 Updated jars to include permissions on manifest Adolfo Gómez 2013-10-16 10:43:02 +0000
  • 32ffe5e2d7 Fixed DelayedTask Class to include new "register" member from trunk Adolfo Gómez 2013-10-15 07:57:18 +0000
  • add4c58128 updated guacamole package paths Adolfo Gómez 2013-10-03 13:55:42 +0000
  • 6488f0e80d Updated java version Adolfo Gómez 2013-10-03 13:52:20 +0000
  • 8a3ea8f4c9 Updated bad config Adolfo Gómez 2013-10-02 06:07:25 +0000
  • bf47f40939 Updated to allow audio redirection, and newer build methods. Adolfo Gómez 2013-10-02 03:07:36 +0000
  • c5b3656d38 Integrated 1.2u1 with audio support selection Adolfo Gómez 2013-10-02 03:05:39 +0000
  • 7e8fa876fa Added audio support selection Adolfo Gómez 2013-10-02 02:58:17 +0000
  • eda93e0be2 * Added by default to ignore certificates to RDP Adolfo Gómez 2013-10-02 02:48:05 +0000
  • 53522724b3 * Updated to work with guacamole 0.8.3 * Added sound & video support to guacamole Adolfo Gómez 2013-10-02 02:47:23 +0000
  • dbe7e5187b Fixed a couple of typo bugs on RDP Transports Adolfo Gómez 2013-10-01 20:47:16 +0000
  • 808dfa5aa0 Merge of bug fixes done on trunk Adolfo Gómez 2013-09-26 04:57:09 +0000
  • 7a3eccc5ba Adolfo Gómez 2013-09-26 04:27:42 +0000
  • a3348c9299 Tagging for merging bug fixes done on trunk Adolfo Gómez 2013-09-26 04:26:16 +0000
  • a08b114aee Fixed a bug on utf conversión Adolfo Gómez 2013-09-25 08:29:55 +0000