An error occurred fetching the project authors.
- 08 Jun, 2016 1 commit
-
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-
- 31 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 May, 2016 3 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- 12 May, 2016 11 commits
-
-
Andrei Gliga authored
-
Andrei Gliga authored
This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7.
-
Andrei Gliga authored
This reverts commit 78a832d0fd7ff445c707809134dbb2a42d2a9e03. Show help only for the enabled OAuth Providers on oauth-providers-help block aria: { describedby: help_block_id } instead of 'aria-describedby' => help_block_id provider and not p a more simple approach to the OmniAuth helper links for oauth-providers-help
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
On Application Settings Page let the user select the enabled OAuth Sign in sources instead of the disabled ones
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
if omniauth is enabled and if there are button_based_providers available show the disable OAuth sources
-
Andrei Gliga authored
-
Andrei Gliga authored
-
- 19 Apr, 2016 1 commit
-
-
Yorick Peterse authored
This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
-
- 18 Apr, 2016 3 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
- 12 Apr, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 05 Apr, 2016 1 commit
-
-
Robert Speicher authored
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
-
- 31 Mar, 2016 1 commit
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
- 10 Mar, 2016 1 commit
-
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
- 09 Feb, 2016 1 commit
-
-
Jason Lee authored
-
- 02 Feb, 2016 1 commit
-
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 01 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 28 Jan, 2016 1 commit
-
-
Robert Speicher authored
This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
-
- 26 Jan, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
Introduced by me through !2005
-
Zeger-Jan van de Weg authored
-
- 20 Jan, 2016 3 commits
-
-
Douwe Maan authored
-
Tomasz Maczukin authored
-
Jeroen Nijhof authored
-
- 18 Jan, 2016 1 commit
-
-
Jeroen Nijhof authored
-
- 13 Jan, 2016 1 commit
-
-
Yorick Peterse authored
-
- 06 Jan, 2016 1 commit
-
-
Yorick Peterse authored
InfluxDB over UDP doesn't use authentication, thus there's no need for these settings.
-
- 01 Jan, 2016 1 commit
-
-
Steffen Köhler authored
[ci skip]
-
- 29 Dec, 2015 1 commit
-
-
Yorick Peterse authored
This removes the need for Sidekiq and any overhead/problems introduced by TCP. There are a few things to take into account: 1. When writing data to InfluxDB you may still get an error if the server becomes unavailable during the write. Because of this we're catching all exceptions and just ignore them (for now). 2. Writing via UDP apparently requires the timestamp to be in nanoseconds. Without this data either isn't written properly. 3. Due to the restrictions on UDP buffer sizes we're writing metrics one by one, instead of writing all of them at once.
-