summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Finish off renaming to Relay Searchmetrics-web-portIain R. Learmonth2017-11-14
|
* search: Tweaks introductory descriptionIain R. Learmonth2017-11-14
|
* index: Add notice about rebrandingIain R. Learmonth2017-11-14
|
* breadcrumbs: Add services as parent breadcrumbIain R. Learmonth2017-11-14
|
* index: Fix jQuery importIain R. Learmonth2017-11-14
|
* index: Rename all instances of Operation to ServicesIain R. Learmonth2017-11-14
|
* index: Remove top button, it conflicts with url routingIain R. Learmonth2017-11-14
|
* Merging into the theme for metrics-webIain R. Learmonth2017-11-13
|
* Adds an alert when a new relay to link to lifecycle blog post (Closes: #23767)Iain R. Learmonth2017-10-09
|
* Adds an alert to suggest updating Tor version on outdated relaysIain R. Learmonth2017-10-09
|
* Move platform back to Properties column, matching bridgesIain R. Learmonth2017-09-23
|
* Adds DNS names to relay details pagesIain R. Learmonth2017-09-14
|
* Move family and platform to the configuration column, make the boxes scrollIain R. Learmonth2017-09-14
| | | | Closes: #22146
* Adds "first seen" to the details pages for relays and bridgesIain R. Learmonth2017-09-14
| | | | Closes: #21958
* Adds the NoEdConsensus flag to the supported flagsIain R. Learmonth2017-09-14
| | | | Uses the question mark icon, resolves #21636
* Ticket #15508:Mark Henderson2017-09-14
| | | | | | | | - Sorts bandwidth nicely - Sorts IP addresses nicely - Adds a file for custom sorting filters `dataTables.Sorting.js` - In `js/views/search/do.js` defines custom sorting options
* Revert "Hash the fingerprints from summary documents"Iain R. Learmonth2017-08-09
| | | | This reverts commit 40426f09f37ff84f93f20f156ab638ce27ff977a.
* Remove the static width from the status columncypherpunks2017-08-07
|
* Replace the relay status icons with CSScypherpunks2017-08-07
| | | | Closes #22416.
* Hash the fingerprints from summary documentscypherpunks2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | The summary documents are used for searches and form the basis for subsequent details document requests. The details documents requests use the lookup parameter which supports hashed and double hashed fingerprints to prevent users leaking bridge fingerprints. If a relay and a bridge share the same fingerprint FP (for example when a bridge becomes a relay without changing its fingerprint) the summary document for fingerprint FP contains both the relay fingerprint RP (where RP == FP) and the hashed bridge fingerprint BP (where BP == H(FP)). The details document request for RP returns only the relay because RP == FP and the details document request for BP returns the relay and the bridge because BP == H(FP) == H(RP). Relays take preference over bridges when both are returned and results in Atlas displaying the relay details twice on the search page. Hashing the fingerprints in the summary document results in details document requests for BP and H(BP) where BP returns the relay and bridge as before but where H(BP) returns only the bridge. Closes #21615.
* Remove titles from the family members entriescypherpunks2017-08-07
| | | | | | | The titles do not provide extra information other than the type of family member which is already in the header. Closes #22379.
* Reverts not recommended icon to red (from black)Iain R. Learmonth2017-05-22
| | | | Closes: #22293
* Adds Vim swap files to the .gitignoreIain R. Learmonth2017-05-22
|
* Ignore git mergetool backup filescypherpunks2017-05-22
| | | | Closes #22314.
* Improves the "Not recommended" tooltip textIain R. Learmonth2017-05-22
| | | | | | | | * This renames the "Not recommended" property to "Outdated Tor Version" * The description is amended to also point out that a version may be not recommended because it has known issues Fixes: #22294
* Use the page-header class to accentuate headerscypherpunks2017-05-18
| | | | | | | The page-header class uses a bottom border which makes using horizontal rules obsolete. Closes #22239.
* Fix the styling of the graph sectionscypherpunks2017-05-18
| | | | | | | The graph sections used incorrect spacing because of missing column specifications. Part of #22239.
* Remove logging to the consolecypherpunks2017-05-18
| | | | Closes #22272.
* Link the AS number to a search for that AS numbercypherpunks2017-05-14
| | | | Closes #22175.
* Use consistent naming of the AS number fieldcypherpunks2017-05-14
|
* Revert "show fingerprint in one line on default tor browser size"cypherpunks2017-05-14
| | | | | | | | This reverts commit c79045d18d89ef4fd4acca974f21f81edcbfff13. Merging the current status and properties column created more screen space so the fingerprint can easily fit on one line now without these changes.
* Remove slashes from the fragment identifierscypherpunks2017-05-14
| | | | | | | | Found using the W3C Link Checker [0]. Closes #22237. [0] https://validator.w3.org/checklink
* Remove links to non-existing filescypherpunks2017-05-14
| | | | | | | | Found using the W3C Link Checker [0]. Part of #22237. [0] https://validator.w3.org/checklink
* Remove cruftcypherpunks2017-05-03
| | | | Closes #22046.
* Make the `Learn more` button more prominentcypherpunks2017-05-02
| | | | | | | | | The changes to make the button more prominent include using primary button styling which changes the colour to a darker blue and removing the guillemet. Additionally, the learn-more class is removed from the button because this class is unused.
* Replace custom splash styling with an hero-unitcypherpunks2017-05-02
| | | | | | | The hero-unit by Bootstrap offers similar functionality to the custom splash screen and reduces the amount of custom CSS. Closes #22056.
* Replace the About footer link with a Wiki linkcypherpunks2017-05-02
| | | | | | | | | The About link in the footer is redundant because there is already a link to the About page in the navigation bar. Furthermore, there was no reference to the Atlas wiki page so the Wiki link now replaces the About link. Closes #22057.
* Remove the data-original-title attributecypherpunks2017-05-02
| | | | | | | | | | | | The Bootstrap Tooltip plugin overwrites the data-original-title attribute when the title attribute is specified. All of the elements that specify the data-original-title attribute also specify the title attribute which makes the former serve no purpose. Also the title attribute has been standardized while the data-original-title attribute is not. Closes #22047.
* Switch to using KiB/MiB instead of kB/MB to match torIain R. Learmonth2017-04-22
| | | | | | | The Tor client uses 1024 bytes per "KBytes" in the torrc, but Atlas was using 1000. This also replaces units with the binary prefixed version. Closes: #21822
* Refactor the human readable bandwidth functioncypherpunks2017-04-22
| | | | The number of branches are reduced and the function returns early.
* Support bandwidth values that are zerocypherpunks2017-04-22
| | | | | | | | | | | The boolean value of zero is false in JavaScript. This means that bandwidth values that are zero are set to 'null'. Null values result in empty fields in the router details and search pages. The checks are meant to catch undefined variables so they are replaced by typeof comparisons which are stricter. Closes #22039.
* Use HTTPS on links that support itcypherpunks2017-04-22
| | | | Closes #22043.
* Merge the current status and properties columnscypherpunks2017-04-20
| | | | | | | | | | Moving the relay and bridge status next to its name made the current status column contain a single item (the uptime or downtime). Because this is a waste of screen space the current status column is merged into the properties column. The merge includes some reordering to ensure the fingerprint of the relay and bridge is always the first item.
* Move the relay and bridge status next to its namecypherpunks2017-04-20
| | | | Closes #21752.
* Set an error number when rendering the Top 10 pagecypherpunks2017-04-20
| | | | | | | Essentially this resets the error number so previous errors are forgotten. Closes #21970.
* Add proper headers for each family member groupcypherpunks2017-04-20
|
* Hide the progress bar by defaultcypherpunks2017-04-16
| | | | Closes #21955.
* Removes "HTML5 shim", which was actually 404 anywayIain R. Learmonth2017-04-16
| | | | | | | * This was not providing any benefit but was causing requests to Google for Atlas users. * Closes: #21699 * Based on patch from Trac user "Christian"
* Use the default IPv6 exit policy when it is emptycypherpunks2017-04-16
| | | | | | | According to the Tor directory protocol, a missing "ipv6-policy" line is equivalent to "ipv6-policy reject 1-65535". Closes #21743.
* Replace the loading icon with a progress barcypherpunks2017-04-15
| | | | | | | The progress bar is built with CSS which scales better than an animated loading GIF. Closes #21623.