]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views
Remove an unneeded import.
[xonotic/xonstat.git] / xonstat / views /
2016-11-14 Ant ZucaroRemove an unneeded import.
2016-11-14 Ant ZucaroImprove server matching.
2016-11-12 Ant ZucaroAdd the active filter for servers on the search page.
2016-11-12 Ant ZucaroUse better formatted filters.
2016-11-12 Ant ZucaroAdd a filter to show active servers only.
2016-11-11 Ant ZucaroGive a better name to a function and also use the serve...
2016-11-08 Ant ZucaroUse more descriptive names, not raw().
2016-11-07 Ant ZucaroFix imports.
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4-badges' into 'master'
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4' into 'master'
2016-11-06 Ant ZucaroMerge pull request #25 from antzucaro/models-refactor
2016-10-28 Ant ZucaroMake models a package instead of being a single (huge...
2016-10-28 Ant ZucaroA little bit more code cleanup.
2016-10-23 Ant ZucaroMerge pull request #24 from antzucaro/server-refactor
2016-10-23 Ant ZucaroAdd lifetime value to all server top* HTML views.
2016-10-23 Ant ZucaroMake the return values consistent.
2016-10-23 Ant ZucaroAdd HTML views for top active players, scoring players...
2016-10-23 Ant ZucaroShow the correct lifetime information in the template.
2016-10-23 Ant ZucaroAdd rank-fetching in the view, make the template easier...
2016-10-22 Ant ZucaroLimit and last are query params, not match params.
2016-10-22 Ant ZucaroAdd limits and offsets to all 'top' views.
2016-10-22 Ant ZucaroChange around the organization of ServerInfo.
2016-10-19 Ant ZucaroNo newlines for beneath the init methods.
2016-10-19 Ant ZucaroAdd a JSON method to the ServerInfo view.
2016-10-18 Ant ZucaroMore server refactoring...still not sure if this is...
2016-10-16 Ant ZucaroConvert the server info to a class-based view callable...
2016-10-16 Ant ZucaroAdd docstrings.
2016-10-16 Ant ZucaroConvert the server index to a class-based view callable...
2016-03-29 Ant ZucaroShow player medals on the player_info page.
2016-03-12 Ant ZucaroAdd a simple form for the versus view.
2016-03-12 Ant ZucaroInitial version of the "versus" view between two players.
2016-02-06 Ant ZucaroMake the active players/servers/maps use the cache.
2016-01-31 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2016-01-31 Ant ZucaroUse the summary_stats_mv instead of the full table.
2016-01-27 Ant ZucaroForce create_dt to start_dt for games.
2016-01-27 Ant ZucaroAdd another sorting option to player_captimes.
2016-01-25 Ant ZucaroAdd a plus-sign link to the player_game_index.
2016-01-23 Ant ZucaroMake the rank index titles data-driven.
2016-01-23 Ant ZucaroWhitelist rank game types in the view. Fixes #162.
2016-01-23 Ant ZucaroClean up the game info view.
2016-01-21 Ant ZucaroThe player JSON view should use to_dict() instead.
2016-01-21 Ant ZucaroMake the game finder JSON-enabled.
2016-01-16 Ant ZucaroReduce the number of fast caps shown on the map_info...
2016-01-16 Ant ZucaroMove MapCapTime and PlayerCapTime to models.
2016-01-16 Ant ZucaroThrow HTTP 404s if either the player or map do not...
2016-01-16 Ant ZucaroAllow fetching player captimes using the JSON endpoint.
2016-01-16 Ant ZucaroFix the JSON view for map captimes.
2015-11-29 Ant ZucaroFetch ranks for the post-match report.
2015-11-19 Ant ZucaroProvide a plaintext response to stats submissions.
2015-11-14 Ant ZucaroRefactor the Elo processing code into EloProcessor.
2015-11-08 Ant ZucaroGet rid of some commented, unused code.
2015-11-07 Ant ZucaroDon't put anonymous players in games.players
2015-11-07 Ant ZucaroUse only one regex to identify bots
2015-07-08 Ant ZucaroStore and show goals in the "caps" field of team scores...
2015-06-13 Ant ZucaroStore player-to-map captimes by mod.
2015-06-13 Ant ZucaroStore impure cvar changes, and use them to mark servers...
2015-06-06 Ant ZucaroMake valid NB games those w/ nonzero scores ONLY. Fixes...
2015-04-22 Ant ZucaroClean up comments.
2015-04-22 Ant ZucaroRemove the join to game stats for accuracy data.
2015-04-12 Ant ZucaroClean up the accuracy tables, make them mobile friendly.
2015-03-19 Ant ZucaroRemove missing views from the import list.
2015-03-18 Ant ZucaroRemove the server_game_index view.
2015-02-23 Ant ZucaroPaginate differently on the game_finder page.
2015-02-22 Ant ZucaroRemove arbitrary page navigation for game_index.
2015-02-22 Ant ZucaroSpecify recent games by starting or ending game_id.
2015-01-28 Ant ZucaroSet status code to 404 for the 404 page.
2015-01-11 Ant ZucaroForce the GET param to be an int.
2015-01-11 Ant ZucaroOrder by create_dt descending, not game_id descending.
2014-12-25 Ant ZucaroFix type error on ARRAY assertion.
2014-12-25 Ant ZucaroUse the GIN index wherever possible.
2014-12-25 Ant ZucaroRemove function for finding recently used weapons.
2014-12-25 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2014-12-24 Ant ZucaroSpeed up weaponstats requests by 2.5x.
2014-12-18 Ant ZucaroOrder player caps by date. Fixes #147.
2014-12-16 Ant ZucaroStore player_ids in the games table.
2014-12-13 Ant ZucaroIsolate the weapon rename to the weapon_cd only.
2014-12-13 Ant ZucaroConvert old weapon names to new ones at submission...
2014-12-08 Ant ZucaroChange verbiage about the weapon zero-values.
2014-12-03 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2014-12-03 Ant ZucaroDo not rank sole qualifiers.
2014-09-26 Ant ZucaroAdd a robots view to support robots.txt.
2014-06-18 Ant ZucaroRemove or otherwise disable some debug statements.
2014-06-18 Ant ZucaroAdd flash messaging. Failures do not work yet.
2014-06-18 Ant ZucaroAdd actual merge functionality.
2014-06-16 Ant ZucaroAdd basic merge view with admin group membership required.
2014-06-14 Ant ZucaroReconfigure the merge view a bit.
2014-06-13 Ant ZucaroVerify logins with pyramid_persona.
2014-06-10 Ant ZucaroWire up a simple forbidden response for merges.
2014-05-28 Ant ZucaroAdd anticheat logging.
2014-05-10 Ant ZucaroRemove request as a parameter to allow caching.
2014-05-10 Ant ZucaroSet daily summary stats to 24 hours, add commas.
2014-05-10 Ant ZucaroStandardize the structure of both summary stat lines.
2014-04-14 Ant ZucaroMerge branch 'zykure/wip' of ssh://push.git.xonotic...
2014-04-10 Ant ZucaroAdd links to the game modes in the stat line.
2014-04-05 Ant ZucaroReconfigure the day stats line.
2014-04-04 Ant ZucaroAdd a daily statline to the home page.
2014-03-11 Jan BehrensMerge branch 'master' into zykure/wip
2014-02-11 Ant ZucaroDo not 500 on missing player_ids. 404 instead.
2014-01-08 Jan BehrensAdd pagination to player_captimes & map_captimes; conve...
2014-01-08 Jan BehrensMerge branch 'master' into zykure/wip
next