aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
...
* | Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-19
|\ \ | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors.
| * | #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
|
* #2633 fix removed config optionUnknwon2016-02-16
|
* Minor fix for #2624Unknwon2016-02-15
|
* Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-15
|\ | | | | Convert mirrors to regular repositories
| * Refactored according to suggestionsMartin Hartkorn2016-02-14
| |
| * Convert mirrors to regular repositories.Martin Hartkorn2016-02-14
| |
* | Remove cache avatar support and add its testsUnknwon2016-02-14
| |
* | fix #2454Unknwon2016-02-14
| |
* | Minor fix for #2567Unknwon2016-02-14
| |
* | #2569 delete repo local copy when transferUnknwon2016-02-14
| | | | | | | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote.
* | Fix when repo is emptychriswatt2016-02-14
| |
* | Add grey bg to tabs on repo pagechriswatt2016-02-14
|/
* Make log path requiredJosh Frye2016-02-12
|
* Set default log path if empty during installJosh Frye2016-02-12
|
* Add helper text for log path.Josh Frye2016-02-12
|
* Add install option for log pathJosh Frye2016-02-12
|
* #2485 fix payloads mixed up for webhookUnknwon2016-02-10
| | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable.
* Implementing the "theme-color" meta tag.Andrey Nering2016-02-08
| | | | | | Used by Android >= 5.0 to make the top bar colored. Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
* Fix tab index on new issue/comment formchriswatt2016-02-07
|
* Merge pull request #2581 from chriswatt/committabUnknwon2016-02-07
|\ | | | | Make commits tab active when on diff page
| * Make commits tab active when on diff pagechriswatt2016-02-07
| |
* | Improve db path prompt when installUnknwon2016-02-07
| |
* | 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
| |
* | #2558 delete local wiki copy when rename repo and userUnknwon2016-02-05
| |
* | #2556 handle space in image URLUnknwon2016-02-04
|/
* #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | - Update locales
* Add missing patch conflit patternUnknwon2016-02-03
|
* Fix random avatar does not work on WindowsUnknwon2016-02-02
| | | | path.Dir can't handle Windows case, must use filepath.Dir
* Minor fix for #2444Unknwon2016-02-01
|
* Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-01
|\ | | | | Implemented participant-listing for issue-pages (Fixes #2377)
| * Name popupKim "BKC" Carlbäcker2016-01-26
| |
| * Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-26
| |
* | Merge pull request #2537 from fnkr/remember-clone-protocolUnknwon2016-02-01
|\ \ | | | | | | Remember last selected clone protocol
| * | Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-01
| | |
* | | Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-01
|/ /
* | Merge pull request #2533 from fnkr/icon-fork-private-collisionUnknwon2016-01-31
|\ \ | | | | | | Use icon repo-forked instead of repo-lock for private, forked repos
| * | Undo change in templates/explore/repo_list.tmplFlorian Kaiser2016-01-31
| | |
| * | Use icon repo-forked instead of repo-lock for private, forked reposFlorian Kaiser2016-01-31
| | |
* | | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-31
| | |
* | | Merge pull request #2531 from andreynering/home-template-pt-BRUnknwon2016-01-31
|\ \ \ | | | | | | | | Add portuguese-BR to home template.
| * | | Add portuguese-BR to home template.Andrey Nering2016-01-31
| |/ /
* / / fix #2529Unknwon2016-01-31
|/ /
* | Update and reorganize front-end resourcesUnknwon2016-01-30
| |
* | #2497 incorrect error handle for team nameUnknwon2016-01-29
| |
* | #2491 minor fix for sr on dashboardUnknwon2016-01-29
| |
* | Merge pull request #2502 from bkcsoft/fix/split-view-diffUnknwon2016-01-28
|\ \ | | | | | | Split view fixed