Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: make state changing routes to POST method (#5541) | Unknwon | 2018-12-06 |
| | | | | - pkg/context: add ParamsUser to unify the injection process | ||
* | repo: add changes to repository avatar feature (#5221) | Unknwon | 2018-06-17 |
| | |||
* | public/{less,css}: fix overflow of brand logo hyperlink (#5189) | rokuu | 2018-04-21 |
| | | | | | | * Update gogs.css * Update _base.less | ||
* | css: fix UI breaks | Unknwon | 2017-11-19 |
| | |||
* | public: update Semantic UI 2.2.10 -> 2.2.13 | Unknwon | 2017-11-15 |
| | |||
* | 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. | ||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | 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] | ||
* | css: font-family fixes for Chinese | Unknwon | 2017-03-31 |
| | |||
* | 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. | ||
* | CSS: remove font “Meiryo Ui” | Unknwon | 2016-08-12 |
| | |||
* | Minor fix on top menu dropdown icon position | Unknwon | 2016-08-11 |
| | |||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | Apply font for Japanese / Chinese (more) (#3266) | Laica Lunasys | 2016-07-15 |
| | |||
* | Add new language support | Unknwon | 2016-04-25 |
| | | | | - Update language choose dropdown to fit more languages | ||
* | Fixed #2909 (#2979) | Kim Carlbäcker | 2016-04-19 |
| | |||
* | Add Japanese Fonts | MATTENN | 2016-03-12 |
| | | | | | By adding a Japanese font in the less file, easier to see the display in Japanese. | ||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||
* | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 |
| | |||
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 |
| | |||
* | Split view fixed | Kim "BKC" Carlbäcker | 2016-01-27 |
| | |||
* | Merge pull request #2296 from bkcsoft/feature/split-diff | Unknwon | 2016-01-06 |
|\ | | | | | Implement Split Diff-View | ||
| * | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | |||
| * | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | | | | | - Unified/Inline Diff-View Selectable | ||
* | | Making scroll always visible. | Andrey Nering | 2016-01-04 |
|/ | |||
* | prepare release | Unknwon | 2015-12-12 |
| | |||
* | LESS: Use tabs for indent in all files | Adam Strzelecki | 2015-12-07 |
| | | | | This does not change any content and generated gogs.css is still the same. | ||
* | Render commit msg as header + verbatim description | Adam Strzelecki | 2015-12-07 |
| | | | | | | | | | 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. | ||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | CSS: Octicons 16px fix outside of _octicons.less | Adam Strzelecki | 2015-12-03 |
| | | | | | | Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863. | ||
* | CSS: Reduce .sha.label font size to 13px | Adam Strzelecki | 2015-12-02 |
| | |||
* | CSS: .repository .sha.label -> .ui .sha.label | Adam Strzelecki | 2015-12-02 |
| | | | | | This is because SHA1 label is used in many other places, not only inside .repository container. | ||
* | fix #1960 | Unknwon | 2015-11-16 |
| | |||
* | new repo ui | Unknwon | 2015-11-14 |
| | | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942 | ||
* | new dashboard ui | Unknwon | 2015-11-13 |
| | |||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 |
| | |||
* | finish all new user settings UI | Unknwon | 2015-09-10 |
| | |||
* | adjust icon css | Unknwon | 2015-09-07 |
| | |||
* | #1599 org dashboard icon css | Unknwon | 2015-09-07 |
| | |||
* | #1599 status button mrigin-right | Unknwon | 2015-09-07 |
| | |||
* | minor fix on icon | Unknwon | 2015-09-07 |
| | |||
* | fix buttons style | Unknwon | 2015-09-02 |
| | |||
* | css fix | Unknwon | 2015-09-02 |
| | |||
* | basic PR feature | Unknwon | 2015-09-02 |
| | |||
* | fix dropdown search | Unknwon | 2015-08-31 |
| | |||
* | add webhook recent deliveries | Unknwon | 2015-08-27 |
| | |||
* | new webhooks list UI | Unknwon | 2015-08-26 |
| |