aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for #828: Embed build tags (#1051)Jonas2017-02-285-4/+21
| | | | | | | | | | | | | | | | | | | | | * Fix for #828 Add build tags to ldflags and print in version output Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Reworked formatBuiltWith function Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Add tags to version information in admin panel Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Added new variable for use on admin page. Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Fixed incorrect indentation
* Link OAuth2 account to 2FA enabled account (fix #1050) (#1052)Willem van Dreumel2017-02-271-2/+20
| | | | | | * fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed * handle errors
* API: support /users/:username/reposawwalker2017-02-273-32/+66
| | | | | | | | | | clean up fix arguments remove repeated token give admins listing rights
* fix push (#1076)Lunny Xiao2017-02-271-1/+4
|
* Fix unused Engine bugs (#1064)Ethan Koenig2017-02-272-4/+4
|
* remove unused struct (#1062)Lunny Xiao2017-02-271-8/+1
|
* Remove unused vars (#1063)Lunny Xiao2017-02-271-6/+1
| | | | | | * remove unused vars * remove unused comment
* move all repo list functions as a standalone file (#1061)Lunny Xiao2017-02-272-259/+271
|
* fix setMerged for remove unnecessary db connection (#1067)Lunny Xiao2017-02-271-6/+11
|
* Bug fixed for org avatar caused by #1049 (#1070)Lunny Xiao2017-02-271-2/+2
| | | | | | * bug fixed for org avatar caused by #1049 * use isfile only
* refactor api issues load attributes for better performance (#1066)Lunny Xiao2017-02-271-5/+6
|
* Makefile: Use hash over which (#1069)silverwind2017-02-261-4/+4
| | | `hash` is a much faster shell-builtin alternative to `which`.
* Implements 1071, .gitignore support for FSharp and Clojure. (#1072)puffybsd2017-02-262-0/+127
|
* Makefile: Also redirect stderr on which calls (#1068)silverwind2017-02-261-4/+4
|
* remove unused fixme on dump command (#1065)Lunny Xiao2017-02-261-1/+1
|
* fix: Admin can see all private repositories on Explore page. (#1026)Bo-Yi Wu2017-02-264-25/+39
| | | | | | * fix: Admin can see all private repositories on Explore page. * refactor: fix session
* Fix go vet faults (#1060)Ethan Koenig2017-02-262-4/+10
|
* Allow migrating installations with no local avatars (#1056)Sandro Santilli2017-02-262-1/+5
|
* Fix avatar enumable (#1049)Lunny Xiao2017-02-253-3/+73
| | | | | | * fix avatar enumable * fix import style
* fix 500 when use a duplicat email instead of giving an error tip (#1040)Lunny Xiao2017-02-252-18/+30
|
* Move push update to post-receive and protected branch check to pre-receive ↵Lunny Xiao2017-02-259-415/+175
| | | | | | | | | | | | (#1030) * move all push update to git hook post-receive and protected branch check to git hook pre-receive * add SSH_ORIGINAL_COMMAND check back * remove all unused codes * fix the import
* fix #13 (#1042)Lunny Xiao2017-02-252-13/+28
|
* Merge pull request #970 from andreynering/api-repo-mirrorAndrey Nering2017-02-258-4/+102
|\ | | | | Add "mirror" field to repo API
| * Update vendor of code.gitea.io/sdk/giteaAndrey Nering2017-02-257-4/+101
| |
| * Add "mirror" field to repo APIAndrey Nering2017-02-251-0/+1
| |
* | Merge pull request #1053 from andreynering/do-not-test-libravatarAndrey Nering2017-02-251-14/+2
|\ \ | | | | | | Remove test that touch network
| * | Remove test that touch networkAndrey Nering2017-02-251-14/+2
| |/
* | refactor for searching user (#1038)Lunny Xiao2017-02-251-11/+13
| | | | | | | | | | | | | | | | * refactor for searching user * fix like bug * better format for builder cond
* | fix 500 when change user setting email to an exist email (#1039)Lunny Xiao2017-02-251-0/+5
|/
* Merge pull request #1043 from andrew-boyarshin/autolinkAndrey Nering2017-02-251-9/+12
|\ | | | | Fix span wrapping all the things
| * Fix span wrapping all the thingsAndrew Boyarshin2017-02-241-9/+12
| | | | | | | | Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* | Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048)Jonas2017-02-251-1/+1
| | | | | | Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* | Reword the reinit_missing_repos message to be clear about what it does (#1047)Sandro Santilli2017-02-251-2/+2
| | | | | | | | | | I was confused by current wording, which seemed to imply that *records* would be initialized, while instead the function initializes the *git repositories* instead, where missing but referenced.
* | refactor: repo counts for SearchRepositoryByName func (#1045)Bo-Yi Wu2017-02-251-10/+16
| |
* | fix delete repo will hang on postgres (#1044)Lunny Xiao2017-02-242-16/+22
| |
* | Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-246-155/+276
|/ | | | | Amended with string to bool change in API SDK. Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* Removed footer copyright year (#829)Lunny Xiao2017-02-241-1/+1
| | | | | | | | * change footer copyright year from 2016 to 2017 * add 2016 copyright back * remove the copyright year
* Remove unnecessary loads in org_team (#1035)Ethan Koenig2017-02-243-51/+39
|
* Unit tests for models/repo_collaboration (#1032)Ethan Koenig2017-02-242-1/+106
|
* Fixes 1019, install page SMTP user is required to (#1020)puffybsd2017-02-244-8/+8
| | | | | to be an email address. Signed-off-by: P.B. <puffybsd@yahoo.com>
* Tweak docker target to work by default. (#1033)Dan Morrill2017-02-241-1/+1
| | | | | | Fix for #1013: adds "bindata" to tags by default, as without this the resulting docker image won't start, as it doesn't contain locale files. Verified to work even if you specify TAGS="bindata" such that it appears twice.
* s/fields/terms (#1031)bit2017-02-241-3/+3
| | | use terms instead of fields as variable name to avoid confusion: NewPhraseQuery(terms []string, field string)
* added missing new struct sync (#1021)Lunny Xiao2017-02-231-0/+2
|
* Take back control of hooks (#1006)Lunny Xiao2017-02-2314-41/+279
| | | | | | | | | | | | | | | | * git: delegate all server-side Git hooks (#1623) * create hooks directories * take control hooks back * fix lint * bug fixed and minor changes * fix imports style * fix migration scripts
* Bug fixes and unit tests for org_team (#1016)Ethan Koenig2017-02-234-24/+362
|
* Merge pull request #1017 from ethantkoenig/fix_lintAndrey Nering2017-02-222-2/+2
|\ | | | | Fix lint errors
| * Fix lint errorsEthan Koenig2017-02-222-2/+2
|/
* Refactor for issues loadattributes of a repository (#971)Lunny Xiao2017-02-223-64/+343
| | | | | | * refactor for issues loadattributes of a repository * refactors
* Fix some links. (#1005)Bo-Yi Wu2017-02-221-2/+2
|
* fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu2017-02-224-12/+128
| | | | | | | | * fix: Wrong repo list on Explore page if user already loggin. * fix: code readable. * fix: declare variable