summaryrefslogtreecommitdiffstats
path: root/public/js
Commit message (Expand)AuthorAgeFilesLines
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-2/+2
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-0/+25
* oauth2 with remote Gitea - Fix #8093 (#8149)techknowlogick2019-09-121-0/+2
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-3/+3
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+0
* Fix syntax highlight initialization (#7617)silverwind2019-07-251-1/+4
* Added total count of contributions to heatmap (#7517)kolaente2019-07-181-2/+4
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)Richard Mahn2019-07-171-0/+1
* convert all js var to let/const (#7464)silverwind2019-07-162-273/+272
* Fix an issue with some pages throwing 'not defined' js exceptions (#7450)Gary Kim2019-07-131-1/+3
* fix Dropzone.js integration (#7445)silverwind2019-07-121-6/+7
* fix/define autochecked checkboxes on issue list in firefox (#7320)Cherrg2019-07-121-1/+15
* fix post parameter - on issue list - unset assignee (#7380)Cherrg2019-07-081-4/+8
* wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbo...Cherrg2019-07-071-1/+34
* update dependencies and various tweaks (#7344)silverwind2019-07-021-12/+10
* fix topic bar to allow prefixes (#7325)Cherrg2019-06-301-4/+37
* fix extra newlines when copying from diff in Firefox (#7288)silverwind2019-06-261-2/+2
* Dark theme markdown fixes (#7260)Cherrg2019-06-211-2/+2
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-1/+8
* Migration Tweaks (#6260)John Olheiser2019-06-041-0/+8
* bug fix: add single comment in split diff mode (#4745) (#7052)Rob Watson2019-05-291-0/+4
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-3/+3
* add make targets for js and css, add js linter (#6952)silverwind2019-05-162-78/+72
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-0/+20
* Add GET requests to webhook (#6771)Simon2019-05-051-0/+9
* Update UI for topics labels on projects (#6639)하윤2019-04-151-2/+2
* fix: avoid multi-clicks when perform oauth2 login (#6467)BetaCat2019-03-311-0/+14
* Show locale string on timestamp (#6324)NateScarlet2019-03-201-0/+4
* UI: Fix race in update issue labels and assignees (#6194)silverwind2019-02-281-27/+30
* Minor UI tweaks (#5980)John Olheiser2019-02-191-16/+34
* Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)Lauris BH2019-02-191-1/+109
* dashboard: sort Repositories widget by most recently updated (issue #3963) (#...Allen Wild2019-02-191-1/+3
* Support n as a line highlight prefix (#5987)Monty Taylor2019-02-061-2/+2
* UI: Repo header tweaks (#5945)silverwind2019-02-051-1/+1
* UI: Fixes for repo topic editor (#5971)silverwind2019-02-051-8/+7
* Don't list an issue on its own dependency list UI. (#5658)Harshit Bansal2019-01-151-1/+7
* Display branch name in delete branch confirmation modal. (#5654)Harshit Bansal2019-01-061-2/+2
* Fix wrong text getting saved on editing second comment on an issue. (#5608)Harshit Bansal2018-12-311-1/+1
* LDAP via simple auth separate bind user and search base (#5055)Tony Homrich2018-12-271-2/+4
* Immediate fix to htmlEncode user added text (#5570)zeripath2018-12-211-5/+9
* Fix heatmap colors for Chrome/Safari (#5421)Lauris BH2018-11-281-1/+6
* Refactor heatmap to vue component (#5401)Lauris BH2018-11-271-0/+90
* Fix dependent issue searching when gitea is run in subpath (#5392)Lauris BH2018-11-251-1/+1
* Implement pasting image from clipboard for browsers that supports that (#5317)Lauris BH2018-11-141-0/+82
* Fix U2F if gitea is configured in subpath (#5302)Lauris BH2018-11-081-9/+9
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-0/+4
* Fixed wrong api request url for instances running in subfolders (#5247)kolaente2018-11-031-1/+1
* Fix emojis not showing in commit messages (#5168)James Anderson2018-10-291-0/+5
* Fix layout of the topics editing form (#4971)Iwasa Kazmi2018-09-291-2/+2
* Fix preview when adding new code review comment (#4975)Lauris BH2018-09-251-10/+3