Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | dashboard/feeds: able to load more history (#2511) | Unknwon | 2017-03-16 | |
| | ||||
* | js: minor fix for #4294 | Unknwon | 2017-03-15 | |
| | ||||
* | ui: added Select class to ui.dropdown menus to prevent label changing (#4294) | Brian Paulson | 2017-03-15 | |
| | ||||
* | 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. | |||
* | public: minor fixes on build tool config | Unknwon | 2017-03-06 | |
| | ||||
* | Revert "public: update Semantic UI from 2.2.7 -> 2.2.9" | Unknwon | 2017-03-05 | |
| | | | | This reverts commit eaab01fa4993d2c9c9141b7526747deb4f21ba2e. | |||
* | 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 | |
| | ||||
* | public: update Semantic UI from 2.2.7 -> 2.2.9 | 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 | |
| | ||||
* | webhook: highlight delivery response on click | Unknwon | 2017-02-24 | |
| | | | | This decreases page load time for webhook edit page. | |||
* | 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. | |||
* | css: cleanup unused files | Unknwon | 2017-02-18 | |
| | ||||
* | 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 | |
| | ||||
* | repo: assignee can be anyone who has read access (#3739) | Unknwon | 2017-02-17 | |
| | ||||
* | 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 | |
| | ||||
* | Added mssql support. (#3772) | dlob | 2017-02-13 | |
| | ||||
* | Update new logo | Unknwon | 2017-02-13 | |
| | | | | [CI SKIP] | |||
* | Icon redesign. (#4121) | Egon Elbre | 2017-02-13 | |
| | ||||
* | liberjs: pointing licenses to GitHub instead of local | Unknwon | 2017-02-07 | |
| | ||||
* | Make Gogs compatible with LibreJS (#4092) | Jorge Maldonado Ventura | 2017-02-07 | |
| | ||||
* | 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 | |
| | ||||
* | Add 'Organizations' page to user settings (#3587) | Unknwon | 2017-01-27 | |
| | | | | User is now able to view full list of organizations belongs to. | |||
* | Setting orgs (#3587) | Rémy Boulanouar | 2017-01-27 | |
| | | | | | | | | | | | | * Implement organizations listing in setting and allow user to create new organization. * Implement organizations listing in setting and allow user to create new organization. * Add space remove by mistake * Remove unused part of the template * Update display and behavior according to @Unknown remarks | |||
* | Disable local path migration by default (#4033) | Unknwon | 2017-01-26 | |
| | | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel. | |||
* | 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). | |||
* | Upgrade Sematic UI to 2.2.7 | Unknwon | 2016-12-27 | |
| | ||||
* | Fix wrong anchors for non-latin headings (#3981) | Joel-Liang | 2016-12-26 | |
| | | | | | | Change Javascript regular expression to match non-latin characters The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078 And this patch should fixed these two issues: #3919 #3843 |