summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed issue with git commit silently failing.David Barri2012-11-081-2/+2
|/ /
* | Fix git over HTTPDmitriy Zaporozhets2012-10-221-0/+14
* | Log OutOfMemory exceptions from Merge Requests with GitLoggerrandx2012-10-211-0/+2
* | Merge pull request #1740 from godric7/masterDmitriy Zaporozhets2012-10-211-0/+4
|\ \
| * | enable Oauth login for existing regular usersGodric2012-10-201-0/+4
* | | Security for online editor. Replace dev_access?, master_access? with can? met...randx2012-10-211-15/+27
* | | Refactor Gitlab::MergeRiyad Preukschas2012-10-201-32/+71
|/ /
* | Merge pull request #1712 from riyad/use-gem-for-emojiDmitriy Zaporozhets2012-10-181-1/+1
|\ \
| * | Fix use of EmojiRiyad Preukschas2012-10-181-1/+1
* | | Fix 500 error when project is emptyValeriy Sizov2012-10-171-1/+1
|/ /
* | revertValeriy Sizov2012-10-171-2/+0
* | Wiki style: move styles to right placeValeriy Sizov2012-10-171-0/+2
* | Merge pull request #1719 from SaitoWu/features/sharedRepositoryValeriy Sizov2012-10-171-0/+3
|\ \
| * | add shared repository supportSaito2012-10-171-0/+3
* | | Use shorthand as in TreeController#editRiyad Preukschas2012-10-151-1/+1
* | | Minor improve to UI and code formatting of gitlab web editorrandx2012-10-151-5/+7
* | | WebEditor: base implementationValeriy Sizov2012-10-122-6/+40
* | | WebEditor: Check if save is possibleValeriy Sizov2012-10-121-3/+5
* | | WebEditor: sceletonValeriy Sizov2012-10-121-0/+20
|/ /
* | improve emoji checking performanceNihad Abbasov2012-10-051-1/+1
* | fix inline diffValeriy Sizov2012-10-041-3/+2
* | Real fix for removing keys. Closes PR #1616Dmitriy Zaporozhets2012-10-031-2/+3
|/
* Fix deletion of tmp/gitlabhq-gitolite* folders in a NFS environment.Vincent Bonmalais2012-09-281-5/+9
* Use Rails.root.join where appropriateRobert Speicher2012-09-264-8/+8
* Use Commit#show instead of Commits#show to view a single commitRobert Speicher2012-09-261-1/+1
* fix mass assignment error in create_from_omniauth after a6a229aNihad Abbasov2012-09-261-2/+2
* Replace sanitize with escape onceDmitriy Zaporozhets2012-09-201-2/+2
* Sanitize for network graphrandx2012-09-201-1/+3
* Update gfm so escaped text is still parsed for referencesRobert Speicher2012-09-191-2/+4
* use high level api and compatibility with PassengerSaito2012-09-171-7/+8
* Fix HTML entities being parsed in GFMRobert Speicher2012-09-131-6/+16
* Be more resilient in the case of missing omniauth settingsRobert Speicher2012-09-121-3/+3
* Refactorn oauth & ldapDmitriy Zaporozhets2012-09-121-0/+66
* Application loggerrandx2012-09-114-9/+31
* fix typoCyril2012-09-101-1/+1
* specify gitolite-admin owner in configrandx2012-08-291-12/+1
* Prepared for gitolite v3randx2012-08-291-2/+1
* sending argument project but there is no project to sendDae Myung2012-09-081-1/+1
* Prevent gfm() to leak changes to the string supplied through the _text_ argumentRiyad Preukschas2012-09-081-0/+3
* Fix bug where parsing of emoji was unnecessarily dependent on @project being setRiyad Preukschas2012-09-081-2/+5
* Fix Ruby anti-pattern in MarkdownRiyad Preukschas2012-09-071-2/+2
* gitolite -> more exceptionsrandx2012-09-071-4/+22
* Refactor gitolite_configDmitriy Zaporozhets2012-09-071-28/+43
* change gitolite backend behaviour to prevent error when config directory removedrandx2012-09-072-5/+7
* Split gitolite backend. Use gitolite_config methods moved to separate classDmitriy Zaporozhets2012-09-072-174/+183
* Fix emojiirandx2012-09-071-1/+1
* Simplify EMOJI_PATTERNRobert Speicher2012-09-061-1/+1
* Merge branch 'master' into emojiRobert Speicher2012-09-062-3/+3
|\
| * Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-062-2/+2
* | Set the size of emoji to be 20x20Robert Speicher2012-09-051-1/+1