- 19 Jun, 2019 2 commits
-
-
silverwind authored
* add 'npm' and 'npm-update' make targets and lockfile - `make npm` installs and updates node_modules, triggered automatically on `make css` and `make js` as it completes reasonably fast and ensures consistent modules. - `make npm-update` updates all dependencies to their latest version, regenerates `node_modules` from scratch and updates `package-lock.json`. It uses npm modules `updates` written by yours truly to find the latest version of each dependency. * add suggested make dependencies * remove package-lock.json during npm-update * regenerate package-lock.json
-
techknowlogick authored
-
- 18 Jun, 2019 6 commits
-
-
silverwind authored
* fix hljs unintenionally highlighting commit links * fix unit tests
-
silverwind authored
-
Lunny Xiao authored
* fix migration panic when Head.User is not exist * fix test
-
zeripath authored
Remove -o-tab-size selectors from tab-sze-1 css
-
Antoine GIRARD authored
-
techknowlogick authored
-
- 17 Jun, 2019 4 commits
-
-
John Olheiser authored
* Changelog 1.8.3 Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Suggestion Co-Authored-By:
zeripath <art27@cantab.net>
-
ngourdon authored
* add CLI commands to manage LDAP authentication source * delete Gogs copyright * remove unused return value of func parseLoginSource * fix comment Co-Authored-By:
ngourdon <31291059+ngourdon@users.noreply.github.com> * remove config flag already present in global flags * remove config flag from ldap commands in docs * remove config flag handling
-
GiteaBot authored
-
zeripath authored
-
- 16 Jun, 2019 5 commits
-
-
Lunny Xiao authored
-
Lunny Xiao authored
* add missing description of label on API * fix comment head * fix swagger
-
Antoine GIRARD authored
* Use go method to calculate key fingerprint * add gitea copyright * use native go method only for built-in server * refactor and add tests * add gitea copyright
-
zeripath authored
-
Antoine GIRARD authored
-
- 15 Jun, 2019 3 commits
-
-
zeripath authored
-
Lunny Xiao authored
-
zeripath authored
* Allow colon between fixing word and issue * update test
-
- 14 Jun, 2019 1 commit
-
-
silverwind authored
- Fix layout overflow in repo file list. - Fix invisible status icon in file view and commit list. In file view, the icon was moved to the left because I could not figure out a proper fix because of HTML tables. - Added title attribute to commit messages. - Fixed two CSS linter warnings in existing CSS. - Fixed CI variable check in 'make css'. Fixes: https://github.com/go-gitea/gitea/issues/7180
-
- 13 Jun, 2019 1 commit
-
-
Cherrg authored
-
- 12 Jun, 2019 4 commits
-
-
John Olheiser authored
-
John Olheiser authored
-
kolaente authored
-
Lunny Xiao authored
* fix database lock when use random repository fallback image * remove unused function
-
- 11 Jun, 2019 3 commits
-
-
Mario Lubenka authored
-
silverwind authored
- Send individual mails for actions and comments - Send mail for new issues/prs without a comment - Use correct sender for reopen/close actions - Hopefully fixed all bugs related to missing mails Fixes: https://github.com/go-gitea/gitea/issues/7124 Fixes: https://github.com/go-gitea/gitea/issues/5977
-
Lunny Xiao authored
-
- 10 Jun, 2019 6 commits
-
-
Lunny Xiao authored
This reverts commit 835b53fc.
-
Lunny Xiao authored
-
Lunny Xiao authored
-
Lunny Xiao authored
* remove push_update * move models.PushUpdate to repofiles.PushUpdate
-
GiteaBot authored
-
Lanre Adelowo authored
-
- 08 Jun, 2019 3 commits
-
-
Richard Mahn authored
* Fixes #2738 - /git/tags API * proper URLs * Adds function comments * Updates swagger * Removes newline from tag message * Removes trailing newline from commit message * Adds integration test * Removed debugging * Adds tests * Fixes bug where multiple tags of same commit show wrong tag name * Fix formatting * Removes unused varaible * Fix to annotated tag function names and response * Update modules/git/repo_tag.go Co-Authored-By:
Lauris BH <lauris@nix.lv> * Uses TagPrefix * Changes per review, better error handling for getting tag and commit IDs * Fix to getting commit ID * Fix to getting commit ID * Fix to getting commit ID * Fix to getting commit ID
-
Lunny Xiao authored
* add command to convert mysql database from utf8 to utf8mb4 * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update models/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update models/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com>
-
Lunny Xiao authored
-
- 07 Jun, 2019 2 commits
-
-
GiteaBot authored
-
Mario Lubenka authored
* Supports tags when comparing commits or branches Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Hide headline when only comparing and don't load unused data Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Merges compare logics to allow comparing branches, commits and tags with eachother Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Display branch or tag instead of commit when used for comparing Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Show pull request form after click on button Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Transfers relevant pull.go changes from master to compare.go Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Fixes error when comparing forks against a commit or tag Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Removes console.log from JavaScript file Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Show icon next to commit reference when comparing branch or tag Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Updates css file Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Fixes import order * Renames template variable * Update routers/repo/compare.go Co-Authored-By:
zeripath <art27@cantab.net> * Update from master Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Allow short-shas in compare * Renames prInfo to compareInfo Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Check PR permissions only if compare is pull request Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Adjusts comment Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Use compareInfo instead of prInfo
-