3be156f66a
Allow admins to change user avatars ( #17661 )
...
Adds the avatar change panel to the edit user page (bottom) and allows admins to change it this way
Co-authored-by: Gusted <williamzijl7@hotmail.com >
Co-authored-by: zeripath <art27@cantab.net >
2021-11-16 19:13:13 +00:00
e5b48dcac4
Hide label comments if labels were added and removed immediately ( #17455 )
...
* Hide label comments if labels were added and removed immediately
* Add comment and rename var
* Fix unit test
* Add test case
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2021-11-04 22:51:30 +08:00
f46e67b519
Move key forms before list and add cancel button ( #17432 )
...
* Move GPG form before list and add cancel button
* Move SSH form before list and add cancel button
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2021-10-28 18:55:48 +08:00
54243eed8d
Fix login redirection links ( #17451 )
...
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: zeripath <art27@cantab.net >
2021-10-28 18:09:25 +08:00
01fc24c78c
Add appearance section in settings ( #17433 )
...
* Add appearance section in settings
* Fix lint
* Fix lint
* Apply suggestions from code review
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: Lauris BH <lauris@nix.lv >
2021-10-27 23:40:08 +08:00
3676fafdac
Add API to get/edit wiki ( #17278 )
...
* Add API to get/edit wiki
* Add swagger docs, various improvements
* fmt
* Fix lint and rm comment
* Add page parameter
* Add pagination to pages
* Add tests
* fmt
* Update func names
* Update error handling
* Update type name
* Fix lint
* Don't delete Home
* Update func name
* Update routers/api/v1/repo/wiki.go
Co-authored-by: delvh <dev.lh@web.de >
* Remove unnecessary check
* Fix lint
* Use English strings
* Update integrations/api_wiki_test.go
Co-authored-by: delvh <dev.lh@web.de >
* Update func and test names
* Remove unsed check and avoid duplicated error reports
* Improve error handling
* Return after error
* Document 404 error
* Update swagger
* Fix lint
* Apply suggestions from code review
Co-authored-by: delvh <dev.lh@web.de >
* Document file encoding
* fmt
* Apply suggestions
* Use convert
* Fix integration test
* simplify permissions
* unify duplicate key Title/Name
* improve types & return UTC timestamps
* improve types pt.2
- add WikiPageMetaData.LastCommit
- add WikiPageMetaData.HTMLURL
- replace WikiPageMetaData.Updated with .LastCommit.Committer.Created
also delete convert.ToWikiPage(), as it received too many arguments and
only had one callsite anyway. sorry for bad advice earlier 🙃
* WikiPage.Content is base64 encoded
* simplify error handling in wikiContentsByName()
* update swagger
* fix & DRY findWikiRepoCommit() error handling
ListWikiPages() previously wrote error twice when repo wiki didn't exist
* rename Content -> ContentBase64
* Fix test
* Fix tests
* Update var name
* suburl -> sub_url
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: Norwin <git@nroo.de >
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2021-10-25 11:43:40 +08:00
qwerty287 and GitHub
26dfe88ff2
Hide command line merge instructions when user can't push ( #17339 )
...
Hides the command line instructions if the authenticated user can't push to the base branch.
Closes #17121
2021-10-17 17:58:36 +01:00
qwerty287 and GitHub
56d79301b9
Move add deploy key form before the list and add a cancel button ( #17228 )
2021-10-08 18:15:09 +02:00
qwerty287 and GitHub
cd0928f0e8
Allow adding multiple issues to a project ( #17226 )
...
Adds an option like for adding multiple issues to a milestone.
Closes #17216
2021-10-08 00:00:02 +02:00
qwerty287 and GitHub
47193dbcd9
Add option to copy line permalink ( #17145 )
...
* Add option to copy line permalink
* Fix lint
* Apply review suggestions
* Update code and fix lint
* Use features/clipboard.js framework
2021-10-02 10:46:43 +03:00
qwerty287 and GitHub
0fa153f421
Merge endpoints for pull diff/patch ( #17104 )
...
this merges the two API endpoints for the PR diff/patch in to one
2021-09-22 01:04:53 +02:00
5ac857f4d4
Add API to get commit diff/patch ( #17095 )
...
* Add API to get commit diff/patch
* Add Tests
Co-authored-by: 6543 <6543@obermui.de >
2021-09-20 18:14:29 +02:00
fc97e0626e
Update template ( #17043 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2021-09-15 00:58:44 -04:00
qwerty287 and GitHub
ab77768fce
Fix typo ( #16522 )
2021-07-23 15:05:37 +02:00