Commit Graph

588 Commits (4ae7e64e2a99d677d6a30ff8e7ab4b846f73093c)

Author SHA1 Message Date
Unknwon 7ef9a05588 use Go sub-repo ssh to verify public key content
Unknwon ab89be33a9 fix
Unknwon a2ef9a2b64 update locale
Unknwon 91bab801aa try to handle []int8 case
Unknwon ca35ddd078 fix
Unknwon 0cb7396840 update locale
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified
Kim "BKC" Carlbäcker 4e6d048ba1 i18n-fix for split-view
Unknwon 7392b6a755 fix
Unknwon 13fe733037 use monospaced font for commit IDs in news feeds
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon 53eb37d529 fix
Unknwon 09c981846b update locales
Unknwon 1d95844d55 prepare release
Unknwon 1e7e092992 Ability to map extensions for syntax highlighting in config
Unknwon 6673dcb038 improvments of highlight class name
Toni d7b924f17d Minor typo in en-US locale
metadata*
Unknwon 7786cb76f3 fix
Unknwon 8ecbf0f16d fix
Toni fd79fad2ec Fix typo
take*
Unknwon 19423957b1 rename import path
Unknwon e444a67d59 update locales
Unknwon 0cce4439ce minor fix
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon 98da7241a0 fix sqlite3 cannot create repo
Unknwon 40f3142264 External URL for wiki
Julien Pivotto 5b2afd8ec8 Minor typo in en-US locale: gloabl -> global
Unknwon 3d5d61778a disable password change for non-local users
Unknwon df5ed64cca "read-only" users
Unknwon 2a0bb1fa90 Limit repo creation
Unknwon c6083c335e Ability to send mail when a new pull request is submitted
Unknwon bd5dc626e8 Merge pull request from angus-g/fixes/pr-messages
Reword messages for PR auto merging ()
Angus Gibson 626dc1f0bd Reword messages for PR auto merging ()
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
Unknwon 718d3ae258 Able to config fsck timeout
Unknwon b8d48bdb62 Add "New Mirror" button on Dashboard
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Angus Gibson 06d293a84e Only show comparison link for >2 commits
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.
Unknwon 120cd4e471 Better mirror repo management
Unknwon 3ffbb54337 minor fix for and other locales
OhDaeto b7508b06fa Update locale_ru-RU.ini
OhDaeto 2a0db47935 Update Russian translation
Unknwon b5f6206a65 prepare release
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon 404867f206 fix and fix
Unknwon f41360d864 advanced select ops for system notices
Unknwon e538ff2770 fix and fix
Adam Strzelecki a9a386a1e5 Translation: Add missing entry for new "code" tab
We have new tab, but we had no entry. That's why it was showing "code"
(lowercase) as this is text id, where we were expecting properly title cased
"Code" to be shown in English version.

Also add Polish translation "code=Kod".
Unknwon 4a64ae4abf fix
Unknwon 91ae2ad28b Merge pull request from angus-g/en-trans
Update English translations