summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Auth for APIrandx2012-09-104-0/+27
* specify gitolite-admin owner in configrandx2012-08-291-12/+1
* Prepared for gitolite v3randx2012-08-291-2/+1
* Merge pull request #1387 from miks/project_users_apiDmitriy Zaporozhets2012-09-092-0/+54
|\
| * Return empty bodymiks2012-09-081-0/+3
| * Merge branch 'master' into project_users_apimiks2012-09-087-210/+325
| |\
| * | Make project users API more RESTfulmiks2012-09-062-2/+41
| * | convert params hash to arraymiks2012-09-061-1/+1
| * | API on adding users to project implementedmiks2012-09-051-0/+12
* | | 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
* | Merge pull request #1339 from chopmann/fix-import_bulkDmitriy Zaporozhets2012-09-071-15/+14
|\ \
| * | fix bulk_import for #1309Cornelio2012-09-061-15/+14
| |/
* | Fix emojiirandx2012-09-071-1/+1
* | Merge pull request #1384 from tsigo/emojiDmitriy Zaporozhets2012-09-061-13/+69
|\ \
| * | Simplify EMOJI_PATTERNRobert Speicher2012-09-061-1/+1
| * | Merge branch 'master' into emojiRobert Speicher2012-09-064-5/+5
| |\ \
| * | | Set the size of emoji to be 20x20Robert Speicher2012-09-051-1/+1
| * | | Change Gitlab::Markdown to a module; add emoji parsingRobert Speicher2012-09-051-13/+69
| | |/ | |/|
* | | Merge pull request #1363 from AlexDenisov/api_create_project_fixesDmitriy Zaporozhets2012-09-061-5/+15
|\ \ \ | |_|/ |/| |
| * | Unnecessary code removedAlex Denisov2012-09-051-11/+9
| * | Create project via API: fixes addedAlex Denisov2012-09-031-5/+17
* | | Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-064-4/+4
| |/ |/|
* | cleanup gitlab from setup scriptsrandx2012-09-041-122/+0
* | update install to use recipesrandx2012-09-042-88/+0
* | Change hardcoded base path to use Gitlab settingsRobert Speicher2012-09-041-1/+2
* | use APP_ROOT in init-gitlab to specify root of projectTse-Ching Ho2012-09-041-7/+8
|/
* add pagination to APINihad Abbasov2012-09-035-5/+9
* Merge pull request #1347 from AlexDenisov/api_project_creationDmitriy Zaporozhets2012-09-031-0/+21
|\
| * Typo and mistakes fixedAlex Denisov2012-08-311-2/+2
| * API on Projects creation implementedAlex Denisov2012-08-311-0/+21
* | Update the references to the script and refer to it from the installation man...Sytse Sijbrandij2012-09-021-5/+2
* | Merge pull request #1318 from dosire/non-interactive-aws-installDmitriy Zaporozhets2012-09-021-0/+125
|\ \
| * | Non-interactive AWS install by running a single script.Sytse Sijbrandij2012-09-0218-91/+388
| * | Non-interactive AWS install by running a single script.Sytse Sijbrandij2012-09-021-0/+125
* | | Add link_title to CommitDecoratorRobert Speicher2012-09-021-1/+1
| |/ |/|
* | Add milestone API docs to doc/README and views/help/apiRobert Speicher2012-08-291-3/+2
* | Merge branch 'milestone_api' of https://github.com/tsigo/gitlabhq into tsigo-...Dmitriy Zaporozhets2012-08-293-3/+84
|\ \
| * | Deprecate the DELETE method for Issues APIRobert Speicher2012-08-221-3/+2
| * | Remove DELETE API for MilestonesRobert Speicher2012-08-221-12/+0
| * | Add API for MilestonesRobert Speicher2012-08-162-0/+94
* | | Handle invalid ssh exceptionrandx2012-08-291-2/+7
* | | Gitlab::Gitolite final fixes. Seems like all functionality is working correct...randx2012-08-291-39/+41
* | | Fixed access to removed methodrandx2012-08-291-1/+1