Unknwon
1c74612b3c
Minor fix for #2444
9 years ago
Florian Kaiser
0d41827f23
Fix syntax highlighting for markdown code blocks on issue description/comment save
9 years ago
Unknwon
66d2ba1b4e
Merge pull request #2537 from fnkr/remember-clone-protocol
...
Remember last selected clone protocol
9 years ago
Florian Kaiser
84749736a8
Select HTTPS if remembered clone protocol is SSH but SSH is disabled now
9 years ago
Florian Kaiser
3e0a27157c
Make highlighted markdown code blocks work on issue pages
9 years ago
Florian Kaiser
d568019306
Remember last selected clone protocol, and establish uniform order (https, ssh)
9 years ago
Unknwon
8436d69eaf
Update and reorganize front-end resources
9 years ago
Kim "BKC" Carlbäcker
96dee1c354
Split view fixed
9 years ago
Unknwon
e33ddac9bf
Minor fix for #2396
9 years ago
Unknwon
c631a4a9b9
URL fix for #2287
9 years ago
Unknwon
f43cc90841
#2287 Truncate repository name if too long
9 years ago
l2dy
efa0e7b27a
Minor fix
9 years ago
Unknwon
86bce4a2ae
minor fix to #2335
9 years ago
Andrey Nering
73474c043b
Highlighting differences of lines in the diff view.
9 years ago
Unknwon
2481fe2f56
Merge pull request #2296 from bkcsoft/feature/split-diff
...
Implement Split Diff-View
9 years ago
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
0df39b33eb
Implement Split Diff-View
...
- Unified/Inline Diff-View Selectable
9 years ago
Andrey Nering
cb8134da52
Making scroll always visible.
9 years ago
Unknwon
93f03707a7
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
13fe733037
#2264 use monospaced font for commit IDs in news feeds
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
7436ce6403
emojify.js: ignore_emoticons
9 years ago
Unknwon
ed001d70e4
#2171 fix wiki preview does not work on Firefox
9 years ago
Unknwon
71123c816d
update hightlight.js
9 years ago
Unknwon
168c69273f
fix #1720
9 years ago
Unknwon
4df378b892
fix markdown header margin-top
9 years ago
Unknwon
351dfc95a9
prepare release
9 years ago
Unknwon
837155577a
#2159 use icon+tooltip to replace text
9 years ago
Unknwon
59c965a5ec
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
477b4d3b50
#2154 fix form submit error
9 years ago
Unknwon
7a3eccc709
Drop 0.5.x support
9 years ago
Unknwon
ddcc8d998c
fix markdown table header CSS
9 years ago
Angus Gibson
9bd3ebe207
Dropdown on commits page to choose branch #1846
...
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
9 years ago
Adam Strzelecki
dd8a06a397
LESS: Use tabs for indent in all files
...
This does not change any content and generated gogs.css is still the same.
9 years ago
Adam Strzelecki
e2ca53029e
Render commit msg as header + verbatim description
...
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.
Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
9 years ago
Unknwon
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
f41360d864
#2052 advanced select ops for system notices
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago
Unknwon
98e989d52c
minor JS and UI fix
9 years ago
Unknwon
1802d52362
Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels
...
UI: Use more subtle grey SHA1 labels
9 years ago
Adam Strzelecki
cab2911f23
UI: More subtle strips on commits list
...
With grey SHA1 labels, we should consider having also more subtle strips on
commits list. As current strips blend too much with grey SHA1 labels and top
bar, making hard to distinguish headers from content.
9 years ago
Adam Strzelecki
c5e249c0be
UI: Remove CSS rule making last-commit SHA bold
...
This removes remains from old design, that was not cleaned by previous #2068 PR.
9 years ago
Unknwon
4a6016f5af
fix #2087
9 years ago
Unknwon
ec2423ad7c
more UI minor fixes
9 years ago
Unknwon
c4bab163cb
Merge pull request #2088 from nanoant/patch/further-layout-fixes
...
Further layout fixes
9 years ago
Adam Strzelecki
0068b8106b
CSS: Octicons 16px fix outside of _octicons.less
...
Otherwise the fix will be overwritten by next _octicons.less update.
This is follow-up for 22b0dfbb35
.
9 years ago
Unknwon
29375059e1
minor CSS fix
9 years ago
Unknwon
85449b2f11
minor CSS fix for #2068
9 years ago
Adam Strzelecki
b73241ceb1
UI: Display last-commit header without 2nd column
...
This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.
Also use grey header for last-commit SHA1 tag.
9 years ago
Adam Strzelecki
314664892c
UI: Keep repo URL action right of ref combo & path
...
Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file.
9 years ago
Adam Strzelecki
3eae4ecde7
UI: Make repository menu divide header and content
...
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
9 years ago
Adam Strzelecki
61fdd8c571
Commits & files UI: SUI fixed single line table
...
Instead using own ellipsis, uses Semantic UI fixed single line table which
effectively applies ellipsis to all overflowing table cells.
NOTE: File list cannot use colspan="2" for 1st "Last commit" elements,
otherwise layout breaks with fixed table.
9 years ago
Adam Strzelecki
4813665d0a
CSS: Reduce .sha.label font size to 13px
9 years ago
Adam Strzelecki
640dce12a8
CSS: .repository .sha.label -> .ui .sha.label
...
This is because SHA1 label is used in many other places, not only inside
.repository container.
9 years ago
Adam Strzelecki
22b0dfbb35
CSS: Ensure Octicons are used with 16px font size
...
Semantic UI .icon 1em font-size has priority over .octicon 16px, resulting
octicons rendered at 14px font-size, which is not okay since Octicons are meant
to be shown sizes that are multiples of 16px.
9 years ago
Unknwon
830d000667
finish wiki
9 years ago
Unknwon
e42fcb033d
wiki: finish edit
9 years ago
Unknwon
392f3ee210
wiki: finish new
9 years ago
Unknwon
2b10fdc4dc
Wiki: UI for page new
9 years ago
Andrey Nering
880849a283
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Unknwon
e6b2a01e5d
minor JS fix
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
b80e848d02
upgrade libs
9 years ago
Unknwon
9bcc3c1ea3
fix minor dashboard CSS issue
9 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
9 years ago
Unknwon
7a9777ae36
fix #1990
9 years ago
Unknwon
dc7e74ebb1
Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui
...
Fix admin dashboard new ui
9 years ago
Unknwon
9a27e1b90c
minor css fix
9 years ago
Unknwon
ff5f14431e
fix #1448
9 years ago
Unknwon
114e6790f8
fix CSS width
9 years ago
Unknwon
ec5f881384
fix CSS
9 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
9 years ago
Unknwon
5dc3dd1704
fix #1960
9 years ago
Unknwon
7046df6028
UI fix
9 years ago
Unknwon
18de67380c
fix #1958
9 years ago
Unknwon
942284648e
fix markdown padding
9 years ago
Unknwon
9c12ed3b6e
clean up
9 years ago
Unknwon
7b1c10ea7e
new repo ui
...
- copy link button: #1396 , #1168 , #1668 ,
- synxtax highlight: #1712 , #1549 , #1315 , #670
- z-index: #1942
9 years ago
Unknwon
6a664e88c7
#1854 show issue content
9 years ago
Unknwon
0f438ef0b3
new dashboard ui
9 years ago
Unknwon
020fb43b77
space bar as click
9 years ago
Unknwon
908f2924ce
fix #1824 and fix #1917
9 years ago
Unknwon
603c7389b8
#1459 Dashboard issues lacks sorting
9 years ago
Unknwon
0af035c37e
#1078 not show bin when rename a file
9 years ago
Unknwon
92535c9df0
update some libs
9 years ago
Unknwon
7d72c8333e
work on #470 and fix miror JS issue when choose targets on compare and pull
9 years ago
Unknwon
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
f17b746a01
update locale
9 years ago
Antoine GIRARD
4dd731cb53
Fix indent .less
9 years ago
Antoine GIRARD
2717ada14c
Little fix
9 years ago
Antoine GIRARD
e1c04f043b
Implement new ui to dashboard
9 years ago
Unknwon
19c3745488
fix quick guide style
9 years ago
Unknwon
4465c58f4b
new quick start page
9 years ago
Steven
c8aa9c6cb1
implemented #1721 : see users who forked/starred/watched a repository
9 years ago
Unknwon
d9c5b3bcee
#1659 fix change label title resets color
10 years ago
Unknwon
9d36fc6986
finish new auth e-mails
10 years ago
Unknwon
373731f5e8
user gomail and new activate account email tpl
...
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
10 years ago
Unknwon
2729eb998c
#1646 and other minor fixes
10 years ago
Unknwon
e4ecbcdf4a
new sign in page
10 years ago
Unknwon
5f1183cecf
#697 add install option
10 years ago
Unknwon
83e747bfda
#697 and #1606 and new admin edit user UI
10 years ago
Unknwon
8e0a69f86a
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
f4e54aafa5
typo in logo
10 years ago
Unknwon
d185f601d3
#1622 comment with whitespace
10 years ago
Unknwon
c7ac237b57
fix css
10 years ago
Unknwon
0617448282
finish new add auth UI
10 years ago
Unknwon
fa728d8dff
more minor fix on 1581
10 years ago
Unknwon
cbd6276200
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
...
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
52ec80fa18
finish all new user settings UI
10 years ago
Sergio Benitez
964d0262ff
Merged conflicts.
10 years ago
Unknwon
af324a6165
adjust icon css
10 years ago
Unknwon
7b0ae27549
#1599 org dashboard icon css
10 years ago
Unknwon
31e7b0f588
#1599 status button mrigin-right
10 years ago
Unknwon
03ea29eb36
minor fix on icon
10 years ago
Unknwon
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
edc99bc8a4
new org options UI
10 years ago
Unknwon
80701d45bb
#1193 Make organization emails non-mandatory
10 years ago
Unknwon
aa67de910a
fix #1558
10 years ago
Unknwon
24658fcbdd
#633 dix suburl
10 years ago
Unknwon
705224353b
minor fix
10 years ago
Unknwon
46dce2d653
fix emoji edit not rendered
10 years ago
Unknwon
d48cde6ec8
#633 emoji
10 years ago
Unknwon
3b0c2cb480
#633 Add Emoji support
10 years ago
Sergio Benitez
aa9c36514f
Merged conflicts.
10 years ago
Sergio Benitez
2d1db4bf05
Added LDAP simple auth support.
10 years ago
Unknwon
d023e81a8f
#1577 explore paginator problem
10 years ago
Unknwon
2a2a8cd619
ui and pulls index fix
10 years ago
Unknwon
5c5ccddb02
fix buttons style
10 years ago
Unknwon
c0a899b151
css fix
10 years ago
Unknwon
768c78d143
update semantic
10 years ago
Unknwon
953bb06857
basic PR feature
10 years ago
Unknwon
37e0cee877
finish PR UI
10 years ago
Unknwon
ebf1bd4f51
add view pull desc
10 years ago
Unknwon
8c046073a8
work on PR conversation
10 years ago
Unknwon
398569f6f8
#1021 Forked repo unavailable after deleting original repo
10 years ago
Unknwon
dde9ace91b
fix rename repo JS
10 years ago
Unknwon
7714e792a4
minor fixes on #1551
10 years ago
无闻
67f07e21f5
Merge pull request #1551 from peppage/explore-ui
...
Update Explore UI
10 years ago
Unknwon
6c7a93a3ac
fix #1553
10 years ago
Michael Peppler
d1c5a5ed68
new explore UI
10 years ago
Unknwon
ee3e0c3c49
fix dropdown search
10 years ago
Unknwon
cb381078ff
finish new repo options page
10 years ago
Unknwon
c6b039c6f9
new repo options UI
10 years ago
Unknwon
d01f688257
fix repository count of user is messed up
10 years ago
Unknwon
9b9e5f0290
#1545 Cross reference the commit from the issue when it is closed by the commit
10 years ago
Unknwon
302938e646
#1333 Disable Gravatar option when install
10 years ago
Unknwon
f509c59ac1
new create webhook event
10 years ago
Unknwon
bb3b90fcd6
#1487 Readme Template
10 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
10 years ago
Unknwon
a7686e8749
#1203 bundle jquery with gogs
10 years ago
Unknwon
70e0153b93
add highlight js
10 years ago
Unknwon
23f42d92c9
add webhook recent deliveries
10 years ago
Unknwon
c08600c59b
new edit webhook UI
10 years ago
Unknwon
4217c2333c
new create webhook UI
10 years ago
Unknwon
2881456421
new webhooks list UI
10 years ago
Unknwon
1cb03135b7
new repo git hooks UI
10 years ago
Unknwon
2f2bf20aae
fix menu overflow
10 years ago
Unknwon
b3a45693c3
minor update
10 years ago
Unknwon
27f7abdd77
fix small screen fit
10 years ago
Unknwon
4d75db4811
fix org dashboard menu color
10 years ago
Unknwon
4330c1f0d8
update locale and org dashboard navbar
10 years ago
Unknwon
f808df5a7b
new user dahsboard issues
10 years ago
Unknwon
be90ea583a
#1521 reduce Docker image size
10 years ago
Patrick Geneva
e2bea06313
Updated - Lang Selection Width
10 years ago
Unknwon
461f715ae4
fix css
10 years ago
Unknwon
4275b3720a
finsih diff and compare
10 years ago
Unknwon
aa65761d81
new commits table
10 years ago
Unknwon
371572cf5f
allow edit issue and comment
10 years ago
Unknwon
87f5ca8e1f
able edit issue title
10 years ago
Unknwon
bd1d7d1509
Able to set SSH port when install, update Docker docs
10 years ago
Unknwon
928d9fc1d4
fix access token style
10 years ago
Unknwon
4c7b6414eb
new access token UI
10 years ago
Unknwon
2493454587
new delete account UI and password confirmation
10 years ago
Unknwon
81b8427438
new UI on admin/monitor
10 years ago
Unknwon
6d3e5a36a1
update octicons to 3.1
10 years ago
Unknwon
77ade6855d
fix style and locale name
10 years ago
Unknwon
7bb5cb444c
fix css styles
10 years ago
Unknwon
2e30b421b4
comletely remove v1 UI files of Gogs
10 years ago
Unknwon
c8bb475abb
fix autocomplete on migration
10 years ago
Unknwon
e633425f27
#1180 and #1250 : migration
10 years ago
Unknwon
a52324a5f9
able sort issues
10 years ago
Unknwon
4ce003dc15
Filter issues by assignee
10 years ago
Unknwon
cec38f2a8c
able edit issue labels/milestone/assignee
10 years ago
Unknwon
0efe80d60d
fix issue list assignee position
10 years ago
Unknwon
817b48ed1e
Show owner/poster tags of comments and fix #1312
10 years ago
Unknwon
1fb53067f4
finish close/reopen issue
10 years ago
Unknwon
a01867cc1a
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# public/css/gogs.min.css
10 years ago
Unknwon
33f33e055a
fix on #1466
10 years ago
无闻
52933932d2
Merge pull request #1466 from manfer/semantic
...
modified repo header
10 years ago
Unknwon
ab2d0b3b44
add comment form UI
10 years ago
Gogs
009d716a02
modified repo header
10 years ago
Unknwon
b4c0b7b98b
finish view issue without comments and ops
10 years ago
无闻
d1a82a82b4
Merge pull request #1454 from gustavopaes/bug/1453
...
Remove SSH button when SSH it is disabled
10 years ago
Unknwon
f57235085a
minor fix on #1469
10 years ago
Mikko Hellsing
c3c638e596
fix dashboard padding
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
89c2bd4a0d
finish create issue attachment UI
10 years ago
Unknwon
17f3e840ec
fix cannot parse JSON for attachments
10 years ago
Unknwon
cbc7b7132f
finish new issue action and mentions
10 years ago
Unknwon
887bc1b594
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
10 years ago
Unknwon
2aea247208
minor fix on #1460
10 years ago
Fernando San Julián
4cc198179c
new top menu
10 years ago
Unknwon
75aff60c90
finish create issue with milestone and assignee
10 years ago
Unknwon
09a1b2a1f5
finish create issue with milestone
10 years ago
Unknwon
922f3f3062
finish create issue with labels
10 years ago
Gustavo Paes
4564d13496
Remove SSH button when SSH is disabled
10 years ago
Unknwon
48f12d4ead
upgrade new issue to SUI v2
10 years ago
Unknwon
a79586cc54
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
# templates/repo/header.tmpl
10 years ago
Unknwon
8a3ee795d2
finish transforming to v2
10 years ago
Unknwon
7372042441
list view: issue, label, milestone
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
Unknwon
43a87b0caf
auto-redirect when finish filter branch
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
d015d951bd
fix css rule
10 years ago
Unknwon
9db4acc62e
improve fork process
10 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
10 years ago
Unknwon
2c507667bf
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
0705f55ce0
finish new milestone page
10 years ago
Unknwon
74bd6b939c
milestone: edit
10 years ago
Unknwon
b9527cd1bf
#1299 force downcase e-mail
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
9311a9858a
milestone: pagination
10 years ago
Fernando San Julián
eebcbf9d34
add clipboard API support
10 years ago
Unknwon
04458d49a0
milestone: list view
10 years ago
无闻
7241598c19
Merge pull request #1426 from manfer/issues-new-edit-forms-autofocus
...
autofocus for new and edit issue forms
10 years ago
Fernando San Julián
c5be40decb
new markdown styles
10 years ago
Fernando San Julián
b92bb77b54
autofocus for new and edit issue forms
10 years ago
Fernando San Julián
27244174df
nested unordered list inside order list issue
10 years ago
Unknwon
589618c8a5
better paging
10 years ago
Unknwon
1ba837a055
new issue and label page
10 years ago
Unknwon
dc4aab9925
UI: CURD labels
...
- fix update lable break connection with repository
10 years ago
Unknwon
3426ae42b3
fix css compression
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
...
- fix isRead check
- fix paging
10 years ago
Unknwon
4447a20f87
UI: issues - finish basic frame
10 years ago
Unknwon
b9dc2147b4
UI: install - done
10 years ago
Unknwon
5cf3732339
UI: install - new version
10 years ago
Unknwon
5dd3dd71a0
UI: install - database settings
10 years ago
Unknwon
ffd17924fd
update UI framework
10 years ago
Lunny Xiao
f92bdf875b
Merge pull request #1226 from nice-software/wip/pam
...
Add PAM authentication
10 years ago
Paolo Borelli
182003aa41
Add PAM authentication
10 years ago
Andrew Patton
b579800e50
💄 Style checkbox label in sign in form
10 years ago
Unknwon
9fb2d49b93
#1073 #1162 issue ID constraint failed
10 years ago
David Martel
93ff2e31e8
Fix "Plus" icon size in dashboard (part 2)
10 years ago
David Martel
44ea3d9065
Fix "Plus" icon size in dashboard
10 years ago
Unknwon
d4c04a65c7
fix menu css
10 years ago
Unknwon
b6f8b486c7
add sr-only class, change to new tag line
10 years ago
Unknwon
62e436e6b7
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
10 years ago
无闻
e312634286
Merge pull request #1091 from sapk/fix-ng-issue-pages
...
Apply ng to issue dashboard
10 years ago
Antoine GIRARD
ea9cf5ec8c
Fix the little default in the navbar of the dashboard
10 years ago
Antoine GIRARD
96a71aaed8
Apply ng to issue dashboard
10 years ago
Unknwon
4b9fb43a70
home: new UI
10 years ago
Alexey Makhov
3efe3f42e8
js fix R1-L1 highlight
10 years ago
Alexey Makhov
563e8b4ea9
gitlab-like hash naming
10 years ago
Stefan-Code
1628ef4ba5
changed repo-clone-url behaviour for bare repo
10 years ago
Stefan-Code
e5d6f4ce56
Changes to repo-header-download-drop, different repo-clone-url input behaviour
10 years ago
Unknwon
9420eecb87
public/ng/css: code generation for #919
10 years ago
Stefan
85f384f271
Updated gogs.css - monospace font for hash
...
Updated gogs.css to use monospaced font for sha hash label in repository view to make it look nicer because of equal label width.
10 years ago
Unknwon
0669897226
modules/base: fix markdown mention regex for #826
...
- conf/locale: add mew translator profile
10 years ago
无闻
ddddad9792
Merge pull request #826 from deringer/dev
...
Fix user mention bug when parsing markdown documents
10 years ago
Unknwon
16018e8323
public/ng/css: code generate for #907
10 years ago
Alexey Makhov
04adc94b26
fix css for same code
10 years ago
Alexey Makhov
2f40f614b5
fix css for del code
10 years ago
Alexey Makhov
01cef678a3
new lines highlighting format
10 years ago
Unknwon
7140f50637
public/ng/js: script fix on #901
10 years ago
Alexey Makhov
7f71fe9dae
fix diff lines highlighting
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
32fb5ea5d0
fix settings/email html&css in less
10 years ago
Alexey Makhov
e43bd15b96
fix settings/email html&css
10 years ago
Unknwon
3d9cda2d98
public/ng: fix auto-completion #832
10 years ago
Tony Tsang
9f4e584122
Add max-width to commit message of repo-files-table
10 years ago
Michael Dyrynda
04d698bfbc
add some padding to markdown paragraphs
10 years ago
fuxiaohei
c0cfd62b90
add label-edit and label-delete logic
10 years ago
Unknwon
97b39ae2e4
fix invite bug(shouldn't include full name to search box)
10 years ago
Unknwon
cf7ebfbdc8
mirror fix on release JS
10 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Unknwon
01ba771783
fix #703
10 years ago
fuxiaohei
0daef29053
add label-create ui elements
10 years ago
Tony Tsang
d4a1d9f82a
Display multi-line commit message on commit diff page.
10 years ago
fuxiaohei
0af3a5b603
add issue list filter ui
10 years ago
无闻
cb6be94358
Merge pull request #696 from deiwin/update/user-api-to-include-full-name
...
add full name to found users' list on the UI
10 years ago
Deiwin Sarjas
54ef1cee1d
add full name to found users' list
10 years ago
Florian Hülsmann
d06d58e461
fixed code view line height for firefox
10 years ago
fuxiaohei
23d53561d1
update milestone page design
10 years ago
fuxiaohei
79dae254cf
add milestone page design
10 years ago
Unknwon
ef275ebf62
more on change avatar
10 years ago
Unknwon
5d9ef2bb12
lock gopmfile
10 years ago
fuxiaohei
d1a60e3643
add pull-request and labels page design
10 years ago
Unknwon
8eb5120fbd
#12 , API: list user repos, list repo hooks
10 years ago
Unknwon
8c9338a537
add personal access token panel #12
10 years ago
Unknwon
dfa4b38081
work on #616
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
fuxiaohei
b866dc92d7
finish issue list ui draft
10 years ago
omeid
80c6cc6321
Fix x padding for #repo-content for width < 1170px
...
This pull request fixes the issue when resizing the window smaller than 1170 px, right now there is no padding/margin on sides and it looks broken.
10 years ago
Unknwon
c7f56d7483
Fix #584
10 years ago
Unknwon
d88ebd9a4b
Fix #554
10 years ago
Unknwon
a342d58d7e
Able to fork repo to individuals
10 years ago
fuxiaohei
9e3a1bc11a
add nav bar in issue list
10 years ago
fuxiaohei
cb2da7bf2c
some ui details fix
10 years ago
Unknwon
1aa12c7452
Fix #572
10 years ago
Unknwon
ecf3eb4307
Fix #570
10 years ago
Unknwon
9ae92459a5
Fix repo css and rel path img in md
10 years ago
Unknwon
451f328a4c
Fix #457 and fix #557
10 years ago
Unknwon
b93ae452fe
Fix #555
10 years ago
Unknwon
0d7b9065c6
Fix #540
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Unknwon
7b03b1df0e
Allow custom locale
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
Unknwon
2a031c1365
Fix #515
10 years ago
Unknwon
a046a31d2b
UI: Confirmation box
10 years ago
Unknwon
e6e6aaeacb
Delete verbose
11 years ago
Unknwon
e3b78c47e2
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl
11 years ago
Unknwon
49193bebd2
UI: Confirmation box
11 years ago
fuxiaohei
e3a27aeb25
template and ui fix
11 years ago
fuxiaohei
dccc50e9d4
template and ui fix
11 years ago
Unknwon
ad2ab6d214
Add modal to change username
...
Signed-off-by: Unknwon <joe2010xtmf@163.com>
11 years ago
fundon
09c3c4e70c
bugfix, suburl defaults to empty string when suburl is undefined
11 years ago
Unknwon
71e4689d11
Page: User profile
11 years ago
fuxiaohei
7c30ae7002
is utils improvement
11 years ago
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
11 years ago
Unknwon
93ee0838eb
Page: Repository home page
11 years ago
Unknwon
a1109e6fbc
Page: Repository home page
11 years ago
Unknwon
ebb05475ed
Fix #495 and cannot view repository by tag
11 years ago
fuxiaohei
a11ed51bbb
resize star font size
11 years ago
fuxiaohei
e0493259a6
resize star font size
11 years ago
fuxiaohei
b3f0d25ce5
pull request ui review, change sidebar
11 years ago
fuxiaohei
d750d53422
Merge remote-tracking branch 'origin/dev' into dev
11 years ago
fuxiaohei
8d5a4cc9eb
pull request ui review, change sidebar
11 years ago
Unknwon
1476a1a729
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknwon
e3eea745f4
UI fix
11 years ago
fuxiaohei
60c65415dd
pull request page ui review, upgrade octicon icons
11 years ago
fuxiaohei
904f799c1a
improve ui details
11 years ago
Unknwon
063aacd436
UI: Use tooltip not alert when copy clone URL
11 years ago
Unknwon
196efecaaa
Fix #491
11 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
11 years ago
Unknwon
c1ceec45da
Fix mirror UI style and work on #475
11 years ago
Unknwon
41386fa91a
Fix UI
11 years ago
Unknwon
7027ac9308
Fix #461
11 years ago
Unknwon
b9560374cd
UI fix
11 years ago
Unknwon
a5926f2689
add missing style
11 years ago
Unknwon
bba401a5dc
Prepare 0.5 release
11 years ago
Unknwon
fdc8c34258
Fix clone panel z-index
11 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
...
Organization-level Webhooks
11 years ago
Unknwon
0ddb1eb769
Finish new install page, almost ready for 0.5 release
11 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
11 years ago
Vyacheslav Bakhmutov
2a7a03e5b3
take params for milestone and assignee from query instead of path args
11 years ago
Christopher Brickley
00a864e693
add commit compare functionality
11 years ago
Unknwon
bf5595f9a0
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknwon
36661f53e6
Update deps
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Unknwon
676bd764fa
UI: SSH/HTTPS address switch and copy
11 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.
11 years ago
Unknwon
d2aff9a46a
Continue working on new admin pages
11 years ago
Unknwon
8829174574
Finish new admin users pages
11 years ago
Unknwon
1aec1a2dda
Finish new admin dashboard
11 years ago
Unknwon
74b31566cf
Finsih add/remove repo in organization
11 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
fa60502a70
Working on organization pages
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
78add502d7
Finish new organization members and invitation page
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
11 years ago
Unknwon
7af7584d25
Finish new reset password, etc.
11 years ago
Unknwon
78defd238c
Page: Manage social accounts
11 years ago
Unknwon
9a1d5d2489
Finish new web hook pages
11 years ago
Unknwon
9820b8e134
Finish new hooks list page
11 years ago
Unknwon
e8c9bb2c66
Finish new collaboration page
11 years ago
Unknwon
99eeb08419
nowarp fix
11 years ago
Unknwon
6fc2107529
Add missing less files
11 years ago
Unknwon
fa0a389dc4
Fix bare repo bug
11 years ago
Justin Nuß
2cb754b5af
Fix wrong selector for AJAX issue creation.
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago
无闻
568c9b353e
Merge pull request #311 from nuss-justin/issue/281
...
Fix #281 . Add mouse-over precise time and on-click switch listener.
11 years ago
Unknwon
dabf5b057c
Finish new migrate page
11 years ago
Unknwon
3428baa3b5
Mirror fix on template
11 years ago
无闻
645c194a00
Merge pull request #336 from adelq/responsive-layouts
...
Avoid using fixed width in CSS for layouts
11 years ago
Adel Qalieh
d4cbbc864a
Avoid using fixed width in CSS for layouts
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
5e81383413
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
11 years ago
无闻
02a81ddb62
Merge pull request #332 from acusti/dev
...
Styling plus a couple small fixes for issue attachments (& misc cleanup)
11 years ago
Justin Nuß
91480f3791
Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
...
Conflicts:
modules/base/tool.go
11 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
无闻
0a739cf9ac
Merge pull request #325 from nuss-justin/dev
...
Remove 'None yet' message when adding first label to issue.
11 years ago
Andrew Patton
6407caa761
Semicolons for consistency ;);
11 years ago
Andrew Patton
ef8eef7519
Trivial cleanup
...
using `event.preventDefault` instead of `return false` for being more
explicit
11 years ago
Andrew Patton
71cefc95ab
Use console.log instead of breakpoint
11 years ago
Andrew Patton
957361d755
Fix typos
11 years ago
Andrew Patton
cd369b667f
Fix “Submitting” state of Close issue input
...
If .btn-default isn’t removed, .btn-default and .btn-warning styles
conflict
11 years ago
Andrew Patton
ef430ae7ab
Small whitespace cleanup
11 years ago
Andrew Patton
a447aecd95
Fix for erroneous Submitting mode on button
...
Click handler was also attaching to “Select Attachments” button, so
modified selector to grab #issue-reply-btn by ID and submit button
11 years ago
Andrew Patton
c084a5ba73
Style finesse for “Attachments:” list in issues
...
Make `#attached-list` attachment labels wrap, make spacing more
consistent, add hover stats to `.attachment-remove` icon, adjust
padding of labels to compensate for `.attachment-remove` icon
11 years ago
Justin Nuß
09cb8c67cb
Save comment/issue drafts in sessionStorage.
11 years ago
Justin Nuß
a03a1e87e9
Remove 'None yet' message when adding first label to issue.
11 years ago
Justin Nuß
f0da8a68c2
Remove debug comment.
11 years ago
Justin Nuß
12fb42de5a
Fix IE bug and show errors.
11 years ago
Justin Nuß
4e2477a1a5
Fix #318 . Switch to JS(ON) implementation for issue/comment creation.
11 years ago
无闻
0f3414ec39
Merge pull request #315 from nuss-justin/issue/313
...
Fix #313 . Repair broken image extension detection regex.
11 years ago
Andrew Patton
8ccde45c5f
Fix #319 (user not-logged in error)
11 years ago
Justin
eafa365453
Fix #313 . Repair broken image extension detection regex.
11 years ago
Justin Nuß
835e85b5ce
Fix #281 . Add mouse-over precise time and on-click switch listener.
11 years ago
Justin Nuß
bfe5b86004
Add file upload for attachments
11 years ago
Justin Nuß
43e5de7f83
Show attachments in issues/comments and add preview for images
11 years ago
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
...
Conflicts:
models/issue.go
routers/repo/issue.go
11 years ago
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
11 years ago
Justin Nuß
34304e6a0c
WIP: Allow attachments for issues, not only comments
11 years ago
Justin Nuß
4617bef895
WIP: Allow attachments for comments
11 years ago
无闻
94b100ce43
Merge pull request #299 from nuss-justin/issue/216
...
Fix #216 . Change milestones, labels and assigne without reloading the page
11 years ago
Justin Nuß
ed73af6fa1
Fix #216 . Change milestones, labels and assigne without reloading the page
11 years ago
Justin Nuß
0b4fcf1224
Fix unwatch button not working in Firefox
11 years ago
fuxiaohei
c127d84777
add organization team-single page
11 years ago
Unknown
e4ea5cf598
Finish Teams page
11 years ago
fuxiaohei
1d55ecd29c
add organization team-create page
11 years ago
fuxiaohei
b5ba2bd268
add organization team-create page
11 years ago
fuxiaohei
72ba273cc9
select owner when creating repository
11 years ago
fuxiaohei
80be060735
select owner when creating repository
11 years ago
fuxiaohei
cc703ee663
select owner when creating repository
11 years ago
fuxiaohei
f393dc6520
add organization dashboard page
11 years ago
fuxiaohei
ea507e20d4
add organization create page
11 years ago
fuxiaohei
adda10f4a4
add organization teams page
11 years ago
fuxiaohei
514d7e1922
add organization memebers page
11 years ago
fuxiaohei
bf703ef617
add dashboard context switch button
11 years ago
Unknown
d952b4200c
Add corn rask monitor panel
11 years ago
Unknown
fb0972afad
Fix #199
11 years ago
Unknown
f160b4f33c
Add tar.gz download button and other mirror updates
11 years ago
FuXiaoHei
4fcbf553aa
organisation main page ui
11 years ago
FuXiaoHei
e0a6e6dd1a
issue ui update
11 years ago
FuXiaoHei
50ba08e2c6
fix issue label ajax
11 years ago
FuXiaoHei
1331134316
finish issue edit content preview
11 years ago
FuXiaoHei
4e8a1bf9c9
fix firefox zclip bug
11 years ago
FuXiaoHei
c82807a713
add issue label attach-detach ui
11 years ago
FuXiaoHei
342baf1dda
add label edit and manage ui
11 years ago
FuXiaoHei
61641d9c63
issue label ui design
11 years ago
FuXiaoHei
a1bb3741d5
add milestone in new-issue page
11 years ago
FuXiaoHei
4a4392192b
add milestone issue view ui
11 years ago
FuXiaoHei
3fe87cba85
fix preview js
11 years ago
Unknown
68fb62347f
Finish issue assignee
11 years ago
Unknown
2c73ced0db
Fix #173
11 years ago
FuXiaoHei
2eabeba6b7
finish milestone add page
11 years ago
FuXiaoHei
045c21de4f
assignee ui in issue view
11 years ago
FuXiaoHei
a03f380fa8
assignee ui in issue view
11 years ago
FuXiaoHei
11ca10ab2f
issue assignee ui
11 years ago
FuXiaoHei
d76772adb9
add milestone list page
11 years ago
Unknown
bbdfe25769
User code clean and ui improve
11 years ago
Unknown
c1eb4d894a
Clean api code
11 years ago
FuXiaoHei
3e856928a2
add webhooks page ui
11 years ago
Unknown
0a187dbef5
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknown
f6c4fbeb37
Collaborator
11 years ago
FuXiaoHei
ad71775ae8
fix collaboration js bug
11 years ago
FuXiaoHei
1c88a541cb
fix profile ui
11 years ago
FuXiaoHei
52fbb9788a
add collaboration page ui
11 years ago
Robert Speicher
494e5fd40c
Install: Set the default host string based on database type
11 years ago
Unknown
2401e68d7e
Prepare for v0.3.1 hotfix
11 years ago
Unknown
59d0e73c35
Batch mirror fix
11 years ago
Unknown
660b47373d
Prepare for release v0.3.0
11 years ago
Unknown
006c45e21d
Mirror change
11 years ago
FuXiaoHei
8549b47e04
fix repo-new ui, fix top-nav search-bar ui
11 years ago
FuXiaoHei
5f3a6a9d74
social login button ui
11 years ago
FuXiaoHei
b057cffd85
fix logo ui, add following ui in user-profile page
11 years ago
FuXiaoHei
555b6976a3
add search form in top navbar
11 years ago
FuXiaoHei
df000245d1
add pager in commit-page, finish commit search form
11 years ago
FuXiaoHei
668007592a
upgrade bootstrap to 3.1.1, upgrade todc bootstrap theme
11 years ago
zhsso
a4cbe79567
fix
11 years ago
zhsso
f3ed11d177
mistakes
11 years ago
FuXiaoHei
a354f33ac2
new-repo dropdown in top navbar
11 years ago
FuXiaoHei
c72e1b5c2a
repo-import page ui
11 years ago
FuXiaoHei
721834a267
change new-repo button to dropdown menu in dashboard page
11 years ago
FuXiaoHei
d3a987eded
username & repo-name changing help message
11 years ago
FuXiaoHei
1b0142513e
release-new page ui
11 years ago
FuXiaoHei
75db79b4b6
release list page ui
11 years ago
FuXiaoHei
1757a59a99
js clipboard
11 years ago
Unknown
d9005ee970
Improve issue mail content
11 years ago
crackcomm
5a07b5430e
.admin-dl-horizontal
11 years ago
crackcomm
868d921f7b
Description list instead of div's in admin Dashboard & Configuration.
11 years ago
Unknown
107a1eadac
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
11 years ago
FuXiaoHei
be45057c3a
fix issue ajax update
11 years ago
FuXiaoHei
ecce694d77
issue content ajax preview
11 years ago
FuXiaoHei
f0d5c3992b
issue ajax edit
11 years ago
FuXiaoHei
9047cadcd3
issue close and reopen block ui
11 years ago
FuXiaoHei
e1e2eee508
update issue view page
11 years ago
FuXiaoHei
c796ed3849
update install page ui
11 years ago
Unknown
dd6246877d
Almost done diff page
11 years ago
FuXiaoHei
08405a4fea
add issue view ui
11 years ago
FuXiaoHei
84bec2842f
issue style change
11 years ago
FuXiaoHei
8ce9458d65
issue style change
11 years ago
FuXiaoHei
23d103c721
issue list in user
11 years ago
FuXiaoHei
124c4d72bf
issue list in repo
11 years ago
FuXiaoHei
e5d8fe41c4
issue create page ui
11 years ago
FuXiaoHei
5d67960b1e
fix style
11 years ago
FuXiaoHei
2a2f025388
change css name style
11 years ago
FuXiaoHei
7f6126dd04
install sample page
11 years ago
FuXiaoHei
79633ab1fb
file size and file raw style update
11 years ago
FuXiaoHei
92a6058e29
zip download button, repo single file buttons
11 years ago
FuXiaoHei
c9e1eb0a0d
diff page ui
11 years ago
FuXiaoHei
5e22f1437a
diff page ui
11 years ago
Unknown
b31070faf5
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
6bc7ae971a
Mirror fix
11 years ago
slene
dd12d0cf82
remove
11 years ago
skyblue
4bac361605
merge with branch master
11 years ago
skyblue
b9302749dd
update default image
11 years ago
slene
f7f175a079
fix code select range
11 years ago
slene
559cd63fc5
fix code view indentation
11 years ago
Gogs
964e537479
append route to web
11 years ago
FuXiaoHei
c9e830cefb
fix dropdown close bug
11 years ago
FuXiaoHei
7b9d4d126a
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
slene
406afa3c32
markdown img max-width
11 years ago
FuXiaoHei
13b6e06943
404 and 500 page ui
11 years ago
FuXiaoHei
1a16b3e99a
repo options ui
11 years ago
slene
076fc98d98
add csrf check
11 years ago
FuXiaoHei
011134e0af
add clone link in repo index page
11 years ago
FuXiaoHei
67c4e54298
fix navbar button ui
11 years ago
FuXiaoHei
14ddb8b1fa
fix dashboard repo link
11 years ago
FuXiaoHei
ecc61ced41
update admin nav ui
11 years ago
slene
686348974b
fix code style
11 years ago
slene
c44aa757d0
fix style
11 years ago
slene
88eaa68763
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
ef3c0b215d
fix
11 years ago
FuXiaoHei
1a0d7c54a2
repo watching ajax
11 years ago
slene
7c6c6125f3
fix line num
11 years ago
slene
d9991603e6
Merge branch 'master' of github.com:gogits/gogs
11 years ago
slene
fa455ab757
fix offset
11 years ago
FuXiaoHei
4efd73d37a
fix single bare page link
11 years ago
slene
c8790eb7d3
overflow
11 years ago
slene
de956c4776
linenums
11 years ago
slene
c6bd723ce1
Merge branch 'master' of github.com:gogits/gogs
...
Conflicts:
public/js/app.js
11 years ago
FuXiaoHei
c7b6fbfd46
clean padding in single file page
11 years ago
FuXiaoHei
cb80111e89
guide page for bare repo
...
some ui fix
11 years ago
slene
21379e30a1
fix link
11 years ago
slene
c3532718a7
add anchor
11 years ago
FuXiaoHei
a0e73e2b54
top nav arrow update
11 years ago
FuXiaoHei
89041248d4
repo commit list ui
11 years ago
FuXiaoHei
06af48503c
repo description ui update
11 years ago
FuXiaoHei
78097a2c5a
Merge branch 'master' of https://github.com/gogits/gogs
11 years ago
Gogs
c593578a55
fix styles
11 years ago
FuXiaoHei
9533b23272
theme changes
11 years ago
slene
26f9962b6e
clone in ssh
11 years ago
FuXiaoHei
3a3ac1f0f3
repo branch page ui
11 years ago
FuXiaoHei
24d91ecda8
ui and js update
11 years ago
FuXiaoHei
c101471bdf
ui update, repo-assignment panic bug fix
11 years ago
FuXiaoHei
cc3cbf8cbe
ui css fix
11 years ago
Unknown
7015c3d491
Merge branch 'master' of github.com:gogits/gogs
11 years ago
Unknown
ec65be79f0
Fix commit feed ui
11 years ago
slene
c569b91c89
add jquery cookie / select2 / autosize plugins
11 years ago
slene
c9bf526be7
markdown & code style
11 years ago
slene
8c2597b5d9
fix
11 years ago
slene
9557cfc653
set width = 1030 when max-width > 1200
11 years ago
slene
1f9ced7960
file list style
11 years ago
slene
f6e32b1b08
finish delete ssh key and delete account. all with confirm.
11 years ago
slene
606ad6dcd0
update user repos style
11 years ago
slene
b3919c577f
fix margin
11 years ago
slene
c7acb9552a
remove padding
11 years ago
slene
0791d01513
update tmpl
11 years ago
slene
06deed820d
Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
11 years ago
FuXiaoHei
8d1fcdaf2c
repo page ui
11 years ago
FuXiaoHei
9c0672e0dd
user update-password page ui
11 years ago
Unknown
52de63e7bb
Allow 1 letter usernames
11 years ago
FuXiaoHei
a8d8e72562
single repository setting page ui
11 years ago
FuXiaoHei
4fff38856e
single repository page ui preview
11 years ago
FuXiaoHei
4f4ec9321f
dashboard ui
11 years ago
FuXiaoHei
63d2f74c21
begin dashboard ui
11 years ago
FuXiaoHei
7f92579905
finish user delete page ui
11 years ago
FuXiaoHei
efa039a0f7
finish ssh key pages ui
11 years ago
FuXiaoHei
46687f391c
ssh keys operation page ui
11 years ago
FuXiaoHei
4c1858c07b
navbar active status
11 years ago
FuXiaoHei
9cd14f97c2
register js validation
11 years ago
FuXiaoHei
4b912b9ae6
signed-in dashboard and navbar changes
11 years ago
FuXiaoHei
39ac95e5a2
nav ui for user logged
11 years ago
FuXiaoHei
71bae3ebd3
ui for repo/create page
11 years ago
FuXiaoHei
ffe0ba562c
ui for user/profile page, only skeleton
11 years ago
FuXiaoHei
ffcfd428b8
ui design for sign-in and sign-up page
...
add /login and /sign-up link for user signing
fix typo error
11 years ago
Unknown
3628964795
Fix CSS issue
11 years ago
Unknown
b1c5adc2f2
Setup templates structure
11 years ago
Unknown
b5ba387891
Setup static resources
11 years ago