summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-13simplify Network/Sensors infrastructureDaniel Micay
2023-02-13remove obsolete Bluetooth shimDaniel Micay
2023-02-13Bump stylelint from 15.0.0 to 15.1.0dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.0.0...15.1.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13Bump eslint from 8.33.0 to 8.34.0dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-11add back backup restore actionDaniel Micay
2023-02-11use C.UTF-8 locale for build environmentDaniel Micay
2023-02-11update required storage spaceDaniel Micay
2023-02-11Ubuntu 22.10 supported for buildsDaniel Micay
2023-02-11libgcc/binutils only used for 4th/5th gen kernelsDaniel Micay
2023-02-11move kernel build to prebuilt sectionDaniel Micay
2023-02-11update Gradle version in exampleDaniel Micay
2023-02-11update build-tools version for SDK install guideDaniel Micay
2023-02-11list supl.grapheneos.org subdomainDaniel Micay
2023-02-11improve naming for http limit conn zoneDaniel Micay
2023-02-11move error_log configuration to top levelDaniel Micay
2023-02-10publish new release notesDaniel Micay
2023-02-10prepare next release notesDaniel Micay
2023-02-10new build number 2023021000Daniel Micay
2023-02-10add SUPL force disable toggleDaniel Micay
2023-02-10add request time to log formatDaniel Micay
2023-02-10switch to improved custom log formatDaniel Micay
This switches to a fully custom log format instead of using a variant of the standard combined format since we don't use any tools requiring the logs to be a standard format. This provides a cleaner format, allows us to freely add new fields and gets rid of legacy/redundant fields. The redundant timestamp already provided as the syslog timestamp is dropped along with the legacy identd field always set to a dash. This adds the connection serial number for identifying requests coming from the same connection. TLS version is added as a replacement for our previous addition of the URI scheme. This also adds the total request length and total bytes sent to the client instead of only the body bytes sent.
2023-02-10add paragraph about broken router DHCP tablesDaniel Micay
2023-02-10drop HTTP/2 Push support since Chromium dropped itDaniel Micay
This only improves performance for the initial page load by sending resources that are almost always needed before the client receives the preload headers and fetches them. It can degrade performance in some edge cases such as clients with web fonts disabled or if the session cookie is cleared without the cache being cleared. Clients can cancel the push transfers once they start receiving them, but it's wasteful. Safari and Firefox still support this feature but are likely to follow the lead of Chromium and drop support for it. Few websites are going to bother with it without Chromium support and usage is already dropping.
2023-02-09reduce client body / header timeouts to 15sDaniel Micay
2023-02-09remove deprecated stylelint rulesDaniel Micay
2023-02-09reduce sendfile max chunk to 256kDaniel Micay
2023-02-09Bump stylelint and stylelint-config-standarddependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together. Updates `stylelint` from 14.16.1 to 15.0.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.16.1...15.0.0) Updates `stylelint-config-standard` from 29.0.0 to 30.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/29.0.0...30.0.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-major - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09avoid unnecessary ACME challenge redirectsDaniel Micay
2023-02-09unify HTTP redirect server blocksDaniel Micay
2023-02-09use default HTTP/2 input buffer sizeDaniel Micay
2023-02-08Apps version 15Daniel Micay
2023-02-08add missing release notesDaniel Micay
2023-02-08update max supported Play Store versionDaniel Micay
2023-02-07Chromium 110.0.5481.64Daniel Micay
2023-02-07document Dialer dark mode improvementDaniel Micay
2023-02-07clarify Seedvault originDaniel Micay
2023-02-07publish new release notesDaniel Micay
2023-02-06document using 5.15 LTS for buildsDaniel Micay
2023-02-06new build number 2023020600Daniel Micay
2023-02-06prepare February update release notesDaniel Micay
2023-02-06update coral/flame vendor filesDaniel Micay
2023-02-06fix Vanadium original-package workaroundDaniel Micay
2023-02-06switch to age encryption for security.txtDaniel Micay
2023-02-05update setup wizard string brandingDaniel Micay
2023-02-05Seedvault update + security fixDaniel Micay
2023-02-055.10 GKI LTS updateDaniel Micay
2023-02-05update 5.15 GKI LTSDaniel Micay
2023-02-04use more specific gitignore rulesDaniel Micay
2023-02-03Bump terser from 5.16.2 to 5.16.3dependabot[bot]
Bumps [terser](https://github.com/terser/terser) from 5.16.2 to 5.16.3. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.16.2...v5.16.3) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03clarify install available apps changeDaniel Micay