| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -2/+7 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -2/+3 |
* | Move wiki related funtions from models to services/wiki (#9355) | Lunny Xiao | 2020-01-07 | 1 | -313/+0 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+2 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -3/+18 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Fix bug create/edit wiki pages when code master branch protected (#7580) | Lunny Xiao | 2019-07-25 | 1 | -1/+7 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -2/+10 |
* | Remove local clones & make hooks run on merge/edit/upload (#6672) | zeripath | 2019-05-11 | 1 | -80/+151 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -4/+3 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 1 | -1/+1 |
* | Fix deadlock when sqlite (#5118) | Lunny Xiao | 2018-10-19 | 1 | -1/+1 |
* | Fix to use only needed columns from tables to get repository git paths (#3870) | Lauris BH | 2018-05-02 | 1 | -1/+1 |
* | Fix rendering of wiki page list if wiki repo contains other files (#3454) | Lauris BH | 2018-02-05 | 1 | -1/+1 |
* | Remove hardcoded paths to fix randomly failing tests (#3347) | Lauris BH | 2018-01-11 | 1 | -1/+9 |
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 1 | -42/+55 |
* | Update code.gitea.io/git (#1824) | Ethan Koenig | 2017-05-30 | 1 | -2/+8 |
* | fix wiki bugs (#1294) | Lunny Xiao | 2017-03-20 | 1 | -1/+5 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -2/+2 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -2/+2 |
* | Unit tests for models/wiki | Ethan Koenig | 2017-01-27 | 1 | -1/+1 |
* | Add a reserved path check to the wiki (#720) | Bwko | 2017-01-22 | 1 | -1/+18 |
* | fixed bugs on Wiki and resolved #667 (#674) | Lunny Xiao | 2017-01-21 | 1 | -15/+15 |
* | In the wiki title replace tab with a space (#371) | Bwko | 2016-12-11 | 1 | -0/+1 |
* | Fix for #320 | Bwko | 2016-12-03 | 1 | -3/+1 |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -3/+13 |
* | Fix lint errors in models/wiki (just add methods docs) | Sandro Santilli | 2016-11-14 | 1 | -0/+6 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | modules/sync: rename SingleInstancePool to ExclusivePool | Unknwon | 2016-08-30 | 1 | -1/+1 |
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 | 1 | -2/+8 |
* | #3467 fix clone fail when wiki is empty | Unknwon | 2016-08-15 | 1 | -1/+3 |
* | Web editor: improve edit file and diff preview | Unknwon | 2016-08-14 | 1 | -15/+2 |
* | modules/sync: move sync objects to independent module | Unknwon | 2016-08-14 | 1 | -5/+2 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -39/+1 |
* | #3233 code cleanup and minor issue fix | Unknwon | 2016-08-11 | 1 | -0/+2 |
* | Fix wiki vulnerabilities | Unknwon | 2016-07-01 | 1 | -4/+13 |
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -26/+25 |
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+37 |
* | Removed empty line, multi return args | Jofkos | 2015-12-20 | 1 | -3/+3 |
* | Wiki pages containing question marks in their name weren't loading | Jofkos | 2015-12-20 | 1 | -2/+4 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
* | fix API | Unknwon | 2015-12-01 | 1 | -1/+1 |
* | finish wiki | Unknwon | 2015-11-30 | 1 | -0/+5 |
* | wiki: finish edit | Unknwon | 2015-11-27 | 1 | -3/+22 |
* | wiki: finish new | Unknwon | 2015-11-27 | 1 | -3/+101 |
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -0/+56 |