]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
2025-07-08  Michael Tremerfrontend: Add the burger button to toggle the navbar
2025-07-08  Michael Tremerfrontend: Remove more imported basic components
2025-07-08  Michael Tremerfrontend: Import the maginifying glass icon for viewing...
2025-07-08  Michael Tremerfrontend: Always load the basic UI components
2025-07-08  Michael Tremerfrontend: Improve visuals of the filelist table
2025-07-08  Michael Tremerfrontend: Add control element to view files
2025-07-08  Michael Tremerfrontend: Only offer files for download that are downlo...
2025-07-07  Michael TremerAPI: Set Content-Type when streaming some response
2025-07-07  Michael Tremerapi: Move the file streaming into the backend
2025-07-07  Michael Tremerapi: Implement downloading files from packages
2025-07-07  Michael Tremerfrontend: Add the filelist to the package view
2025-07-07  Michael Tremerpackages: Export NEVRA
2025-07-07  Michael Tremerfrontend: Show some package information by their UUID
2025-07-07  Michael Tremerfrontend: Create a separate type for the shorter packag...
2025-07-07  Michael Tremerfrontend: Add some helper functions to render some...
2025-07-07  Michael Tremerfrontend: Correctly import the container module for...
2025-07-07  Michael Tremerapi: Create an endpoint to fetch the filelist of a...
2025-07-07  Michael Tremerapi: Create an endpoint to fetch a package by its UUID
2025-07-07  Michael Tremerbuilds: Fetch the source package and distribution when...
2025-07-07  Michael Tremerapi: packages: Add endpoint to fetch latest package...
2025-07-07  Michael Tremerfrontend: Make links use the primary colour
2025-07-07  Michael Tremerfrontend: Fix linking to a package
2025-07-07  Michael Tremerfrontend: Create a view to list all available packages
2025-07-07  Michael Tremerapi: pacakges: Hide a couple of fields in the response
2025-07-07  Michael Tremerapi: Add an endpoint that lists all known packages
2025-07-07  Michael Tremerfrontend: Load all required components for the Login...
2025-07-04  Michael Tremerfrontend: Show an icon in the navigation if we are...
2025-07-04  Michael Tremerapi: Serve debuginfo stuff
2025-07-04  Michael Tremerfrontend: Use our new icons
2025-07-04  Michael Tremerfrontend: Import FontAwesome icons
2025-07-04  Michael Tremerfrontend: Create a WebSocket which listens to events
2025-07-04  Michael Tremerfrontend: Move Builder type into the API
2025-07-04  Michael Tremerfrontend: Move user stuff into an own file
2025-07-04  Michael Tremerfrontend: Create a store and listing component for...
2025-07-04  Michael Tremerfrontend: Add a loading indicator component
2025-07-04  Michael Tremerfrontend: Notification: Support success and danger...
2025-07-04  Michael Tremerfrontend: Rebase the API calls on axios
2025-07-04  Michael Tremerfrontend: Install axios
2025-07-04  Michael Tremerfrontend: Show the geo location of the mirrors
2025-07-04  Michael Tremerfrontend: Remove unused fields from User type
2025-07-04  Michael Tremerfrontend: Show supported protocols for mirrors
2025-07-04  Michael Tremerfrontend: Create a view if no view was found to show...
2025-07-03  Michael Tremermirrors: Add the AS name if available to the export
2025-07-03  Michael Tremermirrors: Export whether mirrors support IPv6/IPv4
2025-07-03  Michael Tremerfrontend: Create a box component to list mirrors
2025-07-03  Michael Tremerfrontend: Add a simple page that lists all available...
2025-07-03  Michael Tremerapi: Create an endpoint to create new mirrors
2025-07-03  Michael Tremerdatabase: For now, show the SQL queries again
2025-07-03  Michael Tremerdatabase: Don't show the deleted timestamp in JSON...
2025-07-03  Michael Tremerapi: Move function to fetch the client's IP address
2025-07-03  Michael Tremerapi: Server mirror lists
2025-07-03  Michael Tremerapi: Remove a debug line from the downloads handler
2025-07-02  Michael Tremerapi: Don't show the download endpoints in the API schema
2025-07-02  Michael Tremerapi: Move over the downloads endpoints
2025-07-02  Michael Tremerbuildservice: Fix converting paths to URLs
2025-07-02  Michael Tremerapi: Add an endpoint to edit a mirror
2025-07-02  Michael Tremerapi: Add an endpoint to delete mirrors
2025-07-02  Michael Tremerapi: Create an endpoint to manually trigger a mirror...
2025-07-02  Michael Tremerapi: Create a couple more helper functions to fetch...
2025-07-02  Michael Tremermirrors: Add missing field that stores the last sync
2025-07-02  Michael Tremerapi: Add an endpoint to return all mirrors
2025-07-02  Michael Tremermirrors: Don't expose unnecessary fields to the API
2025-07-02  Michael Tremerapi: Add endpoints to fetch a single mirror
2025-07-02  Michael TremerAPI: Remove debugging line from users
2025-07-02  Michael Tremerapi: Create API endpoints to export users
2025-07-02  Michael Tremerusers: Export the realname to the API
2025-07-02  Michael Tremerusers: Don't export any sensitive fields
2025-07-02  Michael Tremerusers: Automatically create the home repository
2025-07-02  Michael Tremerrepos: Migrate the Repo <-> Build mapping to SQLModel
2025-07-02  Michael Tremerpackages: Automatically load the distro when loading...
2025-07-02  Michael Tremersources: Migrate to SQLModel
2025-07-02  Michael Tremerconfig: The Pakfire object is now called Root
2025-07-02  Michael Tremerbuilds: Resolve ambiguous relationships
2025-07-02  Michael Tremermirrors: Resolve ambiguous relationships
2025-07-02  Michael Tremerkeys: Resolve ambiguous relationships
2025-07-02  Michael Tremerdatabase: Mirgate the soft-delete mixin to SQLModel
2025-07-02  Michael TremerAPI: Fix deleting uploads
2025-07-02  Michael Tremerbuilds: Migrate to SQLModel (mostly)
2025-07-02  Michael Tremermirrors: Migrate to SQLModel
2025-07-02  Michael Tremerpackages: Move to SQLModel
2025-07-01  Michael Tremeruploads: Don't delete successful uploads
2025-07-01  Michael Tremerapi: Process system information submitted by builders
2025-06-30  Michael TremerAPI: Add an endpoint to fetch a specific repository...
2025-06-30  Michael Tremerapi: Add some basic distro endpoints
2025-06-30  Michael Tremerkeys: Migrate to SQLModel
2025-06-30  Michael Tremerdistros: Migrate over to SQLModel
2025-06-30  Michael Tremerrepos: Make them hashable
2025-06-29  Michael Tremerrepos: Move Repo class to SQLModel
2025-06-29  Michael TremerAPI: Create a new sub-router for builds
2025-06-29  Michael TremerAPI: Implement scaffolding for the builder's control...
2025-06-29  Michael Tremerdatabase: Only commit, but don't release sessions
2025-06-29  Michael TremerAPI: Wrap all upload operations into a database session
2025-06-29  Michael Tremerdatabase: Create a new way to control when a database...
2025-06-29  Michael Tremerapi: Make authentication work with WebSockets, too
2025-06-25  Michael Tremerapi: Add endpoint to list all uploads
2025-06-24  Michael TremerAPI: Remove a debug line
2025-06-24  Michael TremerAPI: Remove Kerberos authentication
2025-06-21  Michael TremerAPI: Implement Kerberos authentication against the API
2025-06-21  Michael Tremerfrontend: Bring back the footer
2025-06-21  Michael TremerAPI: Start some event websocket thing
next