1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00
fdroidserver/fdroidserver
2021-03-22 22:31:29 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py deploy: move server.py to deploy.py and remove aliases 2020-10-21 11:38:49 +02:00
__main__.py deploy: move server.py to deploy.py and remove aliases 2020-10-21 11:38:49 +02:00
btlog.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
build.py metadata: remove git repo handling from metadata parsing 2021-03-17 13:44:24 +01:00
checkupdates.py checkupdates: set User-Agent to make gitlab.com happy 2021-02-02 21:37:53 +01:00
common.py switch to preferring apksigner, requiring for fdroid publish 2021-03-22 22:30:49 +01:00
deploy.py Publish unsigned builds 2021-02-12 10:20:30 +00:00
exception.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
gpgsign.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
import.py eliminate app.builds everywhere, it should be app['Builds'] 2020-12-15 08:55:05 +01:00
index.py index: rename vars to match the dict key 'signer' 2021-03-09 15:40:30 +01:00
init.py switch to preferring apksigner, requiring for fdroid publish 2021-03-22 22:30:49 +01:00
install.py standardize naming in strings and comments on all caps APK 2021-01-29 15:40:59 +01:00
lint.py Revert removing Licenses 2021-02-10 19:10:14 +00:00
metadata.py metadata: remove git repo handling from metadata parsing 2021-03-17 13:44:24 +01:00
mirror.py mirror: if index is verified, save a copy in the local mirror 2020-12-03 21:48:37 +01:00
net.py set F-Droid HTTP Headers globally 2020-03-11 13:41:13 +01:00
nightly.py init: no error if examples/ dir cannot be found; overhaul repo_icon 2021-01-18 14:07:20 +01:00
publish.py add apksigner, jarsigner, and keytool to relevant status JSON 2021-03-22 22:31:29 +01:00
readmeta.py purge code that modifies the app description, including linkifying 2020-12-08 09:37:49 +01:00
rewritemeta.py eliminate app.builds everywhere, it should be app['Builds'] 2020-12-15 08:55:05 +01:00
scanner.py scanner: should not exit with error when apkanalyzer fails 2021-03-15 10:54:29 +01:00
signatures.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
signindex.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
stats.py change config.py to config.yml everywhere it is needed 2021-01-29 13:24:17 +01:00
tail.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
update.py add apksigner, jarsigner, and keytool to relevant status JSON 2021-03-22 22:31:29 +01:00
verify.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
vmtools.py use vagrantfile instead of 'builder/Vagrantfile' in get_clean_builder() 2021-03-10 09:12:52 +00:00