Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix table headers (#980) | Andrew Boyarshin | 2017-02-20 | 1 | -2/+1 |
| | | | Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com> | ||||
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 1 | -1/+5 |
| | | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> | ||||
* | Fix color: closed PR was showing as purple instead of red | Andrey Nering | 2017-01-28 | 1 | -11/+13 |
| | |||||
* | Added webkit-font-smoothing (#763) | Bwko | 2017-01-27 | 2 | -0/+3 |
| | |||||
* | Notifications: trying to get a better layout (#660) | Andrey Nering | 2017-01-18 | 1 | -4/+8 |
| | | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl | ||||
* | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 1 | -0/+13 |
| | | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification | ||||
* | Merge pull request #539 from andreynering/notifications-step-2 | Andrey Nering | 2017-01-05 | 1 | -0/+21 |
|\ | | | | | Notifications - Step 2 | ||||
| * | More fine graned colors | Andrey Nering | 2017-01-02 | 1 | -3/+3 |
| | | |||||
| * | Notifications - Step 2 | Andrey Nering | 2016-12-30 | 1 | -0/+21 |
| | | |||||
* | | Fix unified diff view styling (#585) | Manuel Kuhlmann | 2017-01-05 | 1 | -18/+30 |
| | | | | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | | Fix diff split view coloring (#553) (#584) | Manuel Kuhlmann | 2017-01-05 | 1 | -26/+24 |
|/ | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | Implementation of Folder Jumping | Sl@ny | 2016-12-28 | 1 | -0/+3 |
| | |||||
* | Update home page to Gitea (#138) | Andrey Nering | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | CSS: Stronger colors for diffs | Andrey Nering | 2016-11-06 | 1 | -18/+2 |
| | |||||
* | Set default less and css to new default name | Joubert RedRat | 2016-11-04 | 1 | -0/+0 |
| | |||||
* | Small UI fixes on full width form titles | Joubert RedRat | 2016-10-19 | 2 | -4/+15 |
| | |||||
* | Fix repo list display on Safari (#3569) | Daniel Oaks | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | Update locales | Unknwon | 2016-09-01 | 1 | -0/+1 |
| | |||||
* | UI: fix block selection on code for empty line are not highlighted | Unknwon | 2016-08-30 | 1 | -3/+3 |
| | |||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -3/+3 |
| | |||||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | css: remove profile avatar height | Unknwon | 2016-08-28 | 1 | -3/+0 |
| | |||||
* | Code quality improvement on JS | Unknwon | 2016-08-17 | 3 | -5/+11 |
| | |||||
* | Web editor: temporarily disable upload and quick fix for edit and new | Unknwon | 2016-08-15 | 1 | -0/+107 |
| | | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards. | ||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -0/+13 |
| | |||||
* | CSS: remove font “Meiryo Ui” | Unknwon | 2016-08-12 | 1 | -4/+1 |
| | |||||
* | Minor fix on top menu dropdown icon position | Unknwon | 2016-08-11 | 1 | -0/+3 |
| | |||||
* | On showing diff/file, use the tab_width specified on .editorconfig, if any ↵ | Andrey Nering | 2016-08-11 | 1 | -0/+10 |
| | | | | | (#3241) Closes #3182 | ||||
* | Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311) | Andrey Nering | 2016-08-11 | 1 | -0/+7 |
| | |||||
* | Render the Code view on the server (minus syntax highlighting) (#2942) | Rory McNamara | 2016-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * 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 | 1 | -1/+5 |
| | | | | | | * Lighter icon colors for repo files * also color submodule icon | ||||
* | Fix issue event octicon CSS | Unknwon | 2016-07-26 | 1 | -1/+5 |
| | |||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -4/+7 |
| | |||||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -2/+5 |
| | |||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 1 | -0/+4 |
| | |||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | 4 | -23/+25 |
| | |||||
* | Apply font for Japanese / Chinese (more) (#3266) | Laica Lunasys | 2016-07-15 | 1 | -0/+3 |
| | |||||
* | Fix empty space surrounding hidden issue labels (#3200) | chriswatt | 2016-06-24 | 1 | -2/+4 |
| | |||||
* | Add new language support | Unknwon | 2016-04-25 | 1 | -0/+6 |
| | | | | - Update language choose dropdown to fit more languages | ||||
* | Fixed #2909 (#2979) | Kim Carlbäcker | 2016-04-19 | 2 | -2/+20 |
| | |||||
* | use monospace font for wiki and issue textareas (fix #2869) | Matthias Niess | 2016-03-23 | 1 | -6/+11 |
| | |||||
* | Improve repository lable style | Unknwon | 2016-03-15 | 1 | -0/+1 |
| | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||||
* | Add APIContext | Unknwon | 2016-03-13 | 1 | -0/+3 |
| | |||||
* | Add Japanese Fonts | MATTENN | 2016-03-12 | 1 | -1/+1 |
| | | | | | By adding a Japanese font in the less file, easier to see the display in Japanese. | ||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -0/+38 |
| | | | | Both are possible on explore and admin panel | ||||
* | #2623 fix wrong font for webhook history | Unknwon | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 2 | -3/+15 |
| | | | | | 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 | 1 | -0/+3 |
| | |||||
* | Image attachments keep aspect ratio | ChubbyNinja | 2016-02-26 | 1 | -1/+26 |
| | |||||
* | Minor fix for #2660 | Unknwon | 2016-02-24 | 1 | -1/+7 |
| |