summaryrefslogtreecommitdiff
path: root/Base/etc
AgeCommit message (Expand)Author
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-06-17Base+Meta: Rename the wheel group to goodboys :^)Sergey Bugaev
2020-05-29Kernel+Base: Mount root filesystem read-only :^)Sergey Bugaev
2020-05-27Base: Replace TTYServer with text mode ShellSergey Bugaev
2020-05-20ClipboardHistory: Always place the applet at the same location :^)Andreas Kling
2020-05-20Base: Tweak SystemServer.iniSergey Bugaev
2020-05-16ClipboardHistory: Add a clipboard history applet :^)Sergey Bugaev
2020-05-15Base: Allow NotificationServer to access the ClipboardSergey Bugaev
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-09LaunchServer: Don't use SystemServer keepaliveAndreas Kling
2020-05-09LaunchServer: Run with portal permissions 600Andreas Kling
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett
2020-04-18Base: Start a desktop FileManager by default! :^)Andreas Kling
2020-04-18Base files: Add protocols fileRead H
2020-04-16Base Files: Add services file.Read H
2020-04-11MenuApplets: Support memory usage and custom colors in ResourceGraphLinus Groh
2020-04-11MenuApplets: Rename CPUGraph to ResourceGraphLinus Groh
2020-04-06Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-06DHCPClient: Log errors and cleanup the codeAnotherTest
2020-04-05Servers: Add a new DHCP clientAnotherTest
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-03-31Base: Change root user home directory from `/` to `/root`Brendan Coles
2020-03-18SystemServer: Add WorkingDirectory supportItamar
2020-03-03Base: Add anon user to the phys groupAndreas Kling
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
2020-02-23SystemDialog: Revamp to be more Win95-likethatlittlegit
2020-02-17SystemMenu: Finish the implementation and start this at boot :^)Andreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-09WindowServer: Remove username from MenuManager.Hüseyin ASLITÜRK
2020-01-26LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"Andreas Kling
2020-01-12Kernel+Base: Mount root as nodev,nosuidSergey Bugaev
2020-01-11Base: Apply some filesystem flags by defaultSergey Bugaev
2020-01-11Base: Run ProtocolServer as a separate "protocol" userAndreas Kling
2020-01-09Base: Add a "lookup" user+group that runs LookupServerAndreas Kling
2020-01-04Base: Add an "audio" group that gets to write to /dev/audioAndreas Kling
2020-01-04Base: Add a "phys" group for users with physical accessAndreas Kling
2020-01-04Base: Add "tty" group and make /dev/tty* be root:tty mode 610Andreas Kling
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-11LookupServer: Switch to a more privacy-respecting DNS providerValtteri Koskivuori
2019-12-05CPUGraph: Launch the CPUGraph menu applet on startupAndreas Kling
2019-11-26SystemServer: Implement lazy spawningSergey Bugaev
2019-11-26LookupServer: Port to socket takeoverSergey Bugaev
2019-11-26ProtocolServer: Port to socket takeoverSergey Bugaev
2019-11-26AudioServer: Port to socket takeoverSergey Bugaev
2019-11-26WindowServer: Port to socket takeoverSergey Bugaev