| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* BugFix: Update closed_date_unix colum on milestone table on close
* go fmt
|
|
|
|
|
|
| |
* Make 100% width search bar
* Use flex: auto instead of flex: 1
|
|
|
| |
Signed-off-by: kolaente <k@knt.li>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* first draft
* Update docs/content/doc/advanced/customizing-gitea.en-us.md
Co-Authored-By: zeripath <art27@cantab.net>
* add notice to restart
|
|
|
|
|
|
|
|
|
|
|
|
| |
This PR adds basic repository LFS management UI including the ability to find all possible pointers within the repository. Locks are not managed at present but would be addable through some simple additions.
* Add basic repository lfs management
* add auto-associate function
* Add functionality to find commits with this lfs file
* Add link to find commits on the lfs file view
* Adjust commit view to state the likely branch causing the commit
* Only read Oid from database
|
| |
|
|
|
| |
Signed-off-by: May <themaymeow@gmail.com>
|
| |
|
|
|
|
|
|
| |
* Move more issue assignee code from models to issue service
* fix test
|
|
|
|
|
|
| |
* Fix deadline on update issue or PR via API
* variable initialized directly (review comment)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move some repositories' operations to a standalone service package
* improve code
* remove unused codes
* add rollback when fork failed
* add repo when return
|
| |
|
|
|
|
|
|
|
|
| |
* Improve visibility of "Pending" indicator
* Use background-color instead of just background
* Tone down the yellow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Send email to assigned user
* Only send mail if enabled
* Mail also when assigned through API
* Need to refactor functions from models to issue service
* Refer to issue index rather than ID
* Disable email notifications completly at initalization if global disable
* Check of user enbled mail shall be in mail notification function only
* Initialize notifications from routers init function.
* Use the assigned comment when sending assigned mail
* Refactor so that assignees always added as separate step when new issue/pr.
* Check error from AddAssignees
* Check if user can be assiged to issue or pull request
* Missing return
* Refactor of CanBeAssigned check.
CanBeAssigned shall have same check as UI.
* Clarify function names (toggle rather than update/change), and clean up.
* Fix review comments.
* Flash error if assignees was not added when creating issue/pr
* Generate error if assignee users doesn't exist
|
| |
|
|
|
|
|
|
| |
Ref #8676
* add the `-e` flag for embedded mode
* add a level offset to include the title of the document
|
| |
|
|
|
|
|
|
| |
* make call createMilestoneComment on newIssue func
* make OldMilestoneID 0 instead of -1
|
| |
|
|
|
| |
This reverts commit 3c63c3ace4bff1e0e796759a4676fcfff3c5c872.
|
| |
|
|
|
|
|
|
| |
* Hide some user information via API if user have no enough permission
* fix test
|
| |
|
|
|
|
|
|
|
|
| |
When doing GET /api/v1/users/{user} as an unauthenticated user,
gitea throws a 500 because it's trying to dereference elements
from the context user. It wants to do this to see whether to
show the primary email and will do that if the logged in user
is admin or the user in question. However, if ctx.User is nil,
go gets really unhappy.
|
|
|
|
| |
Fix #8461 - fix misspelling of {{AppSubUrl}} and other misspelling in template
Fixes /explore and organisation redirection
|
|
|
|
| |
to (#8621)
|
| |
|
|
|
|
|
|
|
| |
* Improve OGP
* Ensure Repo is loaded when checking Pull info
Signed-off-by: jolheiser <john.olheiser@gmail.com>
|
|
|
|
| |
Add 'Alt + click' and 'Alt +enter' feature to exclude particular labels on searching for issues.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Only attempt to kill parent once
* Apply suggestions from code review
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Add waitgroup for running servers
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix extra fields from database
* Add migration to drop unneeded columns
* Fix lint
* Make sure the columns exist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
editor) (#8590)
* Enabling and disabling the commit button to prevent empty commits
Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
* The button won't get enabled if you change the commit message
Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
* Fixes a spelling mistake for 'silent'
Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
|
|
|
| |
Signed-off-by: jolheiser <john.olheiser@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* static url
* add cors support for static resources
* [assets] work on the migration to configurable url for assets
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [misc] fix whitespace
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [assets] fix the loading of the manifest.json
It is generated dynamically, and as such can not be served by the cdn.
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* Revert "add cors support for static resources"
This reverts commit 42f964fd181dbb8b139808b9be623470d4f0e40f
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [docs] add the STATIC_URL_PREFIX option
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [docs] reverse-proxy: nginx: add two setups for STATIC_URL_PREFIX
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [assets] migrate the url of a new asset to the static url prefix
REF: f2a3abc683ad4b2177b7c7c6160a2c0b4316120a
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* More information for drone-cli in CONTRIBUTING.md
* Increases the version of drone-cli to 1.2.0
* Adds a note for the Docker Toolbox on Windows
Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
* Fix the url for the blog repository (now on gitea.com)
Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
(#8528)
* Expose db.SetMaxOpenConns and allow other dbs to set their connection params
* Add note about port exhaustion
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Update heatmap fixtures to restore tests
* Add hint to check the fixture age on fail
|
| |
|
| |
|