1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00
fdroidserver/fdroidserver
Marcus Hoffmann 03b1adbe2b don't include .idsig files into the index
.idsig files contain an apksig v4 (https://source.android.com/security/apksigning/v4)
new versions of apksigner make this signature by default and it ends up
in /repo. Without this patch it would be included into the index as a
file to be downloaded by users. F-Droid Client crashes when it
encounters such an apk entry.

It's fine to have these signature files in the repo though, maybe
fdroidclient can make use of them at some point in the future (they are
intended to support streaming app installations).
2020-10-16 22:50:29 +02:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py expose public api in fdroidserver module 2020-09-16 18:26:16 +02:00
__main__.py Add timstamp to logs 2020-07-04 18:56:10 +02:00
btlog.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
build.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
checkupdates.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
common.py don't include .idsig files into the index 2020-10-16 22:50:29 +02:00
exception.py checkupdates: don't fail when we can't init submodules 2017-12-04 16:30:37 +01:00
gpgsign.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
import.py import: add support for kivy buildozer projects 2020-08-07 12:48:15 +02:00
index.py update: use "app" as dict not App instance in apply_info_from_latest_apk 2020-10-07 18:56:17 +02:00
init.py remove providerName from default smartcardoptions 2020-09-09 22:50:58 +02:00
install.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
lint.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
metadata.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
mirror.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
net.py set F-Droid HTTP Headers globally 2020-03-11 13:41:13 +01:00
nightly.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
publish.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
readmeta.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
rewritemeta.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
scanner.py scanner: expose "usual suspects" patterns for use in an API 2020-10-07 18:56:17 +02:00
server.py deploy: remove git remotes not enabled in servergitmirrors 2020-07-30 14:57:19 +02:00
signatures.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
signindex.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
stats.py fix PEP8 W605 invalid escape sequence 2018-05-29 13:51:47 +02:00
tail.py remove redundant open() arg: encoding='utf8' 2018-10-19 15:01:34 +02:00
update.py update: deprecate --wiki option, the wiki is going away 2020-10-08 08:10:36 +02:00
verify.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
vmtools.py log vm status when vagrant up fails 2020-10-08 16:37:25 +02:00