1572 Commits (587d870f1edc51bf86bd0c213424d418702c9a24)

Author SHA1 Message Date
Unknwon 60ae8ac3d2 Add route for #2846 8 years ago
Unknwon 004fb30ebe Remove code for checking ssh-keygen 8 years ago
Unknwon 9e09e48502 #2850 fix potential SSH commands dislocation
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.

Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
8 years ago
Unknwon 0048980da5 Merge pull request #2845 from moltam/feature/org-member-full-name-avatar
Display org member's full name in link title.
8 years ago
Tamás Molnár d169d00be6 Display org member's full name in link title. 8 years ago
Unknwon ff731ea07d #2814 LOWER() column value within search 8 years ago
Unknwon 9a5a27ea8d Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
8 years ago
Unknwon 2df42e369e Merge pull request #2829 from odinuge/htmlmeta
Set description meta tag correctly
8 years ago
Odin Ugedal 01ff65a93e Fix indent 8 years ago
Odin Ugedal a75fa58e1c Make description meta tag golang 1.4 compatible 8 years ago
Unknwon a04596659b Merge pull request #2830 from odinuge/branchname-compare
Fix problems with '#' in branchname
8 years ago
Unknwon 149d62a648 #13 fix admin can't search private repos
- update glide info
8 years ago
Odin Ugedal c9321550e0 Add prorper escaping of url in issue form 8 years ago
Odin Ugedal ac390d28b8 Fix problems with '#' in branchname
Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822.
8 years ago
Odin Ugedal 561e5f9ccb Set description meta tag correctly
Set the description meta tag correctly when there is no repo
description. Also use the  ability to trim trailing whitespaces,
to make the template cleaner.
8 years ago
Odin Ugedal 85d7afeba0 Set HTML meta values corresponding to repository
Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before.
8 years ago
Unknwon 9bd9ad4205 #1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
8 years ago
Unknwon b4f47a7623 #1891 attempt to fix invalid csrf token 8 years ago
Unknwon d733efc1cc #1286 #2098 Alpha support for custom templates
No guarantee for compatibility with future changes
8 years ago
Unknwon c6277cce51 Minor fixes for #2761 8 years ago
Unknwon 6530375dbf Merge pull request #2761 from soudy/grey-out-merge-commit
Grey out merge commits
8 years ago
Unknwon 2bf8494332 #13 finish user and repository search
Both are possible on explore and admin panel
8 years ago
Unknwon 514382e2eb Rename module: middleware -> context 8 years ago
Unknwon 5267dce210 Fix ref comment from commit create empty feed 8 years ago
Unknwon 97c48da49f Merge pull request #2803 from Rukenshia/develop
Using HTML Description of repositories in the 'Explore' view. Fixes #…
8 years ago
Jan Christophersen 1e74ee51ff Using HTML Description of repositories in the 'Explore' view. Fixes #2800 8 years ago
Unknwon eed9966ad6 #2727 fix incompatible SQL in PostgreSQL 8 years ago
Unknwon ad513a20e9 #2302 Replace time.Time with Unix Timestamp (int64) 8 years ago
Unknwon 0c9a616326 Update frontend resources 8 years ago
Unknwon 0e9bc2d410 Fix pull request availability check 8 years ago
Unknwon 0ea0c5ec4f Prepare release 8 years ago
Unknwon 12b5a76b0d Minor fix for #2772 8 years ago
Unknwon a4452864ea Merge pull request #2772 from OhDaeto/master
Add ru-RU to home template
8 years ago
xDShot d8738f5bfd минимальные -> низкие (системные требования) 8 years ago
Unknwon 9cf7f3e46f Remove duplicated of code 8 years ago
Lourens 14aba3489e Add ru-RU to home template 8 years ago
Unknwon 13bd16af92 Minor fixes for #2766 8 years ago
Tamás Molnár 9c91e27933 Added: Ability to delete org avatar. 8 years ago
Unknwon a5b0400be7 #1146 finish new access rights for collaborators 8 years ago
Unknwon 045f14fbd0 #1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
8 years ago
Unknwon 414eb22ef9 #1597 fix activitity feeds for pull requests 8 years ago
Steven Oud 1d3ec27cb7 Put if statement of grey merge commits on one line 8 years ago
Steven Oud a0cd59bd0e Grey out merge commits 8 years ago
Unknwon a2f13eae55 #1157 some avatar setting changes
- Allow to delete current avatar
8 years ago
Unknwon dfd6f8f7ab Merge pull request #2757 from joshfng/fix-fork-relative-url
Use relative url when showing forked from
8 years ago
Josh Frye 275464e7fb Use relative url when showing forked from 8 years ago
Unknwon 2d2d85bba4 #1597 support pull requests in same repository 8 years ago
Unknwon 9df6ce48c5 Minor fixes for #2746 8 years ago
Unknwon 4d5911dbcf Merge pull request #2746 from joshfng/feature-delete-wiki-pages
Add ability to delete single wiki pages.
8 years ago
Unknwon d57a2b908a #2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
8 years ago
Josh Frye 2f228ddf31 Update delete wiki page route 8 years ago
Josh Frye 1ca171dbe9 Add ability to delete single wiki pages. 8 years ago
Unknwon f6759a731a #2748 fix redirect loop with auto-signin 8 years ago
Unknwon dfbda48afc Merge pull request #2738 from andreynering/emogify
Render emojis in more places.
8 years ago
Unknwon 260723e2cc Minor fixes for #2745 8 years ago
Josh Frye f3358f5927 Repo setting to delete and disable wiki 8 years ago
Unknwon f946040fa9 #1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
8 years ago
Unknwon c9901bbba5 #2743 workaround to fix XORM problem 8 years ago
Andrey Nering 13e71acadf Render emojis in more places. 8 years ago
Unknwon 97429a25ab #2727 make IN clause compatible with Postgres 8 years ago
Unknwon 9e89584cb4 Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
8 years ago
Unknwon ea80274229 #2700 fix sqlite3 can't create issue with more than one label 8 years ago
Unknwon 42a556a082 Merge pull request #2722 from chriswatt/hidewikidlbutton
Hide the download archive button when viewing wiki pages
8 years ago
chriswatt a71a5bfeb4 Remove download archive button on wiki pages 8 years ago
chriswatt 548440b48f Change colour of numbers on pull request tabs if greater than zero 8 years ago
Unknwon 8055a0bdac Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
8 years ago
Unknwon d320915ad2 Minor fix for #2710 8 years ago
Lukas Dietrich c0eaae200e Add ForegroundColor for labels 8 years ago
Unknwon 129638117f #2697 fix panic when close issue via commit message 8 years ago
Unknwon 4438b7793b Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
8 years ago
Unknwon baaf6046a1 Minor fix for #2660 8 years ago
Josh Frye c27038e392 Test mailer button. Addresses #1531 8 years ago
Unknwon 72ce06eab8 #2682 fix missing slash for go-get meta 8 years ago
Unknwon 912f7b51e9 #1821 add actions for close and reopen issues 8 years ago
Unknwon c9516c4c60 Fix wrong place to check disable SSH 8 years ago
Andrey Nering d160c7e565 Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
8 years ago
Unknwon 7140dbac95 Fix #857 8 years ago
Unknwon acf094fb07 Minor fix for #2634
Add AttributesInBind option in new auth source form.
8 years ago
Unknwon 7e0baf4136 Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
8 years ago
Unknwon a703f7d7b4 Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
8 years ago
Adam Strzelecki 834d92a47b LDAP: Fetch attributes in Bind DN context option
This is feature is workaround for #2628 (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.

Such approach is an alternative to minimal permissions security pattern for
BindDN user.
8 years ago
Unknwon b7f3d94cd0 Minor fix for #2524 8 years ago
Unknwon 341da3cea7 Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
8 years ago
Unknwon 2408df3f35 Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
8 years ago
Download-Fritz a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors. 8 years ago
Andrey Nering 658bfc2704 Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates

Priority:
- root
- .gogs
- .github
8 years ago
Unknwon 338af89d56 #2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
8 years ago
Unknwon d5ca913b2f #2639 add branch prefix for test webhook 8 years ago
Unknwon 3af1d3c581 #2633 fix removed config option 8 years ago
Unknwon 632c27802c Minor fix for #2624 8 years ago
Unknwon dc89c51f3e Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
8 years ago
Unknwon 58e004f7da Remove cache avatar support and add its tests 8 years ago
Unknwon aa5e837c65 fix #2454 8 years ago
Unknwon a1d97e8f5c Minor fix for #2567 8 years ago
Unknwon 9adfe453d5 #2569 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
8 years ago
chriswatt d710b5e791 Fix when repo is empty 8 years ago
chriswatt c47866b34a Add grey bg to tabs on repo page 8 years ago
Martin Hartkorn 15d37b7a95 Refactored according to suggestions 8 years ago
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories. 8 years ago
Josh Frye 8ab5399e83 Make log path required 8 years ago
Josh Frye ec478b4b06 Set default log path if empty during install 8 years ago
Josh Frye 1feecd6beb Add helper text for log path. 8 years ago
Josh Frye a3e8c32a30 Add install option for log path 8 years ago
Unknwon 297e772c20 #2485 fix payloads mixed up for webhook
When repository contains a Slack type hook,
it changes original payload content.

This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.
9 years ago
Andrey Nering e40d94bb4f Implementing the "theme-color" meta tag.
Used by Android >= 5.0 to make the top bar colored.

Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
9 years ago
chriswatt af8e323248 Fix tab index on new issue/comment form 9 years ago
Unknwon b09ddc72d2 Merge pull request #2581 from chriswatt/committab
Make commits tab active when on diff page
9 years ago
chriswatt a881f776d0 Make commits tab active when on diff page 9 years ago
Unknwon ee53204e02 Improve db path prompt when install 9 years ago
Unknwon f15a2f9b25 Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
9 years ago
Unknwon f8182ac521 #2558 delete local wiki copy when rename repo and user 9 years ago
Unknwon 8e40f86d2c #2556 handle space in image URL 9 years ago
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close #733 9 years ago
Unknwon 04be8c0de5 #2554 reinitialize all repos from the db
- Update locales
9 years ago
Unknwon a47baa1b7a Add missing patch conflit pattern 9 years ago
Unknwon 5a27aea8e0 Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
9 years ago
Unknwon 1c74612b3c Minor fix for #2444 9 years ago
Unknwon d3ba246693 Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377)
9 years ago
Unknwon 66d2ba1b4e Merge pull request #2537 from fnkr/remember-clone-protocol
Remember last selected clone protocol
9 years ago
Unknwon 3abad75a1b Fix one user may block entire listen loop for builtin SSH 9 years ago
Florian Kaiser d568019306 Remember last selected clone protocol, and establish uniform order (https, ssh) 9 years ago
Unknwon 5d192c2ebf Merge pull request #2533 from fnkr/icon-fork-private-collision
Use icon repo-forked instead of repo-lock for private, forked repos
9 years ago
Florian Kaiser 29c3e9f428 Undo change in templates/explore/repo_list.tmpl 9 years ago
Florian Kaiser 532f9fdd99 Use icon repo-forked instead of repo-lock for private, forked repos 9 years ago
Unknwon 4848620594 #2229 adjust URL verbose depth for reverse proxy sub-path 9 years ago
Unknwon 57c10aae33 Merge pull request #2531 from andreynering/home-template-pt-BR
Add portuguese-BR to home template.
9 years ago
Andrey Nering 0e0cd9100b Add portuguese-BR to home template. 9 years ago
Unknwon a9d68a6884 fix #2529 9 years ago
Unknwon 8436d69eaf Update and reorganize front-end resources 9 years ago
Unknwon 112a7cab31 #2497 incorrect error handle for team name 9 years ago
Unknwon ee814bf8d6 #2491 minor fix for sr on dashboard 9 years ago
Unknwon 566163ab82 Merge pull request #2502 from bkcsoft/fix/split-view-diff
Split view fixed
9 years ago
Unknwon 4deb876343 Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
9 years ago
Kim "BKC" Carlbäcker 96dee1c354 Split view fixed 9 years ago
Andrey Nering 5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix #2489 9 years ago
Kim "BKC" Carlbäcker b921161666 Name popup 9 years ago
Kim "BKC" Carlbäcker 2cc1ee3fc0 Implemented participant-listing for issue-pages 9 years ago
Unknwon 86f841dd71 Merge pull request #2433 from xxxtonixxx/develop
To add spanish translation to home template
9 years ago
Unknwon 7ca1821725 fix #2416 9 years ago
Unknwon e33ddac9bf Minor fix for #2396 9 years ago
Toni Villena 1105a3139f Add es-ES to home template 9 years ago
Unknwon 7ef9a05588 #2179 use Go sub-repo ssh to verify public key content 9 years ago
Unknwon c631a4a9b9 URL fix for #2287 9 years ago
Unknwon dccfadf7b8 hide section with user has no organizations 9 years ago
Unknwon d1675c2701 fix CSS of branch dropdown when view commits under revision 9 years ago
Unknwon 29b07693dd minor fix to #2383
- add tooltip for organization name in profile
9 years ago
Unknwon f75b5f4287 Merge pull request #2383 from exmex/develop
Added organization display on profile
9 years ago
ExMex 40413c5c6c Added improvement from Unknwon 9 years ago
Adam Strzelecki 41fdaabcf7 commit.RefUrl expects AppUrl argument
This is fixup for ea375c0dcc. The bug was not
visible because commit.RefUrl was always returning empty url due regression
described in https://github.com/gogits/git-module/pull/4
9 years ago
ExMex 53a63de9dc Added links to org profile icons 9 years ago
ExMex f610bfa8a2 Added organization display on profile
Fixed "Follower" Icon too big
9 years ago
Unknwon fc4a4d38d1 Merge pull request #2381 from philippechataignon/develop
Add fr-FR to home template
9 years ago
Philippe Chataignon 939d96813c Add fr-FR to home template 9 years ago
Unknwon f43cc90841 #2287 Truncate repository name if too long 9 years ago
Unknwon 91bab801aa #2349 try to handle []int8 case 9 years ago
Unknwon 86bce4a2ae minor fix to #2335 9 years ago
Unknwon 21d7b5acaf fix #2367 9 years ago
Unknwon bcf6aed452 Merge pull request #2335 from andreynering/highlight-diff
Highlight diff
9 years ago
Unknwon cc8c67ff29 fix markdown autolink error 9 years ago
Unknwon 03427fb005 fix #2360 9 years ago
Unknwon e0f0f72a36 #2345 disallow access of some pages for empty repo 9 years ago
Unknwon ca35ddd078 fix #2350 9 years ago
Andrey Nering 81ed5c4bee Declaring specific types for enums constants.
This makes the code more strict since you can't assign or compare
values of different types without proper cast.
9 years ago
Andrey Nering 73474c043b Highlighting differences of lines in the diff view. 9 years ago
Unknwon cc22c8a1ae update dep lib version requirement 9 years ago
Kim "BKC" Carlbäcker 2087156119 Removed opticon-fold 9 years ago
Kim "BKC" Carlbäcker 3870a7a3c8 merged split/unified templates 9 years ago
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified 9 years ago
Kim "BKC" Carlbäcker 4e6d048ba1 i18n-fix for split-view 9 years ago
Kim "BKC" Carlbäcker 0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon 7392b6a755 fix #2327 9 years ago
Unknwon 4993ab1a76 #2185 fall back to use custom chardet lib 9 years ago
Unknwon 8d58e06ad8 more fix on #2268 9 years ago
Unknwon b8fbf6559d Merge pull request #2294 from joaopms/patch-1
Fix the description on head.tmpl
9 years ago
Unknwon 44637f03cc #2282 fast detection of utf-8 9 years ago
João Pedro 7bab3d682f Lowercase "Service" 9 years ago
João Pedro 34f01aab5e Update head.tmpl 9 years ago
Unknwon 93f03707a7 #2283 set text/plain for non-binary files in raw mode 9 years ago
Unknwon 85af36332b #2282 fix utf-8 recognized as windows-1252 9 years ago
Unknwon 13fe733037 #2264 use monospaced font for commit IDs in news feeds 9 years ago
Unknwon a49af93faf #1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon c62a6b7a12 #2014 allow switch branches between two orgs in compose PR 9 years ago
Unknwon cadf03db68 #2180 fix avatar link when disable gravatar 9 years ago
Unknwon 5ff6eedf5e #2251 fix button name 9 years ago
Unknwon 53eb37d529 fix #1436 9 years ago
Unknwon 3bcdb3855c #2250 Use HTTP/HTTPS as default clone option 9 years ago
Unknwon 2d3ecbe5b2 make mailer log more verbose 9 years ago
Unknwon 33a99d587a fix #2223 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 7786cb76f3 fix #2205 9 years ago
Unknwon eb918c2368 fix only admin can view milestone desc 9 years ago
Unknwon 3362b3a44f fix possible disclosure 9 years ago
Unknwon 50264200f0 fix huge diff hangs 9 years ago
Unknwon 91789930bc #2176 fix 500 on /watchers & /stars for pg 9 years ago
Unknwon ea375c0dcc new template func 9 years ago
Unknwon 7509fa2c33 improve get commits performance 9 years ago
Unknwon 95f9c85bcc #2185 use Go sub-repo to detect encoding 9 years ago
Unknwon 79dcd7ee6e #2167 able to identify git version on Windows 9 years ago