summaryrefslogtreecommitdiffstats
path: root/public/js
Commit message (Expand)AuthorAgeFilesLines
* Prevent chrome download page with alt + click (#8669)jaqra2019-10-251-0/+2
* Add 'Alt + click' feature to exclude labels (#8199)jaqra2019-10-231-2/+33
* Enabling and disabling the commit button to prevent empty commits (web editor...Lukas2019-10-231-1/+21
* fix emoji panel be removed bug in issue page, when the sub issue summit the d...yan2019-10-211-1/+1
* Allow committing / adding empty files using the web ui (#8420) (#8532)Lukas2019-10-161-1/+13
* Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)blueworrybear2019-10-151-15/+104
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+36
* 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
;/target> <target name="nightly.maven.publish"> <antcontrib:foreach list="${modules.to.publish.to.maven}" target="publish.module.to.maven" param="module" /> </target> <target name="publish.module.to.download.site"> <fail unless="module" message="No module to publish defined" /> <ivy:resolve log="download-only" file="${module}/ivy.xml" /> <ivy:publish publishivy="false" settingsref="publish.settings" conf="*(public)" resolver="sftp-publish"> <artifacts pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/[artifact]-[revision](-[classifier]).[ext]" /> </ivy:publish> </target> <target name="publish.module.to.maven"> <fail unless="module" message="No module to publish defined" /> <property file="${gpg.passphrase.file}" /> <!-- Ivy should be able to handle this but this does not work at the moment <ivy:resolve log="download-only" file="${module}/ivy.xml" /> <ivy:publish pubrevision="7.0-SNAPSHOT" publishivy="false" settingsref="publish.settings" conf="*(public)" resolver="sonatype"> <artifacts pattern="${ivy.settings.dir}/result/artifacts/${vaadin.version}/[module]/[artifact]-${vaadin.version}(-[classifier]).[ext]" /> </ivy:publish> --> <property name="jar.file" location="result/artifacts/${vaadin.version}/vaadin-${module}/vaadin-${module}-${vaadin.version}.jar" /> <property name="pom.file" location="result/artifacts/${vaadin.version}/vaadin-${module}/vaadin-${module}-${vaadin.version}.pom" /> <artifact:mvn failonerror="true"> <arg value="gpg:sign-and-deploy-file" /> <sysproperty key="file" value="${jar.file}" /> <sysproperty key="pomFile" value="${pom.file}" /> <sysproperty key="repositoryId" value="${maven.snapshot.repository.id}" /> <sysproperty key="url" value="${maven.snapshot.repository.url}" /> <sysproperty key="gpg.passphrase" value="${gpg.passphrase}" /> <sysproperty key="retryFailedDeploymentCount" value="10" /> </artifact:mvn> </target> </project>