Commit Graph

550 Commits (9b5185d3cc0bd63d7387655bedaeea6340695d95)

Author SHA1 Message Date
Unknwon 29b07693dd minor fix to
- add tooltip for organization name in profile
ExMex 40413c5c6c Added improvement from Unknwon
ExMex 53a63de9dc Added links to org profile icons
ExMex f610bfa8a2 Added organization display on profile
Fixed "Follower" Icon too big
Unknwon f43cc90841 Truncate repository name if too long
Unknwon 21d7b5acaf fix
Unknwon 13fe733037 use monospaced font for commit IDs in news feeds
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon cadf03db68 fix avatar link when disable gravatar
Unknwon 837155577a use icon+tooltip to replace text
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon 2a8d71367d not show content of issue in activity timeline
Unknwon 3d5d61778a disable password change for non-local users
Unknwon b8d48bdb62 Add "New Mirror" button on Dashboard
Angus Gibson 06d293a84e Only show comparison link for >2 commits
We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits.
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
Unknwon 4795fa01d8 fix
Gibheer 3d54f6c0a4 add new mirror button to dashboard
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon 52c8f69163 fix
Arthur Ouyang e04c97b9fa Fix - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
Unknwon ff5f14431e fix
Unknwon cceb3364bb CSS fix
Unknwon 5dc3dd1704 fix
Unknwon 1d57f0d64f Show custom avatars in commits
Unknwon 6a664e88c7 show issue content
Unknwon 0f438ef0b3 new dashboard ui
Alexey Makhov 1bfebdcdf6 improves
Alexey Makhov 588a0db218 issue title at dashboard
Unknwon 603c7389b8 Dashboard issues lacks sorting
Unknwon 5cad124704 fix
Unknwon 043ded0896 fix
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon 9d36fc6986 finish new auth e-mails
Unknwon 373731f5e8 user gomail and new activate account email tpl
- : fallback plain text
- : add date header
- : fix encoding of header
Unknwon 2729eb998c and other minor fixes
Unknwon e4ecbcdf4a new sign in page
Unknwon 83e747bfda and and new admin edit user UI
Unknwon 8e0a69f86a disable captcha and new admin create user UI
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon af324a6165 adjust icon css
Unknwon 7b0ae27549 org dashboard icon css
Unknwon 31e7b0f588 status button mrigin-right
Unknwon 645d4d0c5b Collaborative Repositories missing suburl on Dashboard
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 00767a0522 finish new org settings page
Unknwon 8481adb255 remove test strings
Unknwon 2a2a8cd619 ui and pulls index fix
Unknwon 5c5ccddb02 fix buttons style
Unknwon c0a899b151 css fix
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 842770d7fb add merger info and news feed
Unknwon 8af094967f add rename repo action
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon ce386cfb61 fix suburl
Unknwon 2f2bf20aae fix menu overflow
Unknwon b3a45693c3 minor update
Unknwon 4330c1f0d8 update locale and org dashboard navbar
Unknwon a329bbc215 new org dashboard issues
Unknwon f808df5a7b new user dahsboard issues
Unknwon 3a32cbee44 Dashboard error: nil commits
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon 03b85b73af token recent activity
Unknwon 928d9fc1d4 fix access token style
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon f183c855d1 minor fix on
无闻 9c0c16bb5a Merge pull request from jamesa/hide-gravatar-tooltip
Hide avatar tooltips unless you're looking at your own profile
James Anderson 59a475163f Hide avatar-changing instructions unless it's your profile (resolves )
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon aede5cdb04 fix app suburl in feeds
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon eea9302d8f fix
Fernando San Julián 2f38215f5c User Issues Template fix
Unknwon 686dd59916 fix with migration and update locale
Andrew Patton 3a3e1b90e7 Match naming convention on page (checkbox→chk)
Andrew Patton 072c67e457 Wrap remember text+checkbox in label; close
Unknwon d76f11c6f1 fix
Unknwon caf7618ea6 Hide gravatar email field if gravatar is disabled (or offline mode)
Antoine GIRARD 96a71aaed8 Apply ng to issue dashboard
Unknwon 471b8a18ab Revert "Merge pull request from ndarilek/accessibility-fixes"
This reverts commit c226e92284, reversing
changes made to 80b23854bc.
Nolan Darilek 37ab32b613 Various accessibility fixes, mostly labeling icons.
Unknwon 96a95e9dfd : fix one missing duplicated prefix
- update some locale files
Unknwon 0720d3988f : GetRepoLink already contains AppSubUrl
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
Peter Smit 7759b9ee6e Remove the "PHP" style formatting function
The "PHP" formatting function doesn't add anything, except an undocumented date format.

All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
Unknwon 6b7d35eade fix mirror issues uncaught
Unknwon 67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled
Unknwon f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
Unknwon 8e238058b2 public/ng/css: code fix on
- templates/user/settings: fix email panel nav highlight
Alexey Makhov e43bd15b96 fix settings/email html&css
Peter Smit fd70f9ec1b Fix by adding a tooltip for all dates in all settings/panels
Peter Smit 8b31be43c6 Forgot to i18n "Primary"
Peter Smit 21dbcb7c77 Create English locale keys for multiple e-mails feature
Also, change all current 'emails' to 'e-mails'.
Still todo: some CSS for the user/settings/email page, but that is not my specialty
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
Unknwon db4951bc61 mirror fix on oauth2
James Cracknell 4d123d0a93 Fix user links
Unknwon 9c2120eb34 fix
Unknwon ef275ebf62 more on change avatar
Unknwon 55dfe2c978 custom avatar upload
Unknwon 8c9338a537 add personal access token panel
Unknwon e0de6cb5ad work on and update locales
Unknwon 23eec25274 Fix , fix , fix
Unknwon d88ebd9a4b Fix
Unknwon 3600498c8f Add push tag action
Unknwon b2632dec09 Page: Compare 2 commits
Unknwon 49193bebd2 UI: Confirmation box
Unknwon ad2ab6d214 Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Unknwon ad52b2d791 Mirror fix on transfer repo
Unknwon 71e4689d11 Page: User profile
Unknwon f69761563b Fix bug on transfer repo
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
Unknwon a596388ebf Add success message after transfer repository
Unknwon c1ceec45da Fix mirror UI style and work on
Unknwon b9560374cd UI fix
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release
Michael Dyrynda 1bbf4c9768 Add missing 'new migration' link
Addresses issue 
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
Unknwon 8829174574 Finish new admin users pages
Unknwon 81287ba022 Mirror issue fix
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 36b4c57ff1 Finish new organization members and invitation page
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon 7af7584d25 Finish new reset password, etc.
Unknwon 78defd238c Page: Manage social accounts
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
Unknown 6e448b0714 Finish delete organization
Unknown e0f9c628c5 Add create organization
fuxiaohei f393dc6520 add organization dashboard page
Unknown 314193029a Use constants to name template file
fuxiaohei bf703ef617 add dashboard context switch button
Unknown d952b4200c Add corn rask monitor panel
Unknown 80055bde86 Code convention
Unknown a913aff1d0 Show collaborative repositories in dashboard
Unknown bbdfe25769 User code clean and ui improve
FuXiaoHei 1c88a541cb fix profile ui
Unknown 89c99167b2 Fix
Unknown 62240b6bc1 Add login by email
Unknown 62d23e9154 HTTP no follow and offline mode
James Anderson e5af34a078 fixed some broken forms that were introduced in james-anderson@521c5f0e10
James Anderson 4b58c01603 Changed setting url to settings
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature
无闻 7b91dfeb01 Update reset_passwd.tmpl
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown 8719c1b8c5 Mirror bug fix
Unknown c36e7d322e Mirror updates
Unknown d2b53dd43b Add weibo oauth
Unknown 4b9b8024ba Clean oauth code
Unknown 90f6aa8cd1 Add repo mirror and import
FuXiaoHei 5f3a6a9d74 social login button ui
FuXiaoHei b057cffd85 fix logo ui, add following ui in user-profile page
skyblue f8e97b75fb Merge branch 'dev' of github.com:gogits/gogs into dev
skyblue 5c1312f38e clean oauth2 code
Unknown 7d07b58114 UPDATE README
skyblue dd815ae7b5 finish github oauth2 support
Unknown 8980675a9f Fix
Unknown 45462662e9 Add flash
FuXiaoHei a354f33ac2 new-repo dropdown in top navbar
Unknown 5d4025cb5a Add go get meta support
Unknown 9f7bd5007b Work on mirror repo
FuXiaoHei c72e1b5c2a repo-import page ui
FuXiaoHei 721834a267 change new-repo button to dropdown menu in dashboard page
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after
FuXiaoHei d3a987eded username & repo-name changing help message
Unknown b7c3b0cc73 Add reset password, fix
Unknown eb803ec5eb Add transfer repository
Unknown e9c4156c87 Add: rename user
slene 4c70249f75 fix some link
Unknown 2c073afbec Mirror fix and update
Unknown 8282828820 Fix action email bug
Unknown beb1761d7c Mirror fix
FuXiaoHei a8623ec104 fix init-tabs bug
FuXiaoHei 23d103c721 issue list in user
Unknown e95be2cb3e Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	conf/app.ini
Unknown eeb793524f Check run user
FuXiaoHei 2a2f025388 change css name style
Unknown b9b82cfe47 Mirror updates
Unknown f8cfb81fb0 Mirror updates
Unknown cb52f6d07d Add auto-login
slene 076fc98d98 add csrf check
Unknown d40499e7fa Finsih mail resend limit
FuXiaoHei 14ddb8b1fa fix dashboard repo link
Unknown 30618b271a Add admin edit user
Unknown 369ddf76a8 Batch fix
Unknown a922c3ff6a Watch backend
Unknown 35d473f04a Finish verify email
Unknown ddbd2ce152 Add register mail tpl
Unknown 0da4975f4f Working on register mail confirmation
Unknown a2fbb24615 Add active page
Unknown fbd252c1cf Mirror fix
FuXiaoHei 24d91ecda8 ui and js update
Unknown ec65be79f0 Fix commit feed ui
slene f6e32b1b08 finish delete ssh key and delete account. all with confirm.
Unknown 0754dd2f95 Add delete all feeds when delete account
Unknown ca956d5cec Add generate fingerprint of ssh key
slene 606ad6dcd0 update user repos style
Unknown dfcae2a97a Add repo list data, need front-end fix
Unknown b3373aa8d3 Mirror fix
Unknown 4b8e888437 Finish feeds
slene 06deed820d Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
Unknown adb17791bd Add basic render of public act
slene 2289ff20bf That's one small step for man, one giant leap for gopher.
FuXiaoHei d18237850c add draft page for empty link
Unknown 47edf7f4f9 Finish update password and profile
FuXiaoHei 9c0672e0dd user update-password page ui
Unknown 52de63e7bb Allow 1 letter usernames
Unknown 57bc2d1ca0 Add update user profile back end, add new gitignore and license, add template data to public profile page
Unknown 27104ac89a Add delete repo
FuXiaoHei a8d8e72562 single repository setting page ui
FuXiaoHei 4fff38856e single repository page ui preview
Unknown af5435d586 Bug fix
Unknown 12f81de349 Finish delete user
FuXiaoHei 4f4ec9321f dashboard ui
Lunny Xiao b5cc4078a9 add repo list of dashboard
Unknown fdc4151ff3 Finish create repo
FuXiaoHei 63d2f74c21 begin dashboard ui
FuXiaoHei 295cfd42aa finish user delete page ui
FuXiaoHei 7f92579905 finish user delete page ui
Unknown 897329a644 Add add and delete SSH key
FuXiaoHei efa039a0f7 finish ssh key pages ui
FuXiaoHei 46687f391c ssh keys operation page ui
Lunny Xiao 8e821c75d7 add publickey list
Unknown 90223dcfc4 Bug fix
Unknown 56a7ab4da5 Finish log in user
Unknown d8b92b4bc9 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	templates/user/signup.tmpl
Unknown 1249392c83 Finish register user
FuXiaoHei 9cd14f97c2 register js validation
FuXiaoHei 4b912b9ae6 signed-in dashboard and navbar changes
Unknown 5959e344a9 Optimize validate
Unknown c6f2c23b05 Add binding form for register user
Unknown e59f90b8fe Update
FuXiaoHei 39ac95e5a2 nav ui for user logged
FuXiaoHei d8a24aff8c display login error message when login post error
FuXiaoHei 71bae3ebd3 ui for repo/create page
Lunny Xiao c5132b87a6 finished signin and login
FuXiaoHei ffe0ba562c ui for user/profile page, only skeleton
FuXiaoHei ffcfd428b8 ui design for sign-in and sign-up page
add /login and /sign-up link for user signing
fix typo error
Lunny Xiao 52984f85d5 add publickey
Unknown 594ec0b659 Add code of add public key
Unknown 8962b39648 Add routers for create and delete repo
Unknown 3eb1ab9e8b Add UI for register user