chiark / gitweb /
use '--' in source vcs calls to protect against malicious input
[fdroidserver.git] / fdroidserver /
2018-01-26 Hans-Christoph Steineruse '--' in source vcs calls to protect against malicio...
2018-01-26 Hans-Christoph Steinerscanner: allow running without versionCode and as API
2018-01-26 Hans-Christoph Steinerlint: check description for forbidden HTML tags: iframe...
2018-01-26 Hans-Christoph Steinerwiki: include per-app link to all related activity...
2018-01-24 Hans-Christoph SteinerMerge branch 'remove-kivy' into 'master'
2018-01-23 Hans-Christoph Steinerbuild: remove unused, unmaintained Kivy build method
2018-01-23 Hans-Christoph SteinerMerge branch 'remove-qt' into 'master'
2018-01-23 Hans-Christoph Steinerbuildserver: remove Qt installer, its huge, outdated...
2018-01-22 Hans-Christoph SteinerMerge branch 'build_timeout' into 'master'
2018-01-22 Marcus Hoffmannbuild: add global soft timeout of 12 hours
2018-01-22 Marcus Hoffmannbuild: log timeouts to the wiki
2018-01-22 Marcus Hoffmannbuild: enable watchdog timer for each build that kills...
2018-01-22 Marcus HoffmannRevert "build: bump max_apps_per_run to 50"
2018-01-22 Hans-Christoph SteinerMerge branch 'log-update-checkupdates-server-to-wiki...
2018-01-22 Hans-Christoph Steinerwiki: log build start/stop time, command line, RAM...
2018-01-22 Hans-Christoph Steinerwiki: log server start/stop times and command line
2018-01-22 Hans-Christoph Steinerwiki: move checkupdates wiki log to separate function
2018-01-22 Hans-Christoph Steinerlog installed android sdk versions for update and check...
2018-01-22 Hans-Christoph Steinermove get_android_tools_versions functions to common
2018-01-22 Hans-Christoph Steinerwiki: log update start/stop time and command line
2018-01-22 Hans-Christoph Steinerwiki: fix bug updating Repository Maintenance
2018-01-22 Hans-Christoph Steinerwiki: log appids as checkupdates goes through them
2018-01-22 Hans-Christoph Steinerwiki: log checkupdates start/stop time and command...
2018-01-22 Hans-Christoph Steinercommon.get_wiki_timestamp() for posting timestamps...
2018-01-18 Hans-Christoph SteinerMerge branch 'iconfix' into 'master'
2018-01-18 Hans-Christoph SteinerMerge branch 'gitlab-mirrors-reorder' into 'master'
2018-01-17 Peter SerwyloReorder the gitlab mirrors so GitLab Pages comes before...
2018-01-17 Izzysimplifying fix for "cannot identify image file" with...
2018-01-12 Izzyfix "cannot identify image file" with XML icons
2018-01-11 Hans-Christoph Steinerbuild: bump max_apps_per_run to 50
2018-01-11 Hans-Christoph Steinerbuild: buildserverid must always be str not bytes
2018-01-11 Hans-Christoph Steinerbuild: fix str vs. bytes error in buildserverid
2018-01-10 Hans-Christoph SteinerMerge branch 'cleaner-clean' into 'master'
2018-01-10 relanbuild: clean up only known subdirectories in build/*
2018-01-03 Hans-Christoph SteinerMerge branch 'build-log-data-points' into 'master'
2018-01-03 Hans-Christoph Steinerbuild: include buildserverid on wiki build logs, if...
2018-01-03 Hans-Christoph Steinerbuild: log the start time of the current build session
2017-12-28 Hans-Christoph SteinerMerge branch 'ever-more-fixes' into 'master'
2017-12-28 Hans-Christoph SteinerMerge branch 'fix_no-refresh' into 'master'
2017-12-28 Hans-Christoph Steinercommon: fix bug in new SHA-256 signatures for >= android-18
2017-12-28 Hans-Christoph Steineraapt 26.0.0 is required to properly parse permissions...
2017-12-28 Hans-Christoph Steinernightly: support arbitrary keystore files for setup
2017-12-27 MarcusMerge branch 'master' into 'master'
2017-12-25 Marcus Hoffmannbuild: fix --no-refresh
2017-12-23 mimi89999gradle file: use flavour specific versionCode/versionNa...
2017-12-23 Michel Le BihanMerge branch 'master' into 'master'
2017-12-23 mimi89999Revert: gradle file: use flavour specific versionCode...
2017-12-22 MarcusMerge branch 'limit-build-all' into 'master'
2017-12-22 Hans-Christoph SteinerMerge branch 'typo' into 'master'
2017-12-22 Pierre RudloffFix a typo in vmtools.py
2017-12-21 Hans-Christoph Steinerbuild: limit --all to 10 apps at a time
2017-12-20 Hans-Christoph SteinerMerge branch 'nail-down-tests' into 'master'
2017-12-20 Hans-Christoph Steinerupdate: support working with old versions of PIL/Pillow
2017-12-20 Hans-Christoph Steinerbuild: use dpkg to purge sudo, for less spammy debug...
2017-12-20 Hans-Christoph Steineralways hide PIL.PngImagePlugin's "STREAM" debug messages
2017-12-18 Hans-Christoph SteinerMerge branch 'whitelist-firebase' into 'master'
2017-12-18 Hans-Christoph SteinerMerge branch '430-UnboundLocalError-local-variable...
2017-12-16 Michael Pöhnfix handling unreadable images in update.extract_apk_icons
2017-12-15 MarcusMerge branch 'build-tools_r27.0.2' into 'master'
2017-12-15 MarcusMerge branch 'gradle-4.4' into 'master'
2017-12-15 Hans-Christoph SteinerMerge branch 'security-fixes' into 'master'
2017-12-14 Jan Berkelwhitelist some open-source firebase libs
2017-12-14 Hans-Christoph Steinerbuild: force purging of sudo, ignore error message
2017-12-14 Hans-Christoph Steinerupdate: do not crash if AndroidManifest.xml in APK...
2017-12-14 Hans-Christoph Steinerupdate: close unclosed Image instance
2017-12-14 Hans-Christoph Steinerupdate: strip all metadata from PNGs
2017-12-14 Hans-Christoph Steinerupdate: strip EXIF data from all JPEGs
2017-12-14 Hans-Christoph Steinerupdate: reject APKs with invalid file sig, probably...
2017-12-14 Hans-Christoph Steinerupdate: print warnings for all KnownVulns found
2017-12-14 Hans-Christoph SteinerMerge branch 'fixFlavor' into 'master'
2017-12-12 Hans-Christoph SteinerMerge branch 'fdroidserver-liberapay' into 'master'
2017-12-12 Andrea ScarpinoAdd Liberapay support
2017-12-11 Hans-Christoph SteinerMerge branch '1.0-polish' into 'master'
2017-12-11 Hans-Christoph Steinerbuild: `apt-get purge sudo` after using it for sudo...
2017-12-11 Hans-Christoph Steinermetadata: error if .fdroid.txt exists, it is unsupported
2017-12-11 Hans-Christoph SteinerMerge branch 'rational-jarsigner-logging' into 'master'
2017-12-11 tobiasKaminskyregex only for flavor blocks: flavor { ... } and nothin...
2017-12-07 Hans-Christoph SteinerMerge branch 'yml_completion' into 'master'
2017-12-07 Hans-Christoph SteinerMerge branch 'more-nightly' into 'master'
2017-12-07 Hans-Christoph Steinernightly: replace / from fingerprint in SSH key filename...
2017-12-07 Hans-Christoph Steinernightly: prompt user to create a debug.keystore if...
2017-12-07 Hans-Christoph Steinernightly: fix QR icon.png generation
2017-12-07 Hans-Christoph Steinerupdate: do not replace Name/Summary from template unles...
2017-12-07 Hans-Christoph Steinernightly: create app metadata using template of parsed...
2017-12-07 MarcusMerge branch 'remove-fd-commit' into 'master'
2017-12-07 Hans-Christoph SteinerMerge branch 'help_message_fix' into 'master'
2017-12-07 Marcus Hoffmannmetadata: make help for metadata -W option clearer
2017-12-07 Hans-Christoph Steinerhandle jarsigner/apksigner output cleanly for rational...
2017-12-06 Hans-Christoph SteinerMerge branch 'gitlab-ci-testing-xenial-fedora' into...
2017-12-06 Hans-Christoph Steinerinit: fix test for aapt when no aapt has been found
2017-12-06 Hans-Christoph Steinermakebuildserver: make copy_caches_from_host do rsync...
2017-12-06 Hans-Christoph Steinercommon: aapt 24.0.0 (v0.2-2964546) is now required
2017-12-06 Hans-Christoph SteinerMerge branch 'lint-fixes' into 'master'
2017-12-06 Hans-Christoph SteinerMerge branch 'rsync_improvements' into 'master'
2017-12-06 Hans-Christoph Steinerlint: greatly expand the list of link shorteners to ban
2017-12-06 Hans-Christoph Steinerlint: enforce HTTPS and shortener ban in descriptions...
2017-12-06 Hans-Christoph Steinerlint: switch links to plain URLS rather than mediawiki...
2017-12-06 Hans-Christoph Steinerlint: add more VCS HTTPS checks
2017-12-05 Marcus Hoffmannbuild: write out full rsync options
2017-12-05 Marcus Hoffmannbuild: better logging output on rsync failures
next