summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Handle push rejection in branch and upload (#10854)zeripath2020-03-285-23/+119
* make avatar lookup occur at image request (#10540)zeripath2020-03-276-20/+59
* Fix internal server error on checkboxes (#10845)zeripath2020-03-261-1/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-275-22/+47
* Option to set default branch at repository creation (#10803)zeripath2020-03-264-15/+27
* log.Fatal on failure to listen to SSH port (#10795)zeripath2020-03-231-1/+6
* Completely fix task-list checkbox styling (#10798)zeripath2020-03-221-0/+6
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-23/+31
* Fix bug on branch API (#10767)Lunny Xiao2020-03-191-3/+7
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-1723-40/+40
* Fix queue log param (#10733)Lunny Xiao2020-03-161-3/+3
* Multiple LFS improvements (#10667)zeripath2020-03-094-46/+153
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-092-1/+6
* System-wide webhooks (#10546)James Lakin2020-03-091-0/+7
* Fix task-list checkbox styling (#10668)Alexander Scheel2020-03-081-0/+3
* Make PR message on pushes configurable (#10664)John Olheiser2020-03-081-0/+2
* Check for tag, not just new tag (#10663)John Olheiser2020-03-081-1/+1
* Granular webhook events (#9626)John Olheiser2020-03-0610-93/+160
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-052-14/+51
* Ensure executable bit is kept on the web editor (#10607)Antoine GIRARD2020-03-051-2/+10
* OAuth2: add Yandex provider (#8335) (#10564)Lauris BH2020-03-051-0/+4
* Fix LFS max file size enforcement (#10593)zeripath2020-03-031-0/+6
* nextcloud oauth (#10562)techknowlogick2020-03-021-0/+23
* Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#...zeripath2020-03-021-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-022-63/+68
* Remove Unused Functions (#10516)65432020-03-024-65/+0
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-292-0/+34
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-284-13/+142
* Handle panic in indexer initialisation better (#10534)zeripath2020-02-282-0/+19
* Relax sanitization as per https://github.com/jch/html-pipeline (#10527)zeripath2020-02-282-9/+41
* inform participants on UI too (#10473)65432020-02-281-0/+10
* Add max-file-size to LFS (#10463)zeripath2020-02-282-0/+7
* Use media links for img in post-process (#10515)zeripath2020-02-281-5/+29
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k2020-02-271-1/+1
* Code Refactor of IssueWatch related things (#10401)65432020-02-262-2/+8
* Change admin dashboard to POST (#10465)John Olheiser2020-02-251-0/+10
* [API] enable paggination for ListRepoTags (#10454)65432020-02-252-2/+14
* Various fixes in login sources (#10428)guillep2k2020-02-233-7/+9
* Fix webhook bug (#10427)Lunny Xiao2020-02-231-2/+2
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-2/+22
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-212-0/+38
* Add detected file language to code search (#10256)Lauris BH2020-02-208-52/+188
* Fix notification (#10331)Lunny Xiao2020-02-181-18/+18
* Inject SVG sprite via ajax (#10320)John Olheiser2020-02-171-1/+1
* Don't manually replace whitespace during render (#10291)mrsdizzie2020-02-172-2/+0
* Notification: queue ui.go notification-service (#10281)zeripath2020-02-151-16/+27
* Fix Workerpool deadlock (#10283)zeripath2020-02-152-3/+6
* Index code and stats only for non-empty repositories (#10251)Lauris BH2020-02-141-2/+2
* Issue search support elasticsearch (#9428)Lunny Xiao2020-02-134-21/+273