Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-02-20 | aurweb.spawn: Support stdout redirections to non-tty | Frédéric Mangano-Tarumi | 1 | -1/+5 |
2021-02-20 | Exclude suspended Users from being notified | Kevin Morris | 1 | -10/+18 |
2021-02-20 | Support conjunctive keyword search in RPC interface | Kevin Morris | 3 | -24/+43 |
2021-02-20 | Build a translation facility for FastAPI | Frédéric Mangano-Tarumi | 2 | -9/+33 |
2021-02-20 | SSO: Port account suspension | Frédéric Mangano-Tarumi | 1 | -1/+10 |
2021-02-20 | SSO: Port IP ban checking | Frédéric Mangano-Tarumi | 1 | -2/+17 |
2021-02-20 | Save id_token for the SSO logout | Frédéric Mangano-Tarumi | 1 | -4/+15 |
2021-02-20 | Implement SSO logout | Frédéric Mangano-Tarumi | 2 | -1/+31 |
2021-02-20 | SSO: Add an SSO option in the login page | Frédéric Mangano-Tarumi | 1 | -0/+3 |
2021-02-20 | SSO: Explain the rationale behind prompt=login | Frédéric Mangano-Tarumi | 1 | -0/+7 |
2021-02-20 | Fix typos in CONTRIBUTING.md | Frédéric Mangano-Tarumi | 1 | -3/+3 |
2021-02-20 | Open AUR sessions from SSO | Frédéric Mangano-Tarumi | 1 | -2/+49 |
2021-02-20 | Integrate SQLAlchemy into FastAPI | Frédéric Mangano-Tarumi | 1 | -0/+30 |
2021-02-20 | Add SSO account ID in table Users | Frédéric Mangano-Tarumi | 2 | -0/+31 |
2021-02-20 | aurweb.l10n: Translate without side effects | Frédéric Mangano-Tarumi | 1 | -2/+1 |
2021-02-20 | Guide to setting up Keycloak for the SSO | Frédéric Mangano-Tarumi | 2 | -1/+39 |
2021-02-20 | Crude OpenID Connect client using Authlib | Frédéric Mangano-Tarumi | 8 | -2/+72 |
2021-02-20 | aurweb.spawn: Fix isort errors | Frédéric Mangano-Tarumi | 1 | -2/+1 |
2021-02-20 | Remove the FastAPI /hello test route | Frédéric Mangano-Tarumi | 2 | -8/+0 |
2021-02-20 | Introduce conf/config.dev for development | Frédéric Mangano-Tarumi | 3 | -15/+38 |
2021-02-20 | aurweb.spawn: Integrate FastAPI and nginx | Frédéric Mangano-Tarumi | 5 | -14/+86 |
2021-02-20 | Add CONTRIBUTING.md | Filipe Laíns | 1 | -0/+10 |
2021-02-20 | pre-commit: add initial config | Filipe Laíns | 1 | -0/+24 |
2021-02-20 | isort: add initial config | Filipe Laíns | 1 | -0/+4 |
2021-02-20 | flake8: add initial config | Filipe Laíns | 1 | -0/+4 |
2021-02-20 | Refactor code to comply with flake8 and isort | Filipe Laíns | 11 | -201/+210 |
2021-02-20 | ci: remove Travis CI | Filipe Laíns | 1 | -23/+0 |
2021-02-20 | Create aurweb.spawn for spawing the test server | Frédéric Mangano-Tarumi | 3 | -3/+114 |
2021-02-20 | ci: add cache to gitlab ci | Filipe Laíns | 1 | -1/+7 |
2021-02-20 | ci: add gitlab ci | Filipe Laíns | 1 | -0/+12 |
2021-02-20 | rewrite query to support both mysql/sqlite | Eli Schwartz | 1 | -9/+5 |
2021-02-20 | prevent running mysql-specific query in sqlite | Eli Schwartz | 1 | -1/+3 |
2021-02-20 | fix broken SQL query that always failed | Eli Schwartz | 1 | -1/+1 |
2020-10-14 | Fix requests not being sent to the Cc recipients | Frederik Schwan | 1 | -1/+1 |
2020-09-05 | pkg_search_page: Limit number of results on package search | Morten Linderud | 1 | -4/+3 |
2020-08-27 | Deliver emails to Cc in smtplib code path | Lukas Fleischer | 2 | -9/+25 |
2020-08-26 | Call sendmail with to, not recipient | Jelle van der Waa | 1 | -1/+1 |
2020-04-05 | Fix PHP notices in the account formorigin/live | Lukas Fleischer | 1 | -5/+5 |
2020-04-05 | Fix invalid session ID check | Lukas Fleischer | 1 | -1/+1 |
2020-03-27 | Release 5.0.0v5.0.0 | Lukas Fleischer | 1 | -1/+1 |
2020-03-27 | Add new upgrade instructions | Lukas Fleischer | 1 | -0/+8 |
2020-03-27 | Translation updates from Transifex | Lukas Fleischer | 2 | -282/+282 |
2020-03-22 | Map BIGINT to INTEGER for SQLite | Frédéric Mangano-Tarumi | 1 | -0/+11 |
2020-02-29 | Write test/README.md to help working with tests | Frédéric Mangano-Tarumi | 1 | -0/+37 |
2020-02-29 | test/Makefile: Run tests with prove when available | Frédéric Mangano-Tarumi | 1 | -0/+7 |
2020-02-29 | Support running tests from any directory | Frédéric Mangano-Tarumi | 11 | -13/+12 |
2020-02-27 | Change the extension of TAP test suites to .t | Frédéric Mangano-Tarumi | 11 | -1/+1 |
2020-02-27 | Disable Alembic support on test databases | Frédéric Mangano-Tarumi | 2 | -4/+10 |
2020-02-27 | Create an initial Alembic migration | Frédéric Mangano-Tarumi | 1 | -0/+24 |
2020-02-27 | Set up Alembic for database migrations | Frédéric Mangano-Tarumi | 8 | -3/+252 |