Commit Graph

534 Commits (87bd47cff3d1365850318be16623a77ead175931)

Author SHA1 Message Date
Unknwon 57af7432fc fix wrong logic judgement
Unknwon 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID
Unknwon c083d76567 able to prohibit user login
Unknwon fff615d5fc Bump version
Unknwon 194a742fb9 fix assign operation not take effect
Unknwon de10387f41 bump git-module requirement
Unknwon fdcca9292e fix emoji been rendered inside raw content area
Unknwon 9fcf66f0e0 Minor fix for
Unknwon d62ab49978 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
Unknwon 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by  and fixes  as well.
Unknwon 4b25bdfbc4 support correct page size and link header
Unknwon 6aa00f7bcf use HTTP_ADDR to replace localhost
Unknwon e84ac64964 Do not show filename not have suffifx .md
Unknwon a10ca2c5f6 update README version description
Unknwon 7938506e07 update git-module require version
Unknwon 6f7276278d genetate bindata
Unknwon c041273dd3 repo/http: clean code
Unknwon 8df3ba96f3 use text/plain as default email content format
Unknwon e9ae926e04 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
Unknwon 7826eae452 fix DEPRECATED Action signature erorr
Unknwon fbf43c31e5 Add Czech support
Julien Reichardt 6be9a2c1db Add DPlatform as an installation way ()
Unknwon 0a78d99a4d models/release: filter input to prevent command line argument vulnerability
Unknwon 0325bec283 minor fix for bug of xorm
Unknwon 7049cb9d97 Add new language support
- Update language choose dropdown to fit more languages
Unknwon 78b8b63774 set default style name when empty in AfterSet
Unknwon a27c6f4b75 fix sort' field missing on issue pagination link
Unknwon 762ab056a2 Fix XORM IN condition table name parse
Unknwon ac53bb593d print error of JSON unmarshal and always returns a valid object
Unknwon b1d41cfa60 add admin APIs to add/remove a user from teams
Unknwon 98b58fa050 Handle windows deletion when start
Fix 
Unknwon e6f927f61a api: admin list and create team under organization
Unknwon 9e09e48502 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.
Unknwon ff731ea07d LOWER() column value within search
Unknwon 9a5a27ea8d Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
Unknwon 149d62a648 fix admin can't search private repos
- update glide info
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
Unknwon db4da7beec Add APIContext
Unknwon b4f47a7623 attempt to fix invalid csrf token
Unknwon d733efc1cc Alpha support for custom templates
No guarantee for compatibility with future changes
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon 5267dce210 Fix ref comment from commit create empty feed
Unknwon eed9966ad6 fix incompatible SQL in PostgreSQL
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon 0e9bc2d410 Fix pull request availability check
Unknwon 0ea0c5ec4f Prepare release
Unknwon 9cf7f3e46f Remove duplicated of code
Unknwon 13bd16af92 Minor fixes for
Unknwon c18f67ac6a Add Finnish support
Unknwon a5b0400be7 finish new access rights for collaborators
Romain Beaumont 52fdecf97b Fix grammar in README
Unknwon 9c0f84cee8 Update README notes
Unknwon 414eb22ef9 fix activitity feeds for pull requests
Unknwon 2d2d85bba4 support pull requests in same repository
Unknwon 9df6ce48c5 Minor fixes for
Unknwon d57a2b908a and fix bad SQL generated by XORM
Use hand-written SQL to do complex query
Unknwon f6759a731a fix redirect loop with auto-signin
Unknwon 260723e2cc Minor fixes for
Unknwon f946040fa9 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
Unknwon c9901bbba5 workaround to fix XORM problem
Unknwon 97429a25ab make IN clause compatible with Postgres
Unknwon 9e89584cb4 Allow setting git operations timeouts
- Migrate:  
- Clone: 
- Mirror, Pull
Unknwon ea80274229 fix sqlite3 can't create issue with more than one label
Unknwon 8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
Unknwon d320915ad2 Minor fix for
Unknwon 129638117f fix panic when close issue via commit message
Unknwon baaf6046a1 Minor fix for
Unknwon d324500959 Prepare to release
Unknwon 72ce06eab8 fix missing slash for go-get meta
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon acf094fb07 Minor fix for
Add AttributesInBind option in new auth source form.
Unknwon b7f3d94cd0 Minor fix for
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.
Unknwon 7162095635 Merge pull request from jwdeitch/patch-1
Update contributing guidlines link
jwdeitch 0b54035d7a Update README.md
jwdeitch dbd4697001 Update contributing guidlines link
previously displays 404
Unknwon 338af89d56 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.
Unknwon 632c27802c Minor fix for
Unknwon 58e004f7da Remove cache avatar support and add its tests
Unknwon a1d97e8f5c Minor fix for
Unknwon 9adfe453d5 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.
Unknwon de3be370f7 Remove unused tests
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
Unknwon 5258ee3740 Update locales and update sponsor
Unknwon 297e772c20 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.
Unknwon ee53204e02 Improve db path prompt when install
Unknwon f8182ac521 delete local wiki copy when rename repo and user
Unknwon d4583ebd4b Add YunoHost link to README
Unknwon 8e40f86d2c handle space in image URL
Unknwon 04be8c0de5 reinitialize all repos from the db
- Update locales
Unknwon a47baa1b7a Add missing patch conflit pattern
Unknwon 1c74612b3c Minor fix for
Unknwon 4848620594 adjust URL verbose depth for reverse proxy sub-path
Unknwon 112a7cab31 incorrect error handle for team name
Unknwon 4deb876343 Minor fix for
- Change tooltip size from mini to tiny in profile page
Unknwon e33ddac9bf Minor fix for
Unknwon 7ef9a05588 use Go sub-repo ssh to verify public key content
Unknwon 29b07693dd minor fix to
- add tooltip for organization name in profile
Unknwon ab89be33a9 fix
Unknwon f43cc90841 Truncate repository name if too long
Unknwon 91bab801aa try to handle []int8 case
Unknwon 86bce4a2ae minor fix to
Unknwon e0f0f72a36 disallow access of some pages for empty repo
Unknwon cc22c8a1ae update dep lib version requirement
Unknwon 4993ab1a76 fall back to use custom chardet lib
Unknwon 8d58e06ad8 more fix on
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon c62a6b7a12 allow switch branches between two orgs in compose PR
Unknwon 53eb37d529 fix
Unknwon 33a99d587a fix
Unknwon 9cd16c5b12 add organization APIs
Unknwon 6673dcb038 improvments of highlight class name
Unknwon b117befc2b add user email APIs
Unknwon 7786cb76f3 fix
Unknwon 3362b3a44f fix possible disclosure
Unknwon 50264200f0 fix huge diff hangs
Unknwon 7509fa2c33 improve get commits performance
Unknwon 95f9c85bcc use Go sub-repo to detect encoding
Unknwon 79dcd7ee6e able to identify git version on Windows
Unknwon 351dfc95a9 prepare release
Unknwon 4108c12092 add edit org link in admin panel
Unknwon e444a67d59 update locales
Unknwon 59c965a5ec admin able to edit organization max repo creation
Unknwon 477b4d3b50 fix form submit error
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon 5d95ffe3eb The owner has reached maximum creation limit of 0 repositories
Unknwon 40f3142264 External URL for wiki
Unknwon 3d5d61778a disable password change for non-local users
Unknwon 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits
Unknwon 2a0bb1fa90 Limit repo creation
Unknwon c6083c335e Ability to send mail when a new pull request is submitted
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 718d3ae258 Able to config fsck timeout
Unknwon 120cd4e471 Better mirror repo management
Unknwon 2528c482e9 auto login after install if admin is configured
Unknwon b1a53f6d8e add quay.io as another Docker option
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL
Unknwon b5f6206a65 prepare release
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon bf26808fb3 update README
Unknwon 404867f206 fix and fix
Unknwon f41360d864 advanced select ops for system notices
Unknwon e538ff2770 fix and fix
Unknwon 56dd430a10 refactor API routes and some work for
Unknwon cc8f5add6e fix
Unknwon ec2423ad7c more UI minor fixes
Unknwon 926e91820a Diff is not showing full content when has super long one line
Unknwon 0be8b1b1a1 Ability to batch delete system notices
Unknwon 3460ec1039 update REMADE and locale
Unknwon d3a5ff7b6b fix
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon 0128036514 some fixes for builtin SSH server on Windows
Unknwon e6b2a01e5d minor JS fix
Unknwon 52c8f69163 fix
Unknwon 6a6a7512c2 notice
Unknwon 987dcc5372 fix
Unknwon f455125d4d fix
Unknwon 2c653141a8 Update default branch in git repository while change in web view
Unknwon ff5f14431e fix
Unknwon ec5f881384 fix CSS
Unknwon e06558e208 Pull request fail to merge with BIN
Unknwon 5dc3dd1704 fix
Unknwon 18de67380c fix
Unknwon b4970b3cc3 fix
Unknwon 7c80eba77f minor UI fix and fix ssh race
Unknwon 7b1c10ea7e new repo ui
- copy link button: , , ,
- synxtax highlight: , , , 
- z-index: 
Unknwon 1d57f0d64f Show custom avatars in commits
Unknwon a6c7716742 minor fix for and fix
Unknwon 10427b2178 fix
Unknwon 908f2924ce fix and fix
Unknwon 3b62a0fe0e fix fix file histrory paging issue
Unknwon 647688bd06 convert name to lower when handle SSH
Unknwon 0d4498429c work on
Unknwon 3ec650b0ef update version
Unknwon 58436b5ea5 prepare 0.7.0
Unknwon d85a1d478e admin op with notice
Unknwon 54ca0b2f09 images with links in Markdown
-  minor fix on image link
Unknwon 2bd64621fc last updatede time not update after push
Unknwon b163d79a2e DO sponsor
Unknwon f255b1e86d fatal when no needed update task
Unknwon 9372eedf2e README
Unknwon 603c7389b8 Dashboard issues lacks sorting
Unknwon 6f0a41b8b2 Allow local import only for admin users
Unknwon 25ec20d525 update merge base before generate new patch
Unknwon bc82157216 fix
Unknwon 8eb4c3121a work on
Unknwon b0226a1d05 fix
Mathew Robinson 89bf56a6ac Fixed broken link in README
The link http://gogs.io/docs/intro/ produces a 404 error and is used in the README updated it to http://gogs.io/docs/intro which correctly links to the introductory documentation
Unknwon 4f0e31e96d update README
Unknwon 022820103d allow forcing all private repos
Unknwon d5fab7f1b9 update README
Unknwon c3ba5590c9 Reopen PR need retest patch
Unknwon bc2f546023 fix README links
Steven Oud a443fcf33a fixed dead links in README
Unknwon 215920772a save PR info as patch and minor fix on PR
Unknwon 4465c58f4b new quick start page
Unknwon c60d8bc069 update locales
Unknwon e0a099ec11 fix link again
Unknwon 5af872955b fix README links
Unknwon 6dfee30bf0 Wrong commit order on issue page when pushing multiple commits