Ethan Koenig
8d55d51475
Don't ignore error in getMergeCommit ( #1843 )
8 years ago
Ethan Koenig
ec27f3afc4
Fix locking bug in removeOrgRepo ( #1842 )
8 years ago
Ethan Koenig
cc58230779
Fix pull request compare link ( #1832 )
* Fix pull request compare link
* Integration test
8 years ago
Ethan Koenig
9644f101e8
Fix status table race condition ( #1835 )
8 years ago
himaaaatti
8621c55893
Add variable for docker tag ( #1825 )
Signed-off-by: Shunsuke Mie <sux2mfgj@gmail.com>
8 years ago
Sondre Nilsen
86eb17c897
Fix FOUC on Firefox ( #1728 )
Firefox users will experience a flash of unstyled content on loading
various pages, this patch will fix this issue using Filament Groups
loadCSS library to asynchronously load the CSS responsible for the FOUC.
Will fix #1698 .
Signed-off-by: Sondre Nilsen <nilsen.sondre@gmail.com>
8 years ago
Ethan Koenig
8078fbc9dd
Fix PR template error ( #1834 )
8 years ago
Ethan Koenig
f41d919144
Update code.gitea.io/git ( #1824 )
* Update code.gitea.io/git
* Update function calls
* govendor fetch
8 years ago
Ethan Koenig
a3dfc827ac
Use ghost users in issues/PRs ( #1831 )
8 years ago
Timo Myyrä
a2bb2297a9
use writeTmpKeyFile in calcFingerprint ( #1828 )
this makes calcFingerprint use SSH.KeyTestpath instead of os temp dir.
8 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
8 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.
8 years ago
Ethan Koenig
74f13ec07b
Commitless repos should be bare
8 years ago
Andrey Nering
8f19037ce2
Merge pull request #1750 from andreynering/dashboard-search-org-repos
More fixes for dashboard search
8 years ago
Andrey Nering
711b7d1864
Fix private repo icon
8 years ago
Ethan Koenig
ab3b136cce
Fix invalid reference in feeds template ( #1820 )
* Fix invalid reference in feeds template
* Comment for GetActAvatar
* Add integration test
8 years ago
Patrick G
49d362a283
Improve clarity between is_activated and prohibit_login ( #1788 )
It used to be unclear what the difference between the two are.
8 years ago
Lunny Xiao
9fdb3e21d0
resign drone and fix #1816 ( #1819 )
8 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
8 years ago
Lunny Xiao
c726c22323
fix bug to deny to add orgnization as a member of an orgnization or team ( #1815 )
8 years ago
Ethan Koenig
4717565b30
Give all units to owner team ( #1812 )
8 years ago
Ethan Koenig
76ac129f25
Fix deadlock in updateRepository ( #1813 )
8 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
8 years ago
Jonas Franz
1ec8691624
Adding #issuecomment to the URL in E-Mail notifications ( #1674 )
* Added comment's hashtag to url for mail notifications.
Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Added explanation to return statement.
Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Added explanation to return statement + documentation.
Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replacing in-line link generation with HTMLURL. (+gofmt)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replaced action-based model with nil-based model. (+gofmt)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants.
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Updating comment for mailIssueCommentToParticipants
Signed-off-by: Jonas Franz <info@jonasfranz.software>
8 years ago
Ethan Koenig
5a3ad90b9e
Remove stale rule from Makefile ( #1782 )
8 years ago
Ethan Koenig
2cf1c5801c
Only run coverage on merges/pushes to master ( #1783 )
8 years ago
Lunny Xiao
2c1b88c6c4
fix bug not to trim space of login username ( #1796 )
8 years ago
Ethan Koenig
c8f6b42062
Fix renaming bug ( #1786 )
8 years ago
Patrick G
9d8fd069aa
Make navbar scroll on overflow ( #1777 )
* Scrollbars on overflow of horizontal nav
* Update _base.less
* Add fade out on right side of overflowing nav
* Update _base.less
8 years ago
Jonas Östanbäck
bebb193e77
Rename RepoCreationNum -> MaxCreationLimit ( #1766 )
8 years ago
Patrick G
d4e2999f24
Improve grammar ( #1775 )
8 years ago
Ethan Koenig
7b7a564adf
Delete repo redirects on repo deletion ( #1776 )
8 years ago
Patrick G
d88b099e20
Make side nav on dashboard stackable ( #1778 )
8 years ago
Bo-Yi Wu
53b52d9c2b
fix : #1757 fix set MAX_CREATION_LIMIT as zero. ( #1762 )
* fix : #1757 fix set MAX_CREATION_LIMIT as zero.
* fix: missing default value
8 years ago
Ethan Koenig
fffefa2bf6
Fix unloaded owner ( #1770 )
8 years ago
Ethan Koenig
e3985c0842
Fix and test for delete user ( #1713 )
* Fix and test for delete user
* Run updates in batches
* Unit test
8 years ago
Jonas Östanbäck
4e9dce79ad
Add error direclty when user tries to create new repo and limit already hit ( #1767 )
8 years ago
Andrey Nering
56af6ee736
Update HighlightJS and fix YAML files highlighting ( #1764 )
* Update HighlightJS to 9.11.0
* Fix YAML files highlighting
8 years ago
Jonas Östanbäck
073abc4a86
Admin should always be allowed to create repos even if hit limit ( #1765 )
8 years ago
Kim "BKC" Carlbäcker
d25143667e
fixes wrong after field in webhook payload ( #1746 )
8 years ago
Kim "BKC" Carlbäcker
6a3fef4970
fix admin lost permission caused by #947 ( #1753 )
8 years ago
Lunny Xiao
5edc4aaa6c
fix admin lost permission caused by #947
8 years ago
Rémy Boulanouar
30994edbf1
Add button to admin ui ( #1738 )
* Add button to admin ui
* Update according to review
* Update locale_fr-FR.ini
* Rollback to locale french file
8 years ago
Jonas Östanbäck
04c86d9c50
Add swagger comment for MirrorSync ( #1747 )
* Add swagger comment for MirrorSync
* Generate swagger.v1.json
8 years ago
Andrey Nering
6a58cede38
Fix test
There was a panic when there's no logged in user
8 years ago
Lunny Xiao
c694c70008
Add units to team ( #947 )
* add units to team
* fix lint
* finish team setting backend
* finished permission controll on routes
* fix import blank line
* add unit check on ssh/http pull and push and fix test failed
* fix fixtures data
* remove unused code
8 years ago
Jonas Östanbäck
5c3fc0b67f
Correct grammar in APIEmpty documentation ( #1748 )
* Correct grammar in APIEmpty doc
* Generate swagger.v1.json
8 years ago
Andrey Nering
495a342a51
Show repos acording to user/organization
8 years ago
Andrey Nering
916bc5d5ac
Remove colaborative repo panel
8 years ago
Andrey Nering
b722359b49
Fix org repos not showing on dashboard search
8 years ago