All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Delft Solutions. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:56, 20 June 2024 Thexa4 talk contribs protected Enroll Mac in Kerberos [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Security) (hist)
- 03:56, 20 June 2024 Thexa4 talk contribs created page Enroll Mac in Kerberos (Created page with "# Create host on IPA # Create a keytab on an enrolled host: TMPFILE="$(mktemp -u)"; ipa-getkeytab -s ipa.delftsolutions.nl -p host/<hostname> -k "$TMPFILE"; base64 -w0 "$TMPFILE" && echo; rm -f "$TMPFILE"; # On the mac as root, create the keytab: umask 026; base64 -D >/etc/krb5.keytab <<<"<key>"; umask 022")
- 02:57, 11 July 2023 Thexa4 talk contribs changed group membership for SleeplessByte from administrator to administrator, interface administrator and bureaucrat
- 06:31, 18 January 2023 Thexa4 talk contribs created page Incident Handling (Created page with "* Critical incidents are resolved within 16 hours. * Non-critical incidents are diagnosed within 9 hours and resolved within one week.")
- 06:28, 18 January 2023 Thexa4 talk contribs protected Incident Handling [Create=Allow only administrators] (indefinite) (Internal process) (hist)
- 06:05, 19 January 2021 Thexa4 talk contribs moved page Media-Types Validatoin (Ruby) to Media-Types Validation (Ruby)
- 06:04, 19 January 2021 Thexa4 talk contribs moved page Ruby-media-types to Media-Types Validatoin (Ruby)
- 06:00, 19 January 2021 Thexa4 talk contribs moved page Media-Types Serialization to Media-Types Serialization (Ruby)
- 05:54, 19 January 2021 Thexa4 talk contribs created page HATEOAS API (Ruby) (Created page with "Useful libraries include: * Media-Types Serialization")
- 18:08, 18 January 2021 Thexa4 talk contribs created page HTTP Header (Created page with "HTTP requests and responses are accompanied by headers. == Request Headers == Some common request headers are: * Accept * Accept-Language Header |...")
- 17:18, 18 January 2021 Thexa4 talk contribs created page HTTP (Created page with "The '''H'''yper'''T'''ext '''T'''ransfer '''P'''rotocol is used by browsers and other User-Agents to perform actions on the web. HTTP version 1.1 is defined i...")
- 17:10, 18 January 2021 Thexa4 talk contribs created page HTTP Caching (Created page with "One of the often overlooked superpowers of HTTP is the built in support for caching. This allows you to only spend the effort of generating a response every so often inste...")
- 08:05, 15 January 2021 Thexa4 talk contribs created page Media-Types Serialization (Created page with "[https://github.com/XPBytes/media_types-serialization Media-Types Serialization] is a [https://www.ruby-lang.org/en/ Ruby] package to help [https://rubyonrails.org/ Rails] app...")
- 08:01, 15 January 2021 Thexa4 talk contribs created page Ruby-media-types-serialization (Redirected page to Media-Types-Serialization) Tag: New redirect
- 07:07, 15 January 2021 Thexa4 talk contribs moved page Content Type Negotiation to Content Negotiation
- 09:12, 14 January 2021 Thexa4 talk contribs created page Content Type Negotiation (Created page with "A main feature of the HyperText Transfer Protocol (HTTP) is that it allows clients and servers to negotiate what kind of formats both support. They do this using the Accept...")
- 09:01, 14 January 2021 Thexa4 talk contribs created page Link Header (Created page with "Link headers are a way to signal available actions to clients. Which actions can be available and how you can perform these actions are documented in the Media-Type specific...")
- 08:21, 14 January 2021 Thexa4 talk contribs created page Pagination (Created page with "When APIs need to return a lot of data or if computing which items to show is expensive it is useful to return data in a page-wise fashion. If the response size is less than...")
- 07:53, 14 January 2021 Thexa4 talk contribs created page Versioning (Created page with "Versioning is a way for clients to indicate what features they support. == Strategies == As with all interesting engineering problems, approaches to versioning have different...")
- 07:08, 14 January 2021 Thexa4 talk contribs created page DelftSolutions:Copyrights (Created page with "Content on this Wiki is available under [https://creativecommons.org/publicdomain/zero/1.0/ CC0] unless otherwise stated.")
- 06:56, 14 January 2021 Thexa4 talk contribs created page Backward Compatibility (Created page with "Backwards Compatibility is the practice of allowing older versions of software to keep working with newer versions of server software. == Strategies == Enabling backwards co...")
- 09:25, 3 December 2020 Thexa4 talk contribs created page Category:RFCs (Created page with "Request For Comments are documents that are used by the [https://www.ietf.org/standards/rfcs/ IETF] to define the standards that allow the internet to exist. Our software make...")
- 09:12, 3 December 2020 Thexa4 talk contribs moved page Guidelines to API Guidelines without leaving a redirect
- 09:11, 3 December 2020 Thexa4 talk contribs moved page Idempotent to Idempotency
- 09:10, 3 December 2020 Thexa4 talk contribs created page Idempotent (Created page with "Idempotency means that you can perform an action more than once without changing any state. == Examples == * GET requests can be done more than once because they are supposed...")
- 08:32, 30 November 2020 Thexa4 talk contribs created page Guidelines (Created page with "* Clients must never construct URLs without a template. * Versioning should be done using Content Type Negotiation. * Resources should use HTTP...")
- 08:10, 30 November 2020 Thexa4 talk contribs created page Media Types (Created page with "A Media Type is a description of a file format plus a description of the interactions a client can make when viewing the file. Media Types are referenced using their identifie...")
- 07:50, 30 November 2020 Thexa4 talk contribs created page URL Templating (Created page with "It is sometimes useful to allow a client to construct a URL. This is frequently done using out of band information but that has the disadvantage that the server is no long...")
- 09:05, 17 September 2020 Thexa4 talk contribs created page URL (Created page with "A Uniform Resource Locator (URL) is a string instrucing a client how to request a specific resource. They always consist of a scheme (like https) and a scheme specific par...")
- 05:02, 17 September 2020 Thexa4 talk contribs created page HATEOAS API (Created page with "Originally called REST, HATEOAS is a way of designing HTTP APIs as described in [https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm Roy Fieldings thesis]....")
- 04:40, 17 September 2020 Thexa4 talk contribs created page Internal (Created page with "Era Inventory API Description")
- 04:39, 17 September 2020 Thexa4 talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Internal * SEARCH * TOOLBOX *...")
- 12:30, 2 April 2020 Thexa4 talk contribs created page Error/MediaTypes::Serialization::NoInputReceivedError (Created page with "This error is usually shown when trying to POST to and endpoint without an [https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type Content-Type header].")
- 12:18, 2 April 2020 Thexa4 talk contribs changed group membership for SleeplessByte from (none) to administrator
- 12:00, 2 April 2020 Thexa4 talk contribs created page Error (Created page with "This collection contains error descriptions for the [https://github.com/XPBytes/media_types-serialization/ Media Types Serialization gem]. Feel free to add your own namespaced...")
- 11:55, 2 April 2020 Thexa4 talk contribs created page DelftSolutions:About (Created page with "For more information, please visit our website: https://www.delftsolutions.nl")
- 11:16, 2 April 2020 Thexa4 talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: body { background-color: #FCD5C0; } #mw-page-base { background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rg...")