Commit graph

251 commits

Author SHA1 Message Date
Absurdon
9c9ae32a9c Merge branch 'master' into MatchScheduler 2017-07-07 16:05:02 +02:00
Absurdon
784c5832cf fixed issues with NULL category not showing 2017-07-02 22:48:33 +02:00
Absurdon
9312a90585 refined issue to have more clear permission logic 2017-07-02 21:16:16 +02:00
Absurdon
f06dfc025a show count for users signed in the last 30 days on users page 2017-07-02 17:14:07 +02:00
Absurdon
3edf8cc5e7 added comp mod council to staff page 2017-07-02 16:31:36 +02:00
Absurdon
dfbe4686ff reworked match proposal update to allow stricter controll 2017-06-30 14:03:46 +02:00
Absurdon
8579d0b569 gave gathermods the possibility to respond to gather issues 2017-06-24 20:43:42 +02:00
Absurdon
313500c257 added gather mod tab to staff page 2017-06-21 09:39:30 +02:00
Absurdon
df5c6b1a7a fixed parsed signatures might be bigger than allowed by database 2017-06-12 20:30:10 +02:00
Absurdon
ca9cdeb200 Fixed Syntax Error and error in Access Control 2017-06-04 20:30:33 +02:00
Absurdon
04f2fd77ff Added view for creating proposals and added some controller functionality 2017-05-11 22:26:18 +02:00
Absurdon
0f05829bcc started to shape out the controllers 2017-05-05 17:17:00 +02:00
Absurdon
160fccd118 Added model and controller stub 2017-05-01 16:57:32 +02:00
Absurdon
9989e840aa fixed logical flaw in last commit 2017-03-08 02:21:49 +01:00
Absurdon
839aae732a fixed logical flaw in last commit 2017-03-08 02:21:49 +01:00
Absurdon
035f15648a fixed error for old bans that don't have a creator
validation failed on editing older bans that do not have a creator. Added a check to make sure this is still working.
2017-03-08 01:45:33 +01:00
Absurdon
4ce05f2563 fixed error for old bans that don't have a creator
validation failed on editing older bans that do not have a creator. Added a check to make sure this is still working.
2017-03-08 01:45:33 +01:00
Absurdon
569122862f Gave Gathermods simple banning permissions 2017-03-06 02:33:12 +01:00
Absurdon
39758ff86c Gave Gathermods simple banning permissions 2017-03-06 02:33:12 +01:00
Absurdon
9a0d2c6a25 Added creator to ban modell 2017-03-04 22:45:05 +01:00
Absurdon
c6a0ed106f Added creator to ban modell 2017-03-04 22:45:05 +01:00
Absurdon
f17af42bfd Update to new rules and updated categories 2017-02-27 23:21:59 +01:00
Absurdon
4a863ee5f4 Update to new rules and updated categories 2017-02-27 23:21:59 +01:00
Absurdon
0f397f9e7c added link to comp mod article 2017-01-14 22:30:19 +02:00
Absurdon
cffa92e845 added link to comp mod article 2017-01-14 22:30:19 +02:00
Prommah
97f9366403 Fixed profle query error when there are zero results 2015-11-07 06:11:26 +00:00
Prommah
7a41f1294c Fixed profle query error when there are zero results 2015-11-07 06:11:26 +00:00
Prommah
71424d9207 Fix rubocop offenses 2015-11-05 08:25:54 +00:00
Prommah
1b0de57cc3 Fix rubocop offenses 2015-11-05 08:25:54 +00:00
Prommah
a4f4f074ae Cleaned up match model 2015-11-05 07:57:55 +00:00
Prommah
0e12505f9d Cleaned up match model 2015-11-05 07:57:55 +00:00
Chris Blanchard
95deb32e05 Added moderator group 2015-10-20 18:04:50 +01:00
Chris Blanchard
39ff2b66d8 Added moderator group 2015-10-20 18:04:50 +01:00
Prommah
27aebc2a29 Fix styling and tidy validations 2015-09-24 10:19:00 +01:00
Prommah
aafbc4e657 Fix styling and tidy validations 2015-09-24 10:19:00 +01:00
Prommah
65cf350231 Improve & clean SteamID validation 2015-09-24 07:23:05 +01:00
Prommah
29ed865b27 Improve & clean SteamID validation 2015-09-24 07:23:05 +01:00
Prommah
3948541f10 Stricter SteamID validation 2015-09-24 01:35:30 +01:00
Prommah
798484af96 Stricter SteamID validation 2015-09-24 01:35:30 +01:00
Prommah
03538de390 Stricter SteamID validation 2015-09-24 01:32:16 +01:00
Prommah
758b0250fe Stricter SteamID validation 2015-09-24 01:32:16 +01:00
Chris Blanchard
d4db1aafdf Limit by 200 2015-09-05 19:16:14 +01:00
Chris Blanchard
c51ec2447c Limit by 200 2015-09-05 19:16:14 +01:00
Chris Blanchard
fc7dd7286e Return distinct topics 2015-09-05 17:09:20 +01:00
Chris Blanchard
a5cfa4df74 Return distinct topics 2015-09-05 17:09:20 +01:00
Chris Blanchard
bafb67f702 Rewrite recent_topic sql to return unique topics on subquery 2015-09-05 16:23:50 +01:00
Chris Blanchard
e0eaa89fbf Rewrite recent_topic sql to return unique topics on subquery 2015-09-05 16:23:50 +01:00
Luke Barratt
7738c2b845 Fold legacy has_view_count plugin into lib 2015-08-23 15:43:40 +01:00
Luke Barratt
e3f0a79479 Fold acts_as_rateable plugin into lib 2015-08-23 13:25:41 +01:00
Luke Barratt
4d04c47251 Fold in acts_as_readable plugin into lib so that it's loaded properly 2015-08-23 12:06:27 +01:00
Luke Barratt
48dc948fc0 Merge branch 'develop' into feature/rails-4 2015-08-23 11:00:14 +01:00
Chris Blanchard
eecabbf1e6 Hound 2015-08-22 11:53:26 +01:00
Chris Blanchard
4cfa9a7e0d Hound 2015-08-22 11:53:26 +01:00
Chris Blanchard
9ba7f4b0d1 Add filter to recent topics 2015-08-22 10:48:08 +01:00
Chris Blanchard
4377d07095 Add filter to recent topics 2015-08-22 10:48:08 +01:00
Chris Blanchard
a0318805e7 Annotate & fix style 2015-08-20 19:36:01 +01:00
Chris Blanchard
5948364ec2 Annotate & fix style 2015-08-20 19:36:01 +01:00
Chris Blanchard
5f53893756 Added forumer exclusion on recent_topics 2015-08-20 19:33:22 +01:00
Chris Blanchard
5bde263e8c Added forumer exclusion on recent_topics 2015-08-20 19:33:22 +01:00
Chris Blanchard
53110c9aa4 Scope no longer used 2015-08-20 17:21:56 +01:00
Chris Blanchard
19b5679ff3 Scope no longer used 2015-08-20 17:21:56 +01:00
Chris Blanchard
a68bdd3de7 Remove inefficient scope 2015-08-20 17:01:42 +01:00
Chris Blanchard
70171dfbbd Remove inefficient scope 2015-08-20 17:01:42 +01:00
Chris Blanchard
8074f0c3aa Style fix 2015-08-20 16:35:25 +01:00
Chris Blanchard
efc75736dd Style fix 2015-08-20 16:35:25 +01:00
Chris Blanchard
46b0084e81 Add more efficient recent topics class method 2015-08-20 16:20:40 +01:00
Chris Blanchard
551520dc73 Add more efficient recent topics class method 2015-08-20 16:20:40 +01:00
Luke Barratt
453874b630 Read country code from I18n gem 2015-08-15 23:30:34 +01:00
Luke Barratt
ed95f1b3c7 Use i18n_country_select instead of country_code_select 2015-08-15 20:34:50 +01:00
Luke Barratt
320fc67e4c Removes outdated acts_as_versioned plugin in favour of an updated version extracted from Redmine 2015-08-15 20:28:21 +01:00
Luke Barratt
54e4c6a4bb Removed potentially dangerous regex warning 2015-08-15 20:26:57 +01:00
Ari Timonen
d6baebc3bc Remove tweets 2015-07-02 02:34:39 +03:00
Ari Timonen
4c185aec76 Remove tweets 2015-07-02 02:34:39 +03:00
simplefl
b742be7982 Only admins can change usernames. 2015-06-27 14:23:37 +02:00
simplefl
9c0b29f4fe Only admins can change usernames. 2015-06-27 14:23:37 +02:00
Ari Timonen
7b9bb64b8b Fix access check bug 2015-06-22 00:43:16 +03:00
Ari Timonen
c56ff6fff5 Fix access check bug 2015-06-22 00:43:16 +03:00
Ari Timonen
7041c0bbe5 Remove logging functionality as legacy 2015-06-22 00:32:27 +03:00
Ari Timonen
432d2ae06d Remove logging functionality as legacy 2015-06-22 00:32:27 +03:00
Christopher Blanchard
ad50f26497 Fix for can_create? weirdness 2015-06-07 10:20:23 +01:00
Christopher Blanchard
9cd652c3bf Fix for can_create? weirdness 2015-06-07 10:20:23 +01:00
simplefl
e933324369 Merge pull request #21 from cblanc/remove_plugins
Revoke banhammers
2015-05-26 18:58:49 +02:00
simplefl
055f896c3f Merge pull request #21 from cblanc/remove_plugins
Revoke banhammers
2015-05-26 18:58:49 +02:00
simplefl
ca732d76f2 Merge pull request #20 from cblanc/drop_rcon
Drop RCON (danger!)
2015-05-26 18:58:23 +02:00
simplefl
7e46153214 Merge pull request #20 from cblanc/drop_rcon
Drop RCON (danger!)
2015-05-26 18:58:23 +02:00
Christopher Blanchard
50c12b828f Rerun annotate on server spec 2015-05-22 14:17:07 +01:00
Christopher Blanchard
3aa865e1c9 Rerun annotate on server spec 2015-05-22 14:17:07 +01:00
Christopher Blanchard
85f4baab3c Remove unusued method 2015-05-22 14:04:15 +01:00
Christopher Blanchard
619136325f Remove unusued method 2015-05-22 14:04:15 +01:00
Christopher Blanchard
829c96709b Removed unused accessors and validation 2015-05-22 14:04:15 +01:00
Christopher Blanchard
15f5fb5832 Removed unused accessors and validation 2015-05-22 14:04:15 +01:00
cblanc
83bdf550bb Remove rcon column from servers table 2015-05-18 17:30:45 +01:00
cblanc
89891d2679 Remove rcon column from servers table 2015-05-18 17:30:45 +01:00
cblanc
4606762389 Remove rcon from log model 2015-05-18 17:24:18 +01:00
cblanc
032b21874a Remove rcon from log model 2015-05-18 17:24:18 +01:00
simplefl
ce812b8f17 Init ladder prototype. Challenge stuff is still mostly broken. 2015-05-16 16:08:05 +02:00
simplefl
11635660ca Init ladder prototype. Challenge stuff is still mostly broken. 2015-05-16 16:08:05 +02:00
cblanc
5a39c3cd07 Create new annotations for models 2015-05-14 17:29:16 +01:00
cblanc
fdfd582846 Create new annotations for models 2015-05-14 17:29:16 +01:00
cblanc
b4273b5149 Indentation 2015-05-14 17:29:05 +01:00
cblanc
dd29d92af0 Indentation 2015-05-14 17:29:05 +01:00
cblanc
c9f0b51f54 save never invoked 2015-05-14 14:25:27 +01:00
cblanc
3ccca2fda0 save never invoked 2015-05-14 14:25:27 +01:00
cblanc
4a9a19e8e6 Remove methods which are never invoked 2015-05-14 14:25:27 +01:00
cblanc
94a2473133 Remove methods which are never invoked 2015-05-14 14:25:27 +01:00
simplefl
4284366680 Add staff? to user model. 2015-04-11 15:37:47 +02:00
simplefl
77d59cb2af Add staff? to user model. 2015-04-11 15:37:47 +02:00
simplefl
20276bb710 Remove old points before adding new points them on updates of matches. Also remove points if match gets deleted. 2015-04-09 18:45:33 +02:00
simplefl
85a2092a7c Remove old points before adding new points them on updates of matches. Also remove points if match gets deleted. 2015-04-09 18:45:33 +02:00
simplefl
89f0cdedaf Fix up/down moving. 2015-04-09 15:49:35 +02:00
simplefl
0c00697ed0 Fix up/down moving. 2015-04-09 15:49:35 +02:00
simplefl
17efc2ec80 Fix forum access rules. 2015-04-09 13:44:30 +02:00
simplefl
5330f10a12 Fix forum access rules. 2015-04-09 13:44:30 +02:00
Ari Timonen
3f9ca0a4da Fixed rules 2015 2015-04-04 15:49:53 +03:00
Ari Timonen
6f0e8f2a0f Fixed rules 2015 2015-04-04 15:49:53 +03:00
Ari Timonen
0379c0bbcc Merge fixes 2015-04-03 23:55:22 +03:00
Ari Timonen
4a35b6bbee Merge fixes 2015-04-03 23:55:22 +03:00
Ari Timonen
f7d7c429da Fix timezone parsing for google calendar 2015-04-02 04:01:41 +03:00
jamal
d6e0a5d1d1 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
cf0b0461b6 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
eee227cef5 Fix some logic errors with captains 2014-10-13 22:56:40 -04:00
jamal
fb7d36146e Fix some logic errors with captains 2014-10-13 22:56:40 -04:00
jamal
4c7041e4b3 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
ebd60d19eb 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
d6b501ac46 Add state to gatherers and track when a gatherer has left or is away 2014-10-10 20:50:17 -04:00
Luke Barratt
38e2da1bf3 Update rules article constant 2014-09-27 19:21:25 +01:00
Luke Barratt
89b3e94728 Update rules article constant 2014-09-27 19:11:19 +01:00
Luke Barratt
e57a3f569d Added site layout configuration for users 2014-08-28 23:04:18 +01:00
Luke Barratt
3f92e6e39a Added site layout configuration for users 2014-08-10 23:56:18 +01:00
Luke Barratt
caeb9be494 Fixes forums z-index appearing under logo
Fixes view count cache
2014-05-10 15:07:54 +01:00
Ari Timonen
648248eecd Fix match admin page 2014-05-10 13:02:57 +03:00
Ari Timonen
d91a2eae52 Add match admin page and casting 2014-05-10 11:52:00 +03:00
Luke Barratt
faa895b3f0 Bump to Rails 3.2.18
Reduce aggressive topic reply/view count caching
Improve shout box spacing
Pass broken tests
2014-05-10 02:26:18 +01:00
Luke Barratt
5a89d4c92c Improve news page layout
Fix forums unread icon
Fix double linebreaks in BBcode
Increase colour darkness
2014-04-29 21:02:20 +01:00
Luke Barratt
8e3670f430 Merged in changes from https://github.com/taekwonjoe01/ensl.org 2014-04-27 03:11:47 +01:00
Luke Barratt
4facbc0cc3 Added groups styling 2014-04-27 01:34:38 +01:00
Luke Barratt
57a50d22d4 Added styling to servers pages 2014-04-26 01:20:34 +01:00
Luke Barratt
8020b06f45 Updates to matches page
Tweaked layout for contest page
Various styling updates
2014-04-21 19:19:03 +01:00
Luke Barratt
f2d908a06f Switched web server to puma
Added styling to gathers page
Added styling to account page
Improved forms styling
2014-04-15 10:59:52 +01:00
Luke Barratt
8e222ae567 Added basic teams pages styling 2014-04-13 12:16:51 +01:00
Luke Barratt
ef83ec88f5 Added form view styling
Improved articles styling
Improved bbcode to html formatting
HTML and CSS refactorings
Moved Extra into concerns
Changed repo URL to read-only for deploys
Fixes quotes in comments
2014-04-12 02:35:42 +01:00
Luke Barratt
5487854a6c Start to cleanup old assets
Added new ISO country code flag icons to asset pipeline
Lots and lots of new style changes
Began converting to JS to coffeescript
2014-04-09 00:28:53 +01:00
Luke Barratt
849f81e27d Hotfix: Error when changing articles status 2014-04-07 11:20:21 +01:00
Luke Barratt
4b8d6920dc Fixes repeated shout box submissions. Added delay of 2s between shouts
Fixes admin links
Fixes issue solution formatting
2014-04-05 01:37:52 +01:00
Luke Barratt
8c9debefc3 Added ability to login with a username that is case insensitive
Added some missing translations
Small CSS tweaks
2014-04-04 20:38:44 +01:00
Luke Barratt
c2309dd2ef Added timezone based google calendar widget
Updated unicorn and capistrano deployment configuration for the staging environment
HTML formatting
Fixes errors when posting new issues
Added Google Calendar client code
CSS tweaks to layout
Added new .env vars
Layout tweaks
Updated contributors
2014-04-04 17:55:49 +01:00
Callum Barratt
e7c39a4673 Fixed formatting and ruby hash syntax 2014-03-31 22:37:38 +01:00
Luke Barratt
704a6b4e9b Changed newrelic configuration to load from environment variables
Changed login field text
Changed database configuration connection pool size to be configured via dotenv
Use a single BBcode parser library
Added better translations coverage
Code formatting
Increases maximum article text limit
Added database cleaner with the deletion strategy during testing
2014-03-30 20:50:52 +01:00
Luke Barratt
4199062a9c Initial article text code
Added model annotations
2014-03-26 11:09:39 +00:00
Luke Barratt
28a1112a1c Removed unused rails plugins & code/comments 2014-03-24 14:23:08 +00:00