summaryrefslogtreecommitdiffstats
path: root/templates/base
Commit message (Collapse)AuthorAgeFilesLines
* fix #2020Unknwon2015-11-241-2/+2
|
* upgrade libsUnknwon2015-11-212-7/+7
|
* minor fix for #1992Unknwon2015-11-181-2/+2
|
* fix #1957 - disable version displayGibheer2015-11-181-3/+3
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* new repo uiUnknwon2015-11-141-1/+1
| | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942
* update some libsUnknwon2015-11-022-3/+3
|
* Add go-source directive to repo pagesNathan Zadoks2015-10-301-0/+1
| | | | This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
* new quick start pageUnknwon2015-10-022-1/+2
|
* drop oauth2 feature supportUnknwon2015-09-171-4/+0
|
* #1646 and other minor fixesUnknwon2015-09-161-2/+2
|
* new sign in pageUnknwon2015-09-141-0/+4
|
* minor fix on iconUnknwon2015-09-071-7/+7
|
* finish new org settings pageUnknwon2015-09-061-0/+10
|
* #633 dix suburlUnknwon2015-09-061-0/+1
|
* minor fixUnknwon2015-09-051-2/+1
|
* #633 Add Emoji supportUnknwon2015-09-051-0/+2
|
* #1577 explore paginator problemUnknwon2015-09-041-2/+2
|
* update semanticUnknwon2015-09-021-2/+2
|
* finish initial version of pull requestUnknwon2015-09-021-0/+1
|
* new create webhook eventUnknwon2015-08-282-18/+18
|
* #1203 bundle jquery with gogsUnknwon2015-08-281-16/+11
|
* add highlight jsUnknwon2015-08-271-0/+4
|
* new user dahsboard issuesUnknwon2015-08-251-1/+1
|
* new delete account UI and password confirmationUnknwon2015-08-191-2/+2
|
* comletely remove v1 UI files of GogsUnknwon2015-08-154-125/+0
|
* column belongs always into a ui gridGogs2015-08-121-99/+101
|
* finish create issue attachment UIUnknwon2015-08-111-2/+7
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-30/+84
|\ | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
| * minor fix on #1460Unknwon2015-08-101-44/+3
| |
| * new top menuFernando San Julián2015-08-101-30/+125
| |
* | add migrate from issue.label_ids to issue_labelUnknwon2015-08-101-2/+0
|/
* list view: issue, label, milestoneUnknwon2015-08-092-34/+35
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-0/+5
|
* milestone: create pageUnknwon2015-08-051-0/+3
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-252-0/+2
|\
| * Prevent browsers from leaking referrer headersDuncan2015-07-212-0/+2
| |
* | UI: CURD labelsUnknwon2015-07-241-0/+5
| | | | | | | | - fix update lable break connection with repository
* | UI: basic label listUnknwon2015-07-241-0/+6
| | | | | | | | - create new label
* | UI: basci issue list without filtersUnknwon2015-07-241-1/+1
| | | | | | | | | | - fix isRead check - fix paging
* | UI: issues - finish basic frameUnknwon2015-07-241-0/+25
|/
* UI: install - new versionUnknwon2015-07-082-2/+7
|
* UI: install - database settingsUnknwon2015-07-082-1/+3
|
* update UI frameworkUnknwon2015-07-072-8/+8
|
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-232-0/+4
|
* add sr-only class, change to new tag lineUnknwon2015-03-201-13/+4
|
* home: new UIUnknwon2015-03-074-64/+160
|
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-171-1/+1
| | | | 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.
* Add suburl supportUnknwon2014-09-192-22/+22
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-182-22/+22
| | | | | | | | | | | | | | 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
* Finish new admin dashboardUnknwon2014-08-281-19/+3
|