529 Commits (forgejo)

Author SHA1 Message Date
Unknwon de10387f41 #2586 bump git-module requirement 8 years ago
Unknwon fdcca9292e #2458 fix emoji been rendered inside raw content area 8 years ago
Unknwon 9fcf66f0e0 Minor fix for #3246 8 years ago
Unknwon d62ab49978 #3057 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
8 years ago
Unknwon 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
8 years ago
Unknwon 4b25bdfbc4 #3058 #3059 support correct page size and link header 8 years ago
Unknwon 6aa00f7bcf #2968 use HTTP_ADDR to replace localhost 8 years ago
Unknwon e84ac64964 Do not show filename not have suffifx .md 8 years ago
Unknwon a10ca2c5f6 #2959 update README version description 8 years ago
Unknwon 7938506e07 #518 update git-module require version 8 years ago
Unknwon 6f7276278d #3174 genetate bindata 8 years ago
Unknwon c041273dd3 repo/http: clean code 8 years ago
Unknwon 8df3ba96f3 #2954 use text/plain as default email content format 8 years ago
Unknwon e9ae926e04 #809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
8 years ago
Unknwon 7826eae452 #3045 fix DEPRECATED Action signature erorr 8 years ago
Unknwon fbf43c31e5 Add Czech support 8 years ago
Julien Reichardt 6be9a2c1db Add DPlatform as an installation way (#3044) 8 years ago
Unknwon 0a78d99a4d models/release: filter input to prevent command line argument vulnerability 8 years ago
Unknwon 0325bec283 #2895 minor fix for bug of xorm 8 years ago
Unknwon 7049cb9d97 Add new language support
- Update language choose dropdown to fit more languages
8 years ago
Unknwon 78b8b63774 #2992 set default style name when empty in AfterSet 8 years ago
Unknwon a27c6f4b75 #2916 fix sort' field missing on issue pagination link 8 years ago
Unknwon 762ab056a2 Fix XORM IN condition table name parse 8 years ago
Unknwon ac53bb593d #2878 print error of JSON unmarshal and always returns a valid object 8 years ago
Unknwon b1d41cfa60 #1692 add admin APIs to add/remove a user from teams 8 years ago
Unknwon 98b58fa050 Handle windows deletion when start
Fix #2872
8 years ago
Unknwon e6f927f61a #1692 api: admin list and create team under organization 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 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 149d62a648 #13 fix admin can't search private repos
- update glide info
8 years ago
Unknwon 9bd9ad4205 #1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
8 years ago
Unknwon db4da7beec Add APIContext 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 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 eed9966ad6 #2727 fix incompatible SQL in PostgreSQL 8 years ago
Unknwon ad513a20e9 #2302 Replace time.Time with Unix Timestamp (int64) 8 years ago
Unknwon 0e9bc2d410 Fix pull request availability check 8 years ago
Unknwon 0ea0c5ec4f Prepare release 8 years ago
Unknwon 9cf7f3e46f Remove duplicated of code 8 years ago
Unknwon 13bd16af92 Minor fixes for #2766 8 years ago
Unknwon c18f67ac6a Add Finnish support 8 years ago
Unknwon a5b0400be7 #1146 finish new access rights for collaborators 8 years ago
Romain Beaumont 52fdecf97b Fix grammar in README 8 years ago
Unknwon 9c0f84cee8 Update README notes 8 years ago
Unknwon 414eb22ef9 #1597 fix activitity feeds for pull requests 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 d57a2b908a #2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
8 years ago
Unknwon f6759a731a #2748 fix redirect loop with auto-signin 8 years ago
Unknwon 260723e2cc Minor fixes for #2745 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
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 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
Unknwon 129638117f #2697 fix panic when close issue via commit message 8 years ago
Unknwon baaf6046a1 Minor fix for #2660 8 years ago
Unknwon d324500959 Prepare to release 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 acf094fb07 Minor fix for #2634
Add AttributesInBind option in new auth source form.
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 7162095635 Merge pull request #2664 from jwdeitch/patch-1
Update contributing guidlines link
8 years ago
jwdeitch 0b54035d7a Update README.md 8 years ago
jwdeitch dbd4697001 Update contributing guidlines link
previously displays 404
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 632c27802c Minor fix for #2624 8 years ago
Unknwon 58e004f7da Remove cache avatar support and add its tests 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
Unknwon de3be370f7 Remove unused tests
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
8 years ago
Unknwon 5258ee3740 Update locales and update sponsor 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.
8 years ago
Unknwon ee53204e02 Improve db path prompt when install 8 years ago
Unknwon f8182ac521 #2558 delete local wiki copy when rename repo and user 8 years ago
Unknwon d4583ebd4b Add YunoHost link to README 8 years ago
Unknwon 8e40f86d2c #2556 handle space in image URL 8 years ago
Unknwon 04be8c0de5 #2554 reinitialize all repos from the db
- Update locales
8 years ago
Unknwon a47baa1b7a Add missing patch conflit pattern 8 years ago
Unknwon 1c74612b3c Minor fix for #2444 8 years ago
Unknwon 4848620594 #2229 adjust URL verbose depth for reverse proxy sub-path 8 years ago
Unknwon 112a7cab31 #2497 incorrect error handle for team name 8 years ago
Unknwon 4deb876343 Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
8 years ago
Unknwon e33ddac9bf Minor fix for #2396 8 years ago
Unknwon 7ef9a05588 #2179 use Go sub-repo ssh to verify public key content 8 years ago
Unknwon 29b07693dd minor fix to #2383
- add tooltip for organization name in profile
8 years ago
Unknwon ab89be33a9 fix #2385 8 years ago
Unknwon f43cc90841 #2287 Truncate repository name if too long 8 years ago
Unknwon 91bab801aa #2349 try to handle []int8 case 8 years ago
Unknwon 86bce4a2ae minor fix to #2335 8 years ago
Unknwon e0f0f72a36 #2345 disallow access of some pages for empty repo 8 years ago
Unknwon cc22c8a1ae update dep lib version requirement 8 years ago
Unknwon 4993ab1a76 #2185 fall back to use custom chardet lib 8 years ago
Unknwon 8d58e06ad8 more fix on #2268 8 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 53eb37d529 fix #1436 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 3362b3a44f fix possible disclosure 9 years ago
Unknwon 50264200f0 fix huge diff hangs 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
Unknwon 351dfc95a9 prepare release 9 years ago
Unknwon 4108c12092 #2156 add edit org link in admin panel 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 5d95ffe3eb #2155 The owner has reached maximum creation limit of 0 repositories 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 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits 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 718d3ae258 #1943 Able to config fsck timeout 9 years ago
Unknwon 120cd4e471 #1984 Better mirror repo management 9 years ago
Unknwon 2528c482e9 #1627 auto login after install if admin is configured 9 years ago
Unknwon b1a53f6d8e add quay.io as another Docker option 9 years ago
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL 9 years ago
Unknwon b5f6206a65 prepare release 9 years ago
Unknwon ca8ce793d1 #2063 Ability to delete repo from admin panel 9 years ago
Unknwon bf26808fb3 update README 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 56dd430a10 refactor API routes and some work for #976 9 years ago
Unknwon cc8f5add6e fix #976 9 years ago
Unknwon ec2423ad7c more UI minor fixes 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
Unknwon d3a5ff7b6b fix #2042 9 years ago
Unknwon 3ca544912f #1944 Drop /org/ URL path prefix in organization home page 9 years ago
Unknwon 0128036514 #1681 some fixes for builtin SSH server on Windows 9 years ago
Unknwon e6b2a01e5d minor JS fix 9 years ago
Unknwon 52c8f69163 fix #650 9 years ago
Unknwon 6a6a7512c2 notice 9 years ago
Unknwon 987dcc5372 fix #1383 9 years ago
Unknwon f455125d4d fix #878 9 years ago
Unknwon 2c653141a8 #1742 Update default branch in git repository while change in web view 9 years ago
Unknwon ff5f14431e fix #1448 9 years ago
Unknwon ec5f881384 fix CSS 9 years ago
Unknwon e06558e208 #1922 Pull request fail to merge with BIN 9 years ago
Unknwon 5dc3dd1704 fix #1960 9 years ago
Unknwon 18de67380c fix #1958 9 years ago
Unknwon b4970b3cc3 fix #1948 9 years ago
Unknwon 7c80eba77f minor UI fix and fix ssh race 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 1d57f0d64f Show custom avatars in commits 9 years ago
Unknwon a6c7716742 minor fix for #1935 and fix #1854 9 years ago
Unknwon 10427b2178 fix #1930 9 years ago
Unknwon 908f2924ce fix #1824 and fix #1917 9 years ago
Unknwon 3b62a0fe0e fix #1572 fix file histrory paging issue 9 years ago
Unknwon 647688bd06 #1266 convert name to lower when handle SSH 9 years ago
Unknwon 0d4498429c work on #1904 9 years ago
Unknwon 3ec650b0ef update version 9 years ago
Unknwon 58436b5ea5 prepare 0.7.0 9 years ago
Unknwon d85a1d478e admin op with notice 9 years ago
Unknwon 54ca0b2f09 #1433 images with links in Markdown
- #1904 minor fix on image link
9 years ago
Unknwon 2bd64621fc #1900 last updatede time not update after push 9 years ago
Unknwon b163d79a2e DO sponsor 9 years ago
Unknwon f255b1e86d #1896 fatal when no needed update task 9 years ago
Unknwon 9372eedf2e README 9 years ago
Unknwon 603c7389b8 #1459 Dashboard issues lacks sorting 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 bc82157216 fix #1078 9 years ago
Unknwon 8eb4c3121a work on #1880 9 years ago
Unknwon b0226a1d05 fix #1831 9 years ago
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
9 years ago
Unknwon 4f0e31e96d update README 9 years ago
Unknwon 022820103d #1657 allow forcing all private repos 9 years ago
Unknwon d5fab7f1b9 update README 9 years ago
Unknwon c3ba5590c9 Reopen PR need retest patch 9 years ago
Unknwon bc2f546023 fix README links 9 years ago
Steven Oud a443fcf33a fixed dead links in README 9 years ago
Unknwon 215920772a save PR info as patch and minor fix on PR 9 years ago
Unknwon 4465c58f4b new quick start page 9 years ago
Unknwon c60d8bc069 update locales 9 years ago
Unknwon e0a099ec11 fix link again 9 years ago
Unknwon 5af872955b fix README links 9 years ago
Unknwon 6dfee30bf0 #1602 Wrong commit order on issue page when pushing multiple commits 9 years ago
Unknwon 986447335d #1693 minor fix 9 years ago
Unknwon 562e47f31c finish all new template for current ones 9 years ago
Unknwon 83e747bfda #697 and #1606 and new admin edit user UI 9 years ago
Unknwon cd37fccdfb #1625 remove auto_register and makes it default 9 years ago
Unknwon d185f601d3 #1622 comment with whitespace 9 years ago