An error occurred fetching the project authors.
- 17 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 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.
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 29 May, 2016 1 commit
-
-
DJ Mountney authored
-
- 23 May, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 16 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 12 May, 2016 5 commits
-
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
- 10 May, 2016 1 commit
-
-
DJ Mountney authored
Also added a health check page to the admin section for resetting the token.
-
- 09 May, 2016 1 commit
-
-
Jeroen van Baarsen authored
In 8278b763 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
-
- 06 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 22 Apr, 2016 1 commit
-
-
James Lopez authored
gitlab import UI - icon, file selector, etc... Also updated font-awesome and modified import source settings.
-
- 12 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 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 4 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
Also: - Get rid of legacy :strict_mode - Get rid of custom :email validator - Add some shared examples to spec emails validation
-
Jason Lee authored
-
Grzegorz Bizon authored
`max_attachment_size` in `ApplicationSetting` should be present, only integers greater than zero are valid. Closes #13188
-
- 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
-
- 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.
-
- 20 Jan, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 18 Jan, 2016 1 commit
-
-
Jeroen Nijhof authored
-
- 06 Jan, 2016 1 commit
-
-
Stan Hu authored
-
- 28 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 24 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 23 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
`runners_registration_token` now creates a new token if it is blank.
-
- 15 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 11 Dec, 2015 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This adds a ability to use multiple different authentication token fields in other models. From now on it is necessary to add authentication token field manually in each class that implements this mixin.
-
Grzegorz Bizon authored
-
- 07 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 04 Dec, 2015 1 commit
-
-
Stan Hu authored
cache_key is an instance method that relies on updated_at. When changes were made, the time-dependent key was being used instead of X.application_setting.last. Closes #3609
-
- 25 Nov, 2015 1 commit
-
-
Stan Hu authored
If a DB migration occurs, there's a chance that the application settings are loaded from the cache and provide stale values, causing Error 500s. This ensures that at startup the settings are always refreshed. Closes #3643
-
- 23 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-