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
2019-06-26Remove deprecated /u/:username routesDmitriy Zaporozhets
Also release `u` from TOP_LEVEL_ROUTES Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-02Internationalisation of pages directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-26Externalize strings in activity calendarVictor Wu
2019-03-14Security Dashboard as default view for groupsGilbert Roulot
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
2019-03-04Add Saturday to first day of the weekhaghighi_ahmad
fix #58023 docs for adding Saturday for first day of the week add related settings for Saturday as first day of the week firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names make some variables lowercase (follow camelCase) add CHANGELOG entry Author: haghighi_ahmad <haghighi.ahmad@gmail.com> modified: app/assets/javascripts/pages/users/activity_calendar.js modified: app/helpers/preferences_helper.rb new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml modified: doc/api/settings.md modified: doc/user/profile/preferences.md modified: locale/gitlab.pot modified: spec/helpers/preferences_helper_spec.rb
2019-02-14Mind the oxford commaRobert Schilling
2019-02-06Add setting for first day of the weekFabian Schneider
2019-01-09First pass at updated profile empty stateFernando Arias
2019-01-02Resolve "User activity is stuck loading when there is none"Martin Wortschack
2018-12-13Fix calendar events fetching error on private profile page.Harry Kiselev
2018-12-13Resolve "Redesign project lists UI"Martin Wortschack
2018-11-20Prettify all the thingsMike Greiling
2018-11-20Resolve "Further UI improvements to Profile "Overview" tab"Martin Wortschack
2018-10-25Merge branch 'prettify-all-the-things-3' into 'master'Tim Zallmann
Prettify all the things (part 3) See merge request gitlab-org/gitlab-ce!22251
2018-10-24Resolve "Endless scroll loader is visible on user profile overview page"Martin Wortschack
2018-10-17Prettify app/assets/javascripts/pagesMike Greiling
2018-10-15Resolve "Personal projects pagination in Profile Overview tab is broken"Martin Wortschack
2018-10-04Resolve "Add new "Overview" tab on user profile page"Martin Wortschack
2018-07-02Replaces date.format.js in vendor with NPM packageTim Zallmann
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-06-14Fix user tabs loading indicatorClement Ho
2018-05-29Resolve "Merge request spinner spins forever after loading the diff"Lukas Eipert
2018-04-26Merge branch 'master' into bootstrap4Clement Ho
2018-04-26Fix calendar day positionClement Ho
2018-04-24Fix user paginationClement Ho
2018-04-19Merge branch 'master' into bootstrap4Clement Ho
2018-04-19Refactored activity calendarJose
2018-04-12[skip ci] Use toggleClass instead of toggleClement Ho
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-16Remove Webpack bundle tag for users:showConstance Okoghenun
2017-12-21update dispatcher to allow for dynamic imports until webpack plugin is updatedMike Greiling