summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * add API for project team membersNihad Abbasov2012-09-212-36/+64
* | APi for commits. Better api docsDmitriy Zaporozhets2012-09-216-9/+54
|/
* API: return 401 for invalid sessionNihad Abbasov2012-09-201-3/+2
* API: extend UserLogin entity from UserBasicNihad Abbasov2012-09-201-5/+3
* I want be able to get token via api. Used for mobile applicationsDmitriy Zaporozhets2012-09-203-2/+28
* API: expose project id for milestonesNihad Abbasov2012-09-201-1/+3
* 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
* Uses attributes_for_keysAlex Denisov2012-09-161-4/+2
* Merge branch 'master' into ssh_keys_apiAlex Denisov2012-09-164-52/+36
|\
| * Method name changedAlex Denisov2012-09-164-8/+8
| * API attributes refactoredAlex Denisov2012-09-164-52/+36
* | Docs addedAlex Denisov2012-09-161-0/+8
* | SSH Keys API implementedAlex Denisov2012-09-163-0/+51
|/
* 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
* Merge pull request #1411 from miks/project_hooks_apiDmitriy Zaporozhets2012-09-122-0/+47
|\
| * Add authorization to hooks requestsmiks2012-09-101-0/+3
| * Merge branch 'master' into project_hooks_apimiks2012-09-107-27/+67
| |\
| * | Projects hooks API implementedmiks2012-09-082-0/+44
* | | Refactorn oauth & ldapDmitriy Zaporozhets2012-09-121-0/+66
* | | Application loggerrandx2012-09-114-9/+31
* | | Merge pull request #1426 from NARKOZ/spinachDmitriy Zaporozhets2012-09-103-69/+3
|\ \ \ | |_|/ |/| |
| * | remove cucumber completelyNihad Abbasov2012-09-103-69/+3
* | | Merge branch 'master' into api_errors_refactoringAlex Denisov2012-09-101-1/+1
|\ \ \
| * | | fix typoCyril2012-09-101-1/+1
| |/ /
* | | Common errors method addedAlex Denisov2012-09-101-4/+8
* | | Error throwing moved to api_helperAlex Denisov2012-09-104-13/+34
|/ /
* | 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