Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
5c3cac3bc0
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
Andrew Youngwerth
a8377d8ded
Fixed minor gramatical error in the us install success msg
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
Unknwon
1cb57b1a44
#1094 : fix locale
10 years ago
Unknwon
deee2d5fa8
#1069 : Copyright violations
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
0720d3988f
#988 : GetRepoLink already contains AppSubUrl
10 years ago
Unknwon
4b9fb43a70
home: new UI
10 years ago
Unknwon
a6a2f59d1d
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
Unknwon
d446be9f5f
models: mirror fix on #964
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
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
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
Unknwon
d02e45f985
better naming on #891
10 years ago
Unknwon
6a23252edc
able to allow insecure certification of webhook for #891
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
Raphael Randschau
92036a78d1
Add locales (en/de native, rest -> translate.google.com)
10 years ago
Unknwon
0a2068d7fb
models: code fix on #818
10 years ago
无闻
cd6376f093
Merge pull request #818 from fzerorubigd/master
...
add a function to rewrite all public keys on admin request
10 years ago
Unknwon
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
0e286a0ca9
fix locale
10 years ago
Unknwon
9fa287e4f7
update locale
10 years ago
Dominik Schulz
50d91f3b6a
Make help text for email listing a little more helpful.
10 years ago
fzerorubigd
6643647687
add afunction to rewrite all public keys on admin request
...
refs #763
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
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Unknwon
d75013a0e8
fix #580
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
2d8c414f8c
Fix #635
10 years ago
Unknwon
32dcaefafa
fox #620
10 years ago
Unknwon
9e22840483
fix #622
10 years ago
Unknwon
8c9338a537
add personal access token panel #12
10 years ago
Unknwon
e0de6cb5ad
work on #616 and update locales
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
283c81316c
locale fix
10 years ago
Unknwon
c7f56d7483
Fix #584
10 years ago
Unknwon
452ccff81c
Mirror fix on add ssh key
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
Unknwon
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
85c9f7c5f3
Issue: Show error prompt when add repository to team and it does not exist #533
10 years ago
Unknwon
1aa76bd279
Fix #532 , add system notice
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
Unknwon
a046a31d2b
UI: Confirmation box
10 years ago
Unknwon
49193bebd2
UI: Confirmation box
10 years ago
Unknwon
ad2ab6d214
Add modal to change username
...
Signed-off-by: Unknwon <joe2010xtmf@163.com>
11 years ago
Unknwon
10673417dc
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
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
11 years ago
Unknwon
a1109e6fbc
Page: Repository home page
11 years ago
Unknwon
063aacd436
UI: Use tooltip not alert when copy clone URL
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
b9560374cd
UI fix
11 years ago
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
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
Christopher Brickley
8d2fe064c5
modify grammar undo -> undone
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Unknwon
676bd764fa
UI: SSH/HTTPS address switch and copy
11 years ago
fanningert
85e01bfe01
Update locale_en-US.ini
...
Double entry of "config.log_config"
11 years ago
Unknwon
9bc63bda7d
Finish all new admin pages.
11 years ago
fanningert
32760ba49d
Update locale_en-US.ini
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
74b31566cf
Finsih add/remove repo in organization
11 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
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
36b4c57ff1
Finish new organization members and invitation page
11 years ago
fanningert
202a29a475
Correct type issue in locale_en-US.ini
11 years ago
fanningert
ccc20f7c70
Correct type issue in locale_en-US.ini
11 years ago
fanningert
ba8b6f5d78
Correct some type issues
11 years ago
fanningert
872cd0d3bd
Correct some type issues
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago
rojaro
371372d65d
Update locale_en-US.ini
...
Fixed typo
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
9a1d5d2489
Finish new web hook pages
11 years ago
Unknwon
9820b8e134
Finish new hooks list page
11 years ago
Unknwon
e8c9bb2c66
Finish new collaboration page
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago
Unknwon
dabf5b057c
Finish new migrate page
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
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago