aboutsummaryrefslogtreecommitdiff
path: root/public/js
Commit message (Collapse)AuthorAge
* public/js: upgrade jQuery to 3.6.0 (#6550)Kevin2021-05-19
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
|
* repo: disable public access option when using external wiki and issue ↵alpencrossi2020-04-09
| | | | tracker (#6081)
* web: rename CSRF header (#6027)ᴜɴᴋɴᴡᴏɴ2020-03-28
|
* js: fix jQuery errorᴜɴᴋɴᴡᴏɴ2020-02-29
|
* public: fix jquery3.x syntax error (#5951)guan2020-02-28
| | | $.post().success -> $.post().done
* Use go-bindata to embed `public` and `templates` files into binary (#5920)Michael Li2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed private repositories are hidden in the organization's view * use go-bindata integrate public and templates files to gogs binary * optimize Dockerfile don't COPY public and templates files * use kevinburke's go-bindata to generate assets code * reset develepment as default run mode in configure file * optimize generated assets code relayout and help function * fixed code format * Update conf/app.ini * assets: add LICENSE headers * Some housekeeping * assets/public: simplify code logic * assets/templates: simplify code logic * cmd/web: more concise variable names * Minor changes * Add custom public and templates support back Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* public/plugins: upgrade highlight.js 9.16.2 to 9.18.0Unknwon2020-01-31
|
* public/plugins: upgrade Dropzone 4.2.0 to 5.5.0Unknwon2020-01-31
|
* public/js: upgrade jQuery 1.12.4 to 3.4.1Unknwon2020-01-31
|
* public: upgrade Semantic UI 2.3.1 to 2.4.2Unknwon2020-01-31
|
* public/js: upgrade clipboard 1.5.9 to 2.0.4Unknwon2020-01-31
|
* public/js: upgrade jQuery 1.11.3 to 1.12.4Unknwon2020-01-31
|
* public: makes CodeMirror mode by filename lookups case-insensitive (#5857)Johannes2019-11-08
| | | | | | | | * updated the highlight.js plugin * added some explicit mappings for syntax highlighting * public: makes CodeMirror mode by filename extension lookup case-insensitive
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
| | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
* templates: make state changing routes to POST method (#5541)Unknwon2018-12-06
| | | | - pkg/context: add ParamsUser to unify the injection process
* public: minor fix for PR #5276Unknwon2018-06-26
|
* repo: minor improve for PR #5219 and support UTF-8 byte countUnknwon2018-06-11
|
* repo: update repository description field to contain more than 256 symbols ↵Sergey Dryabzhinsky2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5219) * Update repository description field to contain more than 256 symbols - update repository model - description field now is `TEXT` and limited by 4000 symbols - new migration - add description to html forms - repo creation and repo settings - add translation for description * Update for description field, new features - add autosize (height) for description textarea, new plugin - set max description length to 512 symbols - update locales * Fix migration - typo in var * Update repo description behaviour - add textarea autosize for /repo/create - add symbols counter under description testarea (create/edit) * Fix function definition - it a var * Revert ru-RU locale * Update by review - Use type `varchar(512)` in migration - Remove unused files from autosize plugin * Fix migration - new project paths * Fixes after review 2 - copyright year - format includes - use switch instead of multi-if * Remove unused `default:` option.
* public: update Semantic UI 2.2.13 -> 2.3.1Unknwon2018-04-12
|
* public: update Semantic UI 2.2.10 -> 2.2.13Unknwon2017-11-15
|
* ldap: minor fix for PR #4398Unknwon2017-05-29
|
* repo/editor: fix wrong context for subdirectory (#4368)Unknwon2017-04-07
|
* js: remove Preview, Full Screen and Side-by-side buttons for repository file ↵Unknwon2017-04-07
| | | | editing (#4402)
* js: set cursor to the end of autofocus input stringUnknwon2017-04-06
|
* public: update Semantic UI 2.2.7 -> 2.2.10Unknwon2017-04-03
| | | | [CI SKIP]
* js: use jQuery .find() (#4343)Hassan Amouhzi2017-03-28
|
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
| | | | Relates to #649 and #2157
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|
* templates/label: another minor style improveUnknwon2017-03-22
|
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
|
* install: able to enable console mode (#3119)Unknwon2017-03-17
|
* dashboard/feeds: able to load more history (#2511)Unknwon2017-03-16
|
* js: minor fix for #4294Unknwon2017-03-15
|
* ui: added Select class to ui.dropdown menus to prevent label changing (#4294)Brian Paulson2017-03-15
|
* Revert "public: update Semantic UI from 2.2.7 -> 2.2.9"Unknwon2017-03-05
| | | | This reverts commit eaab01fa4993d2c9c9141b7526747deb4f21ba2e.
* public: update Semantic UI from 2.2.7 -> 2.2.9Unknwon2017-02-27
|
* 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
|
* install: able to enable builtin SSH server (#3773)Unknwon2017-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
* Added mssql support. (#3772)dlob2017-02-13
|
* 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
* 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
|/
* Web editor: improve delete file processUnknwon2016-08-28
|