summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Remove the per-user session limitFrédéric Mangano-Tarumi3-17/+1
2021-02-20Guard OAuth exceptions to provide better messagesFrédéric Mangano-Tarumi1-3/+13
2021-02-20HTML error pages for FastAPIFrédéric Mangano-Tarumi1-1/+15
2021-02-20Update last login information on SSO loginFrédéric Mangano-Tarumi1-1/+7
2021-02-20Stop redirecting stderr with proc_openFrédéric Mangano-Tarumi2-4/+0
2021-02-20aurweb.spawn: Support stdout redirections to non-ttyFrédéric Mangano-Tarumi1-1/+5
2021-02-20Exclude suspended Users from being notifiedKevin Morris1-10/+18
2021-02-20Support conjunctive keyword search in RPC interfaceKevin Morris3-24/+43
2021-02-20Build a translation facility for FastAPIFrédéric Mangano-Tarumi2-9/+33
2021-02-20SSO: Port account suspensionFrédéric Mangano-Tarumi1-1/+10
2021-02-20SSO: Port IP ban checkingFrédéric Mangano-Tarumi1-2/+17
2021-02-20Save id_token for the SSO logoutFrédéric Mangano-Tarumi1-4/+15
2021-02-20Implement SSO logoutFrédéric Mangano-Tarumi2-1/+31
2021-02-20SSO: Add an SSO option in the login pageFrédéric Mangano-Tarumi1-0/+3
2021-02-20SSO: Explain the rationale behind prompt=loginFrédéric Mangano-Tarumi1-0/+7
2021-02-20Fix typos in CONTRIBUTING.mdFrédéric Mangano-Tarumi1-3/+3
2021-02-20Open AUR sessions from SSOFrédéric Mangano-Tarumi1-2/+49
2021-02-20Integrate SQLAlchemy into FastAPIFrédéric Mangano-Tarumi1-0/+30
2021-02-20Add SSO account ID in table UsersFrédéric Mangano-Tarumi2-0/+31
2021-02-20aurweb.l10n: Translate without side effectsFrédéric Mangano-Tarumi1-2/+1
2021-02-20Guide to setting up Keycloak for the SSOFrédéric Mangano-Tarumi2-1/+39
2021-02-20Crude OpenID Connect client using AuthlibFrédéric Mangano-Tarumi8-2/+72
2021-02-20aurweb.spawn: Fix isort errorsFrédéric Mangano-Tarumi1-2/+1
2021-02-20Remove the FastAPI /hello test routeFrédéric Mangano-Tarumi2-8/+0
2021-02-20Introduce conf/config.dev for developmentFrédéric Mangano-Tarumi3-15/+38
2021-02-20aurweb.spawn: Integrate FastAPI and nginxFrédéric Mangano-Tarumi5-14/+86
2021-02-20Add CONTRIBUTING.mdFilipe Laíns1-0/+10
2021-02-20pre-commit: add initial configFilipe Laíns1-0/+24
2021-02-20isort: add initial configFilipe Laíns1-0/+4
2021-02-20flake8: add initial configFilipe Laíns1-0/+4
2021-02-20Refactor code to comply with flake8 and isortFilipe Laíns11-201/+210
2021-02-20ci: remove Travis CIFilipe Laíns1-23/+0
2021-02-20Create aurweb.spawn for spawing the test serverFrédéric Mangano-Tarumi3-3/+114
2021-02-20ci: add cache to gitlab ciFilipe Laíns1-1/+7
2021-02-20ci: add gitlab ciFilipe Laíns1-0/+12
2021-02-20rewrite query to support both mysql/sqliteEli Schwartz1-9/+5
2021-02-20prevent running mysql-specific query in sqliteEli Schwartz1-1/+3
2021-02-20fix broken SQL query that always failedEli Schwartz1-1/+1
2020-10-14Fix requests not being sent to the Cc recipientsFrederik Schwan1-1/+1
2020-09-05pkg_search_page: Limit number of results on package searchMorten Linderud1-4/+3
2020-08-27Deliver emails to Cc in smtplib code pathLukas Fleischer2-9/+25
2020-08-26Call sendmail with to, not recipientJelle van der Waa1-1/+1
2020-04-05Fix PHP notices in the account formorigin/liveLukas Fleischer1-5/+5
2020-04-05Fix invalid session ID checkLukas Fleischer1-1/+1
2020-03-27Release 5.0.0v5.0.0Lukas Fleischer1-1/+1
2020-03-27Add new upgrade instructionsLukas Fleischer1-0/+8
2020-03-27Translation updates from TransifexLukas Fleischer2-282/+282
2020-03-22Map BIGINT to INTEGER for SQLiteFrédéric Mangano-Tarumi1-0/+11
2020-02-29Write test/README.md to help working with testsFrédéric Mangano-Tarumi1-0/+37
2020-02-29test/Makefile: Run tests with prove when availableFrédéric Mangano-Tarumi1-0/+7