]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
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
2025-06-20  Michael Tremerfrontend: Make authentication a composable
2025-06-20  Michael Tremerfrontend: Show a list of builders
2025-06-20  Michael Tremerbuilders: Exclude some fields from being exported
2025-06-20  Michael TremerAPI: Export builders
2025-06-20  Michael Tremerbackend: Drop server-side sessions
2025-06-20  Michael Tremerfrontend: Log in users when the app is being reloaded
2025-06-20  Michael Tremerfrontend: Make the logout link work
2025-06-20  Michael Tremerfrontend: Store login information in presistent storage
2025-06-20  Michael TremerAPI: auth: Add an endpoint for the currently logged...
2025-06-20  Michael Tremerfrontend: Setup pinia
2025-06-20  Michael TremerAPI: Set the refresh token in a cookie as well
2025-06-20  Michael Tremerfrontend: Create a basic Login view
2025-06-20  Michael TremerAPI: Add an /api/v1 prefix to everything
2025-06-19  Michael Tremerfrontend: Install a router
2025-06-19  Michael Tremerfrontend: Create some simple Home view
2025-06-19  Michael Tremerfrontend: Drop demo components
2025-06-19  Michael Tremerfrontend: Enable translation
2025-06-19  Michael Tremerfrontend: Use our primary colour and font
2025-06-19  Michael Tremerfrontend: Pull in Prompt
2025-06-19  Michael Tremerfrontend: Install Bulma
2025-06-19  Michael Tremerfrontend: Update the index.html
2025-06-19  Michael Tremerfrontend: Create a new vue.js application
2025-06-17  Michael TremerAPI: Implement streaming the upload's payload
2025-06-17  Michael TremerAPI: Implement creating a new upload
next