aboutsummaryrefslogtreecommitdiff
path: root/public
Commit message (Collapse)AuthorAge
...
* admin: fix template errorUnknwon2017-02-28
| | | | Also a try to display key-value pairs in table.
* dashboard: add delete branch and tag news feedsUnknwon2017-02-27
|
* public: update Semantic UI from 2.2.7 -> 2.2.9Unknwon2017-02-27
|
* dashboard: fix commits CSSUnknwon2017-02-24
|
* webhook: send secret with SHA256 HMAC hex digest (#3692)Unknwon2017-02-24
|
* webhook: highlight delivery response on clickUnknwon2017-02-24
| | | | This decreases page load time for webhook edit page.
* repo: add protect branch whitelist (#4177)Unknwon2017-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 URLUnknwon2017-02-20
|
* repo: several minor improvementsUnknwon2017-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 filesUnknwon2017-02-18
|
* install: able to enable builtin SSH server (#3773)Unknwon2017-02-18
|
* settings: fix organization panel CSSUnknwon2017-02-18
|
* webhook: add native Discord supportUnknwon2017-02-18
|
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
|
* Initial version of protected branches (#776)Unknwon2017-02-17
| | | | | - Able to restrict force push and deletion - Able to restrict direct push
* Simplify descriptionUnknwon2017-02-15
|
* Added mssql support. (#3772)dlob2017-02-13
|
* Update new logoUnknwon2017-02-13
| | | | [CI SKIP]
* Icon redesign. (#4121)Egon Elbre2017-02-13
|
* liberjs: pointing licenses to GitHub instead of localUnknwon2017-02-07
|
* Make Gogs compatible with LibreJS (#4092)Jorge Maldonado Ventura2017-02-07
|
* IPythonNotebook: fix a bit more CSSUnknwon2017-02-07
|
* IPythonNotebook: fix Markdown cell CSSUnknwon2017-02-07
|
* IPythonNotebook: CSS adjustment for PR #4070Unknwon2017-02-07
|
* Ipython notebook support (#4070)Herbert2017-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)Unknwon2017-01-28
|
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
| | | | User is now able to view full list of organizations belongs to.
* Setting orgs (#3587)Rémy Boulanouar2017-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)Unknwon2017-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 MarkdownUnknwon2017-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.7Unknwon2016-12-27
|
* Fix wrong anchors for non-latin headings (#3981)Joel-Liang2016-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
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|
* Fix repo list display on Safari (#3569)Daniel Oaks2016-09-01
|
* Update localesUnknwon2016-09-01
|
* Support Editorconfig on web editor (#3512)无闻2016-08-30
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-30
| |
* | js: fix comment issue status button title changeUnknwon2016-08-30
|/
* UI: fix block selection on code for empty line are not highlightedUnknwon2016-08-30
|
* Web editor: support upload filesUnknwon2016-08-30
|
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-29
|
* css: remove profile avatar heightUnknwon2016-08-28
|
* Web editor: improve delete file processUnknwon2016-08-28
|
* Update highlightjsUnknwon2016-08-27
|
* Web editor: improve code qualityUnknwon2016-08-24
|
* Code quality improvement on JSUnknwon2016-08-17
|
* Minor naming improvementUnknwon2016-08-17
|
* General code quality improvementUnknwon2016-08-16
|
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-15
| | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards.
* Code clean up for new config optionsUnknwon2016-08-14
|