Unknwon
41f103e240
#2115 more precise error message
9 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
9 years ago
Unknwon
169f0c7a68
force new INI version
9 years ago
Unknwon
f62646cb37
minor fix for #2113 and other locales
9 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.
9 years ago
Unknwon
2d1b897ae0
prepare release
9 years ago
Alex Myasoedov
1d4f3815a4
Fix misspelled words
9 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
9 years ago
Unknwon
12020f4d74
APIs: admin users
9 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
9 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago
Unknwon
8a4c9bdbc6
fix panic for #2045
9 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
9 years ago
Unknwon
4a4c3f83dd
minor fix for #2086
9 years ago
Unknwon
0d1e014628
fix #2085
9 years ago
Unknwon
639f9b5c41
fix #2083
9 years ago
Unknwon
04efaf4efd
#2071 Diff is not showing full content when has super long one line
9 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
9 years ago
Unknwon
b9d6c3da4a
update REMADE and locale
9 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.
9 years ago
Unknwon
2250edf7d8
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
9 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 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.
9 years ago
Unknwon
b8aaca0747
#1681 carry --config flag for builtin SSH
9 years ago
Unknwon
063c916837
wiki: finish pages
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
9 years ago
Unknwon
d921d5a37d
minor fix markdown post process
9 years ago
Unknwon
16ecc0a9c0
more link fix
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
b9303efd7c
fix #2020
9 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
9 years ago
Unknwon
77b9822647
more HTTP clone word fix
9 years ago
Unknwon
549f196be9
fix #2013
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
43b9b14520
fix possible panic
9 years ago
Unknwon
351ac1728d
remove tags redis and memcache
9 years ago
Unknwon
c76b07701f
update locales
9 years ago
Unknwon
d0b25eaf74
HTML render fix
9 years ago
Unknwon
a0a4125989
fix #1383
9 years ago
Unknwon
fd3da40851
fix #1873
9 years ago
Unknwon
8b6b23a40d
better escape char handle
9 years ago
Unknwon
95b10e3b07
fix #1119 and data race in timming tasks
9 years ago
Unknwon
b93fbc017a
better error message
9 years ago