summaryrefslogtreecommitdiffstats
path: root/templates/repo
Commit message (Collapse)AuthorAgeFilesLines
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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()
* Fix #1418 (#1456)Antoine GIRARD2017-04-073-6/+6
|
* Fix and simplify repo branches UI (#1435)Morlinest2017-04-061-24/+20
|
* Commit search appearence fixes (#1254)Patrick G2017-04-051-1/+5
| | | | | | * Fix button text to be consisstent with rest of UI * Make all commits checkbox look nicer
* Fix disabled fields in repo settings UI (#1431)Morlinest2017-04-031-4/+6
|
* Merge pull request #1410 from andreynering/notification/issue-watchAndrey Nering2017-04-011-0/+21
|\ | | | | [Notifications Step 6] Per issue/PR watch/unwatch
| * UI and translation improvementsAndrey Nering2017-03-301-4/+4
| |
| * Add octicons to watch/unwatch buttonsAndrey Nering2017-03-291-0/+2
| |
| * Add watch button on issueAndrey Nering2017-03-291-0/+19
| |
* | Merge pull request #1390 from Morlinest/commit-graph-UIAndrey Nering2017-03-301-3/+1
|\ \ | | | | | | Use whole button (commit graph) as link
| * | Use whole button as linkPeter Žeby2017-03-271-3/+1
| |/
* | Make issue in commit graph "clickable" (#1392)Morlinest2017-03-301-1/+1
| |
* | Simplify settings pages with item list (#1389)Antoine GIRARD2017-03-301-20/+15
|/ | | | | | | | | | * Remove point column on ssh key setting page * Remove un-used css * Some cleaning * Use octicon-key
* Minor improvements on commit graph UI (#1380)Andrey Nering2017-03-242-2/+3
| | | | | | * Make "Commit Graph" link a button and translate it * Add title on Commit Graph page
* GPG commit validation (#1150)Antoine GIRARD2017-03-222-5/+33
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-182-7/+8
|
* Refactor repo/issue/view_content.tmpl (#1276)Kim "BKC" Carlbäcker2017-03-174-310/+312
|
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-161-1/+4
| | | | | | * Add notice that LFS mirroring is not supported * Drop German translation
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-1511-524/+489
|
* Batch updates for issues (#926)Ethan Koenig2017-03-152-75/+139
|
* fix 500 caused by branches settings introduced by #1198 (#1214)Lunny Xiao2017-03-121-4/+4
|
* Make strings translatable (#1188) (#1198)Patrick G2017-03-111-7/+5
| | | | | | * Add strings to ini * Make strings translatable (#1188)
* Protected branches system (#339)Denis Denisov2017-02-214-24/+105
| | | | | | | | | | | | | | | | | | | | * 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
* Security: fix XSS attack on milestone (#976)Lunny Xiao2017-02-193-9/+9
| | | Reported by Miguel Ángel Jimeno.
* fix: fill in ssh key title on setting of repo (#950)Bo-Yi Wu2017-02-161-2/+2
| | | | | * fix: fill in ssh key title on setting of repo * fix: Don't overwrite ssh key title if exist.
* Security: prevent XSS attach on wiki pageUnknwon2017-02-161-5/+6
| | | | Reported by Miguel Ángel Jimeno.
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-142-3/+24
| | | | | | | | | | | | * 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>
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-111-8/+10
| | | | | | * bug fixed for deleted label in issue comment * fix indent
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-111-0/+10
| | | | | | * add delete branch track on pull request comments * don't change vendor
* Fixes #794 by moving emoji tag to the correct span (#848)Stephen Brown2017-02-061-2/+2
| | | Signed-off-by: Stephen Brown <steve@evolvedlight.co.uk>
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-051-0/+1
| | | and updating the vendor directory
* track issue title changes (#841)Lunny Xiao2017-02-051-0/+10
|
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-1/+1
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-042-21/+41
| | | | | | | | | | | | | | | | * 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
* Track assignee for issue (#808)Lunny Xiao2017-02-031-0/+13
| | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-1/+10
|
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-1/+10
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* Add ability to fork your own repos (#761)Bwko2017-01-261-1/+1
|
* Fix to reflect selected branch for fork (#762)Bwko2017-01-261-1/+1
| | | | PullRequestCtx.HeadInfo did not contain the current selected branch causing issue #304
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-253-22/+36
|
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-1/+1
|
* add scroolbars to wide graphs. (#608)Kjell Kvinge2017-01-221-1/+1
| | | | | | * Add scrollbars to graph and revlist if needed. * Add border
* Attach to release (#673)Philip Couling2017-01-153-1/+14
| | | | | | | | | | | | | | * 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
* Fix unified diff view styling (#585)Manuel Kuhlmann2017-01-051-1/+1
| | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* Fix diff split view coloring (#553) (#584)Manuel Kuhlmann2017-01-051-3/+6
| | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* commithgraph / timeline (#428)Kjell Kvinge2016-12-292-2/+58
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Implementation of Folder JumpingSl@ny2016-12-281-2/+15
|
* Improve the way how branches are deletedBwko2016-12-261-4/+14
| | | | | | Delete branch from HeadRepo instead of BaseRepo Prevent the deletion of a master branch Show a yes/no overlay when you press the delete branch button
* Git LFS support v2 (#122)Fabian Zaremba2016-12-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Import github.com/git-lfs/lfs-test-server as lfs module base Imported commit is 3968aac269a77b73924649b9412ae03f7ccd3198 Removed: Dockerfile CONTRIBUTING.md mgmt* script/ vendor/ kvlogger.go .dockerignore .gitignore README.md * Remove config, add JWT support from github.com/mgit-at/lfs-test-server Imported commit f0cdcc5a01599c5a955dc1bbf683bb4acecdba83 * Add LFS settings * Add LFS meta object model * Add LFS routes and initialization * Import github.com/dgrijalva/jwt-go into vendor/ * Adapt LFS module: handlers, routing, meta store * Move LFS routes to /user/repo/info/lfs/* * Add request header checks to LFS BatchHandler / PostHandler * Implement LFS basic authentication * Rework JWT secret generation / load * Implement LFS SSH token authentication with JWT Specification: https://github.com/github/git-lfs/tree/master/docs/api * Integrate LFS settings into install process * Remove LFS objects when repository is deleted Only removes objects from content store when deleted repo is the only referencing repository * Make LFS module stateless Fixes bug where LFS would not work after installation without restarting Gitea * Change 500 'Internal Server Error' to 400 'Bad Request' * Change sql query to xorm call * Remove unneeded type from LFS module * Change internal imports to code.gitea.io/gitea/ * Add Gitea authors copyright * Change basic auth realm to "gitea-lfs" * Add unique indexes to LFS model * Use xorm count function in LFS check on repository delete * Return io.ReadCloser from content store and close after usage * Add LFS info to runWeb() * Export LFS content store base path * LFS file download from UI * Work around git-lfs client issue with unauthenticated requests Returning a dummy Authorization header for unauthenticated requests lets git-lfs client skip asking for auth credentials See: https://github.com/github/git-lfs/issues/1088 * Fix unauthenticated UI downloads from public repositories * Authentication check order, Finish LFS file view logic * Ignore LFS hooks if installed for current OS user Fixes Gitea UI actions for repositories tracking LFS files. Checks for minimum needed git version by parsing the semantic version string. * Hide LFS metafile diff from commit view, marking as binary * Show LFS notice if file in commit view is tracked * Add notbefore/nbf JWT claim * Correct lint suggestions - comments for structs and functions - Add comments to LFS model - Function comment for GetRandomBytesAsBase64 - LFS server function comments and lint variable suggestion * Move secret generation code out of conditional Ensures no LFS code may run with an empty secret * Do not hand out JWT tokens if LFS server support is disabled
* Provide button to delete merged pull request (#441)Lunny Xiao2016-12-251-1/+10
| | | | | | * provide button to delete merged pull request * golint fix