]> git.ipfire.org Git - pbs.git/history - src/buildservice/users.py
builds: Load all builds with the group
[pbs.git] / src / buildservice / users.py
2025-03-27  Michael Tremerrelease monitoring: Manually fetch the Pakfire user
2025-02-13  Michael Tremerusers: Don't exclude deleted builds from total builds
2025-02-13  Michael Tremerjobs: Show owner of scratch builds
2025-02-12  Michael Tremerusers: Fix fetching consumed build time
2025-02-12  Michael Tremerusers: Fix the totally broken disk usage query
2025-02-11  Michael Tremerusers: Always return an integer for the total number...
2025-02-11  Michael Tremerusers: Look for an exact match first when searching
2025-02-10  Michael Tremerusers: Add banner to ask to subscribe on front page
2025-02-10  Michael Tremerdecorators: Drop the lazy_property decorator
2025-02-05  Michael Tremerdatabase: Use as many inner joins as possible
2025-01-26  Michael Tremerdatabase: Fix loads of incorrect joins
2025-01-26  Michael Tremerusers: Bring back the welcome push message
2025-01-26  Michael Tremerusers: Don't include the TTL in the payload of the...
2025-01-26  Michael Tremerusers: Simplify passing around push messages
2025-01-26  Michael Tremerusers: Send push messages from the same task
2025-01-26  Michael Tremerusers: Fix deleting push subscriptions
2025-01-26  Michael Tremerusers: Fix subscribing to push notifications
2025-01-24  Michael Tremerbuilds: Fix cloning a build
2025-01-23  Michael Tremerusers: Read the VAPID keys from the configuration file
2025-01-23  Michael Tremerdatabase: Use joined loading a little bit more often
2025-01-22  Michael Tremerusers: Fix showing total builds/build time
2025-01-21  Michael Tremerusers: Remove extra attributes that were used by the...
2025-01-21  Michael Tremerrepos: Rename from repository
2025-01-21  Michael TremerMigrate to an even more async design
2025-01-12  Michael TremerTry to make this entire application async
2023-10-19  Michael Tremerusers: Return 0 when no quota has been used
2023-09-20  Michael Tremerusers: Show used daily build quota
2023-09-20  Michael Tremerusers: Obviously we need to account for deleted builds...
2023-09-20  Michael Tremerusers: Introduce daily build quotas
2023-09-20  Michael Tremerusers: Fix how we are calculating disk usage
2023-09-20  Michael Tremerusers: Set default storage quota for users
2023-09-20  Michael Tremerusers: Remove empty SQL statement
2023-09-20  Michael Tremerusers: Rename quota to storage quota
2023-09-20  Michael Tremerusers: Rename deleted to deleted_at
2023-08-18  Michael Tremerrepo: Add simple API operations
2023-07-21  Michael Tremerbackend: Move temporary tables into CTEs
2023-06-14  Michael Tremersources: Refactor Commit class
2023-06-06  Michael Tremerusers: Add binary packages to the disk usage
2023-06-06  Michael Tremerusers: Move disk usage view into the code
2023-06-04  Michael Tremerbuilds: Show scratch builds for packages and enhance...
2023-05-29  Michael Tremermonitoring: Implement creating builds
2023-05-24  Michael Tremerusers: Fix fetching user repositories
2023-05-19  Michael Tremerusers: Send an extended welcome message
2023-05-19  Michael Tremerusers: Implement scaffolding for push notifications
2023-05-15  Michael Tremerusers: Create a LDAP connection per thread
2023-05-15  Michael Tremerusers: Give users their own connect to Bugzilla
2023-05-03  Michael Tremerbuilds: Don't show test builds in listings
2023-04-29  Michael Tremerusers: Show username if no realname is available
2023-04-29  Michael Tremerusers: Fix reading email addresses from LDAP
2023-04-29  Michael Tremerusers: Redesign index page with some hopefully intersti...
2023-04-22  Michael Tremerlogging: Use our own logger
2023-03-07  Michael Tremerusers: Return the home repository if no name is given
2023-03-07  Michael Tremerusers: Don't fail if we don't have an email address...
2022-10-23  Michael Tremerhub: Implement listing all uploads
2022-10-19  Michael Tremerusers: Throw a better error when there are duplicate...
2022-10-14  Michael Tremerusers: Drop any timezone stuff
2022-10-14  Michael Tremertests: Mark that we are in test mode and disable LDAP...
2022-10-14  Michael Tremerusers: Make get_by_email tolerate any stuff around...
2022-10-14  Michael Tremertests: Add some dummy data for test user
2022-10-14  Michael Tremerusers: Refactor fetching any user data from LDAP
2022-10-14  Michael Tremerusers: Require email address when the user is created
2022-10-14  Michael Tremerusers: Send a welcome email on registration
2022-10-14  Michael Tremerusers: Correct use the email class
2022-10-14  Michael Tremermesages: Add To: header to all emails
2022-10-14  Michael Tremermessages: Refactor rendering messages
2022-10-13  Michael Tremerusers: Rename send_template() to send_email()
2022-10-12  Michael Tremerlogging: Correctly set up loggers for all submodules
2022-10-06  Michael TremerRevert "users: Add a key for each user"
2022-10-06  Michael Tremerusers: Add a key for each user
2022-10-06  Michael Tremerusers: Move any extra permissions into the users table
2022-10-06  Michael Tremerusers: Make the permissions model more similar to the...
2022-10-05  Michael Tremerusers: Refactor deleting users
2022-10-05  Michael Tremerusers: Activate all users by default
2022-10-05  Michael Tremerusers: Drop ldap_dn attribute
2022-10-05  Michael Tremerusers: Drop stuff to (re-)activate any user accounts
2022-10-05  Michael Tremerusers: Destroy any sessions when the user is being...
2022-10-05  Michael Tremerusers: Drop password recovery code attribute
2022-10-05  Michael Tremerweb: Use Kerberos authentication for users
2022-06-28  Michael Tremerusers: Implement quota checks
2022-06-26  Michael Tremerusers: Show repositories grouped by distribution
2022-06-26  Michael Tremerrepositories: Add distribution to identify user reposit...
2022-06-25  Michael Tremerusers: Make custom repositories available
2022-06-25  Michael Tremerusers: Refactor detail page
2022-06-22  Michael Tremerrepositories: Add option to create personal repositories
2022-06-21  Michael TremerCorrect implemenation for sorting everything
2022-05-29  Michael Tremerusers: Stop using Gravatar and pull them from people...
2022-05-29  Michael Tremerusers: Delete some unused code
2022-05-29  Michael Tremerusers: Return NotImplemented when we cannot compare
2022-05-29  Michael Tremerusers: Print their name as string
2022-05-29  Michael Tremerauth: Make authentication against LDAP work
2022-05-29  Michael TremerDrop all user registration stuff
2021-06-10  Michael TremerRun 2to3
2018-01-10  Jonatan SchlagMerge branch 'master' into bootstrap4
2018-01-10  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs
2018-01-10  Michael TremerCorrectly set cache of user email objects
2018-01-04  Jonatan SchlagMerge branch 'master' into bootstrap4
2018-01-04  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs
2017-12-29  Michael Tremerbuild comments: Create own class and move logic to...
2017-12-12  Jonatan SchlagMerge branch 'master' into bootstrap4
2017-12-12  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs
next