Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Make flash notifications stickyFatih Acet
This commit also unifies layout structure and remove no_container flag
2018-10-23Limit flash notice width on fixed and fluid layoutGeorge Tsiolis
2018-05-04Enforces terms in the web applicationBob Van Landuyt
This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
2017-11-30Remove blank flash messages caused by nilEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40671 See https://gitlab.com/gitlab-org/gitlab-ce/blob/f7254a4060b30e3134c6cf932eaba0fc8e249e9a/app/controllers/sessions_controller.rb#L42 for an example of where we set `flash[:notice] = nil`
2017-11-28Add checkboxes to automatically run AutoDevops pipelineEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2016-10-01Add flash containers and broadcast messages below subnavAnnabel Dunstone Gray
2016-07-01Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854)winniehell
2013-08-10hide no-ssh message if notice or alert presentDmitriy Zaporozhets
2013-08-10More readable notice/alert messagesDmitriy Zaporozhets
2013-07-12Ability to leave group from profile areaDmitriy Zaporozhets
2013-02-28Restyle flash message. Not it does not overflow head panelDmitriy Zaporozhets
2012-12-01refactor flashCyril
* make unobtrusive js * convert js to coffee
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-02-12fixed flash message. better tree cssDmitriy Zaporozhets
2012-01-28Bootstrap: teamDmitriy Zaporozhets
2011-10-26clean-up codeNihad Abbasov
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
2011-10-09init commitgitlabhq