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
path: root/app
AgeCommit message (Collapse)Author
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-19Revert "Nitpicking."Dmitriy Zaporozhets
This reverts commit ebd39fc082b09177e0777e5de5729c3f98495e87.
2015-02-19Fix trending projects orderingDmitriy Zaporozhets
2015-02-19Respect star ordering on explore pageDmitriy Zaporozhets
2015-02-19Get contributed projects for last year onlyDmitriy Zaporozhets
2015-02-19Get contributed projects only if push event existsDmitriy Zaporozhets
2015-02-19Merge branch 'fix-user-page' into 'master'Dmitriy Zaporozhets
Fix user page performance See merge request !1543
2015-02-19Say unassigned instead of WIP for merge requests since it might not fit ↵Sytse Sijbrandij
everyones workflow.
2015-02-19Fix user page performance and authorizationDmitriy Zaporozhets
2015-02-18Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-02-18Merge branch 'performance-improvements' into 'master'Dmitriy Zaporozhets
Performance improvements * More efficient DB queries * Cache ApplicationSettings per request * Dont query for objects you dont need See merge request !1540
2015-02-18Merge branch 'no-highlight-files' into 'master'Sytse Sijbrandij
Add "NEWS" to no_highlight_files "NEWS" is used in gnu style opensource projects for the changelog. So let's add it to `no_highlight_files`. See merge request !249
2015-02-18Merge branch 'fix-relative-anchored-links' into 'master'Dmitriy Zaporozhets
Fix Markdown relative links to files with anchors. Fixes #2016. cc @marin See merge request !1541
2015-02-18Fix event loading with associationsDmitriy Zaporozhets
2015-02-18Fix Markdown relative links to files with anchors.Douwe Maan
2015-02-18Merge branch 'improve-user-profile' into 'master'Dmitriy Zaporozhets
Improve user profile page See merge request !1539
2015-02-18Fix MR labels cssDmitriy Zaporozhets
2015-02-18DB performance improvements to GitLabDmitriy Zaporozhets
2015-02-18Show contributed projects on user page and stars for itDmitriy Zaporozhets
2015-02-18Merge branch 'affix-assignee' into 'master'Dmitriy Zaporozhets
Affix milestone/assignee UI element See merge request !1536
2015-02-18Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-02-18Merge pull request #8810 from m-a-r-c-o/unify-new-group-project-buttonDmitriy Zaporozhets
Add new style to "New group" button
2015-02-18Dont show gitlab.com import for gitlab.com :)Dmitriy Zaporozhets
2015-02-18Affix assignee/milestone blockDmitriy Zaporozhets
2015-02-17Merge branch 'md-preview-class' into 'master'Dmitriy Zaporozhets
Make sure Markdown previews always use the same styling as the eventual destination. Font size, image width and code-block styling weren't accurate between the markdown preview and the issue/wiki/note body. See merge request !1514
2015-02-17Add new style to "New group" buttonMarco Cyriacks
The new group button style was changed to have the same look as the new project button (green background).
2015-02-17Merge branch 'fix_access_control_notes' into 'master'Dmitriy Zaporozhets
Fix broken access control for note attachments From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/332 by Hannes Rosenögger. See merge request !1528
2015-02-17Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan
destination.
2015-02-17Fix code rendering for snippetsDmitriy Zaporozhets
2015-02-17Merge branch 'oauth-dup' into 'master'Dmitriy Zaporozhets
Fix duplicate authorized applications On the profile applications page, display one row per authorized app instead of one row per access token. See #1987. cc @sytse See merge request !1524
2015-02-17Merge branch 'issue-title-css' into 'master'Dmitriy Zaporozhets
Remove top margin for issue/mr title See merge request !1529
2015-02-16Nitpicking.Douwe Maan
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2015-02-16Remove top margin for issue/mr titleDmitriy Zaporozhets
2015-02-16Properly clear notes bindings to prevent double comments on Ctrl-Enter.Douwe Maan
2015-02-16Subscription should be a link on its own.Sytse Sijbrandij
2015-02-16Use shorter map() syntaxVinnie Okada
2015-02-16Merge branch 'user-account-created-email' into 'master'Dmitriy Zaporozhets
Only send "Account was created for you" email when created by admin. See #1985 cc @sytse See merge request !1517
2015-02-16Merge branch 'subscription-link' into 'master'Dmitriy Zaporozhets
Add links to the quick help list Add links in the quick help list to the pricing and feature comparison pages on about.gitlab.com. See #1969 cc @sytse See merge request !1525
2015-02-16Merge branch 'tweet-new-project'Dmitriy Zaporozhets
Conflicts: db/schema.rb
2015-02-16Fix application client countVinnie Okada
Display the number of unique users with an access token instead of the total number of access tokens per application in the admin area.
2015-02-15Add items to "quick help"Vinnie Okada
Modify the quick help list to add links to the pricing and feature comparison pages of about.gitlab.com.
2015-02-15Avoid duplicate application rowsVinnie Okada
Iterate over authorized applications instead of tokens to avoid multiple rows for the same authorized app.
2015-02-14Better English in the performance diff message.Sytse Sijbrandij
2015-02-14Make sure twitter widgets are loaded when rendered through turbolinks.Douwe Maan
2015-02-14Change tweet text.Douwe Maan
2015-02-14Show tooltips on collapsed sidebarDmitriy Zaporozhets
2015-02-13Merge branch 'oauth-password-http' into 'master'Dmitriy Zaporozhets
Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S) See #1982. ![Screen Shot 2015-02-13 at 13.37.28](https://dev.gitlab.org/uploads/gitlab/gitlabhq/69fe527252/Screen_Shot_2015-02-13_at_13.37.28.png) There's a similar tooltip for SSH: "Add an SSH key to your profile to pull or push via SSH". These are always shown on-hover, even if the persistent flash above was hidden. cc @sytse See merge request !1512
2015-02-13Merge branch 'username-namespace-clash' into 'master'Dmitriy Zaporozhets
Prevent autogenerated OAuth username to clash with existing namespace. If the OAuth username already exists as a group rather than a user, automatic account creation would still fail. See merge request !1511
2015-02-13Merge branch 'test_settings' into 'master'Dmitriy Zaporozhets
Test settings for issue tracker service This adds minimum logging and response when using "test settings" button when the service is enabled. See merge request !1506