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
Alexey Makhov
642b2e74a8
remove not using vars
10 years ago
Alexey Makhov
dabc9f4991
gitlab-like hash naming
10 years ago
Stefan-Code
ce7e96765e
Merge branch 'dev' of https://github.com/gogits/gogs into dev
10 years ago
Stefan-Code
83a8ad573b
changed repo-clone-url behaviour for bare repo
10 years ago
无闻
e507ef770f
Merge pull request #962 from phsmit/dont_mention_php
Remove the "PHP" style formatting function
10 years ago
Peter Smit
2bb8323ab5
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
327d3cd26f
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
16bfbe24e7
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