Unknwon
ad3b586d6e
#3348 always use relative avatar link in the template
9 years ago
Unknwon
98aaf604c5
Upgrade octicon to 4.3.0
9 years ago
Unknwon
daa6b962e3
Upgrade frontend assets
9 years ago
Kim Carlbäcker
dee35a8ed2
[Feature/WIP] Confirm on editing forms ( fixes #2881 ) ( #2980 )
* Add and start jQuery AreYouSure
* Update SimpleMDE to 1.10.1 for `forceSync` support
* Forgot to remove old version SimpleMDE 1.10.0
* formatting -.-
9 years ago
Odin Ugedal
9f473f376f
Fix indent
9 years ago
Odin Ugedal
4f0a4fe5a7
Make description meta tag golang 1.4 compatible
9 years ago
Odin Ugedal
4586b95fff
Set description meta tag correctly
Set the description meta tag correctly when there is no repo
description. Also use the ability to trim trailing whitespaces,
to make the template cleaner.
9 years ago
Odin Ugedal
727e05624c
Set HTML meta values corresponding to repository
Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before.
9 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Unknwon
4dbedf5653
Update frontend resources
9 years ago
Andrey Nering
b3ad764459
Implementing the "theme-color" meta tag.
Used by Android >= 5.0 to make the top bar colored.
Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
9 years ago
Unknwon
2bcbf77e00
Update and reorganize front-end resources
9 years ago
Unknwon
45e824ef08
#2491 minor fix for sr on dashboard
9 years ago
João Pedro
907a2036b2
Lowercase "Service"
9 years ago
João Pedro
2f4a2972f3
Update head.tmpl
9 years ago
Adam Strzelecki
69427c6115
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
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
b9303efd7c
fix #2020
9 years ago
Unknwon
24bcdb8711
upgrade libs
9 years ago
Unknwon
1af74f1406
update some libs
9 years ago
Nathan Zadoks
d2ff47f997
Add go-source directive to repo pages
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
9 years ago
Unknwon
7465335e8a
new quick start page
9 years ago
Unknwon
71445511dc
#1646 and other minor fixes
9 years ago
Unknwon
a7085c5326
minor fix on icon
9 years ago
Unknwon
09126f5887
#633 dix suburl
9 years ago
Unknwon
69f68a2e10
#1577 explore paginator problem
9 years ago
Unknwon
665fc15c3a
update semantic
9 years ago
Unknwon
f5bd9aaf0a
finish initial version of pull request
9 years ago
Unknwon
50cf8ca2e0
new create webhook event
9 years ago
Unknwon
1f0393bf29
#1203 bundle jquery with gogs
9 years ago
Unknwon
2557f2b011
add highlight js
9 years ago
Unknwon
9fa3cab4c1
new user dahsboard issues
9 years ago
Unknwon
bf714493cb
new delete account UI and password confirmation
10 years ago
Gogs
966d243c55
column belongs always into a ui grid
10 years ago
Unknwon
987969eb73
finish create issue attachment UI
10 years ago
Unknwon
8dfd87829c
minor fix on #1460
10 years ago
Fernando San Julián
ed47e5ad71
new top menu
10 years ago
Unknwon
d12a83f985
list view: issue, label, milestone
10 years ago
Unknwon
904a0ea1f3
milestone: create page
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
7dd092c0f7
UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon
baffb343a6
UI: issues - finish basic frame
10 years ago
Duncan
5f06e59383
Prevent browsers from leaking referrer headers
10 years ago
Unknwon
04aaeaf7ca
UI: install - database settings
10 years ago
Unknwon
191fd3fd2a
update UI framework
10 years ago
Unknwon
9090e6b47f
home: new UI
10 years ago
Peter Smit
2bb8323ab5
Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
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