1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00
Commit Graph

85 Commits

Author SHA1 Message Date
Daniel Martí
0765f14c9d Remove trailing spaces and tabs 2013-12-30 17:05:25 +01:00
Ciaran Gultnieks
2ce0b14d92 Tidy up a few antifeature-related things in web repo browser 2013-11-27 10:49:44 +00:00
Ciaran Gultnieks
3568a51ac0 Link web repo browser antifeatures to detailed descriptions 2013-11-27 10:47:12 +00:00
Ciaran Gultnieks
cc7fc571d6 Support UpstreamNonFree in web repo browser 2013-11-27 10:43:47 +00:00
Ciaran Gultnieks
2859db6e84 Always include search in browse 2013-10-24 18:27:22 +01:00
Ciaran Gultnieks
84f8c5ab8c Add client download button before packages section in browser 2013-10-24 18:02:51 +01:00
Ciaran Gultnieks
eba477d922 HTTPS is forced, so that text is no longer necessary 2013-10-24 17:53:10 +01:00
Daniel Martí
a9ed110301 Don't mix tabs and spaces in wp-fdroid.php 2013-10-22 17:08:25 +02:00
Ciaran Gultnieks
f9d131958a Link to app's wiki page from repo browse page 2013-07-16 16:28:26 +01:00
Ciaran Gultnieks
bdb2de7815 Paragraph about packages should be below heading 2013-04-16 18:05:17 +01:00
Ciaran Gultnieks
6dbae12753 Fix silly human readable sizes on browser 2013-01-29 08:39:56 +00:00
Ciaran Gultnieks
19c48901f4 Typo fix 2012-11-02 10:32:05 +00:00
Ciaran Gultnieks
7e77a949c9 Fixed various url annoyances, and sanitized some input 2012-10-18 18:52:37 +01:00
Ciaran Gultnieks
23a6e52db1 Use formatted descriptions in web repo browser 2012-09-17 22:15:48 +01:00
Ciaran Gultnieks
8420e5aea0 Determine icon urls properly to avoid mixed-mode ssl 2012-09-08 09:41:05 +01:00
Ciaran Gultnieks
609611d79a Add apk download 'warning' 2012-08-31 17:27:26 +01:00
Ciaran Gultnieks
452c1861e1 Corrected type and stopped log file error 2012-08-26 11:57:46 +01:00
Ciaran Gultnieks
b79ba3c630 Added Tags update check method 2012-08-23 14:25:39 +01:00
Ciaran Gultnieks
2ed55dc233 BSD license disambiguation 2012-08-21 21:59:28 +01:00
Ciaran Gultnieks
22f9895927 Anchor correction 2012-03-09 15:20:26 +00:00
Ciaran Gultnieks
c1bf88a8a8 Link license abbreviations on the web site to real descriptions 2012-03-09 15:16:47 +00:00
Ciaran Gultnieks
583f8c5b95 Pesky carriage returns 2012-03-03 11:01:41 +00:00
Ciaran Gultnieks
f9fd11035c Show categories on web site from data, not hard-coded 2012-03-03 10:56:28 +00:00
Hans-Emil Skogh
c8d96efc8f Added filtering of applications based on category to the F-Droid wordpress plugin. 2012-02-22 14:59:16 +00:00
Hans-Emil Skogh
05e7146de0 Added (subtle) license information for latest apps. 2012-02-22 14:59:06 +00:00
Hans-Emil Skogh
2f4d198589 Changed latest apps from being rendered by update.py to wp-fdroid.php.
This also adds icons to the latest app widget listing.
2012-02-22 14:58:57 +00:00
Hans-Emil Skogh
9e77ebd899 Changed from the deprecated register_sidebar_widget() to wp_register_sidebar_widget(). 2012-02-22 14:58:44 +00:00
Hans-Emil Skogh
5d59d3c34d Added icons for protection levels "signature" and "signatureOrSystem".
This completes the list of published protection levels so far.
2012-02-22 14:58:32 +00:00
Ciaran Gultnieks
ffe6bc1e13 Switch apk/source download links to use https 2012-02-21 00:02:30 +00:00
Ciaran Gultnieks
ae25a82f2f A basic 'latest apps' widget' 2012-01-26 21:35:40 +00:00
Hans-Emil Skogh
19c1925dfa Minor layout fix for list-view for large icons. 2012-01-23 21:39:27 +01:00
Hans-Emil Skogh
1cb46ccc80 Enabled clicking on the entire row of an app in list-view. 2012-01-23 21:34:03 +01:00
Hans-Emil Skogh
e2fe39f469 Added basic displaying of additional reuirements for apps. 2012-01-23 21:21:40 +01:00
Hans-Emil Skogh
b1284377ca Added missing break... 2012-01-23 21:19:33 +01:00
Hans-Emil Skogh
7b6d8b1646 Semi-graceful handling of unknown anti-features. 2012-01-23 21:13:32 +01:00
Hans-Emil Skogh
dd1ff8b6d9 Added a notice for apps with anti-features. 2012-01-23 21:07:33 +01:00
Hans-Emil Skogh
43d1e13a4f Added a permissions diff view, and a summary view of the permission category count of an apk. 2012-01-21 13:22:37 +01:00
Hans-Emil Skogh
8eea935016 Removed some warnings... 2012-01-21 11:24:18 +01:00
Hans-Emil Skogh
0b93372716 Merge branch 'master' into dev 2012-01-21 11:19:46 +01:00
Hans-Emil Skogh
08c272b93d Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver
Conflicts:
	wp-fdroid/wp-fdroid.php
2012-01-21 11:17:43 +01:00
Ciaran Gultnieks
82e0973b33 Changed permissions data and cache locations 2012-01-19 16:53:39 +00:00
Hans-Emil Skogh
eb42f470b1 Replaced the nifty anonymous permissions sorting comparison function with inherited scope variables with a regular function and a global (ick!) variable.
Now the code should work with PHP versions prior to 5.3.0 as well...
2012-01-19 09:15:55 +00:00
Hans-Emil Skogh
e915f71a81 Replaced the nifty anonymous permissions sorting comparison function with inherited scope variables with a regular function and a global (ick!) variable.
Now the code should work with PHP versions prior to 5.3.0 as well...
2012-01-17 21:48:48 +01:00
Hans-Emil Skogh
89a6119bd5 Added file size difference indicator for apks. 2012-01-17 19:41:22 +01:00
Hans-Emil Skogh
1bd9c9d0dc "Human readable" style size displays for apk and source downloads. 2012-01-14 15:11:59 +01:00
Hans-Emil Skogh
a2569989b4 Handle if a package has no permissions. 2012-01-14 12:39:33 +01:00
Hans-Emil Skogh
9355640475 Displaying of human readable Android permissions for each package in the repo.
Conflicts:
	wp-fdroid/wp-fdroid.php
2012-01-14 12:22:19 +01:00
Hans-Emil Skogh
82f5332af6 Removed executable permissions on strings.xml. *sigh* 2012-01-12 21:49:47 +01:00
Hans-Emil Skogh
5f4a422b62 Wrapped the android permissions function in a class holding config variables. 2012-01-12 21:46:49 +01:00
Hans-Emil Skogh
044914777f Normalized indentation and eol. 2012-01-12 21:27:32 +01:00