summaryrefslogtreecommitdiffstats
path: root/mirrors/views
AgeCommit message (Expand)AuthorFilesLines
2019-01-21main: run 2to3Jelle van der Waa1-3/+3
2018-11-17Using user.is_authenticated() as a method is deprecatedJelle van der Waa2-4/+4
2018-05-07Merge pull request #105 from kyrias/mirror-list-tierjelle van der Waa1-1/+6
2018-05-05mirrors: Allow listing mirrors in only a specific tierJohannes Löthberg1-1/+6
2018-04-22mirrorlist: Accept GET parameters as filtersGenki Sky1-1/+2
2018-04-08request.REQUEST is removed in django 1.9Jelle van der Waa1-1/+1
2018-03-23FS#50516: mirrors: Extend /mirrors/status/json/ (#91)jelle van der Waa1-0/+2
2018-02-18mirrors/views/api: Add URL active statusJohannes Löthberg1-1/+1
2018-01-02mirrors/views/api: Fix mirrors.change_mirror perm typo (#74)Johannes Löthberg1-1/+1
2017-12-29Add mirror detail URLs to JSON output (#71)Johannes Löthberg1-1/+3
2017-12-28Require mirror.change_mirror perm to see emailsJohannes Löthberg1-1/+1
2017-12-28Add admin emails to the mirror status JSON output when logged inJohannes Löthberg1-0/+3
2017-02-22Fix empty mirror list when mirror status is usedFlorian Pritz1-1/+2
2017-02-17Remove scored based mirrorlist sortingFlorian Pritz1-2/+3
2016-08-01mirrors: api: Add ISOs information to JSON outputrelease_2016-08-01Johannes Löthberg1-0/+1
2015-02-26Include error message in JSON detail responseDan McGee1-1/+3
2015-02-26Break out mirror JSON API viewsDan McGee2-100/+108
2015-02-26Break out mirrorlist viewsDan McGee2-122/+130
2015-02-26Move mirrors views into subdirectoryDan McGee1-0/+368