summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add changelog for custom faviconsiemens/gitlab-ce-feature/customizable-faviconAlexis Reigel2018-06-061-0/+5
* document custom faviconAlexis Reigel2018-06-064-0/+17
* move favicon admin section upAlexis Reigel2018-06-061-19/+19
* find assets in test for CI and local testAlexis Reigel2018-06-063-2/+19
* hint the allowed image formats on favicon uploadAlexis Reigel2018-06-063-2/+13
* use build image with picturemagickAlexis Reigel2018-06-061-1/+1
* allow only png, ico for favicon uploadsAlexis Reigel2018-06-052-2/+2
* remove obsolete favicon related specAlexis Reigel2018-06-051-10/+0
* use Gitlab::Favicon for jira serviceAlexis Reigel2018-06-053-5/+23
* dry up asset path helper callsAlexis Reigel2018-06-051-3/+10
* simplify uploader versions checkAlexis Reigel2018-06-051-9/+4
* require uploaded file's name to match in any caseAlexis Reigel2018-06-052-39/+59
* ability to get an image's alternative versionAlexis Reigel2018-06-052-1/+29
* the '?' favicon hack doesn't seem to be requiredAlexis Reigel2018-06-051-8/+1
* remove favicon preview on appearance pageAlexis Reigel2018-06-054-34/+3
* use inverted style for remove buttonsAlexis Reigel2018-06-051-3/+3
* force minimagick to use graphicsmagickAlexis Reigel2018-06-051-0/+3
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-0555-40/+39
* create favicon overlay on the clientAlexis Reigel2018-06-0514-108/+169
* fix resetFavicon so that it actually resetsAlexis Reigel2018-06-053-5/+11
* call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-0515-42/+45
* add request store caching to faviconAlexis Reigel2018-06-052-2/+2
* whitelist allowed file types for custom faviconsAlexis Reigel2018-06-053-0/+24
* Add a '?' to the custom favicon's urlsAlexis Reigel2018-06-052-4/+11
* send ico files with inline dispositionAlexis Reigel2018-06-054-4/+4
* register ico mime typeAlexis Reigel2018-06-051-0/+2
* use custom favicon for ci build status faviconsAlexis Reigel2018-06-0511-21/+37
* extract favicon logic to lib classAlexis Reigel2018-06-055-31/+49
* sort status icon names by nameAlexis Reigel2018-06-051-6/+6
* use custom main faviconAlexis Reigel2018-06-053-0/+10
* feature spec for managing appearance > faviconAlexis Reigel2018-06-051-0/+34
* show avatar status versions on appearance pageAlexis Reigel2018-06-051-1/+7
* fix carrierwave suffix for different formatAlexis Reigel2018-06-051-8/+15
* allow uploading favicon in appearance settingsAlexis Reigel2018-06-058-2/+38
* favicon uploader generating ci status faviconsAlexis Reigel2018-06-0514-0/+85
* Merge branch 'docs/add-configuration-team-to-the-list' into 'master'Rémy Coutable2018-06-051-1/+1
|\
| * Add Configuration team to the listdocs/add-configuration-team-to-the-listFabio Busatto2018-06-051-1/+1
* | Merge branch 'write-config-not-found' into 'master'Sean McGivern2018-06-052-0/+17
|\ \
| * | Prevent Gitaly WriteConfig log noiseJacob Vosmaer (GitLab)2018-06-052-0/+17
|/ /
* | Merge branch 'add-background-migrations-for-not-archived-traces' into 'master'Kamil Trzciński2018-06-059-4/+202
|\ \
| * | Fix typo in spec. Add a test for the case of when trace is stored in databaseadd-background-migrations-for-not-archived-tracesShinya Maeda2018-06-042-4/+26
| * | Revise comments in ArchiveLegacyTracesShinya Maeda2018-06-041-3/+3
| * | Add type_build to ScheduleToArchiveLegacyTraces::BuildShinya Maeda2018-06-041-1/+3
| * | Fix specs. Rename migration file name which was conflicted with background mi...Shinya Maeda2018-06-045-74/+78
| * | Directly refer application code from migration codeShinya Maeda2018-06-045-85/+22
| * | Add changelogShinya Maeda2018-06-041-0/+5
| * | Add background migrations to arhive legacy tracesShinya Maeda2018-06-045-1/+229
* | | Merge branch 'override-consider-extend' into 'master'Nick Thomas2018-06-052-65/+121
|\ \ \
| * | | Also verify if extending would override a class methodoverride-consider-extendLin Jen-Shin2018-06-052-65/+121
* | | | Merge branch '46452-nomethoderror-undefined-method-previous_changes-for-nil-n...Kamil Trzciński2018-06-053-1/+10
|\ \ \ \