214 Commits (b003b187883ea50c10b709ca97c26ecf1d9631bb)

Author SHA1 Message Date
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.
10 years ago
Unknwon 6b7d35eade fix mirror issues uncaught #941 10 years ago
Unknwon 67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884 10 years ago
Unknwon f15fa9167a cmd: code fix for #905
- 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)
10 years ago
Unknwon 8e238058b2 public/ng/css: code fix on #895
- templates/user/settings: fix email panel nav highlight
10 years ago
Alexey Makhov e43bd15b96 fix settings/email html&css 10 years ago
Peter Smit fd70f9ec1b Fix #799 by adding a tooltip for all dates in all settings/panels 10 years ago
Peter Smit 8b31be43c6 Forgot to i18n "Primary" 10 years ago
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
10 years ago
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.
10 years ago
Unknwon db4951bc61 mirror fix on oauth2 10 years ago
James Cracknell 4d123d0a93 Fix user links 10 years ago
Unknwon 9c2120eb34 fix #675 10 years ago
Unknwon ef275ebf62 more on change avatar 10 years ago
Unknwon 55dfe2c978 custom avatar upload 10 years ago
Unknwon 8c9338a537 add personal access token panel #12 10 years ago
Unknwon e0de6cb5ad work on #616 and update locales 10 years ago
Unknwon 23eec25274 Fix #605, fix #255, fix #101 10 years ago
Unknwon d88ebd9a4b Fix #554 10 years ago
Unknwon 3600498c8f Add push tag action 10 years ago
Unknwon b2632dec09 Page: Compare 2 commits 10 years ago
Unknwon 49193bebd2 UI: Confirmation box 10 years ago
Unknwon ad2ab6d214 Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
10 years ago
Unknwon ad52b2d791 Mirror fix on transfer repo 10 years ago
Unknwon 71e4689d11 Page: User profile 10 years ago
Unknwon f69761563b Fix bug on transfer repo 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
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
10 years ago
Unknwon a596388ebf Add success message after transfer repository #481 10 years ago
Unknwon c1ceec45da Fix mirror UI style and work on #475 10 years ago
Unknwon b9560374cd UI fix 10 years ago
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release 10 years ago
Michael Dyrynda 1bbf4c9768 Add missing 'new migration' link
Addresses issue #399
10 years ago
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.
10 years ago
Unknwon 8829174574 Finish new admin users pages 10 years ago
Unknwon 81287ba022 Mirror issue fix 10 years ago
Unknwon bba707de36 Finish team list, create new team, join/leave team page 10 years ago
Unknwon 36b4c57ff1 Finish new organization members and invitation page 10 years ago
Unknwon 5fbf8531e6 Finish new home page of organization 10 years ago
Unknwon 7af7584d25 Finish new reset password, etc. 10 years ago
Unknwon 78defd238c Page: Manage social accounts 10 years ago
Unknwon 9a1d5d2489 Finish new web hook pages 10 years ago
Unknwon 9820b8e134 Finish new hooks list page 10 years ago
Unknwon e8c9bb2c66 Finish new collaboration page 10 years ago
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares 10 years ago
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page 10 years ago
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module 10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Unknown 6e448b0714 Finish delete organization 10 years ago
Unknown e0f9c628c5 Add create organization 10 years ago
fuxiaohei f393dc6520 add organization dashboard page 10 years ago
Unknown 314193029a Use constants to name template file 10 years ago
fuxiaohei bf703ef617 add dashboard context switch button 10 years ago
Unknown d952b4200c Add corn rask monitor panel 10 years ago
Unknown 80055bde86 Code convention 10 years ago
Unknown a913aff1d0 Show collaborative repositories in dashboard 10 years ago
Unknown bbdfe25769 User code clean and ui improve 10 years ago
FuXiaoHei 1c88a541cb fix profile ui 10 years ago
Unknown 89c99167b2 Fix #149 10 years ago
Unknown 62240b6bc1 Add login by email 10 years ago
Unknown 62d23e9154 HTTP no follow and offline mode 10 years ago
James Anderson e5af34a078 fixed some broken forms that were introduced in james-anderson@521c5f0e10 10 years ago
James Anderson 4b58c01603 Changed setting url to settings 10 years ago
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature 10 years ago
无闻 7b91dfeb01 Update reset_passwd.tmpl 10 years ago
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English. 10 years ago
Unknown 8719c1b8c5 Mirror bug fix 10 years ago
Unknown c36e7d322e Mirror updates 10 years ago
Unknown d2b53dd43b Add weibo oauth 10 years ago
Unknown 4b9b8024ba Clean oauth code 10 years ago
Unknown 90f6aa8cd1 Add repo mirror and import 10 years ago
FuXiaoHei 5f3a6a9d74 social login button ui 10 years ago
FuXiaoHei b057cffd85 fix logo ui, add following ui in user-profile page 10 years ago
skyblue f8e97b75fb Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
skyblue 5c1312f38e clean oauth2 code 10 years ago
Unknown 7d07b58114 UPDATE README 10 years ago
skyblue dd815ae7b5 finish github oauth2 support 10 years ago
Unknown 8980675a9f Fix #69 10 years ago
Unknown 45462662e9 Add flash 10 years ago
FuXiaoHei a354f33ac2 new-repo dropdown in top navbar 10 years ago
Unknown 5d4025cb5a Add go get meta support 10 years ago
Unknown 9f7bd5007b Work on mirror repo 10 years ago
FuXiaoHei c72e1b5c2a repo-import page ui 10 years ago
FuXiaoHei 721834a267 change new-repo button to dropdown menu in dashboard page 10 years ago
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after 10 years ago
FuXiaoHei d3a987eded username & repo-name changing help message 10 years ago
Unknown b7c3b0cc73 Add reset password, fix #58 10 years ago
Unknown eb803ec5eb Add transfer repository 10 years ago
Unknown e9c4156c87 Add: rename user 10 years ago
slene 4c70249f75 fix some link 10 years ago
Unknown 2c073afbec Mirror fix and update 10 years ago
Unknown 8282828820 Fix action email bug 10 years ago
Unknown beb1761d7c Mirror fix 10 years ago
FuXiaoHei a8623ec104 fix init-tabs bug 10 years ago
FuXiaoHei 23d103c721 issue list in user 10 years ago
Unknown e95be2cb3e Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	conf/app.ini
10 years ago
Unknown eeb793524f Check run user 10 years ago
FuXiaoHei 2a2f025388 change css name style 10 years ago
Unknown b9b82cfe47 Mirror updates 10 years ago