simplefl
a114df8e95
Merge pull request #56 from cblanc/expose_new_gathers
...
Expose new gathers
2015-09-18 17:05:01 +02:00
Chris Blanchard
3bc78d58fc
Add helper method for new gathers url
2015-09-18 13:35:17 +01:00
simplefl
47d6f518af
Merge pull request #50 from cblanc/show_stream
...
Show stream information on user page
2015-08-27 20:00:50 +02:00
Chris Blanchard
31f4a3a5dc
Show stream information on user page
2015-08-27 18:47:26 +01:00
Chris Blanchard
9b6d3e21f7
Account goes to user profile
2015-08-24 16:02:55 +01:00
Chris Blanchard
9e03cc919f
Swap out old recent topics method
2015-08-20 16:20:50 +01:00
simplefl
b24f808c48
Bug fix and clean up with nsltv tag.
2015-07-19 12:33:49 +02:00
simplefl
7240068463
Display nsltv seperated in calender widget.
2015-07-18 12:35:52 +02:00
Ari Timonen
fecd0742aa
Remove tweets
2015-07-02 02:34:39 +03:00
simplefl
94ba3414eb
Only admins can change usernames.
2015-06-27 14:23:37 +02:00
Ari Timonen
1526aba255
Remove logging functionality as legacy
2015-06-22 00:32:27 +03:00
simplefl
7b479d9411
Up shoutbox timeout.
2015-06-13 17:53:41 +02:00
Chris Blanchard
0bfd7939c0
Add recipient to messages
2015-06-02 18:50:41 +01:00
simplefl
9ee18b15d0
Merge pull request #20 from cblanc/drop_rcon
...
Drop RCON (danger!)
2015-05-26 18:58:23 +02:00
cblanc
bba812076e
Remove rcon column from servers table
2015-05-18 17:30:45 +01:00
simplefl
f5d737f97d
Show extra points on edit contesters not for ladder.
2015-05-16 16:14:40 +02:00
simplefl
5e29684722
Init ladder prototype. Challenge stuff is still mostly broken.
2015-05-16 16:08:05 +02:00
simplefl
7abbf51145
Merge pull request #18 from cblanc/cleanup_server
...
Attempt to remove RCON and clean up legacy code from Server Model
2015-05-14 19:28:26 +02:00
cblanc
0719759b2b
Quick fix to bring back EU flag
2015-05-14 18:01:49 +01:00
cblanc
cf0825ddf6
No corresponding log method on servers controller
2015-05-14 14:25:27 +01:00
cblanc
841ffe673d
Not able to find references to these views
2015-05-14 14:25:27 +01:00
cblanc
64e0ed662c
Admin route never used
2015-05-14 14:25:27 +01:00
simplefl
92ff84bbb9
Mute button for gather.
2015-05-13 23:21:14 +02:00
simplefl
3da1678796
Add steam group link to gather page.
2015-05-13 19:00:16 +02:00
cblanc
9ee05c89a1
Cleanup
2015-05-09 16:43:02 +01:00
cblanc
96ef0dbc0d
Added shoutbox controller to perform client side validation
2015-05-09 16:20:51 +01:00
cblanc
d50e4d0f5c
Fix error page for when the 404 is user not found
2015-05-02 18:07:10 +01:00
simplefl
a7c0a443ee
Display channel password on gather page.
2015-04-28 17:46:47 +02:00
cblanc
865ba6c477
Move shoutmsg polling invocation to instances where shoutbox is available
2015-04-27 23:36:27 +01:00
simplefl
db53efadec
Add gather spreadsheet links to gather page.
2015-04-19 12:04:27 +02:00
simplefl
7a8baa83c7
Remove unloading hook from gather because its triggered to often.
2015-04-16 19:38:26 +02:00
simplefl
2cc522230c
Add twitter and steam to nav bar.
2015-04-11 18:35:25 +02:00
simplefl
17e421235b
Staff is more important then ref and caster on posts.
2015-04-11 15:31:11 +02:00
simplefl
f909212c45
Add group name and task to posts.
2015-04-11 12:34:52 +02:00
simplefl
d7e95509c1
Add sticky class to topic links.
2015-04-09 19:23:29 +02:00
simplefl
20bcc82586
More charackters from map are shown in gather.
2015-04-06 23:28:35 +02:00
Ari Timonen
af36d3a685
Fix gather music to old one
2015-04-06 01:09:36 +03:00
Ari Timonen
75658ea983
Fixed rules 2015
2015-04-04 15:49:53 +03:00
jamal
9642c478bb
Revert "Fix some logic errors with captains"
...
Revert "Change Gather style to volunteer captains"
This reverts commits fb7d361
, d8134ca
, and ebd60d1
.
2014-12-08 09:35:40 -05:00
jamal
3ef9c72a4c
Add .leave-gather to the command button so it disables the leave confirm dialog
2014-10-11 18:27:45 -04:00
Luke Barratt
0895072845
Merge remote-tracking branch 'jamal/self-captains' into develop
...
Conflicts:
app/views/gathers/_status.html.erb
2014-10-11 23:13:57 +01:00
jamal
aa0d0673b6
Change Gather style to volunteer captains
...
This will change the gather format to allow for players to volunteer to be captain / commander. The gather will not change from the running state until 2 commanders have volunteered. Once commanders have volunteered the gather will switch to the picking state. The voting state is no longer used.
Also, added a new sound alert that will be played when the gather is full but doesn't have 2 captains. This alert will loop every 10 seconds unless you're the commander. And changed the music to play once the gather switches to the picking state and only if the player doesn't have the gather page on focus.
2014-10-11 15:50:06 -04:00
jamal
450f821232
Disable leave confirm when voting for map or server
2014-10-11 10:04:16 -04:00
jamal
3589e226d3
Fix double confirm when you click the 'Leave Gather' button
2014-10-11 09:13:07 -04:00
jamal
6c2348bcb6
Add state to gatherers and track when a gatherer has left or is away
2014-10-10 20:50:17 -04:00
Luke Barratt
4b9f2e6d84
Added steam profile lookup API endpoint
2014-08-28 23:04:18 +01:00
Luke Barratt
b97b3173bc
Check for upcoming matches before showing the calendar
2014-08-28 23:04:18 +01:00
Luke Barratt
a83b5bc0f8
Added site layout configuration for users
2014-08-28 23:04:18 +01:00
Luke Barratt
3d0bda0a92
Remove TS3 Password
2014-08-28 23:04:18 +01:00
Luke Barratt
29dc3e0e29
Fixes error when viewing team pages when not logged in
2014-08-28 23:04:17 +01:00