Unknwon
a2ef9a2b64
update locale
9 years ago
Unknwon
91bab801aa
#2349 try to handle []int8 case
9 years ago
Unknwon
ca35ddd078
fix #2350
9 years ago
Unknwon
0cb7396840
update locale
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
Unknwon
7392b6a755
fix #2327
9 years ago
Unknwon
13fe733037
#2264 use monospaced font for commit IDs in news feeds
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
53eb37d529
fix #1436
9 years ago
Unknwon
09c981846b
update locales
9 years ago
Unknwon
1d95844d55
prepare release
9 years ago
Unknwon
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
9 years ago
Toni
d7b924f17d
Minor typo in en-US locale
...
metadata*
9 years ago
Unknwon
7786cb76f3
fix #2205
9 years ago
Unknwon
8ecbf0f16d
fix #2204
9 years ago
Toni
fd79fad2ec
Fix typo
...
take*
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
e444a67d59
update locales
9 years ago
Unknwon
0cce4439ce
#2154 minor fix
9 years ago
Unknwon
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
9 years ago
Unknwon
98da7241a0
fix sqlite3 cannot create repo
9 years ago
Unknwon
40f3142264
#2114 External URL for wiki
9 years ago
Julien Pivotto
5b2afd8ec8
Minor typo in en-US locale: gloabl -> global
9 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
df5ed64cca
#1301 "read-only" users
9 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
9 years ago
Unknwon
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
9 years ago
Unknwon
bd5dc626e8
Merge pull request #2139 from angus-g/fixes/pr-messages
...
Reword messages for PR auto merging (#2117 )
9 years ago
Angus Gibson
626dc1f0bd
Reword messages for PR auto merging ( #2117 )
9 years ago
Adam Strzelecki
b886fb4bf0
LOCAL_ROOT_URL for workers accessing web service
...
Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In
most cases you do not need to change default http://localhost:HTTP_PORT/ . You
may need to alter it only if your ssh server node is not the same as http node,
eg. running behind proxy on different node than web server.
--- 80 public port -> 8080 -- web server node
/
public proxy --<
\
--- 22 public port -> 10022 -- ssh server node
This option is not intended to be accessible via web GUI settings, since it is
unlikely someone needs to change it to somethings else than default
http://localhost:HTTP_PORT/ which should work for most of the cases.
But this should land into the documentation somewhere.
fixup
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
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
3ffbb54337
minor fix for #2113 and other locales
9 years ago
OhDaeto
b7508b06fa
Update locale_ru-RU.ini
9 years ago
OhDaeto
2a0db47935
Update Russian translation
9 years ago
Unknwon
b5f6206a65
prepare release
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
f41360d864
#2052 advanced select ops for system notices
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago
Adam Strzelecki
a9a386a1e5
Translation: Add missing entry for new "code" tab
...
We have new tab, but we had no entry. That's why it was showing "code"
(lowercase) as this is text id, where we were expecting properly title cased
"Code" to be shown in English version.
Also add Polish translation "code=Kod".
9 years ago
Unknwon
4a64ae4abf
fix #2083
9 years ago
Unknwon
91ae2ad28b
Merge pull request #2081 from angus-g/en-trans
...
Update English translations
9 years ago
Angus Gibson
db30ea03d8
Fix casing in English translation
9 years ago
Unknwon
0be8b1b1a1
#2052 Ability to batch delete system notices
9 years ago
Angus Gibson
d45302a6ba
Update English translations
...
Just some phrasing changes to make the English translations sound more natural.
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
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
2b10fdc4dc
Wiki: UI for page new
9 years ago
Unknwon
253513cedd
prepare for release
9 years ago
Unknwon
144663a3cf
allow admin to migrate for any user/org
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
cefc50b278
update locales
9 years ago
Unknwon
987dcc5372
fix #1383
9 years ago
Unknwon
6a66e5fc98
better error message
9 years ago
Unknwon
481be9b5c9
update locale #1965
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
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
9a0902523b
fix #1987
9 years ago
Unknwon
62533560ce
fix #1988
9 years ago
Unknwon
ff5f14431e
fix #1448
9 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
18de67380c
fix #1958
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
523dc8b613
prepare release
9 years ago
Unknwon
18c841050b
fix 1540 and experimental SSH server support
9 years ago
Unknwon
676d774d88
fix #1902
9 years ago
Unknwon
6f0a41b8b2
#1511 Allow local import only for admin users
9 years ago
Unknwon
8e262f3ec4
update locales
9 years ago
Unknwon
92535c9df0
update some libs
9 years ago
无闻
50058b3c6d
Merge pull request #1871 from Gibheer/config_minimum_key_sizes
...
move minimum key sizes to config
9 years ago
Unknwon
b0226a1d05
fix #1831
9 years ago
Unknwon
cb100c7781
work #1705
9 years ago
Unknwon
5cad124704
fix #1697
9 years ago
Unknwon
940898a3ff
minor fix for #1865
9 years ago
Matt Arnold
c7eaf96b37
Translation for invalid milestone due date format ISO 8601 fix.
9 years ago
Gibheer
b90b0c1191
move minimum key sizes to config
...
This moves the minimum key sizes into the config file, so that anyone
can modify the restrictions.
9 years ago
Unknwon
7d72c8333e
work on #470 and fix miror JS issue when choose targets on compare and pull
9 years ago
Unknwon
4f0e31e96d
update README
9 years ago
Unknwon
f5689ee3a5
update locale
9 years ago
Unknwon
87c3c8172a
#1711 try to indicate sqlite session issue when merge
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
63e6e31271
add config and update locale
9 years ago
Unknwon
71d8ff247d
update some locales
9 years ago
Unknwon
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
f17b746a01
update locale
9 years ago
Unknwon
fc7959d3bc
New/reopen PR checks if there is any unmerged and open PR
9 years ago
Kunal Mehta
9573f9afe9
Simplify disable Gravatar preference wording
...
"Enable this to disable..." is needlessly confusing, simplify it by being
upfront that this setting disables the Gravatar fetching.
9 years ago
Unknwon
b5e6af9587
update locale
9 years ago
Unknwon
4465c58f4b
new quick start page
9 years ago
Unknwon
c60d8bc069
update locales
9 years ago
Unknwon
d5ad4e1141
prepare release
9 years ago
Unknwon
6dfee30bf0
#1602 Wrong commit order on issue page when pushing multiple commits
9 years ago
Unknwon
21e13cb51e
#1525 Triggere mailer for admin created accounts
9 years ago
无闻
84c727ae66
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
...
Fix admin repos new ui
9 years ago
无闻
ee1256cf74
Merge pull request #1691 from sapk/fix-admin-organization-new-ui
...
Fix admin organization new ui
9 years ago
Antoine GIRARD
dfc16d0879
Fix admin repos new ui
9 years ago
Antoine GIRARD
c98dad1cf3
New admin organization UI
9 years ago
Unknwon
0d5e57e4ae
#1689 minor fixes and update locale
9 years ago
Antoine GIRARD
14a1101139
New admin notice UI based on user list example
9 years ago
Unknwon
69b1d65c9b
remove unused file and update locale
10 years ago
Unknwon
2340bb1ed2
update locales
10 years ago
Unknwon
86d3c5cbb3
update Docker info
10 years ago
Unknwon
3fb1b6a608
drop oauth2 feature support
10 years ago
Unknwon
9d36fc6986
finish new auth e-mails
10 years ago
Unknwon
373731f5e8
user gomail and new activate account email tpl
...
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
10 years ago
Unknwon
e75fd2f783
simplify names
10 years ago
Unknwon
2729eb998c
#1646 and other minor fixes
10 years ago
Unknwon
2d1bb0cf49
#1633 admin delete user
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
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
be89802bd8
new admin user list UI
10 years ago
Unknwon
362d64df04
#1620 add allowed domains for SMTP auth
10 years ago
Unknwon
121a81a2c5
finish new edit auth UI
10 years ago
Unknwon
0617448282
finish new add auth UI
10 years ago
Unknwon
fa728d8dff
more minor fix on 1581
10 years ago
Unknwon
26ac016b9f
minor fix on #1581
10 years ago
Unknwon
cbd6276200
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
...
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
52ec80fa18
finish all new user settings UI
10 years ago
Sergio Benitez
964d0262ff
Merged conflicts.
10 years ago
Unknwon
56eb252098
#1593 fix repo name router bug
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
edc99bc8a4
new org options UI
10 years ago
Unknwon
80701d45bb
#1193 Make organization emails non-mandatory
10 years ago
Unknwon
e885d34aa6
update locales
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
6a5c87afdd
prepare 0.6.9 release
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
ebf1bd4f51
add view pull desc
10 years ago
Unknwon
8c046073a8
work on PR conversation
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
90a6553c37
#1009 Config option for preserving hard line breaks
10 years ago
Unknwon
7714e792a4
minor fixes on #1551
10 years ago
Unknwon
17c2d1fc7c
fix dashboard 500 when no issues at all
...
- update locales
- update README
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
ea454c21f7
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Unknwon
55ddf225bb
webhook APIs
10 years ago
Unknwon
f509c59ac1
new create webhook event
10 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
10 years ago
Unknwon
4cfa2ca40d
#1474 Edit New issue UpdateGravatarSource() assumes insecure protocol
10 years ago
Unknwon
a7686e8749
#1203 bundle jquery with gogs
10 years ago
Unknwon
23f42d92c9
add webhook recent deliveries
10 years ago
Unknwon
fc2d0e5470
fix locale
10 years ago
Unknwon
ce386cfb61
fix suburl
10 years ago
Unknwon
2881456421
new webhooks list UI
10 years ago
Unknwon
4330c1f0d8
update locale and org dashboard navbar
10 years ago
Unknwon
f808df5a7b
new user dahsboard issues
10 years ago
Unknwon
a104248792
update locales
10 years ago
Young Hu
44aab7af87
错误字符修正
10 years ago
Unknwon
062adbed8a
add confirmation to delete ssh key
10 years ago
Unknwon
78b717f202
update locales
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
无闻
2b393f5b03
Merge pull request #1507 from cloudron-io/develop
...
Set IsAdmin using LDAP
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
Ralph-Wang
feed2b61ee
add newline at the end of file for each gitignore
10 years ago
Unknwon
03b85b73af
token recent activity
10 years ago
Unknwon
4c7b6414eb
new access token UI
10 years ago
Unknwon
b1696665bd
make cron task configurable
10 years ago
Unknwon
875f917771
update locales
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
77ade6855d
fix style and locale name
10 years ago
Unknwon
a8a2992758
update locale and TRANSLATOR
10 years ago
Morten Klim Sørensen
51473f7bfe
Update TRANSLATORS
10 years ago
Unknwon
c7d5e1f182
clean file and update locales
10 years ago
Unknwon
e633425f27
#1180 and #1250 : migration
10 years ago
Unknwon
b35d7eee31
update locale
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
Gregor Santner
e892cdb1b4
Updated Translators
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
0ec7d1539b
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
10 years ago
无闻
7666e2256b
Merge pull request #1478 from yaggytter/japanesetypo
...
fixed chinese character to japanese KANJI
10 years ago
Unknwon
133b19d0c5
finish view comments on issue page
10 years ago
yaggytter
38e11b4f68
fixed chinese character to japanese KANJI
10 years ago
Sergio Benitez
7d84d4a8f0
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
ab2d0b3b44
add comment form UI
10 years ago
Unknwon
b4c0b7b98b
finish view issue without comments and ops
10 years ago
Unknwon
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
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
Unknwon
75aff60c90
finish create issue with milestone and assignee
10 years ago
Unknwon
09a1b2a1f5
finish create issue with milestone
10 years ago
Unknwon
17de3ab0a3
add migrate from issue.label_ids to issue_label
10 years ago
无闻
8f2a184e04
Merge pull request #1457 from jqs7/customAvatar
...
add custom avatar source support
10 years ago
Jqs7
16f74b62b9
custom avatar source
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
7372042441
list view: issue, label, milestone
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
9db4acc62e
improve fork process
10 years ago
Unknwon
9ba0d8b87a
update locale
10 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
10 years ago
Unknwon
9f12ab0e88
update locale
10 years ago
Unknwon
77dcef0cab
fix milestone format parse
10 years ago
Unknwon
0705f55ce0
finish new milestone page
10 years ago
Unknwon
74bd6b939c
milestone: edit
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
04458d49a0
milestone: list view
10 years ago
Unknwon
03011e31fe
update locale and .gopmfile
10 years ago
Unknwon
b983912fce
add italian support
10 years ago
Unknwon
c541938a3d
update locale and prepare for 0.6.3 release
10 years ago
Unknwon
72377c721c
update gopmfile
10 years ago
Unknwon
589618c8a5
better paging
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
752b527152
update Chinese locale
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