Unknwon
260723e2cc
Minor fixes for #2745
9 years ago
Josh Frye
f3358f5927
Repo setting to delete and disable wiki
9 years ago
Unknwon
f946040fa9
#1891 attempt to fix expected invalid CSRF token
...
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
8055a0bdac
Post work for #2637
...
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
7a91d7e776
Merge pull request #2694 from mhartkorn/pullrefs
...
Improved Pull Request refs
9 years ago
Unknwon
129638117f
#2697 fix panic when close issue via commit message
9 years ago
Unknwon
4438b7793b
Add new config option for builtin SSH server
...
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
9 years ago
Unknwon
baaf6046a1
Minor fix for #2660
9 years ago
Josh Frye
c27038e392
Test mailer button. Addresses #1531
9 years ago
Martin Hartkorn
51f15880d1
Call PushToBaseRepo() also on Pull Request creation and not only on git push
9 years ago
Unknwon
912f7b51e9
#1821 add actions for close and reopen issues
9 years ago
Unknwon
d5a3021a7d
Make markdown as an independent module
9 years ago
Unknwon
d8a994ef24
Move cron module to independent package
...
Make it easier to keep track of upstream changes and bug fixes
9 years ago
Unknwon
7140dbac95
Fix #857
9 years ago
Unknwon
7e0baf4136
Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
...
LDAP: Fetch attributes in Bind DN context
9 years ago
Unknwon
a703f7d7b4
Merge pull request #2647 from andreynering/issue-template
...
Implement issue and pull request templates
9 years ago
Adam Strzelecki
834d92a47b
LDAP: Fetch attributes in Bind DN context option
...
This is feature is workaround for #2628 (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.
Such approach is an alternative to minimal permissions security pattern for
BindDN user.
9 years ago
Unknwon
aa12135b97
Fix panic when view profile without signin
...
Also fix that no matter who, still able to see organizations with private membership.
9 years ago
Unknwon
2408df3f35
Merge pull request #2663 from Download-Fritz/MirrorForks
...
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Download-Fritz
a1b28fc33c
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
9 years ago
Download-Fritz
a467184e13
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Andrey Nering
658bfc2704
Implement issue and pull request templates.
...
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates
Priority:
- root
- .gogs
- .github
9 years ago
Unknwon
338af89d56
#2650 fix possbility that use email as pusher user name
...
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.
9 years ago
Unknwon
d5ca913b2f
#2639 add branch prefix for test webhook
9 years ago
Unknwon
2765b5c7cf
#2630 fix wrong user avatar link in webhook
...
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
9 years ago
Unknwon
632c27802c
Minor fix for #2624
9 years ago
Unknwon
dc89c51f3e
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
...
Convert mirrors to regular repositories
9 years ago
Martin Hartkorn
bb595666ac
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
9 years ago
Unknwon
d8631b616e
Merge pull request #2578 from exmex/develop
...
Admins and user itself sees private org relations on profile
9 years ago
Unknwon
a1d97e8f5c
Minor fix for #2567
9 years ago
Unknwon
daa43cfb6e
Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard
...
Only show activities and repositories on the dashboard, that the user has access to
9 years ago
Martin Hartkorn
15d37b7a95
Refactored according to suggestions
9 years ago
Martin Hartkorn
15394f613f
Add missing safety check
9 years ago
Martin Hartkorn
3650bd8528
Convert mirrors to regular repositories.
9 years ago
Josh Frye
d3ca5accfd
Remove redundant nil check.
9 years ago
Josh Frye
ec478b4b06
Set default log path if empty during install
9 years ago
Josh Frye
a3e8c32a30
Add install option for log path
9 years ago
Unknwon
0ad5f51059
Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user
...
Fix for server error on release page when a user deleted their account
9 years ago
Martin Hartkorn
6b3e47b103
Removed HTTP 500 error on the release page when a user deleted their account
9 years ago
Unknwon
f15a2f9b25
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
...
Enable syntax highlighting on diff view
9 years ago
ExMex
2cfe6f8c60
Admins and user itself sees private org relations on profile
9 years ago
Florian Kaiser
45db167f7a
Only show activities for repositories on dashboard, that the user has access to
9 years ago
Tobias Kunicke
bc0eee48d5
parse milestone.deadline as local time
9 years ago
Unknwon
4e96a4a62b
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
...
Feature/markdown custom url scheme
9 years ago
Florian Kaiser
90e9e3c89d
Only show repositories on organization dashboard, that the user has access to
9 years ago
Andrey Nering
2bfb8bb5fd
Enable sintax highlighting on diff view. Close #733
9 years ago
Unknwon
739d5aa1d3
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
...
Hide other teams & repos from organization page
9 years ago
Unknwon
04be8c0de5
#2554 reinitialize all repos from the db
...
- Update locales
9 years ago
Florian Kaiser
c3ff476ed6
Remove unnecessary else-block
9 years ago
Unknwon
995487e822
Minor fix for #2506
9 years ago
Unknwon
5e97693e0e
Merge pull request #2506 from sapk/add-branche-api-support
...
Implement API for branches listing
9 years ago
Florian Kaiser
0e4ae27caa
Use pretty 404 pages in repo.HTTPBackend
9 years ago
Unknwon
1c74612b3c
Minor fix for #2444
9 years ago
Unknwon
d3ba246693
Merge pull request #2444 from bkcsoft/feature/participants
...
Implemented participant-listing for issue-pages (Fixes #2377 )
9 years ago
Florian Kaiser
3e0a27157c
Make highlighted markdown code blocks work on issue pages
9 years ago
Florian Kaiser
bead46363b
Evaulate org/team permissions when using the issue/PR view
9 years ago
Florian Kaiser
fdad234445
Remove unnecessary comments
9 years ago
Florian Kaiser
bba1847a8e
Everyone can see public repos
9 years ago
Unknwon
a9d68a6884
fix #2529
9 years ago
Florian Kaiser
e35791b2b2
Only show teams the user has access to
9 years ago
Florian Kaiser
5eafe2b17e
Only show repositories the user has access to, on the organization home
9 years ago
Florian Kaiser
295de51b99
Show all orgs on user profile, except the private one's
9 years ago
Unknwon
112a7cab31
#2497 incorrect error handle for team name
9 years ago
Antoine GIRARD
b7b30cd85e
Corrections following recommendations
9 years ago
Antoine GIRARD
81e5722bcc
Handling error for the API request and add commments
...
[ci skip]
9 years ago
Antoine GIRARD
303d091ea9
Update link for documentation (Temporary https://gist.github.com/sapk/df64347ff218baf4a277 )
...
[ci skip]
9 years ago
Antoine GIRARD
c11c3b6c11
Near ready
9 years ago
Andrey Nering
5deb726f3f
Refactoring of inline diff computing to prevent empty diff box. Fix #2489
9 years ago
Kim "BKC" Carlbäcker
1ab8a60d73
Not working, but slightly better...
9 years ago
Kim "BKC" Carlbäcker
85335c5f56
Go-ism :D
9 years ago
Kim "BKC" Carlbäcker
b31c7fe074
Fixed Poster/Commenter-bug and clean-up
9 years ago
Kim "BKC" Carlbäcker
2665728ee7
Fix OP not 'participating' until commented
9 years ago
Kim Carlbäcker
f65dedc3be
Optimize participant-fetching
9 years ago
Kim "BKC" Carlbäcker
2cc1ee3fc0
Implemented participant-listing for issue-pages
9 years ago
Andrey Nering
ee5d6fb025
Compute inline diff for pull request view, too. Fix #2462
9 years ago
Kim "BKC" Carlbäcker
a3eab8185d
Admins are allowed to create repos for arbitrary Orgs
9 years ago
Unknwon
f75b5f4287
Merge pull request #2383 from exmex/develop
...
Added organization display on profile
9 years ago
Unknwon
a72f57374d
Merge pull request #2403 from ddelpero/master
...
Update repo.go
9 years ago
ExMex
f610bfa8a2
Added organization display on profile
...
Fixed "Follower" Icon too big
9 years ago
Unknwon
bcf6aed452
Merge pull request #2335 from andreynering/highlight-diff
...
Highlight diff
9 years ago
Unknwon
4331d1d2a0
require token for list my orgs
9 years ago
Unknwon
62edc5c59a
fix cannot show user public ssh keys
9 years ago
Unknwon
03427fb005
fix #2360
9 years ago
ddelpero
7655337a1f
Update repo.go
...
Release download file name doesn't include tag number #2339
Download: Changed to use refName instead of commit.ID for downloaded file name
9 years ago
Unknwon
e0f0f72a36
#2345 disallow access of some pages for empty repo
9 years ago
Andrey Nering
73474c043b
Highlighting differences of lines in the diff view.
9 years ago
zhuharev
0d5dc8a064
typo fix
9 years ago
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
0df39b33eb
Implement Split Diff-View
...
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon
a62290de52
#2311 improve HTTP auth error message
9 years ago
Unknwon
8d58e06ad8
more fix on #2268
9 years ago
Unknwon
93f03707a7
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
85af36332b
#2282 fix utf-8 recognized as windows-1252
9 years ago
novaeye
227dcc3cb9
fix #2268
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
c62a6b7a12
#2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon
5ff6eedf5e
#2251 fix button name
9 years ago
Unknwon
037a01c4e4
fix #2189
9 years ago
Unknwon
1c9dd11ba7
#1692 API: admin create repo
9 years ago
Unknwon
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon
33a99d587a
fix #2223
9 years ago
Unknwon
9cd16c5b12
#1692 add organization APIs
9 years ago
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
b117befc2b
#1692 add user email APIs
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
3362b3a44f
fix possible disclosure
9 years ago
Unknwon
7509fa2c33
improve get commits performance
9 years ago
Unknwon
79dcd7ee6e
#2167 able to identify git version on Windows
9 years ago
Unknwon
0cce4439ce
#2154 minor fix
9 years ago
Unknwon
59c965a5ec
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
477b4d3b50
#2154 fix form submit error
9 years ago
Unknwon
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
9 years ago
Unknwon
40f3142264
#2114 External URL for wiki
9 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
9 years ago
Unknwon
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
9 years ago
Unknwon
9a2e43bff2
move out git module and #1573 send push hook
9 years ago
Unknwon
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
9 years ago
Unknwon
a576224d0e
unified name: IsViewBranch, IsViewCommit and IsViewTag
9 years ago
Unknwon
120cd4e471
#1984 Better mirror repo management
9 years ago
Unknwon
2528c482e9
#1627 auto login after install if admin is configured
9 years ago
Unknwon
dce2a9e7e1
fix wrong slack webhook payload URL
9 years ago
Unknwon
89244b74c6
remember page number when delete repo
9 years ago
Unknwon
ca8ce793d1
#2063 Ability to delete repo from admin panel
9 years ago
Unknwon
978dc00305
APIs: admin users
9 years ago
Unknwon
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
f41360d864
#2052 advanced select ops for system notices
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago
Unknwon
942fd6be53
fix panic for #2045
9 years ago
Unknwon
56dd430a10
refactor API routes and some work for #976
9 years ago
Unknwon
4d9499c2d3
fix broken link
9 years ago
Unknwon
cc8f5add6e
fix #976
9 years ago
Unknwon
ec2423ad7c
more UI minor fixes
9 years ago
Unknwon
0be8b1b1a1
#2052 Ability to batch delete system notices
9 years ago
Adam Strzelecki
573305f3d3
LDAP: Optional user name attribute specification
...
Consider following LDAP search query example:
(&(objectClass=Person)(|(uid=%s)(mail=%s)))
Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.
Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
9 years ago
Unknwon
117afe7620
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
...
Admin should be able to see all organizations
9 years ago
Unknwon
830d000667
finish wiki
9 years ago
Adam Strzelecki
e57b2dffa4
Admin should be able to see all organizations
...
This is follow-up for 56c66ee486
allowing admin
to see private repositories, even when not being member of them.
9 years ago
Unknwon
5d1f5f32d0
wiki: finish pages
9 years ago
Unknwon
e42fcb033d
wiki: finish edit
9 years ago
Unknwon
392f3ee210
wiki: finish new
9 years ago
Unknwon
c50a3503e6
introduce git-shell
9 years ago
Unknwon
2b10fdc4dc
Wiki: UI for page new
9 years ago
Unknwon
144663a3cf
allow admin to migrate for any user/org
9 years ago
Unknwon
968edb3e44
more link fix
9 years ago
Unknwon
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
7f9598141b
fix #2020
9 years ago
Unknwon
0128036514
#1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon
b2fb7e3fd2
more HTTP clone word fix
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
b80e848d02
upgrade libs
9 years ago
Unknwon
987dcc5372
fix #1383
9 years ago
Unknwon
3d14e73fd8
fix #1119 and data race in timming tasks
9 years ago
Unknwon
6a66e5fc98
better error message
9 years ago
Unknwon
c0b0ce7b1a
#1971 more general rule to detect error
9 years ago
Unknwon
dc0c0dc06b
fix typo for #1996
9 years ago
Unknwon
9330c943cd
work on #1891
9 years ago
Unknwon
f455125d4d
fix #878
9 years ago
Unknwon
2c653141a8
#1742 Update default branch in git repository while change in web view
9 years ago
Unknwon
efea642d6c
add admin op: delete missing repos
9 years ago
Unknwon
81d7359fdd
fix #1981
9 years ago
Unknwon
9a0902523b
fix #1987
9 years ago
Unknwon
ff5f14431e
fix #1448
9 years ago
Unknwon
ab9411be2a
clean up code
9 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
9 years ago
Unknwon
917d334ebd
only show user's activities in profile
9 years ago
Unknwon
d370effca5
minor fix for #1961
9 years ago
Unknwon
29ed7872f8
repo sidebar active class
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
18de67380c
fix #1958
9 years ago
Unknwon
84a43b38cf
remove unused code
9 years ago
Unknwon
7c80eba77f
minor UI fix and fix ssh race
9 years ago
Unknwon
7b1c10ea7e
new repo ui
...
- copy link button: #1396 , #1168 , #1668 ,
- synxtax highlight: #1712 , #1549 , #1315 , #670
- z-index: #1942
9 years ago
Unknwon
f8ae161c74
fix #1302
9 years ago
Unknwon
1d57f0d64f
Show custom avatars in commits
9 years ago
Unknwon
1559bd58e7
save custom avatar as PNG
9 years ago
Unknwon
10427b2178
fix #1930
9 years ago
Unknwon
3b62a0fe0e
fix #1572 fix file histrory paging issue
9 years ago
Unknwon
0d4498429c
work on #1904
9 years ago
Unknwon
18c841050b
fix 1540 and experimental SSH server support
9 years ago
Unknwon
b55499d039
go vet and fix #1890
9 years ago
Unknwon
e7aabf70dc
#1905 Triming the issue title
9 years ago
Unknwon
603c7389b8
#1459 Dashboard issues lacks sorting
9 years ago
Unknwon
00eb2b221f
fix #1876
9 years ago
Unknwon
3a81fdf092
rename fields
9 years ago
Unknwon
6f0a41b8b2
#1511 Allow local import only for admin users
9 years ago
Unknwon
fad31ca302
work on #1748
9 years ago
Unknwon
102b675f96
remove test code 😵
9 years ago
Unknwon
7d72c8333e
work on #470 and fix miror JS issue when choose targets on compare and pull
9 years ago
Unknwon
706b0f72e2
fix issue comment mention and autofix count when start
9 years ago
Unknwon
022820103d
#1657 allow forcing all private repos
9 years ago
Unknwon
c3ba5590c9
Reopen PR need retest patch
9 years ago
Unknwon
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
e0aab4a7f6
#1830 new comment with status change overwrites issue content
9 years ago
Unknwon
c6ce6bd4c2
work on #1830
9 years ago
Unknwon
35a65736fa
add get repo API
9 years ago
Unknwon
fc7959d3bc
New/reopen PR checks if there is any unmerged and open PR
9 years ago
Unknwon
4dc6285715
add new status: checking
9 years ago
Unknwon
932dbccb67
fix import path, fix #1782
9 years ago
Unknwon
aff49b1c9e
unified API error response
9 years ago
无闻
b1941f1da1
Merge pull request #1736 from soudy/develop
...
Added repository remove option to API
9 years ago
Unknwon
215920772a
save PR info as patch and minor fix on PR
9 years ago
Steven Oud
6fe868a4d5
added repository remove option to api
9 years ago
kendaru
5c39d3fa7d
changed integrated page number to GET
9 years ago
Steven
c8aa9c6cb1
implemented #1721 : see users who forked/starred/watched a repository
9 years ago
Unknwon
21e13cb51e
#1525 Triggere mailer for admin created accounts
10 years ago
Unknwon
986447335d
#1693 minor fix
10 years ago
无闻
84c727ae66
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
...
Fix admin repos new ui
10 years ago
无闻
ee1256cf74
Merge pull request #1691 from sapk/fix-admin-organization-new-ui
...
Fix admin organization new ui
10 years ago
Antoine GIRARD
dfc16d0879
Fix admin repos new ui
10 years ago
Antoine GIRARD
a8fd615adc
Fix indent in notice router
10 years ago
Antoine GIRARD
c98dad1cf3
New admin organization UI
10 years ago
Unknwon
0d5e57e4ae
#1689 minor fixes and update locale
10 years ago
Antoine GIRARD
3544dafb64
Fix indent
10 years ago
Antoine GIRARD
14a1101139
New admin notice UI based on user list example
10 years ago
Unknwon
d9c5b3bcee
#1659 fix change label title resets color
10 years ago
Unknwon
acf428863c
fix #981
10 years ago
Unknwon
3fb1b6a608
drop oauth2 feature support
10 years ago
Unknwon
562e47f31c
finish all new template for current ones
10 years ago
Unknwon
9d36fc6986
finish new auth e-mails
10 years ago
Unknwon
373731f5e8
user gomail and new activate account email tpl
...
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
10 years ago
Unknwon
e75fd2f783
simplify names
10 years ago
Unknwon
2729eb998c
#1646 and other minor fixes
10 years ago
Unknwon
f5c7f22cc8
#1637 able to skip verify for LDAP
10 years ago
Unknwon
2d1bb0cf49
#1633 admin delete user
10 years ago
Unknwon
5f1183cecf
#697 add install option
10 years ago
Unknwon
b0bf4cc1cb
fix #1632 and #1606
10 years ago
Unknwon
83e747bfda
#697 and #1606 and new admin edit user UI
10 years ago
Unknwon
e5ed5904c6
#1606 GUI bug while adding ldap user
10 years ago
Unknwon
8e0a69f86a
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
cd37fccdfb
#1625 remove auto_register and makes it default
10 years ago
Unknwon
aff773f1b9
add tidb support
10 years ago
Unknwon
10de16beb0
typo and README
10 years ago
Unknwon
ed5a61153f
fix #1629
10 years ago
Unknwon
47df562ced
#1626 default db_type
10 years ago
Unknwon
be89802bd8
new admin user list UI
10 years ago
Unknwon
362d64df04
#1620 add allowed domains for SMTP auth
10 years ago
Unknwon
121a81a2c5
finish new edit auth UI
10 years ago
Unknwon
0617448282
finish new add auth UI
10 years ago
Unknwon
fa728d8dff
more minor fix on 1581
10 years ago
Unknwon
cbd6276200
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
...
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
52ec80fa18
finish all new user settings UI
10 years ago
Sergio Benitez
964d0262ff
Merged conflicts.
10 years ago
Unknwon
6f6f38e7c3
#1603 suburl for comment attachments
10 years ago
Unknwon
49e120a67c
#1602 change status after comment issue
10 years ago
Unknwon
cc83043edc
minor fix on template
10 years ago
Unknwon
3d9b98fae4
#1585 order owners list by last changed time
10 years ago
Unknwon
c38754d432
#1191 allow upload avatar for org
...
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
00767a0522
finish new org settings page
10 years ago
Unknwon
edc99bc8a4
new org options UI
10 years ago
Unknwon
80701d45bb
#1193 Make organization emails non-mandatory
10 years ago
Unknwon
aa67de910a
fix #1558
10 years ago
Unknwon
119dec51f2
Mirror repository should not allow fork
10 years ago
Sergio Benitez
aa9c36514f
Merged conflicts.
10 years ago
Sergio Benitez
2d1db4bf05
Added LDAP simple auth support.
10 years ago
Unknwon
d023e81a8f
#1577 explore paginator problem
10 years ago
Unknwon
7ec991326d
fix migrate api
10 years ago
Unknwon
e5b105e513
fix migrate API
10 years ago
Unknwon
2a2a8cd619
ui and pulls index fix
10 years ago
Unknwon
83dc2468f5
finish initial version of pull request
10 years ago
Unknwon
5da306c0e5
tmp: fix issue open count
10 years ago
Unknwon
d951824ff9
able to download archive by API
10 years ago
Unknwon
953bb06857
basic PR feature
10 years ago
Unknwon
1abfe4e05f
PR: nothing to commit and has pull request check
10 years ago
Unknwon
37e0cee877
finish PR UI
10 years ago
Unknwon
2ac8e11f46
#842 able to use access token replace basic auth
10 years ago
Unknwon
ebf1bd4f51
add view pull desc
10 years ago
Unknwon
8c046073a8
work on PR conversation
10 years ago
Unknwon
670ade9a61
#1206 does not allow fork bare repo
10 years ago
Unknwon
398569f6f8
#1021 Forked repo unavailable after deleting original repo
10 years ago
Unknwon
8af094967f
#1377 add rename repo action
10 years ago
Unknwon
7714e792a4
minor fixes on #1551
10 years ago
Unknwon
1ca257ad9f
rename fields
10 years ago
Unknwon
cb381078ff
finish new repo options page
10 years ago
Unknwon
d01f688257
fix repository count of user is messed up
10 years ago
Unknwon
302938e646
#1333 Disable Gravatar option when install
10 years ago
Unknwon
8d73832bdf
fix sql
10 years ago
Unknwon
ea454c21f7
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Unknwon
65843b803b
add webhook default events
10 years ago
Unknwon
55ddf225bb
webhook APIs
10 years ago
Unknwon
f509c59ac1
new create webhook event
10 years ago
Unknwon
a00194e665
work on #1548
10 years ago
Unknwon
f2de4d5c04
new create repo options
10 years ago
Unknwon
c75cd33f2f
#965 Remember visibility preference
10 years ago
Unknwon
bb3b90fcd6
#1487 Readme Template
10 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
10 years ago
Unknwon
ff35a37769
#1458 : Authorities were messed up when using mysql database
10 years ago
Unknwon
70e0153b93
add highlight js
10 years ago
Unknwon
23f42d92c9
add webhook recent deliveries
10 years ago
Unknwon
c08600c59b
new edit webhook UI
10 years ago
Unknwon
4217c2333c
new create webhook UI
10 years ago
Unknwon
2881456421
new webhooks list UI
10 years ago
Unknwon
1cb03135b7
new repo git hooks UI
10 years ago
Unknwon
a329bbc215
new org dashboard issues
10 years ago
Unknwon
f808df5a7b
new user dahsboard issues
10 years ago
Unknwon
4275b3720a
finsih diff and compare
10 years ago
Unknwon
aa65761d81
new commits table
10 years ago
Unknwon
062adbed8a
add confirmation to delete ssh key
10 years ago
Unknwon
371572cf5f
allow edit issue and comment
10 years ago
Unknwon
87f5ca8e1f
able edit issue title
10 years ago
Unknwon
bd1d7d1509
Able to set SSH port when install, update Docker docs
10 years ago
Unknwon
1453e91f41
minor fix on API response
10 years ago
无闻
2b393f5b03
Merge pull request #1507 from cloudron-io/develop
...
Set IsAdmin using LDAP
10 years ago
无闻
a5e1ada474
Merge pull request #1414 from nice-software/wip/currentUser
...
Factor out function to get the current user
10 years ago
Girish Ramakrishnan
24d7a86a8d
Set IsAdmin using LDAP
...
The IsAdmin flag is set based on whether the admin filter
returned any result. The admin filter is applied with the user dn
as the search root.
In the future, we should update IsAdmin as well on each login.
Alternately, we can have a periodic sync operation.
10 years ago
Unknwon
03b85b73af
token recent activity
10 years ago
Unknwon
54b52de6ee
minor fix on API response
10 years ago
Unknwon
47ac579f09
only assign auto-admin when sign up by web
10 years ago
Unknwon
4c7b6414eb
new access token UI
10 years ago
Unknwon
2493454587
new delete account UI and password confirmation
10 years ago
Unknwon
b1696665bd
make cron task configurable
10 years ago
Unknwon
d17f102339
try to fix HTTP ops not GC
10 years ago
Unknwon
407385db7e
work on #1493
10 years ago
Unknwon
55ccb00a47
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
...
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
c8bb475abb
fix autocomplete on migration
10 years ago
Paolo Borelli
0d38794c7f
Factor out function to get the current user
...
The same logic was duplicated in three places. Factor it
out so that we can add further fallbacks in a single place.
10 years ago
Unknwon
e633425f27
#1180 and #1250 : migration
10 years ago
Unknwon
a52324a5f9
able sort issues
10 years ago
Unknwon
4ce003dc15
Filter issues by assignee
10 years ago
Unknwon
30b428bf0e
#1419 : 500 when visit a issue with issue/comments of deleted user
10 years ago
Unknwon
13a74c3a0c
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
10 years ago
Unknwon
cec38f2a8c
able edit issue labels/milestone/assignee
10 years ago
无闻
8be0bb177b
Merge pull request #1485 from donbowman/mime-type
...
43bfee0d48
reverted my change
10 years ago
Don Bowman
4137426c88
43bfee0d48
reverted my change
...
423b1c69be
, which in turn
causes all content to be served as text/plain. Let go decide
what the mime type is (e.g. text/html instead of text/plain).
10 years ago
Unknwon
817b48ed1e
Show owner/poster tags of comments and fix #1312
10 years ago
Unknwon
1fb53067f4
finish close/reopen issue
10 years ago
Unknwon
133b19d0c5
finish view comments on issue page
10 years ago
Sergio Benitez
7d84d4a8f0
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
ab2d0b3b44
add comment form UI
10 years ago
Unknwon
b4c0b7b98b
finish view issue without comments and ops
10 years ago
Unknwon
e67659bf8e
fix serve attachment content type
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
89c2bd4a0d
finish create issue attachment UI
10 years ago
Unknwon
17f3e840ec
fix cannot parse JSON for attachments
10 years ago
Unknwon
cbc7b7132f
finish new issue action and mentions
10 years ago
Unknwon
884bc4ffd8
rename functions
10 years ago
Unknwon
75aff60c90
finish create issue with milestone and assignee
10 years ago
Unknwon
09a1b2a1f5
finish create issue with milestone
10 years ago
Unknwon
922f3f3062
finish create issue with labels
10 years ago
Unknwon
17de3ab0a3
add migrate from issue.label_ids to issue_label
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
e3bdfd51ff
better fork permission check
10 years ago
Unknwon
9db4acc62e
improve fork process
10 years ago
Unknwon
3d0583df0f
fix private repo cannot trigger hook by SSH
10 years ago
Unknwon
9d414d4dd9
remove Index field of milestone
10 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
10 years ago
Unknwon
34795770c3
fix issue stats with milestone filter
10 years ago
Unknwon
77dcef0cab
fix milestone format parse
10 years ago
Unknwon
2c507667bf
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
0705f55ce0
finish new milestone page
10 years ago
Unknwon
74bd6b939c
milestone: edit
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
ce4dcf1e83
fix naming
10 years ago
Unknwon
e50982f5ec
allow anonymous SSH clone
10 years ago
Unknwon
9311a9858a
milestone: pagination
10 years ago
Unknwon
04458d49a0
milestone: list view
10 years ago
Unknwon
cbb78b6a63
better wording
10 years ago
Unknwon
009d692c7d
fix install default db option
10 years ago
Unknwon
eea9302d8f
fix #1204
10 years ago
无闻
eedac73229
Merge pull request #1404 from wqweto/develop
...
Allow space and/or percent in file and directory names
10 years ago
Unknwon
869113704b
fix #1407
10 years ago
Vladimir Vissoultchev
2cc050e21e
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
10 years ago
Vladimir Vissoultchev
43bfee0d48
Raw text file view returns correct charset in content-type header if not utf-8
10 years ago
Unknwon
589618c8a5
better paging
10 years ago
Unknwon
fa298a2c30
#835 : Realtime webhooks
10 years ago
Unknwon
68cacf9c63
fix issue paging
10 years ago
Unknwon
1ba837a055
new issue and label page
10 years ago
Unknwon
54b58e988d
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
70d44e9565
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
333ab1b2b4
Merge pull request #1317 from smcquay/keys
...
fix .keys route
10 years ago
无闻
3dcc0a4b5f
Merge pull request #1249 from donbowman/master
...
in routers/repo/download.go, don't set mime type, let go figure it out.
10 years ago
无闻
91ab2538c3
Merge pull request #1244 from jamesa/develop
...
Add full name field to admin's user edit page (fixes #1130 )
10 years ago
Unknwon
dc4aab9925
UI: CURD labels
...
- fix update lable break connection with repository
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
...
- fix isRead check
- fix paging
10 years ago
Unknwon
4447a20f87
UI: issues - finish basic frame
10 years ago
Unknwon
42a72b62fc
fix about #1289
10 years ago
Unknwon
bebbd08920
Disable log color in prod mode
10 years ago
Unknwon
4cbbaefd82
#1127 : hide user e-mail when API caller isn't signed in
10 years ago
Unknwon
ced212f8fa
fix hidden bug on tpl rendering
10 years ago
Unknwon
35be8741c4
fix #1112
10 years ago
Unknwon
a2a9e151f8
install - add mail from setting
10 years ago
Unknwon
b9dc2147b4
UI: install - done
10 years ago
Unknwon
5cf3732339
UI: install - new version
10 years ago
stephen mcquay
73698d292a
fix .keys route
...
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
10 years ago
James
f3aab5dbe3
Add full name field to admin's user edit page ( fixes #1130 )
10 years ago
Lunny Xiao
f92bdf875b
Merge pull request #1226 from nice-software/wip/pam
...
Add PAM authentication
10 years ago
Paolo Borelli
182003aa41
Add PAM authentication
10 years ago
Lunny Xiao
673a76d638
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
...
Hotfix/type fix validate password
10 years ago
Dustin Willis Webber
5a4f314cf7
fix calls that go rename missed
10 years ago
Don Bowman
423b1c69be
don't set mime type to text/plain. This will break serving e.g. raw images,
...
html, etc
According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
10 years ago
Linquize
f26f8d5afa
Set Content-Type to text/plain for http status 401
...
This is because git command line shows the failure reason only if Content-Type is text/plain.
10 years ago
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
5169a0e025
mirror fix of #1105
10 years ago
无闻
f7219b0cf0
Merge pull request #1105 from linquize/migrate-git
...
Allow to migrate through git:// protocol
10 years ago
Unknwon
5f594d8774
#1140 MySQL root password exposure
10 years ago
Unknwon
211596f407
#1124 LDAP add and edit form are misleading
10 years ago
Linquize
3a977fc0ae
Allow to migrate through git:// protocol
10 years ago
无闻
e312634286
Merge pull request #1091 from sapk/fix-ng-issue-pages
...
Apply ng to issue dashboard
10 years ago
Unknwon
1cb57b1a44
#1094 : fix locale
10 years ago
Antoine GIRARD
96a71aaed8
Apply ng to issue dashboard
10 years ago
Unknwon
466facc009
#1067 : Deleting users should remove them from collaborator lists
...
- fix delete user but repository watches are not decreased
10 years ago
Unknwon
33894591a6
#851 : Edit Account does not take into consideration password rules
10 years ago
Unknwon
fc6db829b2
fix read access team visibility of private repo
10 years ago
Unknwon
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
4aafeace23
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
10 years ago
Unknwon
34102f7889
remove unused scripts and simplify migrate form definition
10 years ago
Filippo Valsorda
5d5d774e03
Handle submodules without a .gitmodules entry - fix #1023
10 years ago
Unknwon
18c0697329
routers/repo/setting.go: fix LDAP cannot validate password #1006
10 years ago
Unknwon
b0b11fd7b1
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
无闻
3a6ba39a61
Merge pull request #992 from theangryangel/fix/ldap-auth
...
Attempt 3 to fix LDAP login issues when git pushing after password change
10 years ago
Gogs
fab038b175
Attempt #3 of ldap fixes
10 years ago
Unknwon
e3dece1371
modules/setting: simple behave change in startup
10 years ago
Unknwon
8896c82d34
models: fix issue with transfer repository
...
README: fix typo
10 years ago
Raphael Randschau
1f61340fa3
Properly calculate the number of open issues per label
10 years ago
无闻
f92bfabf86
Merge pull request #960 from phsmit/access_action
...
Fix that owners also see actions on their repositories
10 years ago
无闻
cd8b43d984
Merge pull request #915 from Lafriks/dev
...
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
10 years ago
Unknwon
10e4b5b6c6
Merge branch 'access' of github.com:gogits/gogs into access
10 years ago
Unknwon
7ccab9cd09
Merge branch 'dev' of github.com:gogits/gogs into access
...
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
10 years ago
Unknwon
04164eada3
models: able to rename user with diff letter cases #981
...
- templates/org: mirror fix on name output
- routers: add missing error check
10 years ago
Unknwon
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
10 years ago
Unknwon
1654e9ecab
templates/user/settings/emial.tmpl: little fix on UI
...
- routers/user: little code format
- conf/locale: update French locale
10 years ago
无闻
fc4dff1b17
Merge pull request #959 from phsmit/access_update
...
Updating context and fixing permission issues
10 years ago
Peter Smit
0fa209d07b
Update/simplify fix that owners also see actions on their repositories
10 years ago
Peter Smit
e6fc58a744
Remove GoGet option from repository and handle it with ?go-get=1 instead
...
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
10 years ago
Peter Smit
455fad0fbd
Fix that owners also see actions on their repositories
...
This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.
It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
10 years ago
Peter Smit
ed89b39984
Updating context and fixing permission issues
...
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
10 years ago
Peter Smit
f9454cc32c
Make sure that a mirror can't be written to by http or ssh
10 years ago
Unknwon
a38e4a0b02
routers/install.go: able to keep previous custom settings for 2nd time install
...
- .gopmfile: update all commits
10 years ago
Unknwon
6d0f3a07d4
code fix #941 caution: undertest
10 years ago
Peter Smit
6c1ee384f1
Merge remote-tracking branch 'mine/access_refactor' into access_refactor
...
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
10 years ago
Peter Smit
0a4cda0dd4
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Unknwon
c5c467a9cd
Merge branch 'dev' of github.com:gogits/gogs into access
10 years ago
无闻
e805fdb29c
Merge pull request #925 from phsmit/newcollaboration
...
Collaboration
10 years ago
Unknwon
485ea6f14f
models: make code change for session issue with SQLite3 #739
10 years ago
Unknwon
6a23252edc
able to allow insecure certification of webhook for #891
10 years ago
Peter Smit
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
10 years ago
无闻
6ed96b7a20
Merge pull request #911 from TonyTsangHK/dev
...
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
Unknwon
f15fa9167a
cmd: code fix for #905
...
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
10 years ago
无闻
cd0ee35b3f
Merge pull request #905 from phsmit/conf_on_cli
...
Add option to provide configuration file on command line
10 years ago
Lauris BH
00653e52ee
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
ba77a3b0b4
routers/repo/http.go: allow HTTP push/pull by token for #845
10 years ago
无闻
19525abfc4
Merge pull request #845 from compressed/token_http
...
allow http push by token - #842
10 years ago
Unknwon
216683004e
code fix for #908 , and work for #884
10 years ago
无闻
87b90372a7
Merge pull request #908 from nicolai86/feature/hide-signup-button-884
...
Make Signup button display configurable - #884
10 years ago
Unknwon
5a99e9a37b
models/action.go: add action reopen for #462
...
- models/issue.go: format comment type names
10 years ago
Unknwon
afccd0a3ee
models/action.go: mirror fix on #892
...
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
10 years ago
Peter Smit
4e79adf6b5
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Tony Tsang
fc6d80d619
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
Raphael Randschau
3c65265871
Hide the registration button depending on the setting
10 years ago
Peter Smit
1ab09e4f1b
Add option to provide configuration file on command line
10 years ago
Peter Smit
03af37554e
Merge branch 'dev' into newcollaboration
10 years ago
无闻
cd6376f093
Merge pull request #818 from fzerorubigd/master
...
add a function to rewrite all public keys on admin request
10 years ago
Unknwon
89ea3e1acc
routers: save partial config when install
10 years ago
Unknwon
b293b6eaa6
cmd: CMD option for port number of `gogs web` to prevent first time run conflict
...
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Unknwon
32152d2363
routers/repo: set raw page content type to 'text/plain' #828
10 years ago
Unknwon
37fcc8daf2
modules/base: add RenderCommitMessage with XSS-safe and special links
...
- update russian locale
10 years ago
Peter Smit
76f8904718
Introducing Collaboration Struct
10 years ago
无闻
161774d4fb
Merge pull request #825 from phsmit/ssh2_keys
...
Implement #798 Flexible ssh-key input
10 years ago
无闻
edbfbfa66e
Merge pull request #822 from phsmit/fix_807
...
Fix #807 parse the userinfo with the golang tools
10 years ago
Christopher Brickley
d0827e5d5e
allow http push by token - #842
10 years ago
Peter Smit
6251626de4
Implement #798 Flexible ssh-key input
...
It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
10 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
10 years ago
Peter Smit
d016eaaa09
Fix #807 parse the userinfo with the golang tools
...
Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: 07d86b1f2d
10 years ago
Unknwon
677b1ec627
fix #808
10 years ago
fzerorubigd
6643647687
add afunction to rewrite all public keys on admin request
...
refs #763
10 years ago
Unknwon
bd555551ce
fix #801
10 years ago
Thomas Laroche
e948c7c262
Fix #795
10 years ago
Unknwon
81a44e4cd0
fix API changes
10 years ago
Unknwon
79537467da
mirror fix and update
10 years ago
无闻
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
...
Multiple emails
10 years ago
Peter
20b5c23a19
Small fixes to multiple_emails feature
10 years ago
Unknwon
0a697517ac
work on #754
10 years ago
Unknwon
c4820f119d
work on #754
10 years ago
Unknwon
57b3be4016
work on #756
10 years ago
Peter
b033f2f535
Finish method for having multiple emails/user.
...
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
10 years ago
Peter
ec71d538fc
Method for activating email addresses through verification email
10 years ago
Unknwon
d01f2f3c22
fix #751
10 years ago
Unknwon
1a5aa5e0c0
fix #741
10 years ago
Unknwon
b553ea45ee
modes/repo: incorrect SSH clone URL for #742
10 years ago
Unknwon
ac4a10456e
api: able to create repo and fix #726
...
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon
2f3a7e53cb
fix #735
10 years ago
codeskyblue
db6c0ebf76
fix git clone error when repo has upper case name
10 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Unknwon
9a1fe801e5
fix #711
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
dennis-smurf
528c075ad6
Added issue link rendering in commit messages
10 years ago
Deiwin Sarjas
48bb0fadc2
update user api search results to include the full name
...
Is fully backwards compatible
Fixes #677
10 years ago
Unknwon
5338808600
fix #676
10 years ago
Unknwon
d75013a0e8
fix #580
10 years ago
Unknwon
b6437b5a4c
safe check
10 years ago
Unknwon
db4951bc61
mirror fix on oauth2
10 years ago
Unknwon
d6132aaa88
fix oauth2
10 years ago
Unknwon
a43164877c
fix #664
10 years ago
Unknwon
0cce61de3a
Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
Unknwon
5b96e3fcc7
fix #660
10 years ago
fuxiaohei
79dae254cf
add milestone page design
10 years ago
Unknwon
1b66600bd0
Fix #652
10 years ago
Unknwon
dc53270da9
Fix 653
10 years ago
Unknwon
ef275ebf62
more on change avatar
10 years ago
Unknwon
22ab4fa1b0
fix #139
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago
Unknwon
2d8c414f8c
Fix #635
10 years ago
Unknwon
37d8d3afe9
more APIs on #12
10 years ago
Unknwon
32dcaefafa
fox #620
10 years ago
fuxiaohei
d1a60e3643
add pull-request and labels page design
10 years ago
Unknwon
a0f9197b45
GetFile api
10 years ago
Unknwon
340a4595dd
support duoshuo mirror of gravatar
10 years ago
Unknwon
52d66ba6c8
#12 , use go-gogs-client
10 years ago
Unknwon
9dc3c93a6a
#12 , add/edit hook
10 years ago
Unknwon
9e22840483
fix #622
10 years ago
Unknwon
8eb5120fbd
#12 , API: list user repos, list repo hooks
10 years ago
Unknwon
8c9338a537
add personal access token panel #12
10 years ago
Unknwon
21b9d5fa1f
Fix #618
10 years ago
Unknwon
e0de6cb5ad
work on #616 and update locales
10 years ago
Unknwon
abc57b6e43
work on #609
10 years ago
Unknwon
23eec25274
Fix #605 , fix #255 , fix #101
10 years ago
Unknwon
4e7eb5be9d
Work on #5 fork and fix #608
10 years ago
isotas38
2c28ed8c05
Fix #595
10 years ago
semlanik
377530ec21
Fix Issue 589
10 years ago
Unknwon
83283bca4c
Safe work
10 years ago
Christopher Brickley
3794111460
update slack hook to use new format
10 years ago
Tony Tsang
d87a9cb362
Avoid setting missing label/milestone/assignee ids
...
Label, milestone, assignee ids are not includes in post request, possible
js or form building bug.
10 years ago
Tony Tsang
93b9a2acc0
Fix misuse of issue index for issue id.
...
- UpdateAssignee
- UpdateIssueMilestone
10 years ago
Unknwon
a342d58d7e
Able to fork repo to individuals
10 years ago
无闻
d7d167ac63
Merge pull request #560 from evolvedlight/master
...
First cut of fork repo
10 years ago
Unknwon
146c8efee3
Fix API broken
10 years ago
Unknwon
3abc41ccca
Fix API broken
10 years ago
Unknwon
1aa12c7452
Fix #572
10 years ago
Eryx
fb8beaf19a
Fix pagination() to get the right total number of pages
10 years ago
evolvedlight
8d2a6fc484
Merge remote-tracking branch 'upstream/dev'
...
Conflicts:
models/repo.go
10 years ago
Unknwon
452ccff81c
Mirror fix on add ssh key
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Unknwon
41dbb4c148
Hide org member in collar page
10 years ago
Unknwon
85c9f7c5f3
Issue: Show error prompt when add repository to team and it does not exist #533
10 years ago
Unknwon
d78abd3561
Mirror fix on admin/orgs paging
10 years ago
evolvedlight
211dc74816
Got the fork count working
10 years ago
Unknwon
1aa76bd279
Fix #532 , add system notice
10 years ago
Unknwon
1e1f9e7166
Update with macaron
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
evolvedlight
c9e5e38fcf
Initial cut of git fork
10 years ago
Unknwon
2a031c1365
Fix #515
11 years ago
Unknwon
a046a31d2b
UI: Confirmation box
11 years ago
fuxiaohei
7d48f811f1
add issue router for new issue page ui preview
11 years ago
Unknwon
b8368f98ff
Add directory level commit message
11 years ago
lunnyxiao
d1911658e1
remove debug info
11 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
11 years ago
Unknwon
977779cdcf
Mirror template bug fix
11 years ago
Unknwon
25268577a5
Fix download archive issue
11 years ago
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
11 years ago
Unknwon
3f707b3f32
Add basic submodule support
11 years ago
lunnyxiao
7df60af60e
submodule support and closed #478
11 years ago
lunnyxiao
79ec08141a
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
lunnyxiao
150eef93b2
add submodule basic support & buf fixed #478
11 years ago
Martin van Beurden
976f1486e0
Set cookiepath to AppSubUrl
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
...
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
11 years ago
Unknwon
a596388ebf
Add success message after transfer repository #481
11 years ago
lunnyxiao
061a879cea
Merge branch 'dev' of github.com:gogits/gogs into dev
...
Conflicts:
conf/app.ini
11 years ago
lunnyxiao
ed84adb679
toutf8 improved & add max git diff lines
11 years ago
tobyzxj
ad041167f7
fix user's actions on domain/org/name-of-organization/dashboard
11 years ago
Unknwon
632b1b694d
Fix #465
11 years ago
Unknwon
efb68a0a96
Fix UI issue
11 years ago
Mathieu Gagnon
3549fb0ea8
Remove APP_LOGO setting
11 years ago
Unknwon
a2cac952a4
Prepare 0.5 release
11 years ago
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
11 years ago
Unknwon
25d6ae69d1
Remove hg dep
11 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
...
Organization-level Webhooks
11 years ago
无闻
40bc130b19
Merge pull request #447 from m0sth8/fix-milestone-render-markdown
...
Render milestone content as markdown
11 years ago
Unknwon
0ddb1eb769
Finish new install page, almost ready for 0.5 release
11 years ago
Unknwon
ab7206d6b7
Fix #348
11 years ago
Christopher Brickley
f7be61c819
getOrgRepoCtx returns values directly & err
11 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
11 years ago
Christopher Brickley
7269b06fd5
HookType is case-sensitive
...
Update webhook wasn’t showing up because of the wrong case
11 years ago
Vyacheslav Bakhmutov
6498fce04b
Render milestone content as markdown
11 years ago
Vyacheslav Bakhmutov
2a7a03e5b3
take params for milestone and assignee from query instead of path args
11 years ago
Christopher Brickley
00a864e693
add commit compare functionality
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Unknwon
9bc63bda7d
Finish all new admin pages.
11 years ago
Unknwon
d2aff9a46a
Continue working on new admin pages
11 years ago
Unknwon
904bf1a50b
Add migrate repo API
11 years ago
Unknwon
8829174574
Finish new admin users pages
11 years ago
lunnyxiao
a6ec6def8d
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
lunnyxiao
c40e815763
add migrate api
11 years ago
Unknwon
1aec1a2dda
Finish new admin dashboard
11 years ago
Unknwon
81287ba022
Mirror issue fix
11 years ago
Unknwon
9baf2b38d0
Bug fix on organization
11 years ago
Unknwon
50de06056b
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknwon
74b31566cf
Finsih add/remove repo in organization
11 years ago
Marios Andreopoulos
510d5a5d74
import strings
11 years ago
Marios Andreopoulos
cd0ddcfa01
fix typo
11 years ago
Marios Andreopoulos
3d79f59671
fix wrong variable name
11 years ago
Marios Andreopoulos
b40922f4d4
remove extra comma
11 years ago
Marios Andreopoulos
12639c577f
Remove newline characters from ssh key before processing it.
...
Fixes issue #370 : https://github.com/gogits/gogs/issues/370
11 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
b765229a6d
Fix code style
11 years ago
Unknwon
e0a2d23baf
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknwon
fa60502a70
Working on organization pages
11 years ago
lunnyxiao
97fb62f51e
auto detect text file encode and convert to utf8
11 years ago
Unknwon
a60edbe88c
Add/remove member need add/remove access to repositories as well
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
11 years ago
Unknwon
7af7584d25
Finish new reset password, etc.
11 years ago
Unknwon
5605af973b
Feature: Social sign in
11 years ago
Unknwon
78defd238c
Page: Manage social accounts
11 years ago
Unknwon
9a1d5d2489
Finish new web hook pages
11 years ago
Unknwon
9820b8e134
Finish new hooks list page
11 years ago
Unknwon
e8c9bb2c66
Finish new collaboration page
11 years ago
Unknwon
a8e05fdf1b
Use toolbox
11 years ago
Unknwon
6fc2107529
Add missing less files
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago
Unknwon
dabf5b057c
Finish new migrate page
11 years ago
Unknwon
7bbf644dd5
Convert captcha, cache, csrf as middlewares
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
5e81383413
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
11 years ago
Justin Nuß
7de3dd01de
Use :index instead of :issue in UpdateIssueMilestone
11 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Justin Nuß
12fb42de5a
Fix IE bug and show errors.
11 years ago
Justin Nuß
4e2477a1a5
Fix #318 . Switch to JS(ON) implementation for issue/comment creation.
11 years ago
Justin Nuß
dedb156d4a
Fix #321 . Allow empty comments as long as there are attachments.
11 years ago
Justin
ad7beb78d0
Fix #312 . Quote file names of attachments.
11 years ago
Justin Nuß
620c0ef297
Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
11 years ago
Justin Nuß
cbcd08aa17
Mention organisation users when organisation gets mentioned
11 years ago
Justin Nuß
4d702eb345
Allow disabling uploads
11 years ago
Justin Nuß
bfe5b86004
Add file upload for attachments
11 years ago
Justin Nuß
43e5de7f83
Show attachments in issues/comments and add preview for images
11 years ago
Justin Nuß
ef1cbcd761
Allow admins to delete attachments.
11 years ago
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
...
Conflicts:
models/issue.go
routers/repo/issue.go
11 years ago
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
11 years ago
Justin Nuß
3c025b3950
Add delete route for attachments, remove upload buttons from issues/comments
11 years ago
Justin Nuß
34304e6a0c
WIP: Allow attachments for issues, not only comments
11 years ago
Justin Nuß
4617bef895
WIP: Allow attachments for comments
11 years ago
Justin Nuß
469cbc8813
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
11 years ago
Justin Nuß
812f71e21b
Update milestone issue stats when reopening/closing issue
11 years ago
无闻
536f65b8ad
Merge pull request #293 from wmark/master
...
Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
11 years ago
W-Mark Kubacki
887ad1ec8b
Utilize ssh-keygen for checking of keys.
...
Removes the limitation to RSA and enables us to use all key types
SSH recognizes.
11 years ago
gima
5a97cc69ed
Make possible for administrators to change user's password (fix proposal for #290 )
11 years ago
Unknown
3969d704a0
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
0f907301b7
Fix #285
11 years ago
fuxiaohei
c127d84777
add organization team-single page
11 years ago
Unknown
63cc14062a
Paging function for users and repositories
11 years ago
Unknown
7ffdabb28f
Move debug router location
11 years ago
Justin
10f932b952
Fix wrong method for profiling routes.
11 years ago
Unknown
be8ac7fb75
fix #273
11 years ago
Unknown
7f3015b32b
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
13b032f829
update name
11 years ago
Justin Nuß
a481672c5c
Add 'pprof' tag for enabling debugging
11 years ago
Unknown
465dc962b5
Finish create organization team
11 years ago
Unknown
e4ea5cf598
Finish Teams page
11 years ago
Unknown
99713e1180
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
5dbfe3c26c
Finish organization homepage
11 years ago
Lunny Xiao
4ce2fa520a
Merge branch 'master' into dev
11 years ago
Lunny Xiao
86e2627175
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
models/update.go
routers/repo/http.go
11 years ago
Lunny Xiao
e5ae41e21f
bug fixed #261
11 years ago
Unknown
6e448b0714
Finish delete organization
11 years ago
Unknown
ee9b7f322f
Clean code
11 years ago
Unknown
57ac15aa20
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
Lunny Xiao
7dbeee94e3
bug fixed #236
11 years ago
fuxiaohei
1d55ecd29c
add organization team-create page
11 years ago
fuxiaohei
b5ba2bd268
add organization team-create page
11 years ago
Unknown
19e9104289
Organization settings page
11 years ago
Unknown
32b09681b2
Migrate repository by organization
11 years ago
Unknown
43b33440b5
Work on create organization repo and #257
11 years ago
Unknown
4cf7a1fca5
Mirror update on create repo page
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
b2801a2e98
Fix #165
11 years ago
Unknown
98f614a58e
Work on #249 issue1
11 years ago
Unknown
47d29a1ee0
Mirror fix on #248
11 years ago
fuxiaohei
fb53cc4fa8
add organization setting page
11 years ago
fuxiaohei
f393dc6520
add organization dashboard page
11 years ago
fuxiaohei
ea507e20d4
add organization create page
11 years ago
Unknown
314193029a
Use constants to name template file
11 years ago
Unknown
9c82073091
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
9924e65ca1
In progress of name template name constant
11 years ago
fuxiaohei
adda10f4a4
add organization teams page
11 years ago
fuxiaohei
514d7e1922
add organization memebers page
11 years ago
fuxiaohei
bf703ef617
add dashboard context switch button
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
8bfa7ae745
Remove qiniu/log
11 years ago
Unknown
f147ad619a
Basic process manager
11 years ago
Unknown
d952b4200c
Add corn rask monitor panel
11 years ago
Unknown
e07674bff1
Support edit release and save as draft
11 years ago
Unknown
fb0972afad
Fix #199
11 years ago
Unknown
9961f9a53c
Fix #197
11 years ago
Unknown
f160b4f33c
Add tar.gz download button and other mirror updates
11 years ago
Unknown
a80d8d96fa
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
302c863cda
Fix #242
11 years ago
FuXiaoHei
4fcbf553aa
organisation main page ui
11 years ago
Unknown
4f2f3c2857
Code convention
11 years ago
Unknown
9c3aa6936a
Fix #223
11 years ago
Jan Oliver Oelerich
6fe43eb8d4
Fixed directory permissions for the zip download router
...
If the archives/ directory is created with 0655, it results in a permission error.
11 years ago
Unknown
2657f88d9a
Fix #222
11 years ago
Unknown
ddb7f55035
Prepare for v0.4.0 release
11 years ago
Unknown
fbf274b751
Fix #220
11 years ago
Unknown
422043f422
Fix #219
11 years ago
Unknown
617bbe3fee
Fix #218
11 years ago
Unknown
9085dfa426
Working on #211
11 years ago
slene
e323604d78
display large file
11 years ago
slene
4ee6bc4fca
fix for new git api
11 years ago
Unknown
ab13a29cb5
Fix #209
11 years ago
Unknown
ff690fd976
Fix #200 , add VERSION to template files
11 years ago
Unknown
bf5fcfb49c
Add * to selected label
11 years ago
Unknown
ff48aeddef
Little bug fix
11 years ago
Unknown
688ec6ecbd
Fixed #209
11 years ago
Unknown
87854c95a9
Fixed #200
11 years ago
Unknown
80055bde86
Code convention
11 years ago
Unknown
dce17c86ac
Almost done issue label #200
11 years ago
Unknown
b1bdbd7f94
Almost done issue label #200
11 years ago
FuXiaoHei
1331134316
finish issue edit content preview
11 years ago
Sebastian Jackel
02fb088b80
Remove password from log message on failed login
11 years ago
Unknown
93f8f92523
Finish create new label
11 years ago
Unknown
04890904f9
fix #195
11 years ago
Unknown
956f011dd3
Fix #186
11 years ago
Unknown
4744996f9a
Make gmail auth work
11 years ago
Unknown
db6b71ad03
Update issue-user when change milestone
11 years ago
Lunny Xiao
f4486f3eec
bug fixed #193
11 years ago
Lunny Xiao
7869cfccb9
Merge pull request #192 from DerDackel/ldapssl
...
Add LDAP over SSL support
11 years ago
Sebastian Jackel
eb264a112b
Add LDAP over SSL support
11 years ago
Unknown
b70db61854
Fix #185
11 years ago
Unknown
16bddd593a
Finish change issue’s milestone
11 years ago
Unknown
46fc36c3a6
Finish change issue’s milestone
11 years ago
Unknown
9100786beb
Fix #185
11 years ago
Unknown
5ed5aa5228
Finish milestone
11 years ago
Unknown
33ec0632ff
Fix #183
11 years ago
Michael Litvak
cca2a53d6f
Fix issue link in issues page
...
The link assumes that the issue belongs to the signed in
user, which is not necessarily the case
I changed it to use repository owner name instead
11 years ago
Unknown
2eee1e9bc2
Finish edit a milestone
11 years ago
Unknown
c117f9e73f
Fix #166
11 years ago
Unknown
a913aff1d0
Show collaborative repositories in dashboard
11 years ago
Unknown
54e95fa367
Finish add new milestone
11 years ago
Unknown
f1130ce5e9
Fix edit auth page bug
11 years ago
FuXiaoHei
1769bb2f26
add milestone edit ui
11 years ago
Unknown
0970d6cc38
Log to different adapter according to level
11 years ago
Unknown
68fb62347f
Finish issue assignee
11 years ago
Unknown
2c73ced0db
Fix #173
11 years ago
Lunny Xiao
f68e279150
spell bug fixed
11 years ago
Unknown
c5dbc24ca4
UI fix
11 years ago
Lunny Xiao
bf58679390
add support for smtp authentication
11 years ago
Lunny Xiao
55019bfbc5
merge all login methods
11 years ago
slene
7d84cc96e8
update with git api
11 years ago
FuXiaoHei
2eabeba6b7
finish milestone add page
11 years ago
Unknown
4ef9494637
Fix panic when view issue without login
11 years ago
Unknown
25713ab209
Fix #167
11 years ago
Unknown
914ffa496f
Show private repository activities in dashboard if has access
11 years ago
Unknown
a742ee543e
Add change assignee back end
11 years ago
Unknown
e867283406
Assignee back end
11 years ago
Unknown
495d939ca5
Waiting for UI
11 years ago
Unknown
33d32585b1
Add mention, read/unread support of issue tracker
11 years ago
Unknown
6fb7229bea
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
7407f9caf3
Finish issue design
11 years ago
FuXiaoHei
d76772adb9
add milestone list page
11 years ago
Unknown
8ca14e2109
Improve delete SSH key
11 years ago
Unknown
7cb5a15c9b
Batch of mirror fixes
11 years ago
Unknown
e573855a4f
Fix #98 , support web hook
11 years ago
Unknown
94bccbb148
Finish edit and remove web hook
11 years ago
Unknown
24f614f6db
Finish add web hook
11 years ago
Unknown
6e3dba2cc5
Clean repo code
11 years ago
Unknown
bbdfe25769
User code clean and ui improve
11 years ago
Unknown
c1eb4d894a
Clean api code
11 years ago
FuXiaoHei
d34c3bb751
finish webhook ui,
...
some ui fix
11 years ago
Unknown
3b7465f817
fix code
11 years ago
Lunny Xiao
d8136c9c3c
Merge branch 'dev-ldap' into dev
11 years ago
Lunny Xiao
1652dd5068
basic authentications
11 years ago
Unknown
02687cbdf3
Add mail notify for new collaborator
11 years ago
Unknown
7b60756f2c
Fix Collaborators cannot commit
11 years ago
Lunny Xiao
79ea34e70e
ldap support
11 years ago
Unknown
e10096ee2e
Mirror fix on UI
11 years ago
Unknown
a9e6d49dc6
Fix #159
11 years ago
FuXiaoHei
3e856928a2
add webhooks page ui
11 years ago
Unknown
e7d8fadb08
Add disable gravatar option
11 years ago
Unknown
100cd181bc
Add router log config option
11 years ago
Unknown
f6c4fbeb37
Collaborator
11 years ago
FuXiaoHei
cc1eb5643e
Merge branch 'dev' of https://github.com/gogits/gogs into dev
11 years ago
Unknown
89c99167b2
Fix #149
11 years ago
Unknown
46af92c57e
Clean files
11 years ago
FuXiaoHei
52fbb9788a
add collaboration page ui
11 years ago
Unknown
49dc57e336
Add /api/v1/users/search
11 years ago
Unknown
2401e68d7e
Prepare for v0.3.1 hotfix
11 years ago
无闻
31805e2bbe
Merge pull request #135 from clee/show-parents
...
Show parents in commit diff page
11 years ago
Chris Lee
6700257558
Show parents in commit diff page
11 years ago
Unknown
41b0a7b97c
Mirror fix on public key
11 years ago
Unknown
62240b6bc1
Add login by email
11 years ago
Unknown
ce05a8d7b6
Merge branch 'dev' of github.com:gogits/gogs into dev
...
Conflicts:
templates/repo/single_list.tmpl
11 years ago
Unknown
62d23e9154
HTTP no follow and offline mode
11 years ago
无闻
9fdf4bc277
Merge pull request #134 from clee/master
...
Use commit summaries instead of full messages
11 years ago
Chris Lee
8a8f84d245
Use commit summaries instead of full messages
11 years ago
Unknown
59d0e73c35
Batch mirror fix
11 years ago
无闻
37cbfc032a
Merge pull request #112 from juju2013/master
...
basic support for LDAP/Microsoft Active Directory authentication
11 years ago
James Anderson
e5af34a078
fixed some broken forms that were introduced in james-anderson@521c5f0e10
11 years ago
juju2013
efc05ea1de
initial support for LDAP authentication/MSAD
11 years ago
Unknown
8bc502a1ea
New err check style
11 years ago
Unknown
5435b259cc
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
Unknown
2a9da4b8e5
Fix #92
11 years ago
Bryan Johnson
34d18a19a3
Minor grammatical fix for Disable Registration feature
11 years ago
Unknown
8bed017557
Add build tag enable prompt
11 years ago
Unknown
eda3f8b3b3
Mirror updates
11 years ago
Unknown
b32e223db5
Mirror fix
11 years ago
Unknown
8719c1b8c5
Mirror bug fix
11 years ago
Unknown
49c01c0b57
Fix import path
11 years ago
Unknown
1bfe4ee665
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
2dc0329c5f
Fix auth issue on #80
11 years ago
Unknown
6277f8497c
Auth problem related #80
11 years ago
Christopher Brickley
4c5a6e4d87
swap \n for \000, update len check, when reading receive-pack input
11 years ago
Unknown
c3a52f7dd0
Mirror bug fix on downloading zip
11 years ago
slene
4fafc76052
zip archive download
11 years ago
Lunny Xiao
4210f56dbc
bug fixed for http clone
11 years ago
Unknown
c36e7d322e
Mirror updates
11 years ago
Unknown
f644cefa86
Finish release
11 years ago
Unknown
d2b53dd43b
Add weibo oauth
11 years ago
Unknown
4b9b8024ba
Clean oauth code
11 years ago
Unknown
4c1452574a
go get
11 years ago
Unknown
ea74be2f2e
go get
11 years ago
Unknown
5c2da610a2
Move binding as subrepo
11 years ago
Unknown
c9a1eb4789
Able to change mirror interval now
11 years ago
slene
52b4ab2aa5
update with new git
11 years ago
Unknown
9ffa8a4083
finish mirror fix #63
11 years ago
Unknown
90f6aa8cd1
Add repo mirror and import
11 years ago
skyblue
75d2affcbf
add oauth2 qq support
11 years ago
skyblue
f92851e347
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
skyblue
2ce0c3befe
add google oauth2 support
11 years ago
Unknown
31d613c01d
Mirror fix
11 years ago
Unknown
d305448fa8
Mirror bug fix
11 years ago
zhsso
2e6d50addc
combine getCommit ById and ByBranch in routers/repo/commit.go
11 years ago
Unknown
4fc5dcc764
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
33aa4f7438
Support private repo
11 years ago
skyblue
f8e97b75fb
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
skyblue
5c1312f38e
clean oauth2 code
11 years ago
Unknown
d6dac160df
Pages in commits list page
11 years ago
Unknown
47aa53bd36
Add search commits
11 years ago
skyblue
4c6e0e9499
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
skyblue
dd815ae7b5
finish github oauth2 support
11 years ago
Unknown
11f54b1426
Mirror bug fix
11 years ago
Lunny Xiao
ee2d8d2469
remove trace
11 years ago
Lunny Xiao
8cfa2be433
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Lunny Xiao
db39e58a13
add actions for http push
11 years ago
Unknown
306aa5bffe
Add support default branch
11 years ago
Unknown
8980675a9f
Fix #69
11 years ago
Unknown
45462662e9
Add flash
11 years ago
Unknown
29e255422e
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
af552596cf
Work on form resubmit
11 years ago
zhsso
a4cbe79567
fix
11 years ago
zhsso
f3ed11d177
mistakes
11 years ago
Lunny Xiao
a24c0b92e4
bug fixed
11 years ago
Lunny Xiao
88d873c67f
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Lunny Xiao
94c7278194
Merge branch 'master' of github.com:gogits/gogs into dev
...
Conflicts:
web.go
11 years ago
Lunny Xiao
16b6e5d50b
bug fixed
11 years ago
Unknown
5d4025cb5a
Add go get meta support
11 years ago
Unknown
9f7bd5007b
Work on mirror repo
11 years ago
skyblue
8683d2f857
remove martini oauth2 depend
11 years ago
FuXiaoHei
c72e1b5c2a
repo-import page ui
11 years ago
Unknown
a991ebf5d0
Fix #54
11 years ago
Unknown
b506429803
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
115a349131
Fix #67
11 years ago
skyblue
24d0ca4aa0
clean tail
11 years ago
skyblue
d4565483e6
add id for oauth2
11 years ago
Unknown
9ea9818d32
Fix issue with log in with GitHub but need more error handle after
11 years ago
skyblue
05fb34eacd
first works oauth2(github). need to login with /user/login/github
11 years ago
Unknown
8c9a0494ec
Add @ # commit link detect on all markdown render
11 years ago
Unknown
e7c8a3cb8d
Add salt for every single user
11 years ago
Unknown
2846ff7d31
Fix bug related to log
11 years ago
FuXiaoHei
98f918ed28
Merge branch 'dev' of https://github.com/gogits/gogs into dev
11 years ago
FuXiaoHei
3ede496383
add release-new route
11 years ago
Unknown
b7c3b0cc73
Add reset password, fix #58
11 years ago
Unknown
3ebc9b991a
Use gogits/session for oauth2
11 years ago
Lunny Xiao
9791e70da6
bug fixed
11 years ago
Lunny Xiao
a92826a8fe
Merge branch 'dev' of github.com:gogits/gogs into dev
...
Conflicts:
routers/repo/repo.go
11 years ago
Lunny Xiao
493b0c5ac2
add ssl support for web
11 years ago
Unknown
eb803ec5eb
Add transfer repository
11 years ago
Unknown
4a4997a3c7
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
Lunny Xiao
6b9f7fd758
basiclly http push
11 years ago
Unknown
e9c4156c87
Add: rename user
11 years ago
Unknown
79a610592e
Add: rename repository
11 years ago
Unknown
db66b8da72
Add release tmpl
11 years ago
Unknown
97b133bbee
Merge branch 'dev' of github.com:gogits/gogs into dev
...
Conflicts:
routers/user/user.go
11 years ago
Unknown
d9005ee970
Improve issue mail content
11 years ago
skyblue
adf42a5b54
change oauth2 to modules
11 years ago
skyblue
93f6e98047
change oauth2 path
11 years ago
skyblue
5180506678
split into social.go
11 years ago
Unknown
13824af291
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
skyblue
272c27c8f2
add github social login, first step
11 years ago
Unknown
91e6db1bae
Fix log bug
11 years ago
Unknown
e938863ae6
Mirror fix on UI
11 years ago
Unknown
2a0066420a
Fix bug work with sqlite3
11 years ago
Unknown
d0e6a4c25a
Change new martini impot path
11 years ago
Unknown
3698431fc1
Fix install bugs
11 years ago
Unknown
9f91dee53f
Bug fix #45
11 years ago
Unknown
a6e12aaef6
Fixing bug
11 years ago
Unknown
03cc39ea12
Mirror fix on #45
11 years ago
slene
d6c9e3413a
fix display bare repo
11 years ago
slene
578d981d7e
display bare repo page
11 years ago
slene
b27c34f39a
update git api. fix link... and so on
11 years ago
slene
41ca0ed302
remove ctx.Repo.IsValid
11 years ago
Unknown
107a1eadac
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
11 years ago
Unknown
cad2ced394
Bug fix
11 years ago
Unknown
ffa59739b6
Add edit issue
11 years ago
Unknown
2c073afbec
Mirror fix and update
11 years ago
FuXiaoHei
ecce694d77
issue content ajax preview
11 years ago
Unknown
8282828820
Fix action email bug
11 years ago
Lunny Xiao
879ef8d81f
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Lunny Xiao
a726c125b5
Add PushCommit
11 years ago
Unknown
beb1761d7c
Mirror fix
11 years ago
Unknown
6e376bb85c
Working on install page
11 years ago
Unknown
a55941ff83
Add auto-detect home directory
11 years ago
Unknown
63dae435f9
Bug fix
11 years ago
Unknown
76b8642348
Bug fix
11 years ago
Unknown
cb05b8325c
Update config option
11 years ago
Unknown
0fd754bbe0
Working on install page
11 years ago
Unknown
5344a03003
Bug fix
11 years ago
slene
8b700e825b
fix panic, add repo check, signed check
11 years ago
Unknown
eb6021f73f
Fix issue pages URL params
11 years ago
Unknown
34f4af9ebf
Working on issue and install page
11 years ago
slene
6b43067e1b
image display in diff page
11 years ago
slene
06d3c87b23
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
10b412d237
commit raw file
11 years ago
Unknown
3144fac03c
IP: RC Code Review
11 years ago
slene
417d861be6
fix download
11 years ago
slene
bce8586bc6
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
346db02d89
fix image display
11 years ago
slene
16cb1e974c
print err
11 years ago
slene
677643b812
fix read commit source
11 years ago
Unknown
f470c241d6
IP: RC Code Review
11 years ago
Unknown
dd6246877d
Almost done diff page
11 years ago
Unknown
4b9eef50c9
Add comment of issue
11 years ago
FuXiaoHei
08405a4fea
add issue view ui
11 years ago
FuXiaoHei
0b22d90b7c
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
FuXiaoHei
f5c9149dd5
add issue toolbar flag
11 years ago
Unknown
409e4cde7a
auth fix
11 years ago
Unknown
3cc860a46f
auth fix
11 years ago
Unknown
87de66561c
Start working on diff page
11 years ago
Unknown
c1a3d4fefb
Add mail notify for creating issue
11 years ago
Unknown
d3b8e9daa1
Add notify watcher action
11 years ago
Unknown
2fa8d0c8dd
Added create issue
11 years ago
FuXiaoHei
23d103c721
issue list in user
11 years ago
FuXiaoHei
124c4d72bf
issue list in repo
11 years ago
FuXiaoHei
6e33e54e71
add issue-create template file
11 years ago
FuXiaoHei
7f6126dd04
install sample page
11 years ago
Unknown
6ef3e8b3c9
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
templates/repo/single_file.tmpl
11 years ago
Unknown
743fee6015
Fix
11 years ago
slene
123c7b44e8
fix
11 years ago
slene
ff36248419
raw download
11 years ago
FuXiaoHei
98ec6a4eaa
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
FuXiaoHei
5e22f1437a
diff page ui
11 years ago
Unknown
59bbddb318
Mirror fix
11 years ago
FuXiaoHei
137538e54b
refactor repo.go
11 years ago
Unknown
b9b82cfe47
Mirror updates
11 years ago
Unknown
f8cfb81fb0
Mirror updates
11 years ago
Unknown
6bc7ae971a
Mirror fix
11 years ago
Unknown
97debac185
SSL enable config option
11 years ago
Unknown
1eb078d0a8
Fix action
11 years ago
FuXiaoHei
bdd32f152d
add m.NotFound handler
11 years ago
FuXiaoHei
47493a0191
use ctx.Handle to handle 404 page
11 years ago
Unknown
7356153ba3
Batch updates
11 years ago
Unknown
cb52f6d07d
Add auto-login
11 years ago
Unknown
59ffdbf6f8
Add create, list, view issue
11 years ago
Unknown
b3cfd9fe0c
Fix SSH key bug in windows
11 years ago
Unknown
61e2922601
Working on issues
11 years ago
Unknown
e3f55ca0fb
Need a field to specify if repository is bare
11 years ago
Unknown
fd1831052c
Update session
11 years ago
slene
f9c07c4186
update session
11 years ago
Unknown
0d1872ebe3
Add admin memStatus panel
11 years ago
Unknown
7a1ff8636c
Add config option: Picture cache path
11 years ago
Unknown
76cd448e79
Add admin delete user
11 years ago
Lunny Xiao
17da2fd2e3
merged
11 years ago
Lunny Xiao
efdaf6ee15
add http protocol clone support
11 years ago
Unknown
f219ddcf4e
Add log config panel in admin
11 years ago
Unknown
d40499e7fa
Finsih mail resend limit
11 years ago
FuXiaoHei
ecc61ced41
update admin nav ui
11 years ago
Unknown
30618b271a
Add admin edit user
11 years ago
Unknown
e67653cf13
Bug fix
11 years ago
Unknown
c1576b4c40
Add admin add user
11 years ago
Unknown
f6596f11c4
All configuration reload-able
11 years ago
Unknown
369ddf76a8
Batch fix
11 years ago
Unknown
06631ab91f
Basic admin data table, models changes
11 years ago
Unknown
3b387336bf
Add Repository/user name filter
11 years ago
slene
b4a55434a4
wrong link should 404
11 years ago
slene
47234f1031
fix ext
11 years ago
slene
de956c4776
linenums
11 years ago
slene
c6bd723ce1
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
public/js/app.js
11 years ago
FuXiaoHei
cb80111e89
guide page for bare repo
...
some ui fix
11 years ago
Unknown
4cf6cc63b0
Work on admin
11 years ago
Unknown
9f9cd6bfc6
Work on admin
11 years ago
slene
8ef71343df
fix link
11 years ago
Unknown
5cb2d3d2e2
Bug fix
11 years ago
slene
24678d73f5
read single file
11 years ago
Unknown
a922c3ff6a
Watch backend
11 years ago
slene
8b0f421eb5
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
0e7a2d9d3c
directory redirect
11 years ago
Unknown
6f68620860
Pools limit concurrent nums
11 years ago
Unknown
601c10309d
Bug fix
11 years ago
Unknown
757f360949
Render data in commit list page
11 years ago
Unknown
35d473f04a
Finish verify email
11 years ago
slene
67f92c9d47
add parent folder link in file list
11 years ago
Gogs
c6e12d2568
add up url in file list
11 years ago
Unknown
a22c4ba71d
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
ddbd2ce152
Add register mail tpl
11 years ago
FuXiaoHei
a63b5982b5
top nav arrow update
11 years ago
FuXiaoHei
9bc06dc716
Merge remote-tracking branch 'origin/master'
...
Conflicts:
routers/user/user.go
11 years ago
FuXiaoHei
f0993ae3c8
repo commit list ui
11 years ago
slene
199fdd0336
fork render
11 years ago
FuXiaoHei
c7660a81c6
Merge remote-tracking branch 'origin/master'
...
Conflicts:
routers/user/user.go
11 years ago
FuXiaoHei
a0e73e2b54
top nav arrow update
11 years ago
slene
483cc31369
Revert "fork render"
...
This reverts commit 56af7e99a8
.
11 years ago
Gogs
56af7e99a8
fork render
11 years ago
Unknown
a2fbb24615
Add active page
11 years ago
Unknown
de087c7b4a
Add send register confirm mail
11 years ago
Unknown
fbbae2b721
Working on register mail confirmation
11 years ago
Unknown
bd9d90d8c4
Add some log
11 years ago
Unknown
fbd252c1cf
Mirror fix
11 years ago
shengxiang[skyblue]
ccd43b09b2
add some comment
11 years ago
Unknown
d886f4df97
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
models/repo.go
routers/repo/single.go
templates/repo/single.tmpl
11 years ago
Unknown
e44d9ffd89
Delete commit and update getlastcommit
11 years ago
Lunny Xiao
3ceb008e1f
add commit view
11 years ago
Unknown
e656609b0d
Bug fix
11 years ago
Unknown
9eabbe68a6
Bug fix
11 years ago
Unknown
b3dc159c45
Finding bug
11 years ago
Unknown
b51a9d109f
Mirror change
11 years ago
Unknown
9d3b003add
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
757e4f658c
Completely rule out the cgo
11 years ago
slene
d6f3333e48
small fix
11 years ago
slene
4249cec68c
resolve relative path in markdown file
11 years ago
Lunny Xiao
45a6444b1e
add commits
11 years ago
slene
f90e37ade0
fixed
11 years ago
Unknown
ee93186f72
Mirror change
11 years ago
slene
5bc2a1a6f9
show readme.md
11 years ago
FuXiaoHei
df1985e1e8
Merge remote-tracking branch 'origin/master'
11 years ago
FuXiaoHei
3a3ac1f0f3
repo branch page ui
11 years ago
Unknown
5c3054c3b7
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
cf9fa06eae
Mirror change
11 years ago
slene
3a2eee0827
fix repo setting and delete repo
11 years ago
Unknown
1043ab506e
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
95cb7cb2ad
Nothing
11 years ago
FuXiaoHei
d64a8e8d3a
Merge remote-tracking branch 'origin/master'
11 years ago
FuXiaoHei
c101471bdf
ui update, repo-assignment panic bug fix
11 years ago
Unknown
0f68930892
Add latest commit in repo viewer
11 years ago
Unknown
685631627e
Show branches in repo viewer
11 years ago
Unknown
ec65be79f0
Fix commit feed ui
11 years ago
Unknown
425a58afd6
Bug fix
11 years ago
slene
f6e32b1b08
finish delete ssh key and delete account. all with confirm.
11 years ago
Unknown
0754dd2f95
Add delete all feeds when delete account
11 years ago
Unknown
fb960db6af
Add check if public key name has been used
11 years ago
Unknown
ab747f2790
Fix delete SSH key in file
11 years ago
Unknown
8de9517862
Mirror fix
11 years ago
Unknown
f026ae8652
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
dfcae2a97a
Add repo list data, need front-end fix
11 years ago
slene
7ca8306775
modify RepoAssignment
11 years ago
Unknown
b43cfc5b39
Clean code
11 years ago
slene
b9e57e41ce
clean code
11 years ago
slene
27a9e18e48
clean repo.go
11 years ago
Unknown
f174633b36
Clean code
11 years ago
slene
a33d03f008
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
routers/user/user.go
web.go
11 years ago
slene
81fedd8198
fix
11 years ago
slene
fa5ad1e465
move templateFuncs to one file, add middleware context.
11 years ago
Unknown
4b8e888437
Finish feeds
11 years ago
slene
06deed820d
Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
11 years ago
Unknown
e251b9bbca
Bug fix
11 years ago
Unknown
adb17791bd
Add basic render of public act
11 years ago
Lunny Xiao
b27e8e87f8
add tree view
11 years ago
FuXiaoHei
d18237850c
add draft page for empty link
11 years ago
Unknown
1ce17cce76
Add log.handle
11 years ago
Unknown
15f8bc417e
Add log.handle
11 years ago
Unknown
56cf05be77
Add errHandler mid ware
11 years ago
Unknown
47edf7f4f9
Finish update password and profile
11 years ago
FuXiaoHei
9c0672e0dd
user update-password page ui
11 years ago
Unknown
c01f593daa
Add updatePasswd
11 years ago
Unknown
76dae5bf68
Bug fix
11 years ago
Unknown
57bc2d1ca0
Add update user profile back end, add new gitignore and license, add template data to public profile page
11 years ago
Lunny Xiao
1902500b0d
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Lunny Xiao
3a1fa012f7
update repo page
11 years ago
Unknown
27104ac89a
Add delete repo
11 years ago
Unknown
18ba149137
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
ea765d25e2
Update action struct
11 years ago
FuXiaoHei
a8d8e72562
single repository setting page ui
11 years ago
FuXiaoHei
37fae304d3
single repository page ui, add spec handler to get repo
11 years ago
FuXiaoHei
f65d8f9144
single repository page ui, add spec handler to get repo
11 years ago
FuXiaoHei
b1fe498eb9
single repository page ui
11 years ago
FuXiaoHei
555c8f1d91
Merge remote-tracking branch 'origin/master'
11 years ago
FuXiaoHei
4fff38856e
single repository page ui preview
11 years ago
Lunny Xiao
08feaf3ded
add repo router
11 years ago
Unknown
12f81de349
Finish delete user
11 years ago
Lunny Xiao
b5cc4078a9
add repo list of dashboard
11 years ago
Unknown
fdc4151ff3
Finish create repo
11 years ago
Unknown
b4727c7601
Update create repo
11 years ago
Lunny Xiao
5b5d54621e
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Lunny Xiao
f9907bbfa4
add README support for creating repository
11 years ago
FuXiaoHei
7f92579905
finish user delete page ui
11 years ago
Unknown
52837e3d36
Clean code
11 years ago
Unknown
897329a644
Add add and delete SSH key
11 years ago
FuXiaoHei
efa039a0f7
finish ssh key pages ui
11 years ago
Lunny Xiao
3ca7a33907
add del publickey
11 years ago
FuXiaoHei
46687f391c
ssh keys operation page ui
11 years ago
Unknown
0d9b2f3860
Update CreateRepository
11 years ago
Unknown
76ce6f9848
Update repo.Create
11 years ago
Unknown
5a05d6633d
Merge utils to modules
11 years ago
Unknown
a2a59f8ad1
Change /user/profile URL to /user/:username
11 years ago
Unknown
ba5c7ea771
Add SignInRequire and SignOutRequire middleware
11 years ago
Lunny Xiao
8e821c75d7
add publickey list
11 years ago
Lunny Xiao
e246f2188e
add list for repo basic
11 years ago
Unknown
90223dcfc4
Bug fix
11 years ago
Unknown
56a7ab4da5
Finish log in user
11 years ago
Unknown
d8b92b4bc9
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
templates/user/signup.tmpl
11 years ago
Unknown
1249392c83
Finish register user
11 years ago
FuXiaoHei
4c1858c07b
navbar active status
11 years ago
FuXiaoHei
9cd14f97c2
register js validation
11 years ago
FuXiaoHei
4b912b9ae6
signed-in dashboard and navbar changes
11 years ago
Lunny Xiao
e878bfb80f
add SignedInId & SignedInUser funcs
11 years ago
Lunny Xiao
245e806679
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Lunny Xiao
35bff9e661
add IsSignedIn & SignedInName funcs
11 years ago
Unknown
5959e344a9
Optimize validate
11 years ago
Unknown
c6f2c23b05
Add binding form for register user
11 years ago
Unknown
e59f90b8fe
Update
11 years ago
Lunny Xiao
fea660f1d7
merged
11 years ago
Lunny Xiao
b73cf0ee77
merge
11 years ago
FuXiaoHei
d8a24aff8c
display login error message when login post error
11 years ago
Lunny Xiao
0632198a40
add create repository button
11 years ago
Lunny Xiao
c5132b87a6
finished signin and login
11 years ago
FuXiaoHei
ffe0ba562c
ui for user/profile page, only skeleton
11 years ago
FuXiaoHei
ffcfd428b8
ui design for sign-in and sign-up page
...
add /login and /sign-up link for user signing
fix typo error
11 years ago
Lunny Xiao
52984f85d5
add publickey
11 years ago
Lunny Xiao
bbf5345004
ssh push support
11 years ago
Lunny Xiao
f7826d4ed7
create repository from web
11 years ago
Unknown
594ec0b659
Add code of add public key
11 years ago
Unknown
8962b39648
Add routers for create and delete repo
11 years ago
Unknown
d87ea87aee
Add code of delete user
11 years ago
Unknown
b455478df8
Finish register user
11 years ago
Unknown
3eb1ab9e8b
Add UI for register user
11 years ago
Unknown
b1c5adc2f2
Setup templates structure
11 years ago
Unknown
96b317d3ff
Init commit
11 years ago
Unknown
4836fea876
Init commit
11 years ago