- 02 Feb, 2015 1 commit
-
-
Marco Cyriacks authored
-
- 01 Feb, 2015 1 commit
-
-
Marco Cyriacks authored
This patch binds the textarea (markdown area) paste event to the handlePaste() function (that was already present). Furthermore the event processing is improved in the following way: - The default paste event handler of the browser is only disabled if the browser fully supports clipboardData AND there realy is image data in the event object. In all other cases (no support or no image) the default handler processes the text paste. - Some obsolete code was removed. - The pasteText() function (which is somehow buggy because it places the cursor at the end of the text independantly from its position before the paste) is only used to place the image link after image data was pasted.
-
- 30 Jan, 2015 17 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add icon helper method
-
Dmitriy Zaporozhets authored
Use pry-rails gem instead of pry
-
Dmitriy Zaporozhets authored
Minor spec output cleanup
-
Dmitriy Zaporozhets authored
Improve calendar widget See merge request !1453
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Expose Link header in CORS Api calls
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* cache user contributions for day * ignore forks in calendar contribtuions
-
Dmitriy Zaporozhets authored
Refactor Repository to use new RepositoryCache class
-
Dmitriy Zaporozhets authored
-
- 29 Jan, 2015 21 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improvements to LDAP::User model * method #changed? also tracks changes of identites (fixes issue with email mapping) * find ldap identity before initialize one Fixes #1946 See merge request !1452
-
Dmitriy Zaporozhets authored
* method #changed? also tracks changes of identites (fixes issue with email mapping) * find ldap identity before initialize one
-
Robert Speicher authored
This outdated gem was the cause of those annoying MiniTest errors. Also updates one use of `ensure_inclusion_of` which was deprecated in favor of `validate_inclusion_of`.
-
Robert Speicher authored
This caused those random "true" outputs in the rspec output.
-
Robert Speicher authored
pry-rails has pry as a dependency and this lets us have all that pry when we run `rails console`
❤ -
Robert Speicher authored
Abstracts away the lower-level implementation details from the Repository model.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
User contribution calendar via ajax See merge request !1451
-
Robert Schilling authored
Bump GitLab for Docker to version 7.7.1 See merge request !321
-
Dmitriy Zaporozhets authored
-
Vincent Robert authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Ability to clone project using oauth2 token See merge request !1447
-
Dmitriy Zaporozhets authored
UX improvements (Implement lessons from user testing) * add link to permissions help page from new project/group member form * Improve UX for widget if merge request can not be merged * Improve wording for fork project page See merge request !1448
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Small css improvements See merge request !1450
-