Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | css: fix UI breaks | Unknwon | 2017-11-19 |
| | |||
* | MISC: minor fixes in webhook | Unknwon | 2017-11-18 |
| | |||
* | css: fix minor table issue | Unknwon | 2017-11-17 |
| | |||
* | admin/config: add UI for [http] section (#3987) | Unknwon | 2017-11-16 |
| | |||
* | public: update Semantic UI 2.2.10 -> 2.2.13 | Unknwon | 2017-11-15 |
| | |||
* | css: not include line numbers in diff selection (#4584) | Unknwon | 2017-07-14 |
| | | | | Changed template file in order to make CSS work properly. | ||
* | css: update less (#4584) | Unknwon | 2017-06-27 |
| | |||
* | markup: able to display image from IPython notebook (#4366) | Unknwon | 2017-06-06 |
| | |||
* | css: fix fluid container for spilt diff view | Unknwon | 2017-06-03 |
| | |||
* | css: start using fixing width container | Unknwon | 2017-06-03 |
| | | | | | | Get rid of responsive issue. Also fixes #4527. | ||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | css: improve fonts under Windows | Unknwon | 2017-04-04 |
| | |||
* | css: fix font of .ui.label.button style | Unknwon | 2017-04-04 |
| | |||
* | css: update fonts | Unknwon | 2017-04-03 |
| | | | | [CI SKIP] | ||
* | templates/repo: improve README icon and font | Unknwon | 2017-03-31 |
| | |||
* | css: font-family fixes for Chinese | Unknwon | 2017-03-31 |
| | |||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
| | | | | Relates to #649 and #2157 | ||
* | user: remove sanitizer for FullName (#1937) | Unknwon | 2017-03-23 |
| | |||
* | user/settings: complete repositories panel (#4312) | Unknwon | 2017-03-23 |
| | |||
* | templates/label: another minor style improve | Unknwon | 2017-03-22 |
| | |||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | install: able to enable console mode (#3119) | Unknwon | 2017-03-17 |
| | |||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 |
| | |||
* | repo/branches: hide buttons for regular users | Unknwon | 2017-03-11 |
| | |||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 |
| | |||
* | css/repository: fix undesired style for label template select list | Unknwon | 2017-03-10 |
| | |||
* | templates/repo: change some buttons to use 'basic' style | Unknwon | 2017-03-10 |
| | |||
* | less/repository: minor fix for #git-stats | Unknwon | 2017-03-10 |
| | |||
* | templates/repo: only show Git stats in repository home page (#3518) | Unknwon | 2017-03-10 |
| | | | | | | | | | Move 'Commits' and 'Releases' tabs down to body. This patch also reduces page load time for pages that do not need to use commits count anywhere. Get commits count can hurt performance badly for huge repositories that has tens of thousands commits like Linux Kernel. | ||
* | Update locale | Unknwon | 2017-03-01 |
| | | | | Also fixes #4213 | ||
* | admin/config: minor CSS fix | Unknwon | 2017-02-28 |
| | |||
* | admin: fix template error | Unknwon | 2017-02-28 |
| | | | | Also a try to display key-value pairs in table. | ||
* | dashboard: add delete branch and tag news feeds | Unknwon | 2017-02-27 |
| | |||
* | dashboard: fix commits CSS | Unknwon | 2017-02-24 |
| | |||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | diff: able to highlight line with hashtag URL | Unknwon | 2017-02-20 |
| | |||
* | repo: several minor improvements | Unknwon | 2017-02-19 |
| | | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. | ||
* | install: able to enable builtin SSH server (#3773) | Unknwon | 2017-02-18 |
| | |||
* | settings: fix organization panel CSS | Unknwon | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | Simplify description | Unknwon | 2017-02-15 |
| | |||
* | Update new logo | Unknwon | 2017-02-13 |
| | | | | [CI SKIP] | ||
* | IPythonNotebook: fix a bit more CSS | Unknwon | 2017-02-07 |
| | |||
* | IPythonNotebook: fix Markdown cell CSS | Unknwon | 2017-02-07 |
| | |||
* | IPythonNotebook: CSS adjustment for PR #4070 | Unknwon | 2017-02-07 |
| | |||
* | Ipython notebook support (#4070) | Herbert | 2017-02-07 |
| | | | | | | | | | | * added marked and notebookjs javascript libraries * added ipython notebook render support using javascript libraries * recompiled gogs.css to include ipynb-related css * removed superflous javascript library files |