Commit Graph

1020 Commits

Author SHA1 Message Date
Unknwon 157d868254 Merge pull request from angus-g/fixes/user-following-migration
Add default for NumFollowing field (fixes )
2015-12-24 10:13:13 -05:00
Unknwon e16042010e Merge pull request from Jofkos/patch-1
Wiki pages containing question marks in their name weren't loading
2015-12-24 10:00:03 -05:00
Angus Gibson e914969e4c Add default for NumFollowing field (fixes )
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
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Jofkos 76d4af891f Removed empty line, multi return args 2015-12-20 21:13:12 +01:00
Jofkos 0721095944 Wiki pages containing question marks in their name weren't loading
(untested)
2015-12-20 18:02:54 +01:00
Unknwon 53eb37d529 fix 2015-12-19 21:43:32 -05:00
Unknwon 9cd16c5b12 add organization APIs 2015-12-17 02:28:47 -05:00
Unknwon b117befc2b add user email APIs 2015-12-15 22:57:18 -05:00
Unknwon 7786cb76f3 fix 2015-12-15 21:32:17 -05:00
Unknwon 19423957b1 rename import path 2015-12-15 17:25:45 -05:00
Unknwon 3362b3a44f fix possible disclosure 2015-12-14 17:06:54 -05:00
Unknwon 50264200f0 fix huge diff hangs 2015-12-14 09:38:21 -05:00
Unknwon 91789930bc fix 500 on /watchers & /stars for pg 2015-12-14 02:40:23 -05:00
Unknwon 95f9c85bcc use Go sub-repo to detect encoding 2015-12-13 19:56:33 -05:00
Unknwon 79dcd7ee6e able to identify git version on Windows 2015-12-13 18:20:39 -05:00
Unknwon 76bdbcc969 fix SMTP authentication makes invalid assumption on protocol 2015-12-11 18:57:45 -05:00
Unknwon 4d31eb2c0d fix org max repo limit default to -1 2015-12-11 15:48:02 -05:00
Unknwon 5d95ffe3eb The owner has reached maximum creation limit of 0 repositories 2015-12-11 15:11:13 -05:00
Unknwon bc17f2f759 fix rewrites authorized_keys when builtin SSH server is enabled 2015-12-11 05:02:33 -05:00
Unknwon 40f3142264 External URL for wiki 2015-12-11 04:55:08 -05:00
Unknwon 7a3eccc709 Drop 0.5.x support 2015-12-10 19:52:06 -05:00
Unknwon 3d5d61778a disable password change for non-local users 2015-12-10 19:02:57 -05:00
Unknwon 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
Unknwon 0e96a46020 fix user repo limit default value 2015-12-10 12:48:45 -05:00
Unknwon df5ed64cca "read-only" users 2015-12-10 12:46:05 -05:00
Unknwon 2a0bb1fa90 Limit repo creation 2015-12-10 12:37:53 -05:00
Unknwon 9a2e43bff2 move out git module and send push hook 2015-12-09 20:46:05 -05:00
Unknwon 718d3ae258 Able to config fsck timeout 2015-12-09 11:38:12 -05:00
Unknwon 120cd4e471 Better mirror repo management 2015-12-08 20:06:12 -05:00
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL 2015-12-06 23:07:02 -05:00
Alex Myasoedov ae54d878c0 Fix misspelled words 2015-12-06 16:42:23 +02:00
Unknwon 978dc00305 APIs: admin users 2015-12-05 17:13:13 -05:00
Unknwon bf26808fb3 update README 2015-12-05 13:50:43 -05:00
Unknwon 404867f206 fix and fix 2015-12-05 13:24:13 -05:00
Unknwon f41360d864 advanced select ops for system notices 2015-12-05 01:09:14 -05:00
Unknwon e82ee40e9e init with all enabled 2015-12-04 21:34:37 -05:00
Unknwon e538ff2770 fix and fix 2015-12-04 21:30:33 -05:00
Unknwon 76d4b9288b have fallback but empty value 2015-12-04 19:01:34 -05:00
Unknwon 05ba8622f0 move fallback to empty string 2015-12-04 18:31:45 -05:00
Unknwon e0bae9547a more fixes on 2015-12-04 15:41:56 -05:00
Unknwon 81133d45a1 work on 2015-12-03 14:21:13 -05:00
Unknwon 37a372f6f5 500 when wiki not exists 2015-12-03 02:08:25 -05:00
Unknwon f122d0856e fix 2015-12-03 01:59:32 -05:00
Unknwon cc8f5add6e fix 2015-12-03 00:24:37 -05:00
Unknwon 926e91820a Diff is not showing full content when has super long one line 2015-12-02 01:10:13 -05:00
Unknwon 0be8b1b1a1 Ability to batch delete system notices 2015-12-01 23:33:08 -05:00
Unknwon 834d38a8fb add short version as fallback to Slack payload 2015-12-01 21:16:19 -05:00
Adam Strzelecki 573305f3d3 LDAP: Optional user name attribute specification
Consider following LDAP search query example:

    (&(objectClass=Person)(|(uid=%s)(mail=%s)))

Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.

Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
2015-12-02 00:20:14 +01:00
Unknwon 9ed60d96a9 fix API 2015-12-01 16:33:45 -05:00