aboutsummaryrefslogtreecommitdiff
path: root/routers
Commit message (Collapse)AuthorAge
...
* Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bindUnknwon2016-02-20
|\ | | | | LDAP: Fetch attributes in Bind DN context
| * LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-20
| | | | | | | | | | | | | | | | | | This is feature is workaround for #2628 (JumpCloud) and some other services that allow LDAP search only under BindDN user account, but not allow any LDAP search query in logged user DN context. Such approach is an alternative to minimal permissions security pattern for BindDN user.
* | Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-20
|\ \ | |/ |/| Implement issue and pull request templates
| * Implement issue and pull request templates.Andrey Nering2016-02-18
| | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github
* | Fix panic when view profile without signinUnknwon2016-02-19
| | | | | | | | Also fix that no matter who, still able to see organizations with private membership.
* | Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-19
|\ \ | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors.
| * | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵Download-Fritz2016-02-19
| | | | | | | | | | | | check to AllowsPulls().
| * | #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-19
| |/
* / #2650 fix possbility that use email as pusher user nameUnknwon2016-02-17
|/ | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more.
* #2639 add branch prefix for test webhookUnknwon2016-02-17
|
* #2630 fix wrong user avatar link in webhookUnknwon2016-02-15
| | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not.
* Minor fix for #2624Unknwon2016-02-15
|
* Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-15
|\ | | | | Convert mirrors to regular repositories
| * Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵Martin Hartkorn2016-02-15
| | | | | | | | from database
| * Refactored according to suggestionsMartin Hartkorn2016-02-14
| |
| * Add missing safety checkMartin Hartkorn2016-02-14
| |
| * Convert mirrors to regular repositories.Martin Hartkorn2016-02-14
| |
* | Merge pull request #2578 from exmex/developUnknwon2016-02-14
|\ \ | | | | | | Admins and user itself sees private org relations on profile
| * | Admins and user itself sees private org relations on profileExMex2016-02-07
| | |
* | | Minor fix for #2567Unknwon2016-02-14
| | |
* | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboardUnknwon2016-02-14
|\ \ \ | |_|/ |/| | Only show activities and repositories on the dashboard, that the user has access to
| * | Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
| | |
| * | Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-05
| | |
* | | Remove redundant nil check.Josh Frye2016-02-12
| | |
* | | Set default log path if empty during installJosh Frye2016-02-12
| | |
* | | Add install option for log pathJosh Frye2016-02-12
| | |
* | | Merge pull request #2599 from mhartkorn/fix-release-error-deleted-userUnknwon2016-02-10
|\ \ \ | | | | | | | | Fix for server error on release page when a user deleted their account
| * | | Removed HTTP 500 error on the release page when a user deleted their accountMartin Hartkorn2016-02-10
| | | |
* | | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-07
|\ \ \ \ | |_|_|/ |/| | | Enable syntax highlighting on diff view
| * | | Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
| | |/ | |/|
* | | parse milestone.deadline as local timeTobias Kunicke2016-02-06
| |/ |/|
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-05
|\ \ | |/ |/| Feature/markdown custom url scheme
| * Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-27
| |
* | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\ \ | | | | | | Hide other teams & repos from organization page
| * | Remove unnecessary else-blockFlorian Kaiser2016-02-04
| | |
| * | Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-31
| | |
| * | Remove unnecessary commentsFlorian Kaiser2016-01-31
| | |
| * | Everyone can see public reposFlorian Kaiser2016-01-31
| | |
| * | Only show teams the user has access toFlorian Kaiser2016-01-31
| | |
| * | Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-31
| | |
* | | #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | | | | | | | | | - Update locales
* | | Minor fix for #2506Unknwon2016-02-02
| | |
* | | Merge pull request #2506 from sapk/add-branche-api-supportUnknwon2016-02-02
|\ \ \ | | | | | | | | Implement API for branches listing
| * | | Corrections following recommendationsAntoine GIRARD2016-01-28
| | | |
| * | | Handling error for the API request and add commmentsAntoine GIRARD2016-01-28
| | | | | | | | | | | | | | | | [ci skip]
| * | | Update link for documentation (Temporary ↵Antoine GIRARD2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip]
| * | | Near readyAntoine GIRARD2016-01-28
| | | |
* | | | Use pretty 404 pages in repo.HTTPBackendFlorian Kaiser2016-02-02
| | | |
* | | | Minor fix for #2444Unknwon2016-02-01
| | | |
* | | | Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-01
|\ \ \ \ | | | | | | | | | | Implemented participant-listing for issue-pages (Fixes #2377)