Unknwon
3bcdb3855c
#2250 Use HTTP/HTTPS as default clone option
9 years ago
Unknwon
2d3ecbe5b2
make mailer log more verbose
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
7786cb76f3
fix #2205
9 years ago
Unknwon
eb918c2368
fix only admin can view milestone desc
9 years ago
Unknwon
3362b3a44f
fix possible disclosure
9 years ago
Unknwon
50264200f0
fix huge diff hangs
9 years ago
Unknwon
91789930bc
#2176 fix 500 on /watchers & /stars for pg
9 years ago
Unknwon
ea375c0dcc
new template func
9 years ago
Unknwon
7509fa2c33
improve get commits performance
9 years ago
Unknwon
95f9c85bcc
#2185 use Go sub-repo to detect encoding
9 years ago
Unknwon
79dcd7ee6e
#2167 able to identify git version on Windows
9 years ago
Unknwon
71123c816d
update hightlight.js
9 years ago
Unknwon
351dfc95a9
prepare release
9 years ago
Unknwon
837155577a
#2159 use icon+tooltip to replace text
9 years ago
Unknwon
4108c12092
#2156 add edit org link in admin panel
9 years ago
Unknwon
59c965a5ec
#2156 admin able to edit organization max repo creation
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
2a8d71367d
#2029 not show content of issue in activity timeline
9 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
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
fa5e372f75
Merge pull request #2138 from SlavikZ/master
...
LDAP parameters UI: bind_dn and bind_password are not required
9 years ago
SlavikZ
a19aaa439d
LDAP parameters UI: bind_dn and bind_password are not required
9 years ago
Unknwon
c3440c4dd3
#2035 Show author e-mail in commit diff
9 years ago
Unknwon
718d3ae258
#1943 Able to config fsck timeout
9 years ago
Unknwon
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
9 years ago
Angus Gibson
df05134494
Break branch-selection dropdown into a template
...
We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits
9 years ago
Angus Gibson
9bd3ebe207
Dropdown on commits page to choose branch #1846
...
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
9 years ago
Unknwon
a576224d0e
unified name: IsViewBranch, IsViewCommit and IsViewTag
9 years ago
Angus Gibson
06d293a84e
Only show comparison link for >2 commits #1110
...
We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits.
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
Adam Strzelecki
da2585c11e
Indent all templates with tabs
...
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
9 years ago
Unknwon
dce2a9e7e1
fix wrong slack webhook payload URL
9 years ago
Adam Strzelecki
e2ca53029e
Render commit msg as header + verbatim description
...
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.
Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
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
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
f0ee33267c
fix #2102
9 years ago
Unknwon
f41360d864
#2052 advanced select ops for system notices
9 years ago
Unknwon
1ee7c33e93
template fix
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago
Unknwon
4795fa01d8
fix #2101
9 years ago
Unknwon
56dd430a10
refactor API routes and some work for #976
9 years ago
Adam Strzelecki
edbb67cb3f
UI: Use more subtle grey SHA1 labels
...
Current green SHA1 labels are more pronounced than other UI elements attracting
attention as if they were most important thing in the UI, while they are not as
important, especially without real Git client.
Using grey SHA1 labels makes the UI more balanced, less aggressive and lets
user to focus on other content elements.
NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
9 years ago
Unknwon
cc8f5add6e
fix #976
9 years ago
Unknwon
ec2423ad7c
more UI minor fixes
9 years ago
Unknwon
c4bab163cb
Merge pull request #2088 from nanoant/patch/further-layout-fixes
...
Further layout fixes
9 years ago
Adam Strzelecki
2580e7b57e
UI: Always show menu on repo pages
...
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
9 years ago
Unknwon
3d3498bda1
clean test data
9 years ago
Unknwon
29375059e1
minor CSS fix
9 years ago
Adam Strzelecki
b73241ceb1
UI: Display last-commit header without 2nd column
...
This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.
Also use grey header for last-commit SHA1 tag.
9 years ago
Adam Strzelecki
314664892c
UI: Keep repo URL action right of ref combo & path
...
Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file.
9 years ago
Adam Strzelecki
3eae4ecde7
UI: Make repository menu divide header and content
...
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
9 years ago
Adam Strzelecki
ec98deeb8c
UI: Keep repository settings menu button right
9 years ago
Adam Strzelecki
61fdd8c571
Commits & files UI: SUI fixed single line table
...
Instead using own ellipsis, uses Semantic UI fixed single line table which
effectively applies ellipsis to all overflowing table cells.
NOTE: File list cannot use colspan="2" for 1st "Last commit" elements,
otherwise layout breaks with fixed table.
9 years ago
Adam Strzelecki
99b958db43
UI: Mark top menu icons blue only when non-zero
9 years ago
Unknwon
926e91820a
#2071 Diff is not showing full content when has super long one line
9 years ago
Unknwon
0be8b1b1a1
#2052 Ability to batch delete system notices
9 years ago
Unknwon
5572884c6b
fix #2057
9 years ago
Unknwon
3460ec1039
update REMADE and locale
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
b6d2b96259
Merge pull request #2076 from Gibheer/new_mirror
...
add new mirror button to dashboard
9 years ago
Gibheer
3d54f6c0a4
add new mirror button to dashboard
...
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
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
d3a5ff7b6b
fix #2042
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
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
7f9598141b
fix #2020
9 years ago
Unknwon
56c66ee486
#2008 more supported git hooks
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
efaf60ba5a
fix #2013
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
b80e848d02
upgrade libs
9 years ago
Unknwon
8966750fd4
add some log
9 years ago
Unknwon
eea2e05da6
minor fix on #1694
9 years ago
Antoine GIRARD
63cdee84d1
Fix admin configuration new ui
9 years ago
Unknwon
987dcc5372
fix #1383
9 years ago
Unknwon
2158e6fc43
fix #1997
9 years ago
Unknwon
915bf1d2e3
Merge pull request #1994 from arthuroy/develop
...
Fix #1965 - the hyperlink and the display name of the branch
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
Arthur Ouyang
e04c97b9fa
Fix #1965 - the hyperlink and the display name of the branch
...
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
9 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
9 years ago
Unknwon
4325b01a58
minor fix for #1992
9 years ago
Gibheer
56006da34b
fix #1957 - disable version display
...
This allows the admin to disable the version information about gogs and
go in use in the footer.
9 years ago
Unknwon
efea642d6c
add admin op: delete missing repos
9 years ago
Unknwon
81d7359fdd
fix #1981
9 years ago
Unknwon
d2808e38fe
fix #1979
9 years ago
Unknwon
7a9777ae36
fix #1990
9 years ago
Unknwon
62533560ce
fix #1988
9 years ago
Unknwon
dc7e74ebb1
Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui
...
Fix admin dashboard new ui
9 years ago
Unknwon
ff5f14431e
fix #1448
9 years ago
Unknwon
ec5f881384
fix CSS
9 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
9 years ago
Unknwon
e06558e208
#1922 Pull request fail to merge with BIN
9 years ago
Unknwon
cceb3364bb
CSS fix
9 years ago
Unknwon
d370effca5
minor fix for #1961
9 years ago
Unknwon
29ed7872f8
repo sidebar active class
9 years ago
Unknwon
5dc3dd1704
fix #1960
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
951037c0ae
remove test code
9 years ago
Unknwon
7046df6028
UI fix
9 years ago
Unknwon
1db3ae6601
UI fix
9 years ago
Unknwon
612d0d6d25
minor HTML fix
9 years ago
Unknwon
18de67380c
fix #1958
9 years ago
Unknwon
942284648e
fix markdown padding
9 years ago
Unknwon
4f03b81ec7
#1931 Test patch does not checkout correct base branch
9 years ago
Unknwon
b4970b3cc3
fix #1948
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
1d57f0d64f
Show custom avatars in commits
9 years ago
Unknwon
6a664e88c7
#1854 show issue content
9 years ago
Unknwon
0f438ef0b3
new dashboard ui
9 years ago
Unknwon
a6c7716742
minor fix for #1935 and fix #1854
9 years ago
Alexey Makhov
1bfebdcdf6
#1854 improves
9 years ago
Alexey Makhov
588a0db218
#1854 issue title at dashboard
9 years ago
Unknwon
10427b2178
fix #1930
9 years ago
Unknwon
675cd997d8
minor tabindex fix
9 years ago
Unknwon
908f2924ce
fix #1824 and fix #1917
9 years ago
Alexey Makhov
7835c2212c
issue #1824 add tabindex
9 years ago
Unknwon
3b62a0fe0e
fix #1572 fix file histrory paging issue
9 years ago
Unknwon
0d4498429c
work on #1904
9 years ago
Unknwon
3ec650b0ef
update version
9 years ago
Unknwon
b55499d039
go vet and fix #1890
9 years ago
Unknwon
58436b5ea5
prepare 0.7.0
9 years ago
Unknwon
676d774d88
fix #1902
9 years ago
Unknwon
54ca0b2f09
#1433 images with links in Markdown
...
- #1904 minor fix on image link
9 years ago
Unknwon
2bd64621fc
#1900 last updatede time not update after push
9 years ago
Unknwon
f255b1e86d
#1896 fatal when no needed update task
9 years ago
Unknwon
603c7389b8
#1459 Dashboard issues lacks sorting
9 years ago
Unknwon
00eb2b221f
fix #1876
9 years ago
Unknwon
1b5e1bebc2
fix #1886
9 years ago
Unknwon
6f0a41b8b2
#1511 Allow local import only for admin users
9 years ago
Unknwon
25ec20d525
#1838 update merge base before generate new patch
9 years ago
Unknwon
8e262f3ec4
update locales
9 years ago
Unknwon
0af035c37e
#1078 not show bin when rename a file
9 years ago
Unknwon
bc82157216
fix #1078
9 years ago
Unknwon
8eb4c3121a
work on #1880
9 years ago
Unknwon
75aab86a8d
fix problem with #1879
9 years ago
Unknwon
92535c9df0
update some libs
9 years ago
Unknwon
cb100c7781
work #1705
9 years ago
Unknwon
5cad124704
fix #1697
9 years ago
Unknwon
fad31ca302
work on #1748
9 years ago
Unknwon
16feb5b655
minor fix on #1863
9 years ago
Nathan Zadoks
4323a89c03
Add go-source directive to repo pages
...
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
9 years ago
Unknwon
0fe6fe663e
fix e-mail type
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
b9f5def5dc
fix insecure tls when trigger task
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
c6ce6bd4c2
work on #1830
9 years ago
Unknwon
04af4b24fd
work on #1818
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
6599869f28
#1790 fast return for too large diff
9 years ago
Unknwon
932dbccb67
fix import path, fix #1782
9 years ago
Antoine GIRARD
5edc2f6d6c
Fix indent tmpl
9 years ago
Antoine GIRARD
ae0fadeb0e
To quick to copy-paste
9 years ago
Antoine GIRARD
e1c04f043b
Implement new ui to dashboard
9 years ago
Unknwon
aff49b1c9e
unified API error response
9 years ago
Unknwon
19c3745488
fix quick guide style
9 years ago
Unknwon
db00aa7653
add log for trigger hook when push through SSH
9 years ago
Unknwon
215920772a
save PR info as patch and minor fix on PR
9 years ago
Steven Oud
280fde9b7c
added links to forks/watchers/stars in new layout header
9 years ago
Unknwon
4465c58f4b
new quick start page
9 years ago
kendaru
5c39d3fa7d
changed integrated page number to GET
9 years ago
Steven
87d64acc9f
fixed HTML indenting
9 years ago
Steven
c8aa9c6cb1
implemented #1721 : see users who forked/starred/watched a repository
9 years ago
Steven
ecd59deb27
implemented #1721 : see users who forked/starred/watched a repository
9 years ago
Unknwon
d5ad4e1141
prepare release
10 years ago
Unknwon
6dfee30bf0
#1602 Wrong commit order on issue page when pushing multiple commits
10 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
Antoine GIRARD
dfc16d0879
Fix admin repos new ui
10 years ago
Antoine GIRARD
c98dad1cf3
New admin organization UI
10 years ago
Antoine GIRARD
fefce965f9
Add total next to system notice
10 years ago
Antoine GIRARD
14a1101139
New admin notice UI based on user list example
10 years ago
Unknwon
043ded0896
fix #1683
10 years ago
无闻
befed9c20c
Merge pull request #1662 from SergioBenitez/develop
...
Commit messages now rendered with line breaks and prefix spacing.
10 years ago
Unknwon
69b1d65c9b
remove unused file and update locale
10 years ago
Sergio Benitez
7acbcf9ddd
Commit messages now rendered with line breaks and prefix spacing.
10 years ago
Unknwon
d9c5b3bcee
#1659 fix change label title resets color
10 years ago
Unknwon
86d3c5cbb3
update Docker info
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
923873db85
fix possible XSS in view issue page
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
2729eb998c
#1646 and other minor fixes
10 years ago
Unknwon
6a1907d994
revert simple LDAP userDN and update example
10 years ago
Unknwon
e4ecbcdf4a
new sign in page
10 years ago
Unknwon
f5c7f22cc8
#1637 able to skip verify for LDAP
10 years ago
Unknwon
d600530c20
#1635 PAM return error bug
10 years ago
Unknwon
5f1183cecf
#697 add install option
10 years ago
Unknwon
98108e379d
#697 update locale and admin panel
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
1fa5b6711b
fix html logic
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
ed5a61153f
fix #1629
10 years ago
Unknwon
c7ac237b57
fix css
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
373ef5d15e
#1500 timezone minutes offset
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
Unknwon
c8d92fad30
#1595 pushing new branch will rereference issues in previous branch
10 years ago
Sergio Benitez
964d0262ff
Merged conflicts.
10 years ago
Unknwon
b75d0378cb
clean log
10 years ago
Unknwon
f432f1f41c
#1604 suburl for release md preview
10 years ago
Unknwon
6f6f38e7c3
#1603 suburl for comment attachments
10 years ago
Unknwon
af324a6165
adjust icon css
10 years ago
Unknwon
7b0ae27549
#1599 org dashboard icon css
10 years ago
Unknwon
31e7b0f588
#1599 status button mrigin-right
10 years ago
Unknwon
03ea29eb36
minor fix on icon
10 years ago
Unknwon
cc83043edc
minor fix on template
10 years ago
Unknwon
645d4d0c5b
#1594 Collaborative Repositories missing suburl on Dashboard
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
4dbc322859
fix org header order
10 years ago
Unknwon
edc99bc8a4
new org options UI
10 years ago
Unknwon
80701d45bb
#1193 Make organization emails non-mandatory
10 years ago
Unknwon
24658fcbdd
#633 dix suburl
10 years ago
Unknwon
705224353b
minor fix
10 years ago
Unknwon
119dec51f2
Mirror repository should not allow fork
10 years ago
Unknwon
d48cde6ec8
#633 emoji
10 years ago
Unknwon
3b0c2cb480
#633 Add Emoji support
10 years ago
Gogs
b80aef0fa6
remove dashboard operations table header
10 years ago
Unknwon
1c2dbd7183
fix dropdown style
10 years ago
Sergio Benitez
aa9c36514f
Merged conflicts.
10 years ago
Sergio Benitez
2d1db4bf05
Added LDAP simple auth support.
10 years ago
Unknwon
07fe846c9f
#1579 change e-mail max length to 254
10 years ago
Unknwon
d023e81a8f
#1577 explore paginator problem
10 years ago
Unknwon
38eb000d13
work on #1570
10 years ago
Unknwon
8481adb255
remove test strings
10 years ago
Unknwon
2a2a8cd619
ui and pulls index fix
10 years ago
Unknwon
5c5ccddb02
fix buttons style
10 years ago
Unknwon
c0a899b151
css fix
10 years ago
Unknwon
768c78d143
update semantic
10 years ago
Unknwon
83dc2468f5
finish initial version of pull request
10 years ago
Unknwon
842770d7fb
add merger info and news feed
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
50dbc2732b
more fix on #1553
10 years ago
Unknwon
7714e792a4
minor fixes on #1551
10 years ago
无闻
67f07e21f5
Merge pull request #1551 from peppage/explore-ui
...
Update Explore UI
10 years ago
Unknwon
17c2d1fc7c
fix dashboard 500 when no issues at all
...
- update locales
- update README
10 years ago
Unknwon
6c7a93a3ac
fix #1553
10 years ago
Michael Peppler
c5629fe75a
use localization string
10 years ago
Michael Peppler
d1c5a5ed68
new explore UI
10 years ago
Unknwon
ee3e0c3c49
fix dropdown search
10 years ago
Unknwon
1ca257ad9f
rename fields
10 years ago
Unknwon
cb381078ff
finish new repo options page
10 years ago
Unknwon
c6b039c6f9
new repo options UI
10 years ago
Unknwon
9b9e5f0290
#1545 Cross reference the commit from the issue when it is closed by the commit
10 years ago
Unknwon
302938e646
#1333 Disable Gravatar option when install
10 years ago
Unknwon
9ef063cbb0
change checkbox ui
10 years ago
Unknwon
ea454c21f7
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Unknwon
55ddf225bb
webhook APIs
10 years ago
Unknwon
2f08e9f048
v0.6.7
10 years ago
Unknwon
f509c59ac1
new create webhook event
10 years ago
Unknwon
c7a4369db9
add readme template help link
10 years ago
Unknwon
a00194e665
work on #1548
10 years ago
Unknwon
bb3b90fcd6
#1487 Readme Template
10 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
10 years ago
Unknwon
a7686e8749
#1203 bundle jquery with gogs
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
ce386cfb61
fix suburl
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
2f2bf20aae
fix menu overflow
10 years ago
Unknwon
b3a45693c3
minor update
10 years ago
Unknwon
45c2b4bd76
fix HTML
10 years ago
Unknwon
4330c1f0d8
update locale and org dashboard navbar
10 years ago
Unknwon
a329bbc215
new org dashboard issues
10 years ago
Unknwon
f808df5a7b
new user dahsboard issues
10 years ago
Unknwon
3a32cbee44
#1246 Dashboard error: nil commits
10 years ago
Unknwon
87152f89ba
fix release created timezone issue
10 years ago
Unknwon
6821527c95
fix style
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
ac616c07de
fix #966
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
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
928d9fc1d4
fix access token style
10 years ago
Unknwon
4c7b6414eb
new access token UI
10 years ago
Unknwon
2e8ffc2ffb
Merge branch 'develop' of github.com:gogits/gogs into develop
10 years ago
Unknwon
2493454587
new delete account UI and password confirmation
10 years ago
Lydia Sevelt
bfa8ef68a6
Change input field to type=password for the authentication templates.
10 years ago
Unknwon
81b8427438
new UI on admin/monitor
10 years ago
Unknwon
c20ae8edc5
update Docker README
10 years ago
Unknwon
b1696665bd
make cron task configurable
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
7bb5cb444c
fix css styles
10 years ago
Unknwon
2e30b421b4
comletely remove v1 UI files of Gogs
10 years ago
Unknwon
c8bb475abb
fix autocomplete on migration
10 years ago
Unknwon
c7d5e1f182
clean file and update locales
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
a24141ec9c
more on #1319
10 years ago
Unknwon
30b428bf0e
#1419 : 500 when visit a issue with issue/comments of deleted user
10 years ago
Unknwon
cec38f2a8c
able edit issue labels/milestone/assignee
10 years ago
Unknwon
d07c081920
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
10 years ago
Unknwon
817b48ed1e
Show owner/poster tags of comments and fix #1312
10 years ago
Paulo E. Castro
e680faf0d8
Correct form name to smtp_email to fix matching in InstallForm struct.
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
d7d72b9e3c
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
10 years ago
Gogs
e43341f4c5
column belongs always into a ui grid
10 years ago
Unknwon
a01867cc1a
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# public/css/gogs.min.css
10 years ago
Unknwon
33f33e055a
fix on #1466
10 years ago
无闻
52933932d2
Merge pull request #1466 from manfer/semantic
...
modified repo header
10 years ago
Unknwon
ab2d0b3b44
add comment form UI
10 years ago
Gogs
009d716a02
modified repo header
10 years ago
Unknwon
b4c0b7b98b
finish view issue without comments and ops
10 years ago
无闻
d1a82a82b4
Merge pull request #1454 from gustavopaes/bug/1453
...
Remove SSH button when SSH it is disabled
10 years ago
Unknwon
496a65ed29
update locales
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
89c2bd4a0d
finish create issue attachment UI
10 years ago
Unknwon
f183c855d1
minor fix on #1464
10 years ago
Unknwon
1ce4543a94
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
10 years ago
Unknwon
64985c7faa
fix template error
10 years ago
无闻
9c0c16bb5a
Merge pull request #1464 from jamesa/hide-gravatar-tooltip
...
Hide avatar tooltips unless you're looking at your own profile
10 years ago
James Anderson
59a475163f
Hide avatar-changing instructions unless it's your profile ( resolves #1107 )
10 years ago
Unknwon
887bc1b594
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
10 years ago
Unknwon
2aea247208
minor fix on #1460
10 years ago
无闻
2cef9ef5e2
Merge pull request #1460 from manfer/semantic
...
new top menu
10 years ago
Fernando San Julián
4cc198179c
new top menu
10 years ago
James Anderson
b2bd6c4c5a
Fix broken collaboration link in repo settings
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
Gustavo Paes
4564d13496
Remove SSH button when SSH is disabled
10 years ago
Unknwon
48f12d4ead
upgrade new issue to SUI v2
10 years ago
Unknwon
a79586cc54
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
# templates/repo/header.tmpl
10 years ago
Unknwon
8a3ee795d2
finish transforming to v2
10 years ago
Unknwon
7372042441
list view: issue, label, milestone
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
Unknwon
4b43ffc96c
Generate random avatar based on e-mail when disable Gravatar
10 years ago
无闻
56a8d573b0
Merge pull request #1451 from jamesa/fix-owner-tag-on-issues
...
Add check to see if comments on an issue are by the repo owner
10 years ago
Unknwon
aede5cdb04
fix app suburl in feeds
10 years ago
James Anderson
fc63422caf
Add check to see if comments on an issue are by the repo owner
10 years ago
Unknwon
43a87b0caf
auto-redirect when finish filter branch
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
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
6d2f25b9f5
clean files
10 years ago
Unknwon
74bd6b939c
milestone: edit
10 years ago
Unknwon
cf90312b8f
clean file
10 years ago
Unknwon
4081f86654
fix new milestone button visibility
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
e50982f5ec
allow anonymous SSH clone
10 years ago
Unknwon
487fc8ca39
fix #1439
10 years ago
Unknwon
9311a9858a
milestone: pagination
10 years ago
无闻
96c1ce9606
Merge pull request #1432 from manfer/enhance-copy-clipboard
...
Enhance copy clipboard
10 years ago
Fernando San Julián
6a89eeedf3
browser supports copy detection
10 years ago
Unknwon
e7f015db8c
fix template
10 years ago
Unknwon
04458d49a0
milestone: list view
10 years ago
Unknwon
cc0d963f75
fix check template version
10 years ago
Unknwon
03011e31fe
update locale and .gopmfile
10 years ago
Fernando San Julián
b92bb77b54
autofocus for new and edit issue forms
10 years ago
Unknwon
eea9302d8f
fix #1204
10 years ago
Unknwon
42a2c5ca54
#1400 use new connstr format for postgres
10 years ago
Fernando San Julián
4bfc71c73f
pagination in repo issues page only if needed
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
2bb1fb8f44
Use EscapePound in link hrefs in diff/file views
10 years ago
Unknwon
72377c721c
update gopmfile
10 years ago
Unknwon
ba47306a69
fix #1305
10 years ago
无闻
678700b74d
Merge pull request #1402 from wqweto/develop
...
Allow file and directory names to contain percent character
10 years ago
Vladimir Vissoultchev
167265d533
Allow file and directory names to contain percent character
10 years ago
Unknwon
589618c8a5
better paging
10 years ago
Fernando San Julián
2f38215f5c
User Issues Template fix
10 years ago
Unknwon
686dd59916
fix #864 with migration and update locale
10 years ago
Fernando San Julián
514ce712b0
admin config fix
10 years ago
Unknwon
fa298a2c30
#835 : Realtime webhooks
10 years ago
Unknwon
2e7b38db9f
fix paging links and issue count
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
无闻
bab811c530
Merge pull request #1380 from vtduncan/referrer-protection
...
Prevent browsers from leaking referrer headers
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
无闻
e69f09f50e
Merge pull request #1275 from jstasiak/develop
...
Add file permalink button
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
Fernando San Julián
30beb59fd8
install admin password field fix
...
Admin Password field in install form must be of type password
10 years ago
Duncan
a6596f2231
Prevent browsers from leaking referrer headers
10 years ago
Unknwon
42a72b62fc
fix about #1289
10 years ago
Unknwon
03011ed307
fix suburl for js
10 years ago
Unknwon
bebbd08920
Disable log color in prod mode
10 years ago
Unknwon
ff051e2106
#1128 : API calls are not hidden behind sign in
10 years ago
Unknwon
81adbe17ca
use pam and update TRANSLATORS
10 years ago
Jakub Stasiak
562ad02a6d
Add file permalink button
...
The button appears when a file is viewed in a branch or a tag. It points
to a URL containing the branch's (or tag's) current commit id so that
it'll always point to the same content.
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
Unknwon
5dd3dd71a0
UI: install - database settings
10 years ago
Unknwon
ffd17924fd
update UI framework
10 years ago
Unknwon
4fca548ed1
update locale
10 years ago
Unknwon
c47afdff58
add config options for HELO
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
e378b3152c
Merge pull request #1210 from acusti/patch-1
...
Wrap remember me text and checkbox in a label
10 years ago
Dhuan
80e640f082
Fix HTML indentation
10 years ago
Dhuan
51aef347ee
Display author's name on explore page
10 years ago
Andrew Patton
3a3e1b90e7
Match naming convention on page (checkbox→chk)
10 years ago
Andrew Patton
072c67e457
Wrap remember text+checkbox in label; close #1209
10 years ago
Unknwon
9fb2d49b93
#1073 #1162 issue ID constraint failed
10 years ago
Unknwon
d76f11c6f1
fix #1156
10 years ago
Unknwon
5169a0e025
mirror fix of #1105
10 years ago
Unknwon
8061447f0e
#1114 'New Release' always visible
10 years ago
Unknwon
211596f407
#1124 LDAP add and edit form are misleading
10 years ago
Unknwon
caf7618ea6
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
10 years ago
Unknwon
6f81c05dde
#1143 Team member access lost when adding repository collaborator
...
- fix bug when add a repo to team, all other team members gets access as well
10 years ago
Unknwon
2bb982dada
#1080 : Remove footer ads/branding from default template
10 years ago
Unknwon
75cbb32b1e
UI compatibility
10 years ago
Unknwon
b6f8b486c7
add sr-only class, change to new tag line
10 years ago
Unknwon
62e436e6b7
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
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
e9c599b48a
prepare for 0.6 release
10 years ago
Unknwon
4aecaf7488
#1082 : missing link for help
10 years ago
Unknwon
82f7a01ded
#1064 : X-Gogs-Event header is empty
10 years ago
Unknwon
33894591a6
#851 : Edit Account does not take into consideration password rules
10 years ago
Unknwon
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
471b8a18ab
Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"
...
This reverts commit c226e92284
, reversing
changes made to 80b23854bc
.
10 years ago
Nolan Darilek
25dd6f8fa0
Add additional accessibility text to repository navbar.
10 years ago
Nolan Darilek
37ab32b613
Various accessibility fixes, mostly labeling icons.
10 years ago
Unknwon
08cd20bad9
Merge branch 'develop' of github.com:gogits/gogs into develop
10 years ago
Unknwon
96a95e9dfd
#988 : fix one missing duplicated prefix
...
- update some locale files
10 years ago
Sternik
d0e34c57cc
Fix for deleting user when gogs instalation is on http://hostname/gogs
10 years ago
Unknwon
0720d3988f
#988 : GetRepoLink already contains AppSubUrl
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
4b9fb43a70
home: new UI
10 years ago
Unknwon
b447d18dca
cmd/serve.go: remove useless code
10 years ago
Unknwon
b0b11fd7b1
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
Unknwon
473e265727
models: done testing on new access system
10 years ago
Unknwon
8896c82d34
models: fix issue with transfer repository
...
README: fix typo
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
c753fdceaf
templates/org/home.tmpl: fix org member can't see public repo
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
Alexey Makhov
d2f439a241
fix typo mistake
10 years ago
Alexey Makhov
c0ad512398
remove not using vars
10 years ago
Alexey Makhov
563e8b4ea9
gitlab-like hash naming
10 years ago
Stefan-Code
b508fb041f
Merge branch 'dev' of https://github.com/gogits/gogs into dev
10 years ago
Stefan-Code
1628ef4ba5
changed repo-clone-url behaviour for bare repo
10 years ago
无闻
a307574fbc
Merge pull request #962 from phsmit/dont_mention_php
...
Remove the "PHP" style formatting function
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
7759b9ee6e
Remove the "PHP" style formatting function
...
The "PHP" formatting function doesn't add anything, except an undocumented date format.
All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
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
Unknwon
685ed1f807
models: fix XORM API break
...
cmd/web.go: check version after load config
10 years ago
Unknwon
6b7d35eade
fix mirror issues uncaught #941
10 years ago
Unknwon
67a9416ae5
templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884
10 years ago
Unknwon
7e7160eefd
first pass work on migration #925
10 years ago
无闻
0af74b36ad
Merge pull request #937 from Stefan-Code/dev
...
Changes to repo-header-download-drop
10 years ago
Unknwon
d02e45f985
better naming on #891
10 years ago
Stefan-Code
e5d6f4ce56
Changes to repo-header-download-drop, different repo-clone-url input behaviour
10 years ago
Unknwon
6a23252edc
able to allow insecure certification of webhook for #891
10 years ago
Unknwon
7d3932b9cd
templates/ng/base: change year to 2015, fix #928
...
- conf/locale: update Japanese locale
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
Lauris BH
00653e52ee
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
2a2596fe61
able to disable SSH for #883
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
0669897226
modules/base: fix markdown mention regex for #826
...
- conf/locale: add mew translator profile
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
Raphael Randschau
79f3281548
Add ShowRegistrationButton configuration option
10 years ago
Unknwon
f706102890
models: sanitize user full name when update settings
10 years ago
Unknwon
7140f50637
public/ng/js: script fix on #901
10 years ago
Alexey Makhov
e91b28eb9b
little fix
10 years ago
Alexey Makhov
5d4425bbbc
add multifile support to diff view highlighting
10 years ago
Alexey Makhov
7f71fe9dae
fix diff lines highlighting
10 years ago
Alexey Makhov
a7662f4a39
fix error at admin/config
10 years ago
Unknwon
8e238058b2
public/ng/css: code fix on #895
...
- templates/user/settings: fix email panel nav highlight
10 years ago
Unknwon
26bccef297
Merge branch 'master' of github.com:gogits/gogs into dev
10 years ago
Alexey Makhov
e43bd15b96
fix settings/email html&css
10 years ago
Unknwon
bfce0def25
modules/base: fix README filename checker, fix #877
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
Tristan Storch
4c4488213a
correction: updated docker link
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
3d9cda2d98
public/ng: fix auto-completion #832
10 years ago
Unknwon
faddaff90d
templates: fix commit message render issue #828
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
Unknwon
8e384ce46c
fix #828 , may cause unintentional break in other features, but security is no.1
10 years ago
Unknwon
d5c6b53571
use new Redis client
10 years ago
Peter Smit
fd70f9ec1b
Fix #799 by adding a tooltip for all dates in all settings/panels
10 years ago
Unknwon
0b56272c13
fix #805
10 years ago
Unknwon
3ea1443885
work on #784
10 years ago
fzerorubigd
6643647687
add afunction to rewrite all public keys on admin request
...
refs #763
10 years ago
Unknwon
63c1f9a23f
fix 500: E-mail already used in user settings page
10 years ago
Unknwon
81a44e4cd0
fix API changes
10 years ago
fuxiaohei
c0cfd62b90
add label-edit and label-delete logic
10 years ago
Unknwon
ebbe6177a9
Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
Unknwon
97b39ae2e4
fix invite bug(shouldn't include full name to search box)
10 years ago
Peter Smit
8b31be43c6
Forgot to i18n "Primary"
10 years ago
Peter Smit
21dbcb7c77
Create English locale keys for multiple e-mails feature
...
Also, change all current 'emails' to 'e-mails'.
Still todo: some CSS for the user/settings/email page, but that is not my specialty
10 years ago
无闻
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
...
Multiple emails
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
f34b04cfc0
Template for email activation email
10 years ago
Unknwon
1a5aa5e0c0
fix #741
10 years ago
Unknwon
9803c421f5
fix binding api broken
10 years ago
Unknwon
c9e0b3b987
prepare for 0.5.9
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
Unknwon
42c7bb7529
mirror code clean
10 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Unknwon
9ee80e3e54
fix compile error
10 years ago
Unknwon
9a1fe801e5
fix #711
10 years ago
fuxiaohei
0daef29053
add label-create ui elements
10 years ago
Unknwon
069486d169
fix #165
10 years ago
dennis-smurf
528c075ad6
Added issue link rendering in commit messages
10 years ago
Tony Tsang
d4a1d9f82a
Display multi-line commit message on commit diff page.
10 years ago
fuxiaohei
0af3a5b603
add issue list filter ui
10 years ago
Unknwon
d75013a0e8
fix #580
10 years ago
Unknwon
db4951bc61
mirror fix on oauth2
10 years ago
Unknwon
d6132aaa88
fix oauth2
10 years ago
无闻
9adc8e9d3f
Merge pull request #683 from jcracknell/admin-repos-cols
...
Fix swapped issue/star columns in /admin/repos
10 years ago
James Cracknell
64d90a761b
Fix swapped issue/star columns in /admin/repos
10 years ago
James Cracknell
4d123d0a93
Fix user links
10 years ago
Unknwon
9c2120eb34
fix #675
10 years ago
Unknwon
a43164877c
fix #664
10 years ago
fuxiaohei
23d53561d1
update milestone page design
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
dc53270da9
Fix 653
10 years ago
Unknwon
ef275ebf62
more on change avatar
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago
Unknwon
0c92da7e9c
fix invalid user links in admin panels
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
340a4595dd
support duoshuo mirror of gravatar
10 years ago
Unknwon
52d66ba6c8
#12 , use go-gogs-client
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
4f360d8f08
Fix #617 and update Germeny locale
10 years ago
Unknwon
e0de6cb5ad
work on #616 and update locales
10 years ago
Unknwon
35977cd34c
continue work on #255
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
Unknwon
b375192352
fix tpl error
10 years ago
Unknwon
0c5ba4573a
fix session API broken and SQL pretection
10 years ago
fuxiaohei
b866dc92d7
finish issue list ui draft
10 years ago
Unknwon
e9875edcad
Update gopmfile
10 years ago
Unknwon
c7f56d7483
Fix #584
10 years ago
Unknwon
83283bca4c
Safe work
10 years ago
Unknwon
f1d8746264
Fix fork repo and macaron API broken
10 years ago
Christopher Brickley
3794111460
update slack hook to use new format
10 years ago
Eryx
8209bf74f8
Fix #575
10 years ago
Unknwon
d88ebd9a4b
Fix #554
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
3abc41ccca
Fix API broken
10 years ago
fuxiaohei
9e3a1bc11a
add nav bar in issue list
10 years ago
Unknwon
1aa12c7452
Fix #572
10 years ago
Unknwon
ecf3eb4307
Fix #570
10 years ago
Unknwon
9ae92459a5
Fix repo css and rel path img in md
10 years ago
evolvedlight
8d2a6fc484
Merge remote-tracking branch 'upstream/dev'
...
Conflicts:
models/repo.go
10 years ago
evolvedlight
29ac3980ff
More changes
10 years ago
Unknwon
451f328a4c
Fix #457 and fix #557
10 years ago
Unknwon
3005c4f6db
Fix diff css style, hooks \r char
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
Vyacheslav Bakhmutov
5103f16f78
add omitted lang
10 years ago
Unknwon
3600498c8f
Add push tag action
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Unknwon
41dbb4c148
Hide org member in collar page
10 years ago
Unknwon
d78abd3561
Mirror fix on admin/orgs paging
10 years ago
Unknwon
79262173a6
Webhook delivery locking & Hide repo for org members if they don't have access
10 years ago
Unknwon
39931f8e00
Allow mail with self-signed certificates
10 years ago
Unknwon
1aa76bd279
Fix #532 , add system notice
10 years ago
Vyacheslav Bakhmutov
ce7422473a
add omitted lang
10 years ago
Unknwon
fc18741cc7
Fix #524
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
Unknwon
91e5c24a31
Fix #522
10 years ago
Unknwon
263d409326
Basic xss prevention
10 years ago
unknown
1031271224
Add German translation to home page
10 years ago
evolvedlight
c9e5e38fcf
Initial cut of git fork
10 years ago
Unknwon
405ee14711
Fix SMTP auth logic
10 years ago
Unknwon
f03b6be8f9
Work on #516
11 years ago
Unknwon
2a031c1365
Fix #515
11 years ago
Unknwon
a046a31d2b
UI: Confirmation box
11 years ago
Unknwon
3cfa4a581c
Bug: 500 when transfer repository to collaborator
11 years ago
Unknwon
5e747bc877
Clean old dockerfiles
11 years ago
Unknwon
11af8658cf
Simple fix
11 years ago
Unknwon
e3b78c47e2
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl
11 years ago
Unknwon
49193bebd2
UI: Confirmation box
11 years ago
fuxiaohei
7d48f811f1
add issue router for new issue page ui preview
11 years ago
fuxiaohei
e3a27aeb25
template and ui fix
11 years ago
fuxiaohei
dccc50e9d4
template and ui fix
11 years ago
Unknwon
ad2ab6d214
Add modal to change username
...
Signed-off-by: Unknwon <joe2010xtmf@163.com>
11 years ago
Unknwon
b8368f98ff
Add directory level commit message
11 years ago
fundon
54724c33ec
no neet for md5 email
11 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
11 years ago
Unknwon
71e4689d11
Page: User profile
11 years ago
Unknwon
f69761563b
Fix bug on transfer repo
11 years ago
fuxiaohei
7c30ae7002
is utils improvement
11 years ago
Unknwon
25268577a5
Fix download archive issue
11 years ago
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
11 years ago
Unknwon
a1109e6fbc
Page: Repository home page
11 years ago
Unknwon
ebb05475ed
Fix #495 and cannot view repository by tag
11 years ago
fuxiaohei
b3f0d25ce5
pull request ui review, change sidebar
11 years ago
fuxiaohei
8d5a4cc9eb
pull request ui review, change sidebar
11 years ago
fuxiaohei
60c65415dd
pull request page ui review, upgrade octicon icons
11 years ago
Unknwon
3f707b3f32
Add basic submodule support
11 years ago
Unknwon
063aacd436
UI: Use tooltip not alert when copy clone URL
11 years ago
Unknwon
196efecaaa
Fix #491
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
Unknwon
4a01bb8fa4
Mirror bug fix
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
Unknwon
8a09256941
Mirror fix and fix #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
Unknwon
0d9c41be7d
Work on #476
11 years ago
Unknwon
c1ceec45da
Fix mirror UI style and work on #475
11 years ago
Benjamin Peng
cff3ca23a5
Fix TimeSince arguments error.
11 years ago
Unknwon
632b1b694d
Fix #465
11 years ago
Unknwon
7027ac9308
Fix #461
11 years ago
Unknwon
b9560374cd
UI fix
11 years ago
Mathieu Gagnon
3549fb0ea8
Remove APP_LOGO setting
11 years ago
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
11 years ago
Unknwon
fdc8c34258
Fix clone panel z-index
11 years ago
Unknwon
33659ed9a5
Fix #452
11 years ago
Unknwon
f8977f4847
Organization level webhooks
11 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
...
Organization-level Webhooks
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
85c35a6b8b
add organization-level webhooks
11 years ago
Michael Dyrynda
aee46bac01
add rel attribute such that font-awesome icons load correctly
11 years ago
Michael Dyrynda
dcb10a41d4
Add handling to branch switcher label to make label more consistent with
...
GitHub behaviour
Addresses #431
11 years ago
Unknwon
830efc90da
update docs and mirror bug fix
11 years ago
Christopher Brickley
00a864e693
add commit compare functionality
11 years ago
Unknwon
c5ce33047e
Mirror fix and hide missing pages for 0.5 release
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
无闻
ae2f4866d0
Merge pull request #400 from deringer/dev
...
Add missing 'new migration' link
11 years ago
Unknwon
676bd764fa
UI: SSH/HTTPS address switch and copy
11 years ago
Michael Dyrynda
1bbf4c9768
Add missing 'new migration' link
...
Addresses issue #399
11 years ago
Unknwon
7e36bf448d
Merge branch 'master' of github.com:gogits/gogs into dev
...
Conflicts:
dockerfiles/README.md
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
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
8829174574
Finish new admin users pages
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
74b31566cf
Finsih add/remove repo in organization
11 years ago
Unknwon
f2c263c54f
fix #367
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
fa60502a70
Working on organization pages
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
78add502d7
Finish new organization members and invitation 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
78defd238c
Page: Manage social accounts
11 years ago
Unknwon
08c6d07aad
UI: Bare repository does not have visual link to settings page
11 years ago
Unknwon
9a1d5d2489
Finish new web hook pages
11 years ago
Unknwon
9820b8e134
Finish new hooks list page
11 years ago
lunnyxiao
7c7014262b
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
lunnyxiao
57f6ec672a
bug fixed
11 years ago
Unknwon
e8c9bb2c66
Finish new collaboration page
11 years ago
Unknwon
a8e05fdf1b
Use toolbox
11 years ago
Unknwon
fa0a389dc4
Fix bare repo bug
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
3428baa3b5
Mirror fix on template
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
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
3f38ff6c09
Merge branch 'dev' of github.com:gogits/gogs into dev
...
Conflicts:
templates/status/500.tmpl
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Ciaran Downey
7921e60f30
Change "an error is occurred" to "has occurred"
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 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ß
1129f756c8
Fix missing . (dot) in issue templates
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
无闻
8e4debe99d
Merge pull request #297 from nuss-justin/issue/288
...
Fix issue #288 . Only show label form if repository collaborator/admin
11 years ago
无闻
dc2e140360
Merge pull request #296 from nuss-justin/dev
...
Fix issue 280 & unwatch button in Firefox
11 years ago
Justin Nuß
e194cf3291
Fix issue #259 . Allow links in the repository description
11 years ago
Justin Nuß
ccca60a5a1
Fix issue #288 . Only show label form if repository collaborator/admin
11 years ago
Justin Nuß
18718afb36
Hide watch/unwatch button if not loggedin
11 years ago
gima
5a97cc69ed
Make possible for administrators to change user's password (fix proposal for #290 )
11 years ago
Lunny Xiao
6418caf23a
add build script
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
097c8e05e6
Able to set timeout for process monitor
11 years ago
Unknown
be8ac7fb75
fix #273
11 years ago
Unknown
0820b24f0b
Merge branch 'master' of github.com:gogits/gogs into dev
11 years ago
Unknown
cdffdeddc9
Fix bug that collaborators are able to modify settings of repository
11 years ago
Unknown
465dc962b5
Finish create organization team
11 years ago
António Meireles
3ad20773a2
fix typos in users' editing template.
11 years ago
Unknown
e4ea5cf598
Finish Teams page
11 years ago
Unknown
5dbfe3c26c
Finish organization homepage
11 years ago
Unknown
6e448b0714
Finish delete organization
11 years ago
Unknown
ee9b7f322f
Clean code
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
fuxiaohei
72ba273cc9
select owner when creating repository
11 years ago
Unknown
4cf7a1fca5
Mirror update on create repo page
11 years ago
fuxiaohei
80be060735
select owner when creating repository
11 years ago
Unknown
8e6c254c03
Mirror fix on create repo
11 years ago
Unknown
3624b2a7f1
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
fuxiaohei
cc703ee663
select owner when creating repository
11 years ago
Unknown
b2801a2e98
Fix #165
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
bf703ef617
add dashboard context switch button
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
6c8d630bef
Add database log adapter
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
a3e1383cac
Add gogs fix location command
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
63baf76ab2
Fix #214
11 years ago
Unknown
eaa7d71fc7
Fix #232
11 years ago
Unknown
afc6cbc479
Update tag
11 years ago
Unknown
2657f88d9a
Fix #222
11 years ago
Unknown
617bbe3fee
Fix #218
11 years ago
Unknown
ab13a29cb5
Fix #209
11 years ago
Unknown
ff690fd976
Fix #200 , add VERSION to template files
11 years ago
Bruno Bigras
6227b59b1a
Registeration -> Registration
11 years ago
FuXiaoHei
e0a6e6dd1a
issue ui update
11 years ago
Unknown
bf5fcfb49c
Add * to selected label
11 years ago
Unknown
80055bde86
Code convention
11 years ago
Unknown
e33a104448
Almost done issue label #200
11 years ago
Unknown
dce17c86ac
Almost done issue label #200
11 years ago
Unknown
b1bdbd7f94
Almost done issue label #200
11 years ago
Unknown
5e9a45f74a
Code convention
11 years ago
FuXiaoHei
1331134316
finish issue edit content preview
11 years ago
FuXiaoHei
4e8a1bf9c9
fix firefox zclip bug
11 years ago
FuXiaoHei
c82807a713
add issue label attach-detach ui
11 years ago
FuXiaoHei
342baf1dda
add label edit and manage ui
11 years ago
Unknown
93f8f92523
Finish create new label
11 years ago
Jason
7fd22bea1e
Add dropdown-menu-right class to the repo-watching dropdown
...
The dropdown menu was dropping down to the right and appearing outside of the page container. This made it not visible at smaller browser widths.
This commit makes it drop down into the page container, instead of out, and keeps it visible at all screen sizes.
11 years ago
Unknown
a0a95d797e
Fix ui
11 years ago
Unknown
956f011dd3
Fix #186
11 years ago
FuXiaoHei
16e162b669
issue label ui design
11 years ago
Unknown
4744996f9a
Make gmail auth work
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
e880a2fa48
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
46fc36c3a6
Finish change issue’s milestone
11 years ago
FuXiaoHei
a1bb3741d5
add milestone in new-issue page
11 years ago
FuXiaoHei
4a4392192b
add milestone issue view ui
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
98dbbae2ef
Fix #166
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
d122aa6d88
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
2c73ced0db
Fix #173
11 years ago
FuXiaoHei
fd7b0a2ba4
add user new js
11 years ago
FuXiaoHei
27f9b7a144
add user new js
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
FuXiaoHei
cdc87623dc
add auth new js
11 years ago
Lunny Xiao
55019bfbc5
merge all login methods
11 years ago
Lunny Xiao
4d6de6c7b9
add login name for auth type
11 years ago
FuXiaoHei
2eabeba6b7
finish milestone add page
11 years ago
FuXiaoHei
045c21de4f
assignee ui in issue view
11 years ago
Unknown
e867283406
Assignee back end
11 years ago
FuXiaoHei
a03f380fa8
assignee ui in issue view
11 years ago
FuXiaoHei
11ca10ab2f
issue assignee 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
d189b83ac1
some ui fix
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
Lunny Xiao
79ea34e70e
ldap support
11 years ago
Unknown
e10096ee2e
Mirror fix on UI
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
75109bbd65
Fix panic when no master branch
11 years ago
Unknown
f6c4fbeb37
Collaborator
11 years ago
FuXiaoHei
1c88a541cb
fix profile ui
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
2a1dc0085b
fix #91
11 years ago
FuXiaoHei
52fbb9788a
add collaboration page ui
11 years ago
Unknown
eb463000a9
Clean files
11 years ago
Unknown
49dc57e336
Add /api/v1/users/search
11 years ago
Unknown
48bfbb7ddf
Mirror changes
11 years ago
Robert Speicher
494e5fd40c
Install: Set the default host string based on database type
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
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
James Anderson
e5af34a078
fixed some broken forms that were introduced in james-anderson@521c5f0e10
11 years ago
James Anderson
32ae6896fa
Close to Closed
11 years ago
James Anderson
4b58c01603
Changed setting url to settings
11 years ago
Bryan Johnson
34d18a19a3
Minor grammatical fix for Disable Registration feature
11 years ago
无闻
7b91dfeb01
Update reset_passwd.tmpl
11 years ago
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
11 years ago
Unknown
8bed017557
Add build tag enable prompt
11 years ago
Unknown
eda3f8b3b3
Mirror updates
11 years ago
Unknown
8719c1b8c5
Mirror bug fix
11 years ago
Unknown
c3a52f7dd0
Mirror bug fix on downloading zip
11 years ago
Unknown
7d656ee2e3
Update docs
11 years ago
slene
d3fc1da8c2
download link
11 years ago
FuXiaoHei
8549b47e04
fix repo-new ui, fix top-nav search-bar ui
11 years ago
Unknown
3c3cda7326
Weibo oauth
11 years ago
Unknown
c36e7d322e
Mirror updates
11 years ago
Unknown
57f84fb051
UPDATE DOCS
11 years ago
Unknown
f644cefa86
Finish release
11 years ago
Unknown
190b83e05e
push tag support
11 years ago
Unknown
d2b53dd43b
Add weibo oauth
11 years ago
Unknown
4b9b8024ba
Clean oauth code
11 years ago
Unknown
8c266f2df5
go get
11 years ago
Unknown
4c1452574a
go get
11 years ago
Unknown
ea74be2f2e
go get
11 years ago
Unknown
d26a333dfb
go get
11 years ago
Unknown
c9a1eb4789
Able to change mirror interval now
11 years ago
slene
52b4ab2aa5
update with new git
11 years ago
Unknown
90f6aa8cd1
Add repo mirror and import
11 years ago
FuXiaoHei
fe4750ebe2
Merge remote-tracking branch 'origin/dev' into dev
11 years ago
FuXiaoHei
5f3a6a9d74
social login button ui
11 years ago
Unknown
790a2c1099
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
31d613c01d
Mirror fix
11 years ago
FuXiaoHei
b057cffd85
fix logo ui, add following ui in user-profile page
11 years ago
Unknown
5d30bfc8ba
Fix #65 fix #57
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
Unknown
7d07b58114
UPDATE README
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
a5fcaae5ee
UPDATE README
11 years ago
Unknown
23e318f85a
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
11f54b1426
Mirror bug fix
11 years ago
FuXiaoHei
555b6976a3
add search form in top navbar
11 years ago
FuXiaoHei
df000245d1
add pager in commit-page, finish commit search form
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
FuXiaoHei
6b30d9b0f2
fix mirror typo
11 years ago
FuXiaoHei
a354f33ac2
new-repo dropdown in top navbar
11 years ago
Unknown
5d4025cb5a
Add go get meta support
11 years ago
Unknown
9f7bd5007b
Work on mirror repo
11 years ago
FuXiaoHei
c72e1b5c2a
repo-import page ui
11 years ago
FuXiaoHei
721834a267
change new-repo button to dropdown menu in dashboard page
11 years ago
Unknown
a991ebf5d0
Fix #54
11 years ago
Unknown
115a349131
Fix #67
11 years ago
Unknown
9ea9818d32
Fix issue with log in with GitHub but need more error handle after
11 years ago
Unknown
8c9a0494ec
Add @ # commit link detect on all markdown render
11 years ago
FuXiaoHei
d3a987eded
username & repo-name changing help message
11 years ago
FuXiaoHei
1b0142513e
release-new page ui
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
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
FuXiaoHei
75db79b4b6
release list page ui
11 years ago
Unknown
e9c4156c87
Add: rename user
11 years ago
Unknown
79a610592e
Add: rename repository
11 years ago
FuXiaoHei
1757a59a99
js clipboard
11 years ago
Unknown
db66b8da72
Add release tmpl
11 years ago
crackcomm
128b7c790e
My mistake...
11 years ago
crackcomm
5a07b5430e
.admin-dl-horizontal
11 years ago
crackcomm
868d921f7b
Description list instead of div's in admin Dashboard & Configuration.
11 years ago
Unknown
e938863ae6
Mirror fix on UI
11 years ago
Unknown
03cc39ea12
Mirror fix on #45
11 years ago
slene
b1627672f9
fix link
11 years ago
slene
4c70249f75
fix some link
11 years ago
slene
816bb08720
fix link
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
Unknown
107a1eadac
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
11 years ago
Unknown
1f671e5d29
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
cad2ced394
Bug fix
11 years ago
FuXiaoHei
5ab3962b12
fix issue button text change
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
FuXiaoHei
035facc564
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
FuXiaoHei
f0d5c3992b
issue ajax edit
11 years ago
Unknown
8282828820
Fix action email bug
11 years ago
Unknown
beb1761d7c
Mirror fix
11 years ago
FuXiaoHei
bf2e76fc7e
change issue reopen and close btn
11 years ago
Unknown
6e376bb85c
Working on install page
11 years ago
Unknown
a55941ff83
Add auto-detect home directory
11 years ago
FuXiaoHei
9047cadcd3
issue close and reopen block ui
11 years ago
Unknown
76b8642348
Bug fix
11 years ago
Unknown
cb05b8325c
Update config option
11 years ago
slene
6bd4f34c8d
fix commits button
11 years ago
Unknown
0fd754bbe0
Working on install page
11 years ago
Unknown
5344a03003
Bug fix
11 years ago
Unknown
eb6021f73f
Fix issue pages URL params
11 years ago
Unknown
34f4af9ebf
Working on issue and install page
11 years ago
Unknown
f76eb8a666
IP: RC Code Review
11 years ago
slene
6b43067e1b
image display in diff page
11 years ago
Unknown
3144fac03c
IP: RC Code Review
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
677643b812
fix read commit source
11 years ago
Unknown
743593f791
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
templates/issue/view.tmpl
11 years ago
Unknown
f470c241d6
IP: RC Code Review
11 years ago
FuXiaoHei
e1e2eee508
update issue view page
11 years ago
FuXiaoHei
c796ed3849
update install page ui
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
Unknown
ed9b7d2db9
More on diff page
11 years ago
Lunny Xiao
3a27a0c146
improved diff
11 years ago
Unknown
a3d0d29496
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
87de66561c
Start working on diff page
11 years ago
FuXiaoHei
a8623ec104
fix init-tabs bug
11 years ago
Jake Scott
60b83ce0c6
Fix up the spelling on the intro :)
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
e5d8fe41c4
issue create page ui
11 years ago
Unknown
e95be2cb3e
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
conf/app.ini
11 years ago
Unknown
eeb793524f
Check run user
11 years ago
FuXiaoHei
2a2f025388
change css name style
11 years ago
FuXiaoHei
6e33e54e71
add issue-create template file
11 years ago
FuXiaoHei
7f6126dd04
install sample page
11 years ago
slene
123c7b44e8
fix
11 years ago
FuXiaoHei
79633ab1fb
file size and file raw style update
11 years ago
FuXiaoHei
8909935a10
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
FuXiaoHei
62b05c1e22
top-nav sign-up btn change to text link
11 years ago
slene
52959c988c
fix
11 years ago
slene
ff36248419
raw download
11 years ago
FuXiaoHei
92a6058e29
zip download button, repo single file buttons
11 years ago
FuXiaoHei
3473aa9e42
repo single file raw button
11 years ago
FuXiaoHei
c9e1eb0a0d
diff page ui
11 years ago
FuXiaoHei
5e22f1437a
diff page ui
11 years ago
Unknown
b9b82cfe47
Mirror updates
11 years ago
Unknown
f8cfb81fb0
Mirror updates
11 years ago
Unknown
6bc7ae971a
Mirror fix
11 years ago
slene
809a4eab67
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
559cd63fc5
fix code view indentation
11 years ago
Unknown
97debac185
SSL enable config option
11 years ago
Unknown
c386bb4bd3
Bug fix
11 years ago
Unknown
1eb078d0a8
Fix action
11 years ago
FuXiaoHei
c9e830cefb
fix dropdown close bug
11 years ago
FuXiaoHei
13b6e06943
404 and 500 page ui
11 years ago
FuXiaoHei
1a16b3e99a
repo options ui
11 years ago
FuXiaoHei
47493a0191
use ctx.Handle to handle 404 page
11 years ago
Unknown
ad31893bbb
Update README
11 years ago
Unknown
cb52f6d07d
Add auto-login
11 years ago
Unknown
59ffdbf6f8
Add create, list, view issue
11 years ago
slene
5edd57e482
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
076fc98d98
add csrf check
11 years ago
Unknown
fd1831052c
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
Unknown
f219ddcf4e
Add log config panel in admin
11 years ago
FuXiaoHei
9218f76c8e
Merge remote-tracking branch 'origin/master'
11 years ago
FuXiaoHei
011134e0af
add clone link in repo index page
11 years ago
Unknown
d40499e7fa
Finsih mail resend limit
11 years ago
FuXiaoHei
85abe5132e
fix navbar button ui
11 years ago
FuXiaoHei
14ddb8b1fa
fix dashboard repo link
11 years ago
FuXiaoHei
ecc61ced41
update admin nav ui
11 years ago
Unknown
e4053f5e98
Mirror update
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
FuXiaoHei
1a0d7c54a2
repo watching ajax
11 years ago
FuXiaoHei
42b08ff261
fix single bare page link
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
c7b6fbfd46
clean padding in single file page
11 years ago
Unknown
e8a49c7746
Add data to ui
11 years ago
FuXiaoHei
cb80111e89
guide page for bare repo
...
some ui fix
11 years ago
Unknown
9f9cd6bfc6
Work on admin
11 years ago
slene
21379e30a1
fix link
11 years ago
slene
8ef46e90e5
fix
11 years ago
slene
24678d73f5
read single file
11 years ago
Unknown
805732fdc7
Mirror fix
11 years ago
Unknown
a922c3ff6a
Watch backend
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
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
9bc06dc716
Merge remote-tracking branch 'origin/master'
...
Conflicts:
routers/user/user.go
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
FuXiaoHei
3634d1ee32
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
FuXiaoHei
42b85a9698
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
FuXiaoHei
89041248d4
repo commit list ui
11 years ago
Unknown
8e1f339fd6
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
dd8e7868ce
Mirror fix
11 years ago
Gogs
56af7e99a8
fork render
11 years ago
Unknown
0da4975f4f
Working on register mail confirmation
11 years ago
Unknown
bf1d1f9579
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
a2fbb24615
Add active page
11 years ago
FuXiaoHei
06af48503c
repo description ui update
11 years ago
FuXiaoHei
78097a2c5a
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
Lunny Xiao
9e8e910bd6
merge
11 years ago
Lunny Xiao
3da325591b
bug fixed for commits list
11 years ago
Unknown
fbd252c1cf
Mirror fix
11 years ago
FuXiaoHei
9533b23272
theme changes
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
f31151e681
Add commit link for file list
11 years ago
Unknown
e51afe4621
Add postgres support, clean code, code review
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
slene
26f9962b6e
clone in ssh
11 years ago
FuXiaoHei
3a3ac1f0f3
repo branch page ui
11 years ago
FuXiaoHei
24d91ecda8
ui and js update
11 years ago
slene
3a2eee0827
fix repo setting and delete repo
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
slene
c9bf526be7
markdown & code style
11 years ago
slene
1f9ced7960
file list style
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
ca956d5cec
Add generate fingerprint of ssh key
11 years ago
Unknown
8de9517862
Mirror fix
11 years ago
Unknown
828c89de99
Clean code
11 years ago
slene
631deb2e7d
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
606ad6dcd0
update user repos style
11 years ago
Unknown
8fb4b3afad
Add template func FileSize
11 years ago
Unknown
dfcae2a97a
Add repo list data, need front-end fix
11 years ago
Lunny Xiao
f047df6e2b
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Lunny Xiao
6bdd6f9b18
add size for file
11 years ago
Unknown
b3373aa8d3
Mirror fix
11 years ago
Unknown
f174633b36
Clean code
11 years ago
slene
0791d01513
update tmpl
11 years ago
Unknown
e9fdf1031d
Clean code
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
adb17791bd
Add basic render of public act
11 years ago
slene
2289ff20bf
That's one small step for man, one giant leap for gopher.
11 years ago
Lunny Xiao
d80f43ca81
bug fixed
11 years ago
Lunny Xiao
b27e8e87f8
add tree view
11 years ago
Lunny Xiao
607303e4de
add id
11 years ago
FuXiaoHei
d18237850c
add draft page for empty link
11 years ago
Unknown
398809b135
Combine UI and data in repo home page
11 years ago
FuXiaoHei
8d1fcdaf2c
repo page ui
11 years ago
Unknown
1ce17cce76
Add log.handle
11 years ago
Unknown
47edf7f4f9
Finish update password and profile
11 years ago
FuXiaoHei
9c0672e0dd
user update-password page ui
11 years ago
Unknown
52de63e7bb
Allow 1 letter usernames
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
FuXiaoHei
a8d8e72562
single repository setting page ui
11 years ago
FuXiaoHei
f65d8f9144
single repository page ui, add spec handler to get repo
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
af5435d586
Bug fix
11 years ago
Unknown
12f81de349
Finish delete user
11 years ago
FuXiaoHei
4f4ec9321f
dashboard ui
11 years ago
Lunny Xiao
b5cc4078a9
add repo list of dashboard
11 years ago
Unknown
fdc4151ff3
Finish create repo
11 years ago
FuXiaoHei
63d2f74c21
begin dashboard ui
11 years ago
FuXiaoHei
295cfd42aa
finish user delete page ui
11 years ago
FuXiaoHei
7f92579905
finish user delete page ui
11 years ago
Unknown
897329a644
Add add and delete SSH key
11 years ago
FuXiaoHei
efa039a0f7
finish ssh key pages ui
11 years ago
FuXiaoHei
46687f391c
ssh keys operation page ui
11 years ago
Unknown
76ce6f9848
Update repo.Create
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
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
FuXiaoHei
39ac95e5a2
nav ui for user logged
11 years ago
FuXiaoHei
d8a24aff8c
display login error message when login post error
11 years ago
Lunny Xiao
defcc9374b
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Lunny Xiao
0632198a40
add create repository button
11 years ago
FuXiaoHei
71bae3ebd3
ui for repo/create page
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
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
d4728fafaf
Able to config app name
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