chiark / gitweb /
index: ensure index.xml timestamp is in UTC, closes #481
[fdroidserver.git] / fdroidserver / index.py
2018-04-25 Hans-Christoph Steinerindex: ensure index.xml timestamp is in UTC, closes...
2018-04-17 Hans-Christoph SteinerMerge branch 'blank-versionName' into 'master'
2018-04-17 Hans-Christoph Steinerupdate: handle APKs with a blank versionName
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...
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 'rational-jarsigner-logging' into 'master'
2017-12-07 Hans-Christoph Steinerhandle jarsigner/apksigner output cleanly for rational...
2017-10-18 Hans-Christoph SteinerMerge branch '391-fdroid-publish-unknown-execption...
2017-10-17 Michael Pöhnbetter error message in publish when repo_key is not set
2017-10-12 Hans-Christoph SteinerMerge branch 'error_on_jars' into 'master'
2017-10-06 Michael PöhnMerge branch '334-make-index-generation-fully-reproduci...
2017-10-03 Hans-Christoph SteinerMerge branch 'fix-dot-gradle-removal' into 'master'
2017-10-03 Hans-Christoph SteinerMerge branch '291-include-apk-signatures-in-build-metad...
2017-09-26 Michael Pöhnuse OrderedDict for localization data in index-v1
2017-09-26 Michael Pöhnmake sure all timestamps in index-v1 are utc
2017-09-26 Michael Pöhnsort antiFeatures list in index-v1.json
2017-09-26 Michael Pöhnadded some docstrings and error messages
2017-09-26 Michael Pöhnchoose best apk version vor index v0
2017-09-26 Michael Pöhnsort index-v1; publish now creates and stores a list...
2017-09-20 Hans-Christoph SteinerMerge branch 'port-to-osx-and-trusty' into 'master'
2017-09-19 Hans-Christoph Steinerindex: always use jarsigner for verifying JAR signatures
2017-09-16 Hans-Christoph SteinerMerge branch 'plural' into 'master'
2017-09-16 Hans-Christoph SteinerMerge branch 'newcomers' into 'master'
2017-09-15 Hans-Christoph SteinerMerge branch 'implement-gettext' into 'master'
2017-09-15 Hans-Christoph Steinerimplement gettext localization
2017-07-20 Hans-Christoph SteinerMerge branch '0.8-fixes' into 'master'
2017-07-19 Hans-Christoph Steinerupdate: always include name/summary/desc in index.xml...
2017-07-19 Hans-Christoph Steinerserver: report errors pushing to git mirrors
2017-07-19 Hans-Christoph Steinerserver: include gitlab raw URLs as git mirrors
2017-07-10 Hans-Christoph SteinerMerge branch 'metadata' into 'master'
2017-07-07 Hans-Christoph Steinerensure that mirror URLs always include the repodir
2017-06-19 Hans-Christoph SteinerMerge branch 'vagrantfile-box' into 'master'
2017-06-17 Hans-Christoph SteinerMerge branch 'googlemaven' into 'master'
2017-06-07 Hans-Christoph SteinerMerge branch 'check-vmx-libvirt' into 'master'
2017-06-02 Torsten GroteMerge branch 'localization-template' into 'master'
2017-06-02 Torsten GroteMerge branch 'duplicate-apk-processing' into 'master'
2017-06-01 Hans-Christoph Steinerstrip file extension from generated name for non-APKs
2017-06-01 Hans-Christoph Steinerindex.xml cannot handle APKs with the same packageName...
2017-06-01 Hans-Christoph Steinerallow APKs with same packageName/versionCode but differ...
2017-05-22 Hans-Christoph SteinerMerge branch 'exceptions' into 'master'
2017-05-22 Torsten GroteReplace sys.exit() in non-main functions by exceptions
2017-05-22 Hans-Christoph SteinerMerge branch 'indexing-fixes' into 'master'
2017-05-18 Hans-Christoph Steinerupdate: skip packages without metadata in index V1
2017-05-17 Hans-Christoph SteinerMerge branch 'cdn-git-mirror' into 'master'
2017-05-17 thez3roUse gitlab pages as mirror
2017-05-05 Michael PöhnMerge branch 'yaml' into 'master'
2017-05-02 Hans-Christoph SteinerMerge branch 'download-index-etag' into 'master'
2017-05-02 Torsten GroteSupport ETag when downloading repository index
2017-04-13 TheZ3roMerge branch 'support-new-features-with-offline' into...
2017-04-11 Hans-Christoph Steinersupport git@gitlab.com: style URLs in servergitmirrors
2017-04-11 Hans-Christoph SteinerMerge branch 'elimitate-password-files' into 'master'
2017-04-11 Torsten GroteEliminate the need for password files
2017-04-05 Torsten GroteMerge branch 'morebintrans' into 'master'
2017-04-04 Torsten GroteMerge branch 'miscfixes' into 'master'
2017-04-03 Hans-Christoph Steinersupport pretty output in JSON and for binary transparen...
2017-04-03 Hans-Christoph Steinerencode filenames as bytes to handle all locale setups
2017-04-03 Hans-Christoph Steinermake sure indexes are sorted to minimize diffs between...
2017-04-03 Hans-Christoph SteinerMerge branch 'invalid-apk-fix' into 'master'
2017-04-03 Hans-Christoph SteinerMerge branch 'index-parsing' into 'master'
2017-04-03 Torsten GroteReduce code duplication
2017-04-03 Torsten GroteAdd method for downloading (and verifying) a repository...
2017-03-31 Hans-Christoph SteinerMerge branch 'move-index-methods' into 'master'
2017-03-31 Torsten GroteRe-use config and options from common module in index
2017-03-29 Torsten GroteMove index related methods to new index module