Angus Gibson
d7f35563a2
Reword messages for PR auto merging ( #2117 )
10 years ago
Unknwon
c629ae8166
#1943 Able to config fsck timeout
10 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
10 years ago
Unknwon
e2c8e58a5c
unified name: IsViewBranch, IsViewCommit and IsViewTag
10 years ago
Angus Gibson
410e968fe1
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.
10 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
10 years ago
Unknwon
41f103e240
#2115 more precise error message
10 years ago
Adam Strzelecki
381f571952
Allow pre-receive hook customization
This hook can be used for example to reject too large commits and it is
executed before "update" hook, used exclusively by Gogs to update its state.
https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
10 years ago
Unknwon
169f0c7a68
force new INI version
10 years ago
Unknwon
f62646cb37
minor fix for #2113 and other locales
10 years ago
Adam Strzelecki
a1de908dad
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.
10 years ago
Unknwon
2d1b897ae0
prepare release
10 years ago
Alex Myasoedov
1d4f3815a4
Fix misspelled words
10 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
10 years ago
Unknwon
12020f4d74
APIs: admin users
10 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
10 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
10 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
10 years ago
Unknwon
8a4c9bdbc6
fix panic for #2045
10 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
10 years ago
Unknwon
4a4c3f83dd
minor fix for #2086
10 years ago
Unknwon
0d1e014628
fix #2085
10 years ago
Unknwon
639f9b5c41
fix #2083
10 years ago
Unknwon
04efaf4efd
#2071 Diff is not showing full content when has super long one line
10 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
10 years ago
Unknwon
b9d6c3da4a
update REMADE and locale
10 years ago
Adam Strzelecki
d461afdc62
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.
10 years ago
Unknwon
2250edf7d8
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
10 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Adam Strzelecki
6b10567eef
Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
10 years ago
Unknwon
b8aaca0747
#1681 carry --config flag for builtin SSH
10 years ago
Unknwon
063c916837
wiki: finish pages
10 years ago
Unknwon
7943f3f40e
wiki: finish edit
10 years ago
Unknwon
42d8bbe23e
wiki: finish new
10 years ago
Unknwon
43eda8feb3
introduce git-shell
10 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
10 years ago
Unknwon
92c67cd672
Wiki: UI for page new
10 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
10 years ago
Unknwon
d921d5a37d
minor fix markdown post process
10 years ago
Unknwon
16ecc0a9c0
more link fix
10 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
b9303efd7c
fix #2020
10 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
10 years ago
Unknwon
77b9822647
more HTTP clone word fix
10 years ago
Unknwon
549f196be9
fix #2013
10 years ago
Unknwon
a14c20813c
fix #650
10 years ago
Unknwon
43b9b14520
fix possible panic
10 years ago
Unknwon
351ac1728d
remove tags redis and memcache
10 years ago
Unknwon
c76b07701f
update locales
10 years ago