summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Collapse)AuthorAgeFilesLines
* Added LDAP simple auth support.Sergio Benitez2015-09-041-2/+8
|
* fix migrate apiUnknwon2015-09-031-1/+1
|
* fix migrate APIUnknwon2015-09-031-17/+3
|
* ui and pulls index fixUnknwon2015-09-032-2/+2
|
* finish initial version of pull requestUnknwon2015-09-023-40/+62
|
* tmp: fix issue open countUnknwon2015-09-021-1/+2
|
* able to download archive by APIUnknwon2015-09-021-0/+13
|
* basic PR featureUnknwon2015-09-022-33/+159
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-021-24/+47
|
* finish PR UIUnknwon2015-09-023-86/+153
|
* #842 able to use access token replace basic authUnknwon2015-09-021-1/+1
|
* add view pull descUnknwon2015-09-012-7/+11
|
* work on PR conversationUnknwon2015-09-013-99/+320
|
* #1206 does not allow fork bare repoUnknwon2015-09-011-0/+7
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-013-8/+14
|
* #1377 add rename repo actionUnknwon2015-09-011-1/+5
|
* minor fixes on #1551Unknwon2015-09-011-1/+10
|
* rename fieldsUnknwon2015-08-313-69/+74
|
* finish new repo options pageUnknwon2015-08-311-50/+34
|
* fix repository count of user is messed upUnknwon2015-08-301-8/+0
|
* #1333 Disable Gravatar option when installUnknwon2015-08-301-0/+2
|
* fix sqlUnknwon2015-08-291-4/+0
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-37/+39
|
* add webhook default eventsUnknwon2015-08-291-0/+6
|
* webhook APIsUnknwon2015-08-292-49/+67
|
* new create webhook eventUnknwon2015-08-282-23/+27
|
* work on #1548Unknwon2015-08-281-0/+1
|
* new create repo optionsUnknwon2015-08-281-42/+38
|
* #965 Remember visibility preferenceUnknwon2015-08-281-0/+10
|
* #1487 Readme TemplateUnknwon2015-08-282-71/+46
|
* complate list of gitignores and licensesUnknwon2015-08-281-3/+4
|
* #1458: Authorities were messed up when using mysql databaseUnknwon2015-08-281-2/+0
|
* add highlight jsUnknwon2015-08-271-0/+2
|
* add webhook recent deliveriesUnknwon2015-08-272-32/+25
|
* new edit webhook UIUnknwon2015-08-271-96/+77
|
* new create webhook UIUnknwon2015-08-271-82/+81
|
* new webhooks list UIUnknwon2015-08-263-35/+51
|
* new repo git hooks UIUnknwon2015-08-261-3/+3
|
* new org dashboard issuesUnknwon2015-08-252-21/+21
|
* new user dahsboard issuesUnknwon2015-08-252-154/+164
|
* finsih diff and compareUnknwon2015-08-211-1/+1
|
* new commits tableUnknwon2015-08-201-17/+7
|
* add confirmation to delete ssh keyUnknwon2015-08-202-48/+53
|
* allow edit issue and commentUnknwon2015-08-201-7/+62
|
* able edit issue titleUnknwon2015-08-191-37/+24
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-191-0/+8
|
* minor fix on API responseUnknwon2015-08-192-14/+9
|
* Merge pull request #1507 from cloudron-io/develop无闻2015-08-191-0/+2
|\ | | | | Set IsAdmin using LDAP
| * Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-0/+2
| | | | | | | | | | | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* | Merge pull request #1414 from nice-software/wip/currentUser无闻2015-08-191-8/+3
|\ \ | |/ |/| Factor out function to get the current user