Ethan Koenig
ea9ae714ff
Load label ID in NewLabels ( #2045 )
8 years ago
Győrvári Gábor
05ddfb6f18
Enable assignee e-mail notification ( #2003 )
* Enable assignee e-mail notification
* Check assignee and doer to avoid self made comment notifications.
* Assignee not always defined
* New method to avoid error when assignee deleted
* Assignee empty check
8 years ago
Ethan Koenig
8e97389958
Fix fast-forward PR bug ( #1989 )
8 years ago
Lunny Xiao
ef60249ff3
Fix #2001 and fix issue comments hidden ( #2016 )
* revert #2001 and fix issue comments hidden
* fix #2001
* fix import
* improve comment type
* reduce unnecessary join
* fix comment on FindCommentsOptions
8 years ago
Lauris BH
625f482b25
Refactor session close as xorm already does everything needed internally ( #2020 )
8 years ago
Lauris BH
0d9a7a93f3
Wrong PR merge commit ID saved ( #2007 )
8 years ago
Ethan Koenig
5518912d1d
Don't show non-comments in comments API ( #2001 )
8 years ago
Lauris BH
90f7beefc2
Fix GPG email checking to be case insensitive ( #1988 )
8 years ago
Lunny Xiao
7052193cd1
fix bu ong normal user visit public repo ( #1984 )
8 years ago
Ethan Koenig
48d328b923
Fix deleted milestone bug ( #1942 )
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
8 years ago
Ethan Koenig
036475727f
Consolidate boilerplate in integration tests ( #1979 )
8 years ago
Ethan Koenig
d1367598b1
Fix search by issue type ( #1914 )
* Fix search by issue type
8 years ago
Kim "BKC" Carlbäcker
89d7c8022c
SQLite has a query timeout. Hopefully fixes most 'database locked' errors ( #1961 )
* SQLite has a query timeout. Fixes 'database locked' errors
8 years ago
Lunny Xiao
284bafb9d5
fix collborators lack of units on orgnization repositories ( #1968 )
* fix collborators lack of units on orgnization repositories
* also change log level to debug
8 years ago
Ethan Koenig
b1da9cef43
Fix diff of renamed and modified file ( #1967 )
8 years ago
Antoine GIRARD
f45aa2dc82
Switch to keybase go-crypto (for some elliptic curve key) + test ( #1925 )
* Switch to keybase go-crypto (for some elliptic curve key) + test
* Use assert.NoError
and add a little more context to failing test description
* Use assert.(No)Error everywhere 🌈
and assert.Error in place of .Nil/.NotNil
8 years ago
Ethan Koenig
6fa177ef4c
Fix bug in Action.loadRepo() ( #1959 )
8 years ago
Ethan Koenig
6c476a69d3
Fix import order ( #1951 )
8 years ago
Andrey Nering
7bb3cec80d
Merge pull request #1829 from ethantkoenig/no_branches
Commitless repos should be bare
8 years ago
Ethan Koenig
870ee442bd
Fix engine bug in getIssueByID ( #1934 )
8 years ago
Ethan Koenig
3f2de13043
Fix errors caused by force push ( #1927 )
8 years ago
Dennis Keitzel
34d2b1c5e9
Gracefully handle bare repositories on API operations. ( #1932 )
Signed-off-by: Dennis Keitzel <github@pinshot.net>
8 years ago
Ethan Koenig
4fa572702d
Fix ghost user bug ( #1913 )
Fix bug where unassigned issues would appear to be assigned to a ghost user
8 years ago
Dan Magnus Lindvall
c5d4efb1d5
Delete Public SSH Key tmp file after calculating fingerprint ( #1855 )
* Delete public key tmp file after calculating fingerprint
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Move line
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Remove defer statement
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Readd defer statement and move remove
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Delete space
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
8 years ago
Sandro Santilli
91b47f78cc
Include formatting check to the `make test` (and thus also `check`) rule ( #1366 )
* Include formatting check to the `make check` rule
... and give it its own standalone target too (make fmt-check)
Show diff on fmt-check failure
Do not allow running "fmt-check" with incompatible go version
Also simplify the `fmt` rule
* Forbid running "make fmt" with Go version != 1.7 or 1.8
* Ignore bindata.go for spelling and formatting checks
also remove duplicated variable assignment for GOFILES
* Run `make fmt`
8 years ago
Phil Hopper
c2e5bdd101
Make `LocalCopyPath` a setting instead of a hard-coded path ( #1881 )
8 years ago
Ethan Koenig
6cb073b1eb
Migration to fix existing owner team units ( #1873 )
8 years ago
Bo-Yi Wu
9a20c48a65
feat: add check misspelling ( #1877 )
8 years ago
Andrey Nering
5f56f5d2de
Merge pull request #1874 from ethantkoenig/typo/issue_test
Fix misspelled variables
8 years ago
Ethan Koenig
e1258f72a3
Run unused test
8 years ago
Ethan Koenig
0ae4fa3005
Fix misspelled variables
8 years ago
Ethan Koenig
92a02c7a92
Rename misnamed migration ( #1867 )
8 years ago
Ethan Koenig
4c72332ccb
Display draft releases ( #1854 )
* Display draft releases
* Include ctx.User in user cache
* Integration test
9 years ago
Ethan Koenig
bd325693a4
Fix bug in removeOrgRepo ( #1858 )
9 years ago
Ethan Koenig
57c91032f3
Fix user profile activity feed ( #1848 )
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
9 years ago
Ethan Koenig
8d55d51475
Don't ignore error in getMergeCommit ( #1843 )
9 years ago
Ethan Koenig
ec27f3afc4
Fix locking bug in removeOrgRepo ( #1842 )
9 years ago
Ethan Koenig
cc58230779
Fix pull request compare link ( #1832 )
* Fix pull request compare link
* Integration test
9 years ago
Ethan Koenig
9644f101e8
Fix status table race condition ( #1835 )
9 years ago
Ethan Koenig
f41d919144
Update code.gitea.io/git ( #1824 )
* Update code.gitea.io/git
* Update function calls
* govendor fetch
9 years ago
Ethan Koenig
a3dfc827ac
Use ghost users in issues/PRs ( #1831 )
9 years ago
Timo Myyrä
a2bb2297a9
use writeTmpKeyFile in calcFingerprint ( #1828 )
this makes calcFingerprint use SSH.KeyTestpath instead of os temp dir.
9 years ago
Jonas Östanbäck
dd3884fdea
xxx_active_code_live setting in printed in hours and minutes instead … ( #1814 )
* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings
9 years ago
Rémy Boulanouar
971024dd63
Add Gitea Webhook ( #1755 )
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
9 years ago
Ethan Koenig
74f13ec07b
Commitless repos should be bare
9 years ago
Ethan Koenig
ab3b136cce
Fix invalid reference in feeds template ( #1820 )
* Fix invalid reference in feeds template
* Comment for GetActAvatar
* Add integration test
9 years ago
Ethan Koenig
560bf3a6d7
Fix 500 for GET /teams/:id endpoints ( #1811 )
* Fix 500 for GET /teams/:id endpoints
* Integration test for GET /team/:id
* Clean up integration test
9 years ago
Ethan Koenig
4717565b30
Give all units to owner team ( #1812 )
9 years ago
Ethan Koenig
76ac129f25
Fix deadlock in updateRepository ( #1813 )
9 years ago
Ethan Koenig
66ee05fd53
Fix activity feed ( #1779 )
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
9 years ago