summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove Not Recommended psuedoflag and instead add warning next to platform texttask/21367Iain R. Learmonth2017-03-03
|
* 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.
* | Simplify the code enabling the tooltipscypherpunks2017-03-01
| | | | | | | | | | The simplification enables tooltips only on elements within the "tip" class and sample points in the graphs.
* | Use a specific selector for styling the tooltipscypherpunks2017-03-01
|/
* Use pre for fingerprint on bridge page too (Fixes: #21350)Iain R. Learmonth2017-01-31
| | | | | | | Comment from cypherpunks: "My patch only addressed the issue on the router page. I forgot about the bridge page." Don't feel too bad cypherpunks, so did I.
* Separated effective and alleged family members more clearlyRaphael Bergmann2017-01-31
|
* Removes deprecated attributes from search results table (Fixes: #21292)Iain R. Learmonth2017-01-31
|
* Don't display country flag if country is not defined.Raphael Bergmann2017-01-31
|
* Fixed tooltips not working after filtering the search results tableRaphael Bergmann2017-01-31
|
* Replaced popover with tooltips functionRaphael Bergmann2017-01-31
|
* Explain relay flags in detail view using tooltipsRaphael Bergmann2017-01-31
|
* Uses pre elements for fingerprints in details view, not tt (Fixes: #21350)Iain R. Learmonth2017-01-31
| | | | | | | | | | | | | | Comment from cypherpunks: "It reverts the solution from #12685 because <pre> tags wrap their content automatically. However, using the <pre> tag changes the fingerprint to look like the fingerprints of the family members (except with black text instead of blue or orange). IMO this is preferable because it makes displaying fingerprints consistent but thought I'd mention it anyway." In testing, I found this to actually be a better solution for responsiveness as instead of wrapping at a fixed location, everything can still be viewable even with a 160px wide screen. This does lead to having different length lines when wrapping, and I guess user feedback will let us know if this was a dreadful idea, but I don't see it causing disasterous breakage for anyone.
* Removes duplicate id attributes on SVG graphs (Fixes: #21351)Iain R. Learmonth2017-01-31
| | | | | | | | | | Comment from cypherpunks: "A quick grep shows there is no CSS that uses the bw_month id. The id is only used by the JS code that generates the SVG graphs to know where to inject the graphs. This code also injects the duplicate id for some unknown reason. The inline patch fixes the issue by simply removing the injection of the duplicate id." I would agree with this comment.
* Adds alt attributes to images for country flags and relay flags (Fixes: #21291)Iain R. Learmonth2017-01-27
| | | | | | | In cases where there is no other text and the meaning is conveyed only in the icon, this adds alt text explaining the icon. In cases where the icon is next to text that explains the icon, the alt attribute is specified as an empty string as recommended by the HTML 5 specification.
* Removes graphs that no longer have Onionoo data to back them (Fixes: #19553)task/19553Iain R. Learmonth2017-01-26
| | | | | | | | | | | This removes the 3 days and 1 week bandwidth charts and also removes references to the 3 days clients chart as the Onionoo specification doesn't claim to provide this chart either. In the future we may attempt to produce these graphs from the data provided by Onionoo, but this will require more than simply putting the right data on the screen and I'd like to keep Atlas as thin a layer as possible on top of Onionoo.
* Remove the action attribute from the search formcypherpunks2017-01-23
| | | | | | | Search form submissions are caught by a JavaScript event so the action is never used and can be removed. Really closes ticket 21234 this time.
* Insert irl's email address as the contact addressemail-addressIain R. Learmonth2017-01-20
|
* Inserted zero width space character to wrap fingerprint line on smaller displaysRaphael Bergmann2017-01-20
|
* If no IPv6 exit policy, explicitly mention that.Philipp Winter2017-01-20
| | | | | | Otherwise, it's easy to confuse the header with the field below. This should fix <https://bugs.torproject.org/14328>.
* Fix W3C markup validation service issuescypherpunks2017-01-20
| | | | | | | | The W3C markup validation service shows the following errors - An `img` element must have an `alt` attribute. - Bad value for attribute `action` on element `form`. Closes ticket 21234.
* Adds missing equals sign in router template (#21166)Iain R. Learmonth2017-01-20
|
* Fixed a bug where Atlas was not showing error messages properlyRaphael Bergmann2017-01-20
|
* Add instructions for getting bridge hashed fingerprint (#10883)Iain R. Learmonth2016-11-07
|
* Strikethrough uptime if it's actually downtime in search results (#19956)task/19956Iain R. Learmonth2016-11-06
|
* Fix Trac 'Report a bug' linkIvan Markin2016-06-30
|
* Merge branch 'task/5430' of https://git.torproject.org/user/irl/atlas into ↵Philipp Winter2016-06-27
|\ | | | | | | | | | | | | task/5430 Conflicts: templates/search/do.html
| * Adds a title to the search results pageIain R. Learmonth2016-06-20
| | | | | | | | | | | | | | * Displays the search query for searches * Displays "Top 10 Relays by Consensus Weight" for the top 10 page to avoid confusion as to why the top 10 are not sorted by bandwidth (#5430)
| * Adds a list of the top 10 relays by consensus weight (Fixes: #5430)Iain R. Learmonth2016-06-19
| | | | | | | | | | | | | | | | | | | | | | * Adds a navbar to the top of the page for Home, About and Top 10 Relays. * Re-uses the search results view using a hardcoded Onionoo URL (taken from Globe) to show a list of the top 10 relays by consensus weight. * Disables sorting by default of the datatables, and disables saving of state for sorting options. This allows the list of the top 10 to be sorted by consensus weight as reported by Onionoo, though manual sorting is still possible as before.
* | Allow returning up to 50 search results and error on empty searchIain R. Learmonth2016-06-19
|/ | | | | | | | | | | | | | | * Added the ability for errors to be passed along when rendering result sets, to display an error or warning message while still allowing a result set to be rendered. * Results are only rendered once all the requests have succeeded (or failed), not every time there is a response. This greatly improves the performance and now up to 50 results can be rendered reasonably. * Limits the result set to a maximum of 50 results, introducing a new error message when this number is exceeded. (Fixes: #15395) * Introduces a new error message when an empty string is passed and fixed the rendering of that error message by displaying it. (Fixes: #19372) * Thanks to karsten and hellais for their help on this patch. (:
* Add <noscript> tag #159780xCoffee2016-04-12
| | | | Signed-off-by: Philipp Winter <phw@torproject.org>
* Removed deprecated family field. Displaying effective and alleged family ↵orlando2015-11-28
| | | | instead.
* Show better error message for search errors.Philipp Winter2015-03-18
| | | | | | If Atlas cannot get a response from Onionoo, it's not always the user's fault. This fix changes the error message to make that clear. Hopefully, this will result in less bug reports when Onionoo is offline.