summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Update wiki links to the new short URLorigin/masterKristian Klausen3-7/+7
2021-05-03dos2unix a file with Windows linebreaks that editors and human reviewers hateEli Schwartz1-1542/+1542
2021-04-29add https://EditorConfig.org setup to ensure consistent styleEli Schwartz1-0/+13
2021-03-30Resolve SQL Error when deleting an accountJelle van der Waa1-1/+1
2021-02-20Use jsDelivr instead of Google CDN for jqueryFelix Yan4-4/+4
2021-02-20Fetch Transifex image from https://www.transifex.comLukas Fleischer1-1/+1
2021-02-20.gitignore: add test/trash directory*Lukas Fleischer1-0/+1
2021-02-20RSS: Decrease cache time and increase item countJustin Kromlinger1-2/+2
2021-02-20RSS: Always provide a GUIDJustin Kromlinger1-0/+1
2021-02-20RSS: Make sure image title matches channel titleJustin Kromlinger1-1/+1
2021-02-20RSS: Set proper content type headerJustin Kromlinger1-0/+2
2021-02-20RSS: Add atom self linkJustin Kromlinger1-1/+2
2021-02-20Fix WHERE clause for keyword search queries with empty keywordsJakub Klinkovský1-5/+5
2021-02-20gendummydata.py: optimize iteration for big numbers of pkgsJakub Klinkovský1-4/+7
2021-02-20gendummydata.py: set MAX_USERS and MAX_PKGS to more realistic valuesJakub Klinkovský1-3/+3
2021-02-20gendummydata.py: set exit code to 1 when there is an errorJakub Klinkovský1-3/+3
2021-02-20gendummydata.py: remove unused database connection variablesJakub Klinkovský1-4/+0
2021-02-20doc: simplify database setup instructions in TESTINGFilipe Laíns1-3/+3
2021-02-20doc: add missing gendummydata.py dependencies in TESTINGFilipe Laíns1-1/+2
2021-02-20doc: fix AUR_CONFIG in TESTINGFilipe Laíns1-2/+2
2021-02-20spawn: expand AUR_CONFIG to the full pathFilipe Laíns1-0/+4
2021-02-20Redirect to referer after SSO loginFrédéric Mangano-Tarumi2-12/+29
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