Ethan Koenig
cc58230779
Fix pull request compare link ( #1832 )
* Fix pull request compare link
* Integration test
8 years ago
Rémy Boulanouar
971024dd63
Add Gitea Webhook ( #1755 )
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
8 years ago
Lauris BH
380ac258b0
Show commit status icon in commits table ( #1688 )
* Show commit status icon in commits table
* Add comments
* Fix icons
* Few more places where commit table is displayed
* Change integration test to use goquery for parsing html
* Add integration tests for commit table and status icons
* Fix status to return lates status correctly on all databases
* Rewrote lates commit status selects
8 years ago
Lauris BH
3246be92ef
Remove sha1 hash display in repository table and add latest commit GPG check ( #1678 )
8 years ago
Lauris BH
f814963397
Do not allow commiting to protected branch from online editor ( #1502 )
* Do not allow commiting to protected branch from online editor
* Add editor integration tests for adding new file and not allowing to add new file to protected branch
8 years ago
Lunny Xiao
2ffd3d23d5
fix bug on issue view when not login ( #1624 )
* fix bug on issue view when not login
* hide issue watch when not login
* update the tests
* fix test on issue
8 years ago
Morlinest
ba14772e61
Do not show empty collaborators segment ( #1531 )
8 years ago
Jonas
f53c8e25aa
Mirror sync interval specified as duration string ( #1407 )
* Sync interval specifed as duration string
* Changed mirror interval text
* make fmt
* Add MinInterval for mirror sync
* Use duration internally
* Changed min default to 10m
* make fmt
* Incorrect default
* Removed defaults in MustDuration()
* Add Mirror interval migration
* Default values corrected
* Use transaction during migration
* Change http 500 to page with error message
* Cleanup session.commit()
8 years ago
Antoine GIRARD
c8c2d947c8
Fix #1418 ( #1456 )
8 years ago
Morlinest
9865922172
Fix and simplify repo branches UI ( #1435 )
8 years ago
Patrick G
c7e9a963de
Commit search appearence fixes ( #1254 )
* Fix button text to be consisstent with rest of UI
* Make all commits checkbox look nicer
8 years ago
Morlinest
77d677c212
Fix disabled fields in repo settings UI ( #1431 )
8 years ago
Andrey Nering
2d7c63bc7f
Merge pull request #1410 from andreynering/notification/issue-watch
[Notifications Step 6] Per issue/PR watch/unwatch
8 years ago
Andrey Nering
22d6e0827c
Merge pull request #1390 from Morlinest/commit-graph-UI
Use whole button (commit graph) as link
8 years ago
Andrey Nering
ac77ca04eb
UI and translation improvements
8 years ago
Morlinest
7f5ccc59d4
Make issue in commit graph "clickable" ( #1392 )
8 years ago
Antoine GIRARD
8b865eb5c7
Simplify settings pages with item list ( #1389 )
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
8 years ago
Andrey Nering
d8bf3bc0e5
Add octicons to watch/unwatch buttons
8 years ago
Andrey Nering
04c020df1e
Add watch button on issue
8 years ago
Peter Žeby
e37ec5822d
Use whole button as link
8 years ago
Andrey Nering
1627fcca78
Minor improvements on commit graph UI ( #1380 )
* Make "Commit Graph" link a button and translate it
* Add title on Commit Graph page
8 years ago
Antoine GIRARD
fe14d3b3fa
GPG commit validation ( #1150 )
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
8 years ago
Bo-Yi Wu
fdf5227984
feat: Only use issue and wiki on repo. ( #1297 )
8 years ago
Kim "BKC" Carlbäcker
525f5407b5
Refactor repo/issue/view_content.tmpl ( #1276 )
8 years ago
Fabian Zaremba
b28bf524f9
Add notice that LFS mirroring is not supported ( #1251 )
* Add notice that LFS mirroring is not supported
* Drop German translation
8 years ago
Patrick G
974f8f76ab
Cleaner ui for admin, repo settings, and user settings page ( #1269 ) ( #1270 )
8 years ago
Ethan Koenig
1d8ae87655
Batch updates for issues ( #926 )
8 years ago
Lunny Xiao
37b72aeead
fix 500 caused by branches settings introduced by #1198 ( #1214 )
8 years ago
Patrick G
792cad5e52
Make strings translatable ( #1188 ) ( #1198 )
* Add strings to ini
* Make strings translatable (#1188 )
8 years ago
Denis Denisov
56fc9cf7d3
Protected branches system ( #339 )
* Protected branches system
* Moved default branch to branches section (`:org/:reponame/settings/branches`).
* Initial support Protected Branch.
- Admin does not restrict
- Owner not to limit
- To write permission restrictions
* reformat tmpl
* finished the UI and add/delete protected branch response
* remove unused comment
* indent all the template files and remove ru translations since we use crowdin
* fix the push bug
8 years ago
Lunny Xiao
248b91f72b
Security: fix XSS attack on milestone ( #976 )
Reported by Miguel Ángel Jimeno.
8 years ago
Bo-Yi Wu
9b06f96354
fix: fill in ssh key title on setting of repo ( #950 )
* fix: fill in ssh key title on setting of repo
* fix: Don't overwrite ssh key title if exist.
8 years ago
Unknwon
6cc338d34f
Security: prevent XSS attach on wiki page
Reported by Miguel Ángel Jimeno.
8 years ago
Andrew Boyarshin
8822c890e7
Markdown rendering overhaul ( #186 )
* Markdown rendering overhaul
Cleaned up and squashed commits into single one.
Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* Fix markdown API, add markdown module and API tests, improve code coverage
Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
8 years ago
Lunny Xiao
916ec6ab3d
Bug fixed for deleted label in issue comment ( #904 )
* bug fixed for deleted label in issue comment
* fix indent
8 years ago
Lunny Xiao
efb41519b9
Add delete branch track on pull request comments ( #888 )
* add delete branch track on pull request comments
* don't change vendor
8 years ago
Stephen Brown
302f8ad672
Fixes #794 by moving emoji tag to the correct span ( #848 )
Signed-off-by: Stephen Brown <steve@evolvedlight.co.uk>
8 years ago
Zsombor
76bbb0414e
Add checkbox to search for all the branches by commit message ( #813 )
and updating the vendor directory
8 years ago
Lunny Xiao
676cbacde7
track issue title changes ( #841 )
8 years ago
Ethan Koenig
19ad4b31b5
Redirects for renamed repos ( #807 )
* Redirects for renamed repos
* Remove unused phrase from locales
8 years ago
Lunny Xiao
9effd446fd
Add units concept for modulable functions of a repository ( #742 )
* Add units concept for modulable functions of a repository
* remove unused comment codes & fix lints and tests
* remove unused comment codes
* use struct config instead of map
* fix lint
* rm wrong files
* fix tests
8 years ago
Lunny Xiao
0abfbb2040
Track assignee for issue ( #808 )
* track assignee for issue
* fix lint
* use getUserByID instead Get
8 years ago
Lunny Xiao
c8ee0b9df0
add milestone changed traker on issue view ( #804 )
8 years ago
Lunny Xiao
63db268036
Track labels changed on issue view & resolved #542 ( #788 )
* track labels changed on issue view & resolved #542
* add missing head comment & sort & fix refresh
8 years ago
Bwko
2b69823d30
Add ability to fork your own repos ( #761 )
8 years ago
Bwko
12fc4b7f69
Fix to reflect selected branch for fork ( #762 )
PullRequestCtx.HeadInfo did not contain the current selected branch
causing issue #304
8 years ago
Ethan Koenig
061fa12949
Search bar for issues/pulls ( #530 )
8 years ago
Bwko
5334103edf
Add option to app.ini to enable local import paths ( #724 )
8 years ago
Kjell Kvinge
db7e7bf777
add scroolbars to wide graphs. ( #608 )
* Add scrollbars to graph and revlist if needed.
* Add border
8 years ago
Philip Couling
7f6c2c538f
Attach to release ( #673 )
* Moved attachaments POST url from /issues/attachments to /attachments
* Implemented attachment upload on release page
* Implemented downloading attachments on the release page
* Added zip and gzip files to default allowed attachments
* Implemented uploading attachments on edit release
* Renamed UploadIssueAttachment to UploadAttachment
8 years ago