summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-182-5/+1
|\
| * Fix use of EmojiRiyad Preukschas2012-10-181-1/+1
| * Remove old Emoji code and imagesRiyad Preukschas2012-10-181-4/+0
* | 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
|/
* Update lib/api/projects.rbjozefvaclavik2012-10-121-0/+34
* remove unnecessary taskValeriy Sizov2012-10-091-21/+0
* API: add project snippets listingNihad Abbasov2012-10-081-0/+10
* projects API should return info about deleted hookNihad Abbasov2012-10-081-1/+0
* move emoji module to libNihad Abbasov2012-10-051-0/+4
* improve emoji checking performanceNihad Abbasov2012-10-051-1/+1
* ExtractsPath: Use ref_names instead of branches+tagsRobert Speicher2012-10-041-5/+5
* Fix bug with branches whose name contains slashValeriy Sizov2012-10-041-7/+7
* fix inline diffValeriy Sizov2012-10-041-3/+2
* Real fix for removing keys. Closes PR #1616Dmitriy Zaporozhets2012-10-031-2/+3
* API: private token via headerValeriy Sizov2012-10-021-1/+1
* #1606 FixesValeriy Sizov2012-10-021-1/+1
* #1606 API private token via the headerValeriy Sizov2012-10-021-1/+1
* fix TYPOValeriy Sizov2012-10-021-1/+1
* #1585 Api for user creation: base implementationValeriy Sizov2012-10-022-0/+30
* Fix deletion of tmp/gitlabhq-gitolite* folders in a NFS environment.Vincent Bonmalais2012-09-281-5/+9
* Merge pull request #1526 from namtzigla/dot-repos-namesDmitriy Zaporozhets2012-09-271-1/+1
|\
| * changed the post-receive hook in order to push the correct repository name wh...Florin Stan2012-09-211-1/+1
* | Use Rails.root.join where appropriateRobert Speicher2012-09-264-8/+8
* | ExtractPaths - Only call assign_ref_vars on show actionRobert Speicher2012-09-261-1/+1
* | Rename RefExtractor to ExtractsPathRobert Speicher2012-09-261-10/+21
* | Update RefExtractor to handle atom feedsRobert Speicher2012-09-261-1/+7
* | DRY up Blame, Blob and Tree controllersRobert Speicher2012-09-261-0/+27
* | Another RefExtractor refactorRobert Speicher2012-09-261-34/+40
* | Add ref_extractor helper module for upcoming controllersRobert Speicher2012-09-261-0/+64
* | 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
* | cleanup rake tasksNihad Abbasov2012-09-268-120/+77
|/
* API: SSH keys belong to user entityNihad Abbasov2012-09-214-59/+55
* API: commits belong to project repositoryNihad Abbasov2012-09-214-35/+22
* Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets2012-09-212-28/+56
|\