OS.js

Software Screenshot:
OS.js
Software Details:
Version: 2.0 Alpha 67 updated
Upload Date: 10 Feb 16
Developer: Anders Evenrud
Distribution Type: Freeware
Downloads: 40

Rating: 4.5/5 (Total Votes: 2)

Comes packed with many browser-inspired apps, like a video player, file browser, browser, PDF viewer, music player, terminal, IRC client, and many more.

OS.js can be installed on a server, and then users can connect to it via an Internet connection and a browser.

What is new in this release:

  • Core: New core settings generation in src/conf for much easier management (no more build.json)
  • Themes: New folder structure
  • Themes: Reworked the Theme settings in core
  • Themes: You can now add custom icon themes
  • Themes: You can now add custom sound themes
  • Themes: You can now add custom font themes
  • Themes: Metadata now includes some important CSS margin stuff
  • CoreWM: Better Window Desktop Corner snapping
  • Windows: Moved some event code to WindowManager
  • API: getFileIcon() now only accepts OSjs.VFS.File as argument
  • GUI: Fixed GUIElements not updating correctly in Tabs
  • Misc: Centered loading correctly in CSS
  • Misc: Cleanups
  • Misc: jslint for window.WL
  • Misc: Added installer.sh script to source

What is new in version 2.0 Alpha 59:

  • Core: New core settings generation in src/conf for much easier management (no more build.json)
  • Themes: New folder structure
  • Themes: Reworked the Theme settings in core
  • Themes: You can now add custom icon themes
  • Themes: You can now add custom sound themes
  • Themes: You can now add custom font themes
  • Themes: Metadata now includes some important CSS margin stuff
  • CoreWM: Better Window Desktop Corner snapping
  • Windows: Moved some event code to WindowManager
  • API: getFileIcon() now only accepts OSjs.VFS.File as argument
  • GUI: Fixed GUIElements not updating correctly in Tabs
  • Misc: Centered loading correctly in CSS
  • Misc: Cleanups
  • Misc: jslint for window.WL
  • Misc: Added installer.sh script to source

What is new in version 2.0 Alpha 57:

  • Core: New core settings generation in src/conf for much easier management (no more build.json)
  • Themes: New folder structure
  • Themes: Reworked the Theme settings in core
  • Themes: You can now add custom icon themes
  • Themes: You can now add custom sound themes
  • Themes: You can now add custom font themes
  • Themes: Metadata now includes some important CSS margin stuff
  • CoreWM: Better Window Desktop Corner snapping
  • Windows: Moved some event code to WindowManager
  • API: getFileIcon() now only accepts OSjs.VFS.File as argument
  • GUI: Fixed GUIElements not updating correctly in Tabs
  • Misc: Centered loading correctly in CSS
  • Misc: Cleanups
  • Misc: jslint for window.WL
  • Misc: Added installer.sh script to source

What is new in version 2.0 Alpha 55:

  • Core: New core settings generation in src/conf for much easier management (no more build.json)
  • Themes: New folder structure
  • Themes: Reworked the Theme settings in core
  • Themes: You can now add custom icon themes
  • Themes: You can now add custom sound themes
  • Themes: You can now add custom font themes
  • Themes: Metadata now includes some important CSS margin stuff
  • CoreWM: Better Window Desktop Corner snapping
  • Windows: Moved some event code to WindowManager
  • API: getFileIcon() now only accepts OSjs.VFS.File as argument
  • GUI: Fixed GUIElements not updating correctly in Tabs
  • Misc: Centered loading correctly in CSS
  • Misc: Cleanups
  • Misc: jslint for window.WL
  • Misc: Added installer.sh script to source

What is new in version 2.0 Alpha 51:

  • API Namespace cleanups, file splitting and documentation.

What is new in version 2.0 Alpha 42:

  • Added Core de_DE translations
  • Added Application de_DE translations
  • Themes: Added missing icon
  • Handlers: Fixed a typo after refactor (settings saving in Example handler)
  • Misc: Fixed desktop scrolling causing flickering
  • Application - FileManager: Fixed side view toggle
  • Application - FileManager: Added 'Edit' menu to default right-click menu context
  • CoreWM: Fixed upload on desktop via DnD
  • CoreWM: Now removes shortcut if file is removed in IconView

What is new in version 2.0 Alpha 26:

  • Templates: Removed some deprecated stuff
  • VFS: Fix for empty File construct
  • VFS: GoogleDrive fixes
  • VFS: Copy/Move between different sources
  • VFS: Download method for all sources
  • Utils: Fixed dirname() for uri with protocol
  • Utils: Added urlsafe base64 encode/decode
  • Dialogs: Fixed directory listing bug in File dialog
  • Core: Better error/exception handling

What is new in version 2.0 Alpha 17:

  • Locales: Now falls back to system default language when not found in dict
  • Core: Added lots of hooks for custom custom integration stuff
  • Core: Removed _addEvent() and migrated code
  • CoreWM: Moved some code from Core, some abstraction updates
  • Utils: Added middle button detection to mouseButton()
  • Misc: Moved some MIME stuff around
  • Misc: Console messages now removed from dist builds
  • Misc: Google Closure Compiler now default for Core

What is new in version 2.0 Alpha 13:

  • Themes: Refactored theming
  • Windows: The given dimensions will now work correctly
  • Backend: Bugfixes for PHP
  • Applications: Small fixes for dimensions
  • Dist: Fixed xmpp stuff
  • Helpers: Moved UploadFiles and SettingsManager to OSjs.API
  • Helpers: New DefaultApplication
  • Helpers: New DefaultApplicationWindow

What is new in version 0.9.6:

  • Templates:
  • Changed demo template
  • Now created login automatically on DEMO mode
  • Core:
  • Removed pimp.css, migrated to theme.default.css
  • Fixed DesktopIconView context menu
  • Fixed preloading item registry
  • Fixed Window title position
  • Inactive windows a bit more "invisible"
  • DesktopIconView items now renamable
  • Fixed font dialog bugs
  • Now loads in IE8
  • Now not relying on localStorage anymore
  • SettingsManager rewritten
  • Renamed Iconview -> IconView
  • resources now stripped of unwanted content
  • Fixed storing settings bugs
  • UI:
  • Included new list of wallpapers

What is new in version 0.6-alpha6:

  • Added HTML Meta tags for SEO
  • Fixed bug for moving panel items
  • Added missing icons
  • Added Browser class for determine browser (PHP to JS)
  • Fixed wallpaper lookup path when accessing desktop context menu
  • PanelItem CSS moved from core to packages (incl. metadata update)
  • Added some more Functions (global)
  • Added avatar image to user
  • Session ID is now stored in database (for preventing hijacking)
  • CSS ContextMenu fixes
  • A compiled list of resources are now loaded in background while
  • OS.js initializes, for faster performance of showing commonly used items (images etc.)
  • PanelItemDock defaults are now updated

What is new in version 0.6-alpha1:

  • Core:
  • Finish menus (bugs)
  • Implement all client-side exceptions
  • Panel item positioning, adding new items and storage
  • Rewrite PanelItemMenu
  • Custom scrollbars where avail. (CSS)
  • Finish Node.js backend
  • Applications:
  • Mailing
  • Archiver
  • Writer
  • Music Player
  • Documentation:
  • Publish Documentation

Requirements:

  • JavaScript enabled on client side

Screenshots

os-js_1_84143.png
os-js_2_84143.png
os-js_3_84143.png

Similar Software

Weber
Weber

13 Apr 15

NG-Grid
NG-Grid

10 Feb 16

PHP Search Engine
PHP Search Engine

13 May 15

CubicWeb
CubicWeb

13 May 15

Comments to OS.js

Comments not found
Add Comment
Turn on images!