Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-05 | Everywhere: Change from http to https where feasible | Ben Wiederhake | |
I used "git grep -FIn http://" to find all occurrences, and looked at each one. If an occurrence was really just a link, and if a https version exists, and if our Browser can access it at least as well as the http version, then I changed the occurrence to https. I'm happy to report that I didn't run into a single site where Browser can't deal with the https version. | |||
2021-09-30 | Meta: Add David Tuin to the contributors list :^) | Linus Groh | |
2021-09-13 | Meta: Add Mustafa Quraish to the contributors list :^) | Andreas Kling | |
2021-09-04 | Meta: Add Karol Kosek to the contributors list :^) | Andreas Kling | |
2021-09-01 | Meta: Add Sonar Cloud link / badge to the README.md | Brian Gianforcaro | |
2021-08-31 | Meta: Add Peter Elliott to the contributors list :^) | Andreas Kling | |
2021-08-31 | Libraries: Add LibDSP | kleines Filmröllchen | |
LibDSP is a library for digital signal processing, and is primarily intended to support the future DAW version of Piano. | |||
2021-08-26 | Meta: Add Jesse Buhagiar to the contributors list :^) | Andreas Kling | |
2021-08-24 | Userland: Remove IRC Client | Andreas Kling | |
The IRC Client application made some sense while our main communication hub was an IRC channel. Now that we've moved on, IRC is just a random protocol with no particular relevance to this project. This also has the benefit of removing one major client of the single- process Web::InProcessWebView class. | |||
2021-08-18 | README+Meta: Update the screenshot :^) | networkException | |
2021-08-17 | Meta: Add Azure DevOps badge to README | Timothy Flynn | |
2021-08-15 | Meta: Add sin-ack to the contributors list :^) | sin-ack | |
2021-08-13 | Meta: Add Lenny Maiorani to the contributors list :^) | Ali Mohammad Pur | |
2021-08-08 | Meta: Add Tobias Christiansen to the contributors list :^) | Andreas Kling | |
2021-08-03 | Meta: Add x86_64 to supported architectures in README | GamingCraft_hd | |
2021-07-31 | Meta: Add Sam Atkins to the contributors list :^) | Andreas Kling | |
2021-07-31 | Meta: Add Jelle Raaijmakers to the contributors list :^) | Andreas Kling | |
2021-07-24 | Meta: Add LibIMAP and Mail to the list of libraries and features | Luke | |
2021-07-08 | Meta: Add Daniel Bertalan to the contributors list :^) | Andreas Kling | |
2021-06-14 | Everywhere: Use new discord invite url :^) | networkException | |
Replaces all instances of the previous discord invite link with a shiny new vanity url. | |||
2021-06-11 | Meta: Add Max Wipfli to the contributors list :^) | Andreas Kling | |
2021-06-09 | Meta: Remove references to the abandoned IRC channel | Andreas Kling | |
2021-05-28 | Meta: Add `LibGL` to README :^) | Jesse Buhagiar | |
Think this is fleshed out and cool enough to warrant being in the README :^) | |||
2021-05-24 | Meta: Add Stephan Unverwerth to the contributors list :^) | Andreas Kling | |
2021-05-24 | Meta: Add Jean-Baptiste Boric to contributors list :^) | Andreas Kling | |
2021-05-22 | Userland: Rename LibThread => LibThreading | Andreas Kling | |
Also rename the "LibThread" namespace to "Threading" | |||
2021-05-09 | Meta: Fix broken FAQ link in README | Andreas Kling | |
2021-05-05 | Documentation: Update FAQ a bit and move it into Documentation/ | Andreas Kling | |
This was hiding on the serenityos.org website previously, where not many people found it. Let's put it in a more natural location, and also make sure to link to it from the README. | |||
2021-05-04 | Meta: Mention man.serenityos.org in the README :^) | Linus Groh | |
2021-05-03 | Meta: Add Discord badge to README.md (#6839) | J-VdS | |
Add a Discord badge to the top of the README.md file. It will show the number of online users in the Discord server. If clicked it will redirect you to the invite page. | |||
2021-04-26 | Documentation: Fix "GUI interface" wording | Rudolf Adamkovič | |
"GUI" = graphical user interface "GUI interface" = graphical user interface interface :^) | |||
2021-04-25 | Services: Rename ProtocolServer to RequestServer | DexesTTP | |
The current ProtocolServer was really only used for requests, and with the recent introduction of the WebSocket service, long-lasting connections with another server are not part of it. To better reflect this, this commit renames it to RequestServer. This commit also changes the existing 'protocol' portal to 'request', the existing 'protocol' user and group to 'request', and most mentions of the 'download' aspect of the request to 'request' when relevant, to make everything consistent across the system. Note that LibProtocol still exists as-is, but the more generic Client class and the more specific Download class have both been renamed to a more accurate RequestClient and Request to match the new names. This commit only change names, not behaviors. | |||
2021-04-24 | Meta: Add Tim Flynn to the contributors list :^) | Linus Groh | |
2021-04-18 | Meta: Add Gunnar Beutner to the contributors list :^) | Andreas Kling | |
2021-04-17 | Meta: Add Idan Horowitz to the contributors list :^) | Andreas Kling | |
2021-04-11 | Meta: Add a link to the SerenityOS Discord server in README.md | Andreas Kling | |
2021-04-11 | Meta: Rename ReadMe.md -> README.md | Andreas Kling | |