1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-09 20:17:21 +00:00
Commit Graph

2075 Commits

Author SHA1 Message Date
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.
2016-01-06 18:00:40 -02:00
73474c043b Highlighting differences of lines in the diff view. 2016-01-06 17:46:56 -02:00
0d5dc8a064 typo fix 2016-01-06 22:41:42 +03:00
4993ab1a76 #2185 fall back to use custom chardet lib 2015-12-31 22:13:47 -05:00
240fe07287 #2273 URL consistency on webhook payload 2015-12-25 07:11:58 -05:00
157d868254 Merge pull request #2262 from angus-g/fixes/user-following-migration
Add default for NumFollowing field (fixes #2261)
2015-12-24 10:13:13 -05:00
e16042010e Merge pull request #2257 from Jofkos/patch-1
Wiki pages containing question marks in their name weren't loading
2015-12-24 10:00:03 -05:00
e914969e4c Add default for NumFollowing field (fixes #2261)
We set the default value for the non-NULL field NumFollowing of the User
model to 0, which stops an error when the ORM tries to sync.
2015-12-22 11:09:28 +11:00
a49af93faf #1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
76d4af891f Removed empty line, multi return args 2015-12-20 21:13:12 +01:00
0721095944 Wiki pages containing question marks in their name weren't loading
(untested)
2015-12-20 18:02:54 +01:00
53eb37d529 fix #1436 2015-12-19 21:43:32 -05:00
9cd16c5b12 #1692 add organization APIs 2015-12-17 02:28:47 -05:00
b117befc2b #1692 add user email APIs 2015-12-15 22:57:18 -05:00
7786cb76f3 fix #2205 2015-12-15 21:32:17 -05:00
19423957b1 rename import path 2015-12-15 17:25:45 -05:00
3362b3a44f fix possible disclosure 2015-12-14 17:06:54 -05:00
50264200f0 fix huge diff hangs 2015-12-14 09:38:21 -05:00
91789930bc #2176 fix 500 on /watchers & /stars for pg 2015-12-14 02:40:23 -05:00
95f9c85bcc #2185 use Go sub-repo to detect encoding 2015-12-13 19:56:33 -05:00
79dcd7ee6e #2167 able to identify git version on Windows 2015-12-13 18:20:39 -05:00
76bdbcc969 #2152 fix SMTP authentication makes invalid assumption on protocol 2015-12-11 18:57:45 -05:00
4d31eb2c0d #2155 fix org max repo limit default to -1 2015-12-11 15:48:02 -05:00
5d95ffe3eb #2155 The owner has reached maximum creation limit of 0 repositories 2015-12-11 15:11:13 -05:00
bc17f2f759 #2147 fix rewrites authorized_keys when builtin SSH server is enabled 2015-12-11 05:02:33 -05:00
40f3142264 #2114 External URL for wiki 2015-12-11 04:55:08 -05:00
7a3eccc709 Drop 0.5.x support 2015-12-10 19:52:06 -05:00
3d5d61778a #1938 #1374 disable password change for non-local users 2015-12-10 19:02:57 -05:00
99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits 2015-12-10 16:27:47 -05:00
0e96a46020 fix user repo limit default value 2015-12-10 12:48:45 -05:00
df5ed64cca #1301 "read-only" users 2015-12-10 12:46:05 -05:00
2a0bb1fa90 #1575 Limit repo creation 2015-12-10 12:37:53 -05:00
9a2e43bff2 move out git module and #1573 send push hook 2015-12-09 20:46:05 -05:00
718d3ae258 #1943 Able to config fsck timeout 2015-12-09 11:38:12 -05:00
120cd4e471 #1984 Better mirror repo management 2015-12-08 20:06:12 -05:00
dce2a9e7e1 fix wrong slack webhook payload URL 2015-12-06 23:07:02 -05:00
ae54d878c0 Fix misspelled words 2015-12-06 16:42:23 +02:00
978dc00305 APIs: admin users 2015-12-05 17:13:13 -05:00
bf26808fb3 update README 2015-12-05 13:50:43 -05:00
404867f206 fix #2105 and fix #1857 2015-12-05 13:24:13 -05:00
f41360d864 #2052 advanced select ops for system notices 2015-12-05 01:09:14 -05:00
e82ee40e9e init with all enabled 2015-12-04 21:34:37 -05:00
e538ff2770 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
76d4b9288b #2045 have fallback but empty value 2015-12-04 19:01:34 -05:00
05ba8622f0 #2045 move fallback to empty string 2015-12-04 18:31:45 -05:00
e0bae9547a more fixes on #2045 2015-12-04 15:41:56 -05:00
81133d45a1 work on #2093 2015-12-03 14:21:13 -05:00
37a372f6f5 500 when wiki not exists 2015-12-03 02:08:25 -05:00
f122d0856e fix #2090 2015-12-03 01:59:32 -05:00
cc8f5add6e fix #976 2015-12-03 00:24:37 -05:00