f43cc90841
#2287 Truncate repository name if too long
2016-01-11 20:41:43 +08:00
837155577a
#2159 use icon+tooltip to replace text
2015-12-12 16:53:16 -05:00
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
2015-12-09 11:24:56 -05:00
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
2015-12-08 00:57:46 +01:00
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.
2015-12-01 21:10:36 +01:00
52c8f69163
fix #650
2015-11-22 01:32:09 -05:00
1d57f0d64f
Show custom avatars in commits
2015-11-13 17:10:25 -05:00
0f438ef0b3
new dashboard ui
2015-11-13 12:05:48 -05:00
645d4d0c5b
#1594 Collaborative Repositories missing suburl on Dashboard
2015-09-07 05:57:19 -04:00
ad52b2d791
Mirror fix on transfer repo
2014-09-25 22:36:07 -04:00
71e4689d11
Page: User profile
2014-09-25 19:33:39 -04:00
f69761563b
Fix bug on transfer repo
2014-09-25 16:36:19 -04:00
7ba9257a7f
Add suburl support
2014-09-19 20:11:34 -04:00
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
a596388ebf
Add success message after transfer repository #481
2014-09-17 14:52:46 -04:00
c1ceec45da
Fix mirror UI style and work on #475
2014-09-16 08:32:13 -04:00
1bbf4c9768
Add missing 'new migration' link
...
Addresses issue #399
2014-08-31 21:06:50 +09:30
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
36b4c57ff1
Finish new organization members and invitation page
2014-08-15 18:29:41 +08:00
5fbf8531e6
Finish new home page of organization
2014-08-10 20:11:18 -07:00
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
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
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
2014-07-26 02:28:04 -04:00
8dd07c0ddd
New UI merge in progress
2014-07-26 00:24:27 -04:00