Casey Peel

Results 27 issues of Casey Peel

Rather than use untyped globals everywhere, pull configuration values from a SiteConfig class. The class still sources from `site_vars.php` so it doesn't break the way the site is configured with...

As we add more API features more users will want to use the API. Right now giving a user an API key requires a manual update in the database. We...

JIT isn't available in PHP

### Description The [migration docs from Google Photos](https://help.ente.io/photos/migration/from-google-photos/) says: > While the app supports uploading multiple ZIPs too, we recommend unzipping them all into a single folder and uploading that...

This updates the metastore version to 3.1.3 (the latest 3.x release) and improves `run.sh` to handle schema migrations as well. There's a 4.x release of the metastore server out but...

This implements [Task 2117](https://www.pgdp.net/c/tasks.php?action=show&task_id=2117) which requests that we keep track of when a user runs Format Preview just like we do for when they run WordCheck. Unlike WordCheck which is...

Deleting a project page is deleting the entry from the project's table and a few other things, but is not deleting any data from the other page-related tables, like `page_events`...