Lunny Xiao
|
3cf1976ae9
|
Merge pull request #1226 from nice-software/wip/pam
Add PAM authentication
|
10 years ago |
Paolo Borelli
|
55df399598
|
Add PAM authentication
|
10 years ago |
Lunny Xiao
|
4fa884744e
|
Merge pull request #1210 from acusti/patch-1
Wrap remember me text and checkbox in a label
|
10 years ago |
Dhuan
|
7e7dc21433
|
Fix HTML indentation
|
10 years ago |
Dhuan
|
e3ae3c7c10
|
Display author's name on explore page
|
10 years ago |
Andrew Patton
|
bfa27e5b6d
|
Match naming convention on page (checkbox→chk)
|
10 years ago |
Andrew Patton
|
3e2c4144e6
|
Wrap remember text+checkbox in label; close #1209
|
10 years ago |
Unknwon
|
f93beaba3b
|
#1073 #1162 issue ID constraint failed
|
10 years ago |
Unknwon
|
e72eba3ae1
|
fix #1156
|
10 years ago |
Unknwon
|
f84e8f7ca6
|
mirror fix of #1105
|
10 years ago |
Unknwon
|
a773e1800e
|
#1114 'New Release' always visible
|
10 years ago |
Unknwon
|
8f0c7642e6
|
#1124 LDAP add and edit form are misleading
|
10 years ago |
Unknwon
|
aa9a72602c
|
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
|
10 years ago |
Unknwon
|
d7027077ec
|
#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
|
a62f116b02
|
#1080: Remove footer ads/branding from default template
|
10 years ago |
Unknwon
|
0f9a1090bb
|
UI compatibility
|
10 years ago |
Unknwon
|
7467593230
|
add sr-only class, change to new tag line
|
10 years ago |
Unknwon
|
8ab97f0f65
|
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
|
10 years ago |
无闻
|
895970f115
|
Merge pull request #1091 from sapk/fix-ng-issue-pages
Apply ng to issue dashboard
|
10 years ago |
Unknwon
|
b3a8321da0
|
#1094: fix locale
|
10 years ago |
Antoine GIRARD
|
2df4510d70
|
Apply ng to issue dashboard
|
10 years ago |
Unknwon
|
a6c8247633
|
prepare for 0.6 release
|
10 years ago |
Unknwon
|
798ea03317
|
#1082: missing link for help
|
10 years ago |
Unknwon
|
ca0b8b7cc5
|
#1064: X-Gogs-Event header is empty
|
10 years ago |
Unknwon
|
4bcbfc2916
|
#851: Edit Account does not take into consideration password rules
|
10 years ago |
Unknwon
|
0fa1c5ae0f
|
#1040: dashboard no longer accessible when repo is missing
|
10 years ago |
Unknwon
|
28645f79bc
|
Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"
This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing
changes made to 80b23854bc .
|
10 years ago |
Nolan Darilek
|
a1a87bf999
|
Add additional accessibility text to repository navbar.
|
10 years ago |
Nolan Darilek
|
b9b25aaa80
|
Various accessibility fixes, mostly labeling icons.
|
10 years ago |
Unknwon
|
34b1e21d1f
|
Merge branch 'develop' of github.com:gogits/gogs into develop
|
10 years ago |
Unknwon
|
a4b13652a7
|
#988: fix one missing duplicated prefix
- update some locale files
|
10 years ago |
Sternik
|
416c93b953
|
Fix for deleting user when gogs instalation is on http://hostname/gogs
|
10 years ago |
Unknwon
|
c3e009ad21
|
#988: GetRepoLink already contains AppSubUrl
|
10 years ago |
Unknwon
|
c61a100b93
|
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
|
10 years ago |
Unknwon
|
80667e87b6
|
remove unused scripts and simplify migrate form definition
|
10 years ago |
Filippo Valsorda
|
0d8a70e957
|
Handle submodules without a .gitmodules entry - fix #1023
|
10 years ago |
Unknwon
|
9090e6b47f
|
home: new UI
|
10 years ago |
Unknwon
|
5d625e884f
|
cmd/serve.go: remove useless code
|
10 years ago |
Unknwon
|
164ed7fe1e
|
Merge branch 'access' of github.com:gogits/gogs into dev
|
10 years ago |
Unknwon
|
1d80e7bfbd
|
models: done testing on new access system
|
10 years ago |
Unknwon
|
08b8901cd9
|
models: fix issue with transfer repository
README: fix typo
|
10 years ago |
无闻
|
59233609d4
|
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
|
10 years ago |
Unknwon
|
56a29ce158
|
v4 migration, merge 'dev', clean code and mirror fix
|
10 years ago |
Unknwon
|
df64dcfdfd
|
Merge branch 'access' of github.com:gogits/gogs into access
|
10 years ago |
Unknwon
|
5a7bca797c
|
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
|
f6e65b5e06
|
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
|
51da9e41f0
|
routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
|
10 years ago |
Unknwon
|
82766e2c19
|
templates/org/home.tmpl: fix org member can't see public repo
|
10 years ago |
Unknwon
|
700626f527
|
templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
|
10 years ago |
Alexey Makhov
|
0d33a62765
|
fix typo mistake
|
10 years ago |