Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | 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 |
| | |||
* | 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 | ||
* | 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 | ||
* | Fix inappropriate CSS rule for Markdown on wiki page (#3766) | Unknwon | 2017-01-28 |
| | |||
* | Fix unexpected rendering of README when it is not in Markdown | Unknwon | 2017-01-25 |
| | | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF). | ||
* | Update locales | Unknwon | 2016-09-01 |
| | |||
* | UI: fix block selection on code for empty line are not highlighted | Unknwon | 2016-08-30 |
| | |||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 |
| | |||
* | Code quality improvement on JS | Unknwon | 2016-08-17 |
| | |||
* | Web editor: temporarily disable upload and quick fix for edit and new | Unknwon | 2016-08-15 |
| | | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards. | ||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | On showing diff/file, use the tab_width specified on .editorconfig, if any ↵ | Andrey Nering | 2016-08-11 |
| | | | | | (#3241) Closes #3182 | ||
* | Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311) | Andrey Nering | 2016-08-11 |
| | |||
* | Render the Code view on the server (minus syntax highlighting) (#2942) | Rory McNamara | 2016-08-09 |
| | | | | | | | | | | | | | | | | * render code view server side * remove debug print * fix multiline selection bug * change string concatenation to bytes.Buffer for efficiency * Fix newlines added by previous for hljs * fix selection highlighting * make css changes in .less | ||
* | Lighter icon colors for repo files (#3351) | silverwind | 2016-08-03 |
| | | | | | | * Lighter icon colors for repo files * also color submodule icon | ||
* | Fix issue event octicon CSS | Unknwon | 2016-07-26 |
| | |||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 |
| | |||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 |
| | |||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | Fix empty space surrounding hidden issue labels (#3200) | chriswatt | 2016-06-24 |
| | |||
* | Fixed #2909 (#2979) | Kim Carlbäcker | 2016-04-19 |
| | |||
* | use monospace font for wiki and issue textareas (fix #2869) | Matthias Niess | 2016-03-23 |
| | |||
* | Improve repository lable style | Unknwon | 2016-03-15 |
| | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||
* | #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. | ||
* | Minor fix for #2710 | Unknwon | 2016-02-27 |
| | |||
* | Image attachments keep aspect ratio | ChubbyNinja | 2016-02-26 |
| | |||
* | Remove border-bottom for tabs header divider | Unknwon | 2016-02-19 |
| | |||
* | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 |
| | |||
* | Make issue title smaller | Florian Kaiser | 2016-02-07 |
| | |||
* | Rename #avatararrow to #avatar-arrow | chriswatt | 2016-02-07 |
| | |||
* | Add avatar arrow to pull request form | chriswatt | 2016-02-07 |
| | |||
* | Add avatar arrows to new both new issue comment forms | chriswatt | 2016-02-07 |
| | |||
* | Add small user arrows on issue comments pointing to users avatar | chriswatt | 2016-02-05 |
| | |||
* | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | |||
* | Minor fix | l2dy | 2016-01-10 |
| | |||
* | minor fix to #2335 | Unknwon | 2016-01-09 |
| | |||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 |
| | |||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | - Unified/Inline Diff-View Selectable | ||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | fix #1720 | Unknwon | 2015-12-13 |
| |