aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Merge pull request #2582 from chriswatt/tabindexUnknwon2016-02-07
|\ | | | | Fix tab index on new issue/comment form
| * 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
| |
* | Merge pull request #2580 from fnkr/smaller-issue-titleUnknwon2016-02-07
|\ \ | | | | | | Make issue title smaller
| * | Make issue title smallerFlorian Kaiser2016-02-07
|/ /
* | Merge pull request #2579 from nanoant/patch/fix-ldap-usernameUnknwon2016-02-07
|\ \ | | | | | | Fix #2221 LDAP username attribute must be fetched
| * | Fix #2221 LDAP username attribute must be fetchedAdam Strzelecki2016-02-07
| | | | | | | | | | | | | | | This is fix-up for 573305f. Forgot to fetch AttributeUsername value from the LDAP server, so the setting was effectively not working as intended.
* | | 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
| | | |
| * | | go fmt models/git_diff_test.goAndrey Nering2016-02-04
| | | |
* | | | Merge pull request #2576 from chriswatt/commentarrowsUnknwon2016-02-07
|\ \ \ \ | | |_|/ | |/| | Add avatar arrows to both pull request and issue forms
| * | | Rename #avatararrow to #avatar-arrowchriswatt2016-02-07
| | | |
| * | | Add avatar arrow to pull request formchriswatt2016-02-07
| | | |
| * | | Add avatar arrows to new both new issue comment formschriswatt2016-02-07
| | | |
* | | | Merge pull request #2570 from andreynering/fix-1738Unknwon2016-02-07
|\ \ \ \ | |_|_|/ |/| | | Workaround delete folder on Windows.
| * | | Workaroud delete folder on Windows. Fix #1738Andrey Nering2016-02-07
| |/ /
* | | Merge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409Unknwon2016-02-06
|\ \ \ | |/ / |/| | Add an important note about mapping the ssh port on the container to the host
| * | Add an important note about mapping the ssh port on the container to the hostJames Mills2016-01-19
| | |
* | | Merge pull request #2565 from tkausl/issue2563Unknwon2016-02-05
|\ \ \ | | | | | | | | fixes #2563
| * | | parse milestone.deadline as local timeTobias Kunicke2016-02-06
| | | |
| * | | regulate timezone for milestone.deadlineTobias Kunicke2016-02-06
|/ / /
* | | Fix #2564 file ignored by gitUnknwon2016-02-05
| | |
* | | Merge pull request #2562 from Eriner/masterUnknwon2016-02-05
|\ \ \ | | | | | | | | optipng
| * | | optipngMatt Hamilton2016-02-05
| | | |
* | | | Generate CSS for #2561Unknwon2016-02-05
| | | |
* | | | Merge pull request #2561 from chriswatt/developUnknwon2016-02-05
|\ \ \ \ | | | | | | | | | | Add small arrows on issue comments pointing to users avatar
| * | | | Add small user arrows on issue comments pointing to users avatarchriswatt2016-02-05
|/ / / /
* / / / #2558 delete local wiki copy when rename repo and userUnknwon2016-02-05
|/ / /
* | | 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
| | | |
| * | | Added example to conf/app.iniKim "BKC" Carlbäcker2016-01-27
| | | |
| * | | Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-27
| | | |
* | | | Add YunoHost link to READMEUnknwon2016-02-05
| | | |
* | | | Merge pull request #2559 from Techwolf12/developUnknwon2016-02-05
|\ \ \ \ | | | | | | | | | | Fixes small typo
| * | | | Fixes small typotechwolf122016-02-05
|/ / / /
* | | / #2556 handle space in image URLUnknwon2016-02-04
| |_|/ |/| |
* | | Minor fix for #2530Unknwon2016-02-04
| | |
* | | 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
| | | |
| * | | Remove unnecessary private functionsFlorian Kaiser2016-02-04
| | | |
| * | | Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-31
| | | |
| * | | Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵Florian Kaiser2016-01-31
| | | | | | | | | | | | | | | | with 0
| * | | Remove unnecessary commentsFlorian Kaiser2016-01-31
| | | |
| * | | Everyone can see public reposFlorian Kaiser2016-01-31
| | | |
| * | | Organization owners see all repositories & teamsFlorian Kaiser2016-01-31
| | | |
| * | | Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-31
| | | |
| * | | Only show teams the user has access toFlorian Kaiser2016-01-31
| | | |