Unknwon
7ba9257a7f
Add suburl support
2014-09-19 20:11:34 -04:00
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
2014-09-18 20:50:48 +02:00
Unknwon
a596388ebf
Add success message after transfer repository #481
2014-09-17 14:52:46 -04:00
Unknwon
c1ceec45da
Fix mirror UI style and work on #475
2014-09-16 08:32:13 -04:00
Unknwon
b9560374cd
UI fix
2014-09-13 22:12:11 -04:00
Unknwon
c5ce33047e
Mirror fix and hide missing pages for 0.5 release
2014-09-01 00:33:40 +08:00
Michael Dyrynda
1bbf4c9768
Add missing 'new migration' link
...
Addresses issue #399
2014-08-31 21:06:50 +09:30
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.
2014-08-30 15:12:53 +02:00
Unknwon
8829174574
Finish new admin users pages
2014-08-29 15:32:52 +08:00
Unknwon
81287ba022
Mirror issue fix
2014-08-27 22:40:45 +08:00
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
2014-08-16 16:21:17 +08:00
Unknwon
36b4c57ff1
Finish new organization members and invitation page
2014-08-15 18:29:41 +08:00
Unknwon
5fbf8531e6
Finish new home page of organization
2014-08-10 20:11:18 -07:00
Unknwon
7af7584d25
Finish new reset password, etc.
2014-08-09 21:02:00 -07:00
Unknwon
78defd238c
Page: Manage social accounts
2014-08-09 17:25:02 -07:00
Unknwon
9a1d5d2489
Finish new web hook pages
2014-08-09 15:40:10 -07:00
Unknwon
9820b8e134
Finish new hooks list page
2014-08-09 10:29:51 -07:00
Unknwon
e8c9bb2c66
Finish new collaboration page
2014-08-07 06:40:05 -04:00
Unknwon
7bbf644dd5
Convert captcha, cache, csrf as middlewares
2014-07-31 17:25:34 -04:00
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
2014-07-26 23:53:16 -04:00
Unknwon
5e81383413
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
2014-07-26 18:37:18 -04:00
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
2014-07-26 02:28:04 -04:00
Unknwon
8dd07c0ddd
New UI merge in progress
2014-07-26 00:24:27 -04:00
Unknown
6e448b0714
Finish delete organization
2014-06-28 00:40:07 -04:00
Unknown
e0f9c628c5
Add create organization
2014-06-25 00:44:48 -04:00
fuxiaohei
f393dc6520
add organization dashboard page
2014-06-23 12:08:53 +08:00
Unknown
314193029a
Use constants to name template file
2014-06-22 23:11:12 -04:00
fuxiaohei
bf703ef617
add dashboard context switch button
2014-06-22 14:10:12 +08:00
Unknown
d952b4200c
Add corn rask monitor panel
2014-06-13 13:01:52 -04:00
Unknown
80055bde86
Code convention
2014-05-24 15:28:31 -04:00
Unknown
a913aff1d0
Show collaborative repositories in dashboard
2014-05-12 15:14:22 -04:00
Unknown
bbdfe25769
User code clean and ui improve
2014-05-05 16:21:43 -04:00
FuXiaoHei
1c88a541cb
fix profile ui
2014-05-01 21:27:12 +08:00
Unknown
89c99167b2
Fix #149
2014-05-01 08:26:41 -04:00
Unknown
62240b6bc1
Add login by email
2014-04-27 01:54:08 -06:00
Unknown
62d23e9154
HTTP no follow and offline mode
2014-04-27 01:05:13 -06:00
James Anderson
e5af34a078
fixed some broken forms that were introduced in james-anderson@521c5f0e10
2014-04-24 14:50:24 -04:00
James Anderson
4b58c01603
Changed setting url to settings
2014-04-23 15:30:18 -04:00
Bryan Johnson
34d18a19a3
Minor grammatical fix for Disable Registration feature
2014-04-21 18:03:04 -04:00
无闻
7b91dfeb01
Update reset_passwd.tmpl
2014-04-21 00:27:40 -04:00
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
2014-04-20 16:54:26 +10:00
Unknown
8719c1b8c5
Mirror bug fix
2014-04-18 12:12:10 -04:00
Unknown
c36e7d322e
Mirror updates
2014-04-14 04:11:33 -04:00
Unknown
d2b53dd43b
Add weibo oauth
2014-04-13 21:00:12 -04:00
Unknown
4b9b8024ba
Clean oauth code
2014-04-13 18:12:07 -04:00
Unknown
90f6aa8cd1
Add repo mirror and import
2014-04-12 20:35:35 -04:00
FuXiaoHei
5f3a6a9d74
social login button ui
2014-04-12 13:50:27 +08:00
FuXiaoHei
b057cffd85
fix logo ui, add following ui in user-profile page
2014-04-12 12:47:35 +08:00
skyblue
f8e97b75fb
Merge branch 'dev' of github.com:gogits/gogs into dev
2014-04-12 09:42:15 +08:00
skyblue
5c1312f38e
clean oauth2 code
2014-04-12 09:42:09 +08:00