summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* Refactor the loading content state transitionscypherpunks2017-04-15
| | | | Part of #21623.
* Do not rehash invalid fingerprintscypherpunks2017-04-15
| | | | | | | | | | | The regular expression only matches the beginning of the fingerprint. This allows passing invalid hexadecimal strings to the JavaScript SHA library which aborts further page loading. Also rename the function to reflect that it only supports one fingerprint argument, not an array of fingerprints. Closes #21612.
* Always show the search box in mobile viewRaphael Bergmann2017-04-15
|
* Remove the descriptor published fieldcypherpunks2017-04-15
| | | | | | | The `desc_published` field from Onionoo was removed 5 years ago so Atlas always says 'never'. Closes #21630.
* Remove the executable bit from the country flagscypherpunks2017-04-15
| | | | Closes #21624.
* More clearly distinguish between running and non-running relaysRaphael Bergmann2017-04-15
|
* Added missing closing tag to bandwith columnRaphael Bergmann2017-04-15
|
* Moved "Not recommended"-flag to a new properties column / sectionRaphael Bergmann2017-04-15
|
* Go to the details page when there is one resultcypherpunks2017-03-02
| | | | Closes #15415.
* Adjustments for mobile devices incl. "hamburger" navigationRaphael Bergmann2017-03-02
|
* Show "unknown" instead of "null" for missing AS informationRaphael Bergmann2017-03-02
|
* Added default values for fields that could be emptyRaphael Bergmann2017-03-02
|
* Flag relays that do not use recommended software versionsRaphael Bergmann2017-03-02
|
* Do not plot empty graphsRaphael Bergmann2017-03-02
|
* Set family members even when they're empty (Fixes: #19739)Raphael Bergmann2017-03-02
|
* Update broken links on about page (patch from #21591)Iain R. Learmonth2017-03-01
|
* Merge branch 'task/21459'Iain R. Learmonth2017-03-01
|\
| * show fingerprint in one line on default tor browser sizeRaphael Bergmann2017-03-01
| |
* | Remove disallowed element attributescypherpunks2017-03-01
| | | | | | | | | | | | | | | | Removing these attributes shows no rendering differences. Found using the W3C markup validator service bookmarklet. Closes #21352.
* | Add time interval AFTER drawing a data point (Fixes: #20802)Raphael Bergmann2017-03-01
| |
* | Remove the newline from the data URIscypherpunks2017-03-01
| | | | | | | | | | | | | | According to the W3C validator service line breaks are illegal characters in data URIs. Removing them does not change functionality. Closes #21429.
* | Corrected right border running through the graphs on small screens (Fixes: ↵Raphael Bergmann2017-03-01
| | | | | | | | #21434)
* | Merge branch 'task/21364'Iain R. Learmonth2017-03-01
|\ \
| * | Do not show flag labels in tooltips on relay pagescypherpunks2017-03-01
| |/ | | | | | | | | | | The same labels are already next the flag icons. Closes #21364.
* | Merge branch 'task/20374'Iain R. Learmonth2017-03-01
|\ \
| * | Show a warning message if Onionoo serves outdated dataRaphael Bergmann2017-03-01
| |/
* | Place tooltips on the right of the elementscypherpunks2017-03-01
| | | | | | | | | | | | | | | | The tooltips for the left column on the details page were cut off with certain window dimensions. Placing the tooltips on the right of the elements is the easiest way to solve this issue. Closes #21398.