Unknwon
991ce42c48
#2162 improve repository advance options UI display
...
Enable/disable input based on user chosen options for wiki and issue tracker.
9 years ago
Okunev Yu Dmitry
55b4e77a5e
Fix of template error in "/:owner/:repo/pulls" ( #3343 )
...
If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:
template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link
This commit fixes that.
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
9 years ago
Unknwon
899e799459
#1601 support delete issue comment
9 years ago
Unknwon
2295fafb34
repo/settings/options: take naming style examples out of locale string
9 years ago
Unknwon
1f2e173a74
Refactor User.Id to User.ID
9 years ago
Unknwon
024fcc836b
Minor HTML fix for delete repository notice
9 years ago
Unknwon
26d52ceb48
#3186 fix wrong link for new pull request button of non-fork repository
9 years ago
Unknwon
c912494609
#3076 detect invalid tag name git error
9 years ago
Siarhei Navatski
cf85e9eb7b
add IsSubmodule field to DiffFile and hide view file button on diff page for submodules ( #3097 )
9 years ago
Unknwon
b0eb47cb1c
Fix misselection of issues view type
9 years ago
Unknwon
971e2c3bd6
Upgrade octicon to 4.3.0
9 years ago
Unknwon
3d93532c87
#3274 fix can't get webhook detail of organization
9 years ago
Unknwon
7ca5f8f119
models/repo: remove redundant info for some repo methods
...
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
9 years ago
Richard Mahn
7796c9e122
Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui ( #3267 )
9 years ago
Kim Carlbäcker
f4ab50501e
[Fix] Don't display way too large files #1513 ( #3253 )
...
* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge
9 years ago
Unknwon
fdcca9292e
#2458 fix emoji been rendered inside raw content area
9 years ago
Unknwon
a1f717f65a
Update locale
9 years ago
Unknwon
9fcf66f0e0
Minor fix for #3246
9 years ago
Pablo Saavedra
98b152030d
The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )
...
Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
9 years ago
Pheng Heong TAN
467d7dacb6
Modify behaviour of repo-delete. ( #3232 )
...
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
9 years ago
Andrey Nering
743d22669a
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Andrey Nering
6efb1e5626
Localize collaboration settings. ( #3100 )
...
Closes #2764
9 years ago
Unknwon
73b4acbb63
Update glide.yaml
9 years ago
Kim Carlbäcker
3df8eb60e3
PDF-Previews in file-lists now working ( #3000 )
9 years ago
Cosmin Stroe
ba314a7a36
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
9 years ago
Unknwon
a27c6f4b75
#2916 fix sort' field missing on issue pagination link
9 years ago
Unknwon
9a5a27ea8d
Improve repository lable style
...
- add border-radius to filter list items
- use color as background of label for issue/pull view page
9 years ago
Odin Ugedal
c9321550e0
Add prorper escaping of url in issue form
9 years ago
Odin Ugedal
ac390d28b8
Fix problems with '#' in branchname
...
Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822 .
9 years ago
Unknwon
c6277cce51
Minor fixes for #2761
9 years ago
Unknwon
6530375dbf
Merge pull request #2761 from soudy/grey-out-merge-commit
...
Grey out merge commits
9 years ago
Unknwon
0e9bc2d410
Fix pull request availability check
9 years ago
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 years ago
Unknwon
045f14fbd0
#1146 finsih UI work for access mode of collaborators
...
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
9 years ago
Steven Oud
1d3ec27cb7
Put if statement of grey merge commits on one line
9 years ago
Steven Oud
a0cd59bd0e
Grey out merge commits
9 years ago
Unknwon
dfd6f8f7ab
Merge pull request #2757 from joshfng/fix-fork-relative-url
...
Use relative url when showing forked from
9 years ago
Josh Frye
275464e7fb
Use relative url when showing forked from
9 years ago
Unknwon
2d2d85bba4
#1597 support pull requests in same repository
9 years ago
Josh Frye
2f228ddf31
Update delete wiki page route
9 years ago
Josh Frye
1ca171dbe9
Add ability to delete single wiki pages.
9 years ago
Unknwon
dfbda48afc
Merge pull request #2738 from andreynering/emogify
...
Render emojis in more places.
9 years ago
Unknwon
260723e2cc
Minor fixes for #2745
9 years ago
Josh Frye
f3358f5927
Repo setting to delete and disable wiki
9 years ago
Andrey Nering
13e71acadf
Render emojis in more places.
9 years ago
Unknwon
42a556a082
Merge pull request #2722 from chriswatt/hidewikidlbutton
...
Hide the download archive button when viewing wiki pages
9 years ago
chriswatt
a71a5bfeb4
Remove download archive button on wiki pages
9 years ago
chriswatt
548440b48f
Change colour of numbers on pull request tabs if greater than zero
9 years ago
Lukas Dietrich
c0eaae200e
Add ForegroundColor for labels
9 years ago
Andrey Nering
d160c7e565
Little refactoring of diff highlight.
...
Moving cache variable to template instead of in the struct.
9 years ago
Unknwon
7140dbac95
Fix #857
9 years ago
Unknwon
a703f7d7b4
Merge pull request #2647 from andreynering/issue-template
...
Implement issue and pull request templates
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
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
chriswatt
d710b5e791
Fix when repo is empty
9 years ago
chriswatt
c47866b34a
Add grey bg to tabs on repo page
9 years ago
Martin Hartkorn
15d37b7a95
Refactored according to suggestions
9 years ago
Martin Hartkorn
3650bd8528
Convert mirrors to regular repositories.
9 years ago
chriswatt
af8e323248
Fix tab index on new issue/comment form
9 years ago
Unknwon
b09ddc72d2
Merge pull request #2581 from chriswatt/committab
...
Make commits tab active when on diff page
9 years ago
chriswatt
a881f776d0
Make commits tab active when on diff page
9 years ago
Andrey Nering
2bfb8bb5fd
Enable sintax highlighting on diff view. Close #733
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
d568019306
Remember last selected clone protocol, and establish uniform order (https, ssh)
9 years ago
Unknwon
566163ab82
Merge pull request #2502 from bkcsoft/fix/split-view-diff
...
Split view fixed
9 years ago
Kim "BKC" Carlbäcker
96dee1c354
Split view fixed
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
b921161666
Name popup
9 years ago
Kim "BKC" Carlbäcker
2cc1ee3fc0
Implemented participant-listing for issue-pages
9 years ago
Unknwon
d1675c2701
fix CSS of branch dropdown when view commits under revision
9 years ago
Adam Strzelecki
41fdaabcf7
commit.RefUrl expects AppUrl argument
...
This is fixup for ea375c0dcc
. The bug was not
visible because commit.RefUrl was always returning empty url due regression
described in https://github.com/gogits/git-module/pull/4
9 years ago
Unknwon
bcf6aed452
Merge pull request #2335 from andreynering/highlight-diff
...
Highlight diff
9 years ago
Unknwon
cc8c67ff29
fix markdown autolink error
9 years ago
Andrey Nering
81ed5c4bee
Declaring specific types for enums constants.
...
This makes the code more strict since you can't assign or compare
values of different types without proper cast.
9 years ago
Andrey Nering
73474c043b
Highlighting differences of lines in the diff view.
9 years ago
Kim "BKC" Carlbäcker
2087156119
Removed opticon-fold
9 years ago
Kim "BKC" Carlbäcker
3870a7a3c8
merged split/unified templates
9 years ago
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
4e6d048ba1
i18n-fix for split-view
9 years ago
Kim "BKC" Carlbäcker
0df39b33eb
Implement Split Diff-View
...
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon
93f03707a7
#2283 set text/plain for non-binary files in raw mode
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
3bcdb3855c
#2250 Use HTTP/HTTPS as default clone option
9 years ago
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
eb918c2368
fix only admin can view milestone desc
9 years ago
Unknwon
ea375c0dcc
new template func
9 years ago
Unknwon
7509fa2c33
improve get commits performance
9 years ago
Unknwon
351dfc95a9
prepare release
9 years ago
Unknwon
40f3142264
#2114 External URL for wiki
9 years ago
Unknwon
c3440c4dd3
#2035 Show author e-mail in commit diff
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
Unknwon
120cd4e471
#1984 Better mirror repo management
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
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
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
f0ee33267c
fix #2102
9 years ago
Unknwon
1ee7c33e93
template fix
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
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
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
5572884c6b
fix #2057
9 years ago
Unknwon
830d000667
finish wiki
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
b2fb7e3fd2
more HTTP clone word fix
9 years ago
Unknwon
efaf60ba5a
fix #2013
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
987dcc5372
fix #1383
9 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
9 years ago
Unknwon
81d7359fdd
fix #1981
9 years ago
Unknwon
ff5f14431e
fix #1448
9 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
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
6a664e88c7
#1854 show issue content
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
1b5e1bebc2
fix #1886
9 years ago
Unknwon
6f0a41b8b2
#1511 Allow local import only for admin users
9 years ago
Unknwon
0af035c37e
#1078 not show bin when rename a file
9 years ago
Unknwon
bc82157216
fix #1078
9 years ago
Unknwon
022820103d
#1657 allow forcing all private repos
9 years ago
Unknwon
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
fc7959d3bc
New/reopen PR checks if there is any unmerged and open 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
无闻
befed9c20c
Merge pull request #1662 from SergioBenitez/develop
...
Commit messages now rendered with line breaks and prefix spacing.
9 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
923873db85
fix possible XSS in view issue page
10 years ago
Unknwon
c7ac237b57
fix css
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
31e7b0f588
#1599 status button mrigin-right
10 years ago
Unknwon
cc83043edc
minor fix on template
10 years ago
Unknwon
24658fcbdd
#633 dix suburl
10 years ago
Unknwon
119dec51f2
Mirror repository should not allow fork
10 years ago
Unknwon
1c2dbd7183
fix dropdown style
10 years ago
Unknwon
5c5ccddb02
fix buttons style
10 years ago
Unknwon
c0a899b151
css fix
10 years ago
Unknwon
83dc2468f5
finish initial version of pull request
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
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
17c2d1fc7c
fix dashboard 500 when no issues at all
...
- update locales
- update README
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
9ef063cbb0
change checkbox ui
10 years ago
Unknwon
55ddf225bb
webhook APIs
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
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
45c2b4bd76
fix HTML
10 years ago
Unknwon
f808df5a7b
new user dahsboard issues
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
4c7b6414eb
new access token UI
10 years ago
Unknwon
2493454587
new delete account UI and password confirmation
10 years ago
Unknwon
81b8427438
new UI on admin/monitor
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
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
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
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
89c2bd4a0d
finish create issue attachment UI
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
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
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
9d414d4dd9
remove Index field of milestone
10 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
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
9311a9858a
milestone: pagination
10 years ago
Unknwon
e7f015db8c
fix template
10 years ago
Unknwon
04458d49a0
milestone: list view
10 years ago
Fernando San Julián
b92bb77b54
autofocus for new and edit issue forms
10 years ago
Fernando San Julián
4bfc71c73f
pagination in repo issues page only if needed
10 years ago
Vladimir Vissoultchev
2bb1fb8f44
Use EscapePound in link hrefs in diff/file views
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
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
无闻
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
Unknwon
03011ed307
fix suburl for js
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
5cf3732339
UI: install - new version
10 years ago
Unknwon
8061447f0e
#1114 'New Release' always visible
10 years ago
Unknwon
75cbb32b1e
UI compatibility
10 years ago
Unknwon
4aecaf7488
#1082 : missing link for help
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
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
10e4b5b6c6
Merge branch 'access' of github.com:gogits/gogs into access
10 years ago
Unknwon
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
10 years ago
Alexey Makhov
d2f439a241
fix typo mistake
10 years ago
Alexey Makhov
c0ad512398
remove not using vars
10 years ago