Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add method to return the user notification setting for a group, or a project | Douglas Barbosa Alexandre | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Use default_value_for to set default NotificationSetting#level | Douglas Barbosa Alexandre | 2016-04-08 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into decouple-member-notification | Douglas Barbosa Alexandre | 2016-04-08 | 1 | -13/+5 |
|\ | |||||
| * | Fix Error 500 after renaming a project path | Stan Hu | 2016-04-05 | 1 | -0/+3 |
| | | | | | | | | Closes #14885 | ||||
| * | Merge branch 'fix_remove_fork_link' into 'master' | Douwe Maan | 2016-04-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove fork link closes all merge requests opened on source project Currently, if you: - create a fork - open a merge request on the source project - remove the fork link The created MR cannot be closed. With this MR, all pending MR is closed when the fork link is removed. See merge request !3189 | ||||
| | * | Move unlink fork logic to a service | Baldinof | 2016-03-22 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' into fix_remove_fork_link | Baldinof | 2016-03-14 | 1 | -11/+0 |
| | |\ | |||||
| | * | | Close merge requests when removing fork relation | Baldinof | 2016-03-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Pre-calculate Emoji digestsprecompile-emoji-urls | Yorick Peterse | 2016-03-30 | 1 | -12/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By pre-calculating the digests we can manually construct the emoji URLs, removing the need for using Rails' asset URL helpers. The reason we don't want to use these helpers for Emojis is two-fold: 1. Rails' image_url() method is slow, really slow. For one it _might_ have to calculate digests but it also performs a lot of other intensive operations (judging by the source code and based on measuring timings). 2. We have a lot of Emoji which coupled with the above can result in it taking minutes to load Emoji autocomplete data. Using this pre-calculation setup generating the digests takes around 7 seconds (including the time it takes to start Rails/Rake), and only around 600 milliseconds to load _all_ the autocomplete data of a project (measured locally). This commit _does_ change the Emoji URLs from absolute to relative URLs as these are much easier to generate. To update the Emoji data simply run: rake gemojione:digests Then commit any changes. Fixes gitlab-org/gitlab-ce#14009 | ||||
* | | | | Create NotificationSettings object only when user change value in dropdown | Dmitriy Zaporozhets | 2016-03-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Refactor creating notification setting with defaults | Dmitriy Zaporozhets | 2016-03-30 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Introduce NotificationSetting to user interface | Dmitriy Zaporozhets | 2016-03-30 | 1 | -4/+13 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | * visiting project will create notification setting if missing * change notification setting per project even without membership * use notification settings instead of membership on profile page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | Restrict access for confidential issues on autocomplete | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -1/+1 |
| | | | |||||
* | | | Use an exception to pass messages | Jacob Vosmaer | 2016-03-15 | 1 | -5/+10 |
| | | | |||||
* | | | Allow project housekeeping only once an hour | Jacob Vosmaer | 2016-03-14 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Revert "Revert "Merge branch 'support-go-subpackages' into 'master' "" | Stan Hu | 2016-03-12 | 1 | -11/+0 |
| | | | | | | This reverts commit 5a586f364c5d2b866d6a074eff7996f05585b7d5 | ||||
* | | Revert "Merge branch 'support-go-subpackages' into 'master' " | Douwe Maan | 2016-03-12 | 1 | -0/+11 |
| | | | | | | This reverts merge request !3191 | ||||
* | | Remove existing go_import.html.haml implementation | Stan Hu | 2016-03-12 | 1 | -11/+0 |
|/ | |||||
* | Update Emoji asset path | Robert Speicher | 2016-02-12 | 1 | -1/+1 |
| | | | | | Now that we're serving assets directly from the Gemojione gem's path, the images are not in an `emoji/` sub-folder. | ||||
* | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Add CI setting: allow_guest_to_access_builds | Kamil Trzcinski | 2016-02-02 | 1 | -0/+1 |
| | | | | Add the `read_build` ability if user is anonymous or guest and allow_guest_to_access_builds is enabled. | ||||
* | First pass at deleting projects in the background. | Josh Frye | 2016-01-29 | 1 | -2/+6 |
| | |||||
* | Merge gitlab.com:gitlab-org/gitlab-ce | Jeroen Nijhof | 2016-01-06 | 1 | -13/+9 |
|\ | |||||
| * | Merge branch 'master' into mention-all | Douwe Maan | 2015-12-24 | 1 | -1/+1 |
| |\ | |||||
| | * | adds starring and unstarring text to star button, also adds partial new styles | Jacob Schatz | 2015-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Only allow group/project members to mention `@all` | Douwe Maan | 2015-12-24 | 1 | -1/+1 |
| |/ | |||||
| * | Fix after column rename | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -2/+2 |
| | | |||||
| * | Fix 404 in redirection after removing a project | Stan Hu | 2015-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9844 Closes #3559 | ||||
| * | Add support for git lfs.lfs | Marin Jankovski | 2015-11-16 | 1 | -3/+2 |
| | | |||||
| * | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -1/+2 |
| | | | | | | | | - Enable CI by default for all new projects | ||||
| * | fix deprecated | KON YUICHI | 2015-10-31 | 1 | -1/+1 |
| | | |||||
| * | modify to use redirect_back_or_default function | kazubu | 2015-10-26 | 1 | -5/+1 |
| | | |||||
| * | Fix: 500 error returned if destroy request without HTTP referer | kazubu | 2015-10-26 | 1 | -1/+1 |
| | | |||||
* | | Use GitlabShellWorker.perform_async for housekeeping | Jeroen Nijhof | 2015-11-19 | 1 | -6/+2 |
| | | |||||
* | | Added housekeeping status and moved path check to gitlab-shell | Jeroen Nijhof | 2015-11-19 | 1 | -2/+7 |
| | | |||||
* | | Added housekeeping for git repositories | Jeroen Nijhof | 2015-10-21 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'master' into grzesiek/gitlab-ce-fix/non-member-notification-button | Douwe Maan | 2015-10-19 | 1 | -1/+27 |
|\ | | | | | | | [ci skip] | ||||
| * | Add changelog itemadd-files-optionto-changelog | Douwe Maan | 2015-10-19 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into ↵ | Douwe Maan | 2015-10-19 | 1 | -1/+14 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add ability to remove the fork relationship from project settings   Replaces !1579. Fixes #2578. See merge request !1636 | ||||
| | * | Tweak wording. | Douwe Maan | 2015-10-18 | 1 | -1/+3 |
| | | | |||||
| | * | Made suggested content changes based on MR Review | Han Loong Liauw | 2015-10-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs | ||||
| | * | Adds ability to remove the forked relationship | Han Loong Liauw | 2015-10-13 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog | ||||
| * | | Only load tree when project has repository to prevent 404 | Douwe Maan | 2015-10-18 | 1 | -1/+5 |
| | | | |||||
| * | | Set vars used by tree view in project show action. | Douwe Maan | 2015-10-17 | 1 | -4/+8 |
| | | | |||||
| * | | Allow users to select the Files view as default project view | Cristian Bica | 2015-10-01 | 1 | -1/+4 |
| |/ | |||||
* | | Find correct group membership. | Douwe Maan | 2015-10-18 | 1 | -2/+1 |
| | | |||||
* | | Show notifications button even if user is not member of a project | Grzegorz Bizon | 2015-10-12 | 1 | -0/+1 |
|/ | | | | | | | | | Notifications button was unavailable if user wasn't member of the project, even if protected project is available via group privileges. Showing disabled button with explanation tool-tip is less confusing. This closes #2846. | ||||
* | Minor code cleanupnotification-levels | Douwe Maan | 2015-09-20 | 1 | -2/+3 |
| |