Skip to content

Without clipboard #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

Without clipboard #2

wants to merge 58 commits into from

Conversation

erbunao
Copy link
Owner

@erbunao erbunao commented May 21, 2014

No description provided.

olafmandel and others added 3 commits May 20, 2014 15:22
In user lists created when entering a (partial) user name into
a field, the URL to the user avatar was invalid if running with
relative_url_root.

This patch is the result of:
sed -i 's/\(= *\)\(user\.avatar_url\)/\1gon.relative_url_root + \2/' \
    app/assets/javascripts/*.coffee
File.join(repository.path_with_namespace, base_dir)
end

def accepted_images
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing whitespace detected.

Marc Radulescu and others added 20 commits May 22, 2014 10:35
Grammar fixes

fixed typos in groups messages
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Ability to upload avatar when create new group

Before this change you dont know you can upload avatar for group until you visit group edit page.

After this change you are able to upload avatar during group creation
Improved edit file ui

* remove ugly borders
* replace small buttons with tabs
* add spinner while diff is loading
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Update message on the group dashboard page
…ive_root

Fix avatar URLs in JS-lists for relative_url_root
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Fix js error when use scroll to highlighted line
New rules for protected branches

This MR change permissions logic for branch removal. Changes listed below:

Before
* developer can remove branch with terminal but not in UI
* masters can remove any branch with UI even protected one
* force-push to protected branch is not allowed but remove is allowed

After
* none can force push or remove protected branches
* developers and masters can remove normal branches with console and UI
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
describe "POST #upload_image" do
before do
sign_in(user)
binding.pry
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove debugger entry point binding.pry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants