Commit Graph

228 Commits (9df5c39bca6fb397449525b0f1eb0d24d993439f)

Author SHA1 Message Date
Unknwon 263304b6b7 fix postgres aggregate
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon 13bd16af92 Minor fixes for
Tamás Molnár 9c91e27933 Added: Ability to delete org avatar.
Unknwon a5b0400be7 finish new access rights for collaborators
Unknwon a2f13eae55 some avatar setting changes
- Allow to delete current avatar
Unknwon 2d2d85bba4 support pull requests in same repository
Unknwon d5a3021a7d Make markdown as an independent module
Unknwon 58e004f7da Remove cache avatar support and add its tests
Unknwon f8182ac521 delete local wiki copy when rename repo and user
Unknwon 5a27aea8e0 Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
Unknwon 4deb876343 Minor fix for
- Change tooltip size from mini to tiny in profile page
Martin Hartkorn 674c5c37be Change user name in Pull Requests
Unknwon f43cc90841 Truncate repository name if too long
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.
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon 9cd16c5b12 add organization APIs
Unknwon b117befc2b add user email APIs
Unknwon 19423957b1 rename import path
Unknwon 5d95ffe3eb The owner has reached maximum creation limit of 0 repositories
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 0e96a46020 fix user repo limit default value
Unknwon df5ed64cca "read-only" users
Unknwon 2a0bb1fa90 Limit repo creation
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 830d000667 finish wiki
Unknwon 392f3ee210 wiki: finish new
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon ec8d41765d some fix to
Unknwon f04d773f4f UI: long organization name in create repository owner list
Unknwon 5dc3dd1704 fix
Unknwon 134d8e7681 work on
Unknwon 1d57f0d64f Show custom avatars in commits
Unknwon 1559bd58e7 save custom avatar as PNG
Unknwon f255b1e86d fatal when no needed update task
Unknwon 6f0a41b8b2 Allow local import only for admin users
Unknwon 022820103d allow forcing all private repos
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon 373731f5e8 user gomail and new activate account email tpl
- : fallback plain text
- : add date header
- : fix encoding of header
Unknwon 2d1bb0cf49 admin delete user
Unknwon be89802bd8 new admin user list UI
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon 3d9b98fae4 order owners list by last changed time
Unknwon 0806725ca5 minor fix on
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 80701d45bb Make organization emails non-mandatory
Unknwon aa67de910a fix
Unknwon 1fd5f8edf8 fix
Unknwon 6ea28f2a47 work on