aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/cloudpopup.reel
Commit message (Collapse)AuthorAge
* Fix: Improved download UX for cloud appJose Antonio Marquez2012-07-18
| | | | Added a fix to prevent the on close dialog of Chrome from appearing when an user has to download the Ninja Cloud app. Everything should work the same, only no dialog appears when clicking on download.
* fixed incorrect capitalization for DOCTYPE htmlJohn Mayhew2012-07-09
|
* Normalize HTML DOCTYPEKris Kowal2012-07-09
| | | | | | | Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces.
* BSD LicenseKris Kowal2012-07-09
|
* Normalize HTML doctypeKris Kowal2012-07-06
|
* Remove byte order markers (BOM)Kris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Removing more id and changing the appropriate CSS for themValerio Virgillito2012-05-03
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| | | | preparation for montage converting to the new "prototype" format fully
* prefixing the local storage and using the new local-storage object.Valerio Virgillito2012-02-24
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Cloud URL localStorage FixJose Antonio Marquez2012-02-20
| | | | Fixed logic to remember and display the previously used URL for local cloud if not started on Ninja load.
* Adding webRequest redirects for iFrame templatesJose Antonio Marquez2012-02-17
|
* Cloud download windows bug fixJose Antonio Marquez2012-02-16
|
* Adding Cloud app download URLsJose Antonio Marquez2012-02-16
|
* Save 'code' view filesJose Antonio Marquez2012-02-13
| | | | Added functionality (temp) to save files in code view.
* File OpenJose Antonio Marquez2012-02-10
| | | | Adding the functionality to open a basic file.
* Adding download cloud app UIJose Antonio Marquez2012-02-09
|
* Chrome FileSystem API TestingJose Antonio Marquez2012-02-02
| | | | Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
* Adding cancel functionality to cloud popupJose Antonio Marquez2012-02-01
| | | | Added the functionality to the cloud pupup cancel button to set the rootURL to null if selected, ok button will allow the value to remain as last input. Test button tests the URL, and therefore set it, but does not handling closing the dialog.
* Removing filesytem class, no longer usedJose Antonio Marquez2012-02-01
| | | | Also cleaning up cloud popup IU.
* Adding cloud popup copyJose Antonio Marquez2012-02-01
|
* Applying global button styles to cloud popupJose Antonio Marquez2012-02-01
|
* Cloud API Popup FixesJose Antonio Marquez2012-01-31
| | | | Minor layout fixes, adjusted functionality slightly, need to check into adjusting the file and directory URL constructs for API changes.
* Hooking cloud popup UI to coreJose Antonio Marquez2012-01-31
| | | | Set up the popup UI for cloud to core API to detected cloud API connection.
* Cloud IO PromptJose Antonio Marquez2012-01-31
Setting up UI for the file IO prompt on initialization of Ninja and whenever a cloud IO call is made and the server is not detected.