1092 Commits (045f14fbd0e3553521f5092cf839be363c74a090)

Author SHA1 Message Date
Unknwon c62a6b7a12 #2014 allow switch branches between two orgs in compose PR 9 years ago
Unknwon 53eb37d529 fix #1436 9 years ago
Unknwon 2d3ecbe5b2 make mailer log more verbose 9 years ago
Unknwon 09c981846b update locales 9 years ago
Unknwon 037a01c4e4 fix #2189 9 years ago
Unknwon 1d95844d55 prepare release 9 years ago
Unknwon 1e7e092992 #2103 Ability to map extensions for syntax highlighting in config 9 years ago
Unknwon 9cd16c5b12 #1692 add organization APIs 9 years ago
Unknwon 6673dcb038 #2103 #2181 improvments of highlight class name 9 years ago
Unknwon b117befc2b #1692 add user email APIs 9 years ago
Unknwon 8ecbf0f16d fix #2204 9 years ago
Unknwon 19423957b1 rename import path 9 years ago
Unknwon ea375c0dcc new template func 9 years ago
Unknwon acdb4d8bdd Drop Go 1.3 support 9 years ago
Unknwon 95f9c85bcc #2185 use Go sub-repo to detect encoding 9 years ago
Bruno 9a27e5ccdc ignore invalid env 9 years ago
Unknwon 7e88420bc6 #2161 fix wrong regexp 9 years ago
Unknwon 5911fc3512 #2161 No issue linking in commits when issue number in brackets 9 years ago
Unknwon e444a67d59 update locales 9 years ago
Unknwon 59c965a5ec #2156 admin able to edit organization max repo creation 9 years ago
Unknwon 477b4d3b50 #2154 fix form submit error 9 years ago
Unknwon d0b0d24f22 #2154 disable change user for non-local users
- #2153 remove require for gravatar
9 years ago
Unknwon 98da7241a0 fix sqlite3 cannot create repo 9 years ago
Unknwon 40f3142264 #2114 External URL for wiki 9 years ago
Unknwon 3d5d61778a #1938 #1374 disable password change for non-local users 9 years ago
Unknwon df5ed64cca #1301 "read-only" users 9 years ago
Unknwon 2a0bb1fa90 #1575 Limit repo creation 9 years ago
Unknwon c6083c335e #1612 Ability to send mail when a new pull request is submitted 9 years ago
Unknwon 9a2e43bff2 move out git module and #1573 send push hook 9 years ago
Unknwon bd5dc626e8 Merge pull request #2139 from angus-g/fixes/pr-messages
Reword messages for PR auto merging (#2117)
9 years ago
Angus Gibson 626dc1f0bd Reword messages for PR auto merging (#2117) 9 years ago
Adam Strzelecki b886fb4bf0 LOCAL_ROOT_URL for workers accessing web service
Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In
most cases you do not need to change default http://localhost:HTTP_PORT/. You
may need to alter it only if your ssh server node is not the same as http node,
eg. running behind proxy on different node than web server.

                     --- 80 public port -> 8080 -- web server node
                    /
    public proxy --<
                    \
                     --- 22 public port -> 10022 -- ssh server node

This option is not intended to be accessible via web GUI settings, since it is
unlikely someone needs to change it to somethings else than default
http://localhost:HTTP_PORT/ which should work for most of the cases.

But this should land into the documentation somewhere.

fixup
9 years ago
Unknwon 718d3ae258 #1943 Able to config fsck timeout 9 years ago
Unknwon b8d48bdb62 #2037 Add "New Mirror" button on Dashboard 9 years ago
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag 9 years ago
Angus Gibson 06d293a84e 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.
9 years ago
Unknwon 120cd4e471 #1984 Better mirror repo management 9 years ago
Unknwon 1cbd4c01fb #2115 more precise error message 9 years ago
Adam Strzelecki 3df5dcc1dc 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 4e0c697aaf force new INI version 9 years ago
Unknwon 3ffbb54337 minor fix for #2113 and other locales 9 years ago
Adam Strzelecki e2ca53029e 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 b5f6206a65 prepare release 9 years ago
Alex Myasoedov ae54d878c0 Fix misspelled words 9 years ago
Unknwon ca8ce793d1 #2063 Ability to delete repo from admin panel 9 years ago
Unknwon 978dc00305 APIs: admin users 9 years ago
Unknwon 404867f206 fix #2105 and fix #1857 9 years ago
Unknwon f41360d864 #2052 advanced select ops for system notices 9 years ago
Unknwon e538ff2770 fix #1829 and fix #890 9 years ago
Unknwon 942fd6be53 fix panic for #2045 9 years ago
Unknwon 56dd430a10 refactor API routes and some work for #976 9 years ago
Unknwon b83cb36049 minor fix for #2086 9 years ago
Unknwon e350d74c8a fix #2085 9 years ago
Unknwon 4a64ae4abf fix #2083 9 years ago
Unknwon 926e91820a #2071 Diff is not showing full content when has super long one line 9 years ago
Unknwon 0be8b1b1a1 #2052 Ability to batch delete system notices 9 years ago
Unknwon 3460ec1039 update REMADE and locale 9 years ago
Adam Strzelecki 573305f3d3 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 117afe7620 Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
9 years ago
Unknwon dcb391d341 Merge branch 'feature/wiki' into develop 9 years ago
Unknwon 830d000667 finish wiki 9 years ago
Adam Strzelecki e57b2dffa4 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 ca96e04e5f #1681 carry --config flag for builtin SSH 9 years ago
Unknwon 5d1f5f32d0 wiki: finish pages 9 years ago
Unknwon e42fcb033d wiki: finish edit 9 years ago
Unknwon 392f3ee210 wiki: finish new 9 years ago
Unknwon c50a3503e6 introduce git-shell 9 years ago
Unknwon aaa3f1b2b9 Use better LDAP lib and should fix #1139 9 years ago
Unknwon 2b10fdc4dc Wiki: UI for page new 9 years ago
Unknwon 144663a3cf allow admin to migrate for any user/org 9 years ago
Unknwon ba92f4687e minor fix markdown post process 9 years ago
Unknwon 968edb3e44 more link fix 9 years ago
Unknwon 3ca544912f #1944 Drop /org/ URL path prefix in organization home page 9 years ago
Unknwon 7f9598141b fix #2020 9 years ago
Unknwon 56c66ee486 #2008 more supported git hooks 9 years ago
Unknwon b2fb7e3fd2 more HTTP clone word fix 9 years ago
Unknwon efaf60ba5a fix #2013 9 years ago
Unknwon 52c8f69163 fix #650 9 years ago
Unknwon f12832c61e fix possible panic 9 years ago
Unknwon 3623b0927e remove tags redis and memcache 9 years ago
Unknwon cefc50b278 update locales 9 years ago
Unknwon 126228d146 HTML render fix 9 years ago
Unknwon 987dcc5372 fix #1383 9 years ago
Unknwon 9b6c835715 fix #1873 9 years ago
Unknwon 902b578465 better escape char handle 9 years ago
Unknwon 3d14e73fd8 fix #1119 and data race in timming tasks 9 years ago
Unknwon 6a66e5fc98 better error message 9 years ago
Unknwon 2158e6fc43 fix #1997 9 years ago
Unknwon ee686f6231 minor fix on auto sign in 9 years ago
Unknwon 481be9b5c9 update locale #1965 9 years ago
Unknwon 9330c943cd work on #1891 9 years ago
Unknwon 915bf1d2e3 Merge pull request #1994 from arthuroy/develop
Fix #1965 - the hyperlink and the display name of the branch
9 years ago
Unknwon df339ad8b0 #1401 #493 Admin should be able to see private repositories 9 years ago
Unknwon 2c653141a8 #1742 Update default branch in git repository while change in web view 9 years ago
Arthur Ouyang fc56f42dc3 Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error
Fix #1965
9 years ago
Arthur Ouyang 0bd4d15e47 Use refStr[11:] instead of TrimPrefix
Fix #1965
9 years ago
Arthur Ouyang e04c97b9fa Fix #1965 - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
9 years ago
Unknwon f04d773f4f UI: long organization name in create repository owner list 9 years ago
Unknwon 4325b01a58 minor fix for #1992 9 years ago
Gibheer e347736c9e fix old naming
This is the old naming of the variable and I forgot to fix it. It now
works and is tested.
9 years ago
Gibheer 56006da34b fix #1957 - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
9 years ago
Unknwon efea642d6c add admin op: delete missing repos 9 years ago
Unknwon 9a0902523b fix #1987 9 years ago
Unknwon 62533560ce fix #1988 9 years ago
Unknwon ff5f14431e fix #1448 9 years ago
Unknwon 9ab96172fc new watchers, stars and forks UI 9 years ago
Unknwon e06558e208 #1922 Pull request fail to merge with BIN 9 years ago
Unknwon bb1fbe4e70 octicon fix in feeds 9 years ago
Unknwon 5dc3dd1704 fix #1960 9 years ago
Unknwon 134d8e7681 work on #1961 9 years ago
Unknwon 18de67380c fix #1958 9 years ago
Unknwon 1a901433e2 minor fix for #1949 9 years ago
Unknwon e030109b5a fix api broken 9 years ago
Unknwon 35d49d3b34 Merge pull request #1949 from TheHowl/develop
Fix bad issue links in non-readme markdown files
9 years ago
Howl ca5678da32 Safely detect urlPrefix in the format /:owner/:repo 9 years ago
Unknwon 4f03b81ec7 #1931 Test patch does not checkout correct base branch 9 years ago
Unknwon b4970b3cc3 fix #1948 9 years ago
Howl 85c58eba90 Fix bad issue links in non-readme markdown files 9 years ago
Unknwon 7c80eba77f minor UI fix and fix ssh race 9 years ago
Unknwon 9c12ed3b6e clean up 9 years ago
Unknwon 7b1c10ea7e new repo ui
- copy link button: #1396, #1168, #1668,
- synxtax highlight: #1712, #1549, #1315, #670
- z-index: #1942
9 years ago
Unknwon 679af4ddea clean up 9 years ago
Unknwon 1d57f0d64f Show custom avatars in commits 9 years ago
Unknwon 1559bd58e7 save custom avatar as PNG 9 years ago
Unknwon 523dc8b613 prepare release 9 years ago
Unknwon 3b62a0fe0e fix #1572 fix file histrory paging issue 9 years ago
Unknwon 18c841050b fix 1540 and experimental SSH server support 9 years ago
Unknwon b55499d039 go vet and fix #1890 9 years ago
Unknwon 676d774d88 fix #1902 9 years ago
Unknwon 54ca0b2f09 #1433 images with links in Markdown
- #1904 minor fix on image link
9 years ago
Unknwon f255b1e86d #1896 fatal when no needed update task 9 years ago
Unknwon 3a81fdf092 rename fields 9 years ago
Unknwon 6f0a41b8b2 #1511 Allow local import only for admin users 9 years ago
Unknwon 25ec20d525 #1838 update merge base before generate new patch 9 years ago
Unknwon 8e262f3ec4 update locales 9 years ago
Unknwon a374751eb8 add Makefile 9 years ago
Unknwon 0af035c37e #1078 not show bin when rename a file 9 years ago
Unknwon 75aab86a8d fix problem with #1879 9 years ago
无闻 50058b3c6d Merge pull request #1871 from Gibheer/config_minimum_key_sizes
move minimum key sizes to config
9 years ago
Unknwon b0226a1d05 fix #1831 9 years ago
Unknwon 5cad124704 fix #1697 9 years ago
Unknwon 940898a3ff minor fix for #1865 9 years ago
Unknwon 16feb5b655 minor fix on #1863 9 years ago
无闻 659bd29bc5 Merge pull request #1863 from nathan7/go-source-meta
Add go-source directive to repo pages
9 years ago
无闻 91c9069c4d Merge pull request #1862 from nathan7/fix-private
Fix the JSON field names for MigrateRepoForm
9 years ago
Nathan Zadoks 4323a89c03 Add go-source directive to repo pages
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
9 years ago
Gibheer b90b0c1191 move minimum key sizes to config
This moves the minimum key sizes into the config file, so that anyone
can modify the restrictions.
9 years ago
Nathan Zadoks f1aa4c0524 Fix the JSON field names for MigrateRepoForm
For some reason, the field names for Private and Mirror got swapped.
9 years ago
Unknwon 073da3c49d #470 fix max length of email 9 years ago
Unknwon 7d72c8333e work on #470 and fix miror JS issue when choose targets on compare and pull 9 years ago