Lauris BH
58893384e8
Add issue closed time column to fix activity closed issues list ( #3537 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 10:39:26 +08:00
Lauris BH
ae30315a62
Fix escaping changed title in comments ( #3530 )
...
* Fix escaping changed title in comments
* Fix escaping of wiki page titile
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-18 22:06:37 +02:00
Konrad
64e61d6aa5
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-02-15 20:03:44 +01:00
Piotr Orzechowski
b104ab3ca1
Add option to enable or disable swagger endpoints ( #3502 )
2018-02-14 06:46:00 +02:00
Konrad
16b1636043
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-02-12 17:20:47 +01:00
Jonas Franz
2cb4649acf
Escape search query ( #3486 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.de>
2018-02-11 15:42:28 +02:00
kolaente
9e29f711b0
Merge branch 'master' into master
2018-02-08 16:57:02 +01:00
modmew8
ffd0062438
Fix checklist padding ( #3460 )
...
* Changed style of checklist in issuelist.
* Adjusted padding for progressbar, updated index.css.
* Fixed another wrong tab to spaces.
Signed-off-by: modmew8 <modmew8@gmail.com>
2018-02-06 12:22:31 +02:00
modmew8
e08b3a592e
Emoji Autocomplete ( #3433 )
...
* Implemented emoji autocomplete.
* Changed emoji access url.
* Reverted vendor css to default, moved all style changes to _tribute.less
* Made no-results overwriteable, added missing autocomplete to edit issue field.
Signed-off-by: modmew8 <modmew8@gmail.com>
2018-02-03 10:09:35 +02:00
kolaente
cdb5d6593a
Merge branch 'master' into master
2018-01-31 19:32:50 +01:00
Lauris BH
f9a5cc4d8e
Use correct transaltion key for delete email button ( #3422 )
2018-01-31 00:31:06 +02:00
Konrad
647296ce63
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-01-21 16:23:15 +01:00
muhfaris
bec09378f9
Fix Delete repository message ( #3260 )
2018-01-15 08:03:30 +02:00
kolaente
31eff2f88b
Added displaying if dependencies are enabled by default or not on config overview (admin)
2018-01-13 21:57:33 +01:00
kolaente
4277014aed
Fixed indention
2018-01-13 12:48:20 +01:00
kolaente
d5b1c33f73
Merge branch 'master' into master
2018-01-11 21:09:56 +01:00
Alberto González Palomo
45c264f681
Templates for extra links in top navbar and repo tool tabs. ( #3308 )
...
These templates add content to the top navbar
and to the repository page.
This way we do not have to copy and modify the whole
template, and re-modify it after upgrading Gitea if
it changes.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
2018-01-10 08:19:50 +02:00
Morgan Bazalgette
b5fba4cd42
Fix organization profile on mobile devices ( #3332 )
2018-01-10 01:11:01 +02:00
kolaente
eb295f40c0
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v55.go
2018-01-07 00:05:43 +01:00
Vlad Temian
e78786ef39
Writable deploy keys ( closes #671 ) ( #3225 )
...
* Add is_writable checkbox to deploy keys interface
* Add writable key option to deploy key form
* Add support for writable ssh keys in the interface
* Rename IsWritable to ReadOnly
* Test: create read-only and read-write deploy keys via api
* Add DeployKey access mode migration
* Update gitea sdk via govendor
* Fix deploykey migration
* Add unittests for writable deploy keys
* Move template text to locale
* Remove implicit column update
* Remove duplicate locales
* Replace ReadOnly field with IsReadOnly method
* Fix deploy_keys related integration test
* Rename v54 migration with v55
* Fix migration hell
2018-01-07 00:55:53 +02:00
kolaente
86be828148
Added more specific locale
2018-01-06 23:04:43 +01:00
kolaente
8bc0947cbd
Added more specific locale
2018-01-06 23:02:04 +01:00
kolaente
37dc550bc8
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# docs/content/doc/advanced/config-cheat-sheet.en-us.md
# models/migrations/migrations.go
# models/migrations/v54.go
# routers/repo/pull.go
2018-01-06 22:41:44 +01:00
Morgan Bazalgette
8ef1711055
Make the space for repo actions wider on repo header ( #3312 )
2018-01-06 19:20:13 +02:00
Lauris BH
8ac1501ad7
Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge ( #3188 )
...
* Pull request options migration and UI in settings
* Add ignore whitespace functionality
* Fix settings if pull requests are disabled
* Fix migration transaction
* Merge with Rebase functionality
* UI changes and related functionality for pull request merging button
* Implement squash functionality
* Fix rebase merging
* Fix pull request merge tests
* Add squash and rebase tests
* Fix API method to reuse default message functions
* Some refactoring and small fixes
* Remove more hardcoded values from tests
* Remove unneeded check from API method
* Fix variable name and comment typo
* Fix reset commit count after PR merge
2018-01-05 20:56:50 +02:00
kolaente
0016a3e1a7
Merge branch 'master' into master
2018-01-03 16:26:09 +01:00
modmew8
d996da6bab
Added progressbar for issues ( #1146 ). ( #3171 )
...
* Added progressbar for issues (#1146 ).
* Updated the generated index.css.
Signed-off-by: modmew8 <modmew8@gmail.com>
* Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues.
Signed-off-by: modmew8 <modmew8@gmail.com>
* Removed unnecessary blanks.
Signed-off-by: modmew8 <modmew8@gmail.com>
* Formatted the files correctly, fmt-check terminates now without errors.
Signed-off-by: modmew8 <modmew8@gmail.com>
* Removed variables, made computing the tasks on demand with precompiled regexp.
Signed-off-by: modmew8 <modmew8@gmail.com>
2018-01-03 02:34:13 -06:00
kolaente
12c0093e40
Merge branch 'master' into master
2018-01-02 13:24:14 +01:00
Thomas Boerger
c4a8d4ce45
Add more additional template snippets ( #3286 )
2018-01-02 11:32:41 +01:00
kolaente
436ea162bb
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# public/js/index.js
2018-01-01 14:20:42 +01:00
Morgan Bazalgette
3d3faa2624
Responsive view ( #2750 )
...
* Viewport meta tag
* responsive: dashboard
* responsive: issues page
* responsive: Explore page
* responsive: navbar, and some navbar css refactoring
* responsive: button for collapsing navbar in mobile view
* Mark the hamburger button as active when pressed
* better homepage for responsive views
* Bring back jump class in navbar
The class was necessary, because this way the
dropdown doesn't assume the contents of the
selected item.
* make repository homes responsive
* Make file view page responsive
* Make forms look good on responsive views
* make commits and commit diff view responsive
* issues and PRs
* responsive wiki
* Don't place auto-init far off the page
* Minor changes to amend broken stuff
minor improvements
- make login/sign up in navbar stackable
- make navbar in explore and sign in not stackable
Change selected class in TestPullCompare
Fix typo that happened when rebasing
fix dashboard on org view
improve profile UI
Use clearing on file diff to fix broken UI caused by floating elements
remove unresolved merge conflict, and | Sanitize
Fix repo home not loading
2017-12-30 18:47:52 -06:00
kolaente
4855f832d2
Fixed indent
2017-12-29 22:23:41 +01:00
kolaente
97140246f1
Renamed "CanUseDependencies" to "CanCreateDependencies" to be more precise
2017-12-29 14:46:07 +01:00
kolaente
172b1f054a
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/v51.go
2017-12-19 19:07:30 +01:00
Chris Woodward
5332052019
Fixed missing end tag for organization link ( #3229 )
2017-12-19 09:47:30 +02:00
Jesstern Rays
1123313240
Use correct camel casing for JavaScript ( #3224 )
...
JavaScript should be spelt with an uppercase 'S' as per seen in [Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript )
2017-12-18 19:31:32 -06:00
Sandro Santilli
7e59587173
Open external tracker in blank window, consistently with wiki ( #3227 )
...
Closes #3216
2017-12-18 19:30:34 -06:00
Sandro Santilli
eb2b4df0ed
Change SSL Mode from checkbox to string in admin page ( #3208 )
...
Closes #3207
Use a string, not a checkbox because "require", "verify-full",
"verify-ca" and "disable" values are supported ...
2017-12-16 23:25:00 +02:00
Ethan Koenig
bde0409433
Fix repo links on user profile ( #3197 )
2017-12-15 06:55:08 +02:00
silverwind
1687aa59e6
Improve suppressed diff boxes ( #3193 )
2017-12-14 20:26:59 +02:00
Ethan Koenig
0b77dbc11c
Fix new pull request link ( #3133 )
...
* Fix new pull request link
* Only show button for branches
2017-12-13 13:06:25 +08:00
Lunny Xiao
e3f88719ab
fix source download link when no code unit allowed ( #3166 )
2017-12-12 08:45:02 +02:00
haytona
f27a6461e3
Enable emoji for wiki view ( #3158 )
...
Enable emoji for wiki page content. It is enabled in the edit preview so the view should match.
Signed-off-by: Hamish Carpenter <hamish@hamishcarpenter.com>
2017-12-12 03:02:55 +02:00
Lunny Xiao
3b525d5696
fix gpg tmpl ( #3153 )
2017-12-11 22:07:25 +08:00
harry
03ec35ed79
Mention completion for issue editor. ( #3136 )
...
* new issue mention
* Mention completion on new issue and view issue page.
* Code format.
* Require tribute in pull request page.
2017-12-11 14:03:04 +08:00
Lunny Xiao
f2e20c81b6
Refactor struct's time to remove unnecessary memory usage ( #3142 )
...
* refactor struct's time to remove unnecessary memory usage
* use AsTimePtr simple code
* fix tests
* fix time compare
* fix template on gpg
* use AddDuration instead of Add
2017-12-11 06:37:04 +02:00
Sasha Varlamov
7ec6cddd27
Add 'mark all read' option to notifications ( #3097 )
...
* Add 'mark all read' option to notifications
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Tests for reactions (#3083 )
* Unit tests for reactions
* Fix import order
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Fix reaction possition when there is attachments (#3099 )
Refactor notifications swap function
* Accept change to drop beforeupdate call
* Update purge notifications error message for consistency
* Drop unnecessary check for mark all as read button
* Remove debugging comment
2017-12-07 13:52:57 +08:00
silverwind
1ed7f18815
Rework button styles on repo and commit page ( #3104 )
2017-12-07 09:26:12 +08:00
Konrad
e98f92d676
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-12-06 18:51:18 +01:00
Ethan Koenig
03eb47b216
Fix repo links ( #3093 )
2017-12-05 13:52:53 +08:00
kolaente
fae44666ec
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v50.go
2017-12-04 10:48:37 +01:00
Lauris BH
5dc37b187c
Add reactions to issues/PR and comments ( #2856 )
2017-12-04 01:14:26 +02:00
techknowlogick
993b86628b
Minor copy changes ( #3074 )
...
* Minor copy changes
Fixes #3058
* Use TrN for translations that depend on count
Fix minor type with branches count
2017-12-03 22:52:30 +02:00
Konrad
9af3aae2f3
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-12-03 17:45:55 +01:00
Ethan Koenig
ab62da283a
Fix avatar URLs ( #3069 )
...
* Fix avatar URLs
* import order
2017-12-03 19:55:13 +08:00
techknowlogick
b0971ae37c
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
2017-12-03 02:26:06 +02:00
silverwind
4947cfb7b0
Remove box-shadow from UI, fix dashboard issue ( #3065 )
2017-12-03 01:16:35 +02:00
Lunny Xiao
ef5364950b
fix issue list branch link broken ( #3061 )
2017-12-02 21:57:47 +02:00
silverwind
f9db60e3bd
Adjust branch button size ( #3063 )
2017-12-02 19:57:51 +02:00
kolaente
1fded52044
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# public/js/index.js
2017-12-02 18:29:32 +01:00
Lunny Xiao
9a8805d785
remove duplicated sanitize ( #3037 )
2017-11-30 21:38:33 +02:00
Sondre Nilsen
86ee41ec03
Expandable commit bodies ( #2980 )
...
* Initial working state of expandable commit bodies
* Fix all commits having showing button for multiline commits
* Refactor checking multiline messages method
* Force newlines with <br> in commit body
* Show multiple lines in the list view of repositories
* Fixed proper newlines and minor refactor
Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.
* Fix commit list messages jumping around
* Fix indentation in view_list.tmpl
* Use vertical-align: baseline instead of top
* Refactor commit button toggle function
* Remove RenderCommitBodyLink function
* Add comments
* Add newline at the end of _repository.less
* Fix long commit bodies not properly wrapping inside <pre>
* Don't split on double newlines
* Show the commit body in commit view
* Update stylesheets
* Add/fix comments and run make fmt
* Fix spaces not being tabs
2017-11-30 13:08:40 +08:00
Ethan Koenig
013db70fce
Removed unused field in form ( #3023 )
2017-11-29 22:52:34 +02:00
kolaente
6eea6c686f
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v49.go
# models/models.go
2017-11-29 20:55:20 +01:00
Ethan Koenig
b7ebaf6d20
Various wiki bug fixes ( #2996 )
...
* Update macaron
* Various wiki bug fixes
2017-11-28 17:43:51 +08:00
kolaente
db4f578e04
Finished implementing setting for dependencies
2017-11-28 00:33:51 +01:00
Konrad
c81041f80d
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-11-27 22:36:38 +01:00
kolaente
33c5033c8b
Started implementing settign for dependencies
2017-11-27 22:36:26 +01:00
Duncan Ogilvie
8ee08fe8bc
Remove duplicate "Max Diff Lines" from config view ( #2987 )
...
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2017-11-27 06:56:50 +02:00
Konrad
fc35252f68
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-11-26 18:41:38 +01:00
Ethan Koenig
2cb6c51158
Fix over-escaped characters ( #2956 )
2017-11-22 15:09:48 +08:00
Ethan Koenig
ea78a6db57
Spaces to tabs in templates ( #2953 )
2017-11-21 13:43:00 +08:00
Lunny Xiao
10b54df2b2
Add dingtalk webhook ( #2777 )
...
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
2017-11-21 06:26:43 +02:00
Michael Kuhn
420fc8efc2
Disable add key button if SSH is disabled ( #2873 )
2017-11-21 11:49:33 +08:00
Lauris BH
a6f337046f
Update go-ini dependency and remove semicolon hack in translations ( #2913 )
2017-11-15 11:34:42 +08:00
Ethan Koenig
bd23e36bec
Add owner to delete repo message ( #2886 )
2017-11-15 09:37:16 +08:00
Konrad Langenberg
6109fcf49a
Simplified check for open dependencies
2017-11-14 21:41:49 +01:00
Konrad
f38b3b4ce5
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-11-13 18:12:06 +01:00
Lauris BH
134958fd9f
Fix localization texts that contain semicolon ( #2900 )
2017-11-13 09:56:10 +02:00
Shaun
4725f91543
Fix inconsistencies in user settings ui ( #2901 )
2017-11-13 09:21:41 +02:00
Ethan Koenig
5481be0ac5
Fix issue link rendering in commit messages ( #2897 )
...
* Fix issue link rendering in commit messages
* Update page.tmpl
* No links for parens
* remove comment
2017-11-13 09:35:55 +08:00
Lauris BH
0a9fd454da
Fix new branch creation to new url scheme ( #2884 )
2017-11-10 19:32:46 -06:00
kolaente
c4ba8d681f
Merge branch 'master' into master
2017-11-06 17:42:41 +01:00
Lunny Xiao
ff9daa3e9b
fix click create pull request button 404 ( #2859 )
2017-11-05 21:11:35 +02:00
harry
93f726352c
Link members and repositories count to each page on org home. ( #2787 )
2017-11-04 13:46:34 +08:00
Morlinest
122a66f6e0
Fix commits page url ( #2823 )
...
* Fix commits page url
* Check all view types
2017-11-02 08:30:19 +08:00
Konrad Langenberg
993a3c0b86
Fixed indention
2017-11-01 20:42:24 +01:00
Morlinest
25acd6c822
Use custom search for each filter type in dashboard ( #2343 )
...
* Do custom search for each filter in repo-search
* Fix search url
* Simplify code
* Remove loader and reset counts when changing filter
2017-11-01 21:39:05 +02:00
Konrad Langenberg
c0bc5e8321
Fixed indetion
2017-11-01 20:38:55 +01:00
Konrad
a2b652e14c
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-11-01 11:31:54 +01:00
Konrad
f188031b44
Rebased sidebar template to remove unrelated changes
2017-11-01 11:03:59 +01:00
Mulia Nasution
e22549747c
Fix dropdown menu position on explore repo ( #2808 )
...
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
2017-10-31 21:16:07 +02:00
Konrad Langenberg
0bbc695915
Fixed a bug where a border in the issue dependency list was on the wrong place
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-31 08:17:23 +01:00
Konrad Langenberg
14aa1d2052
When adding a dependency, the current issue is not shown in the list anymore.
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-31 08:02:36 +01:00
Konrad Langenberg
30fe97a55e
Merge branch 'master' of https://github.com/go-gitea/gitea
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v46.go
# models/repo.go
# public/js/index.js
2017-10-30 21:17:36 +01:00
Ethan Koenig
513375c429
Make URL scheme unambiguous ( #2408 )
...
* Make URL scheme unambiguous
Redirect old routes to new routes
* Fix redirects to new URL scheme, and update template
* Fix branches/_new endpoints, and update integration test
2017-10-30 10:04:25 +08:00
Arif
6e98812ecf
Fix copy in email templates ( #2801 )
2017-10-29 23:57:05 +02:00
Bastian Rinsche
638509b217
Add Safari pinned tab icon ( #2799 )
...
Closes #2753
Signed-off-by: Bastian Rinsche <bastian.rinsche@gmail.com>
2017-10-28 20:01:42 -05:00
Konrad Langenberg
c5992f51c3
Fixed translation issue
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-28 18:13:44 +02:00
Konrad Langenberg
2a02c097c5
Added check to only show dependencies if the user is logged in
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-28 18:10:51 +02:00
Ethan Koenig
5866eb2321
Code/repo search ( #2582 )
...
Indexed search of repository contents (for default branch only)
2017-10-27 09:10:54 +03:00
Lauris BH
762f1d7237
Add wrapping to long diff lines ( #2789 )
...
* Add wrapping to long diff lines to fix #1827
* Fix css class and make changes to source (less) files
* Fix wrong space indentation
* Fix indentation inconsistencies and remove very old WebKit workaround
2017-10-27 12:30:54 +08:00
Jonas Bröms
4d01ecaef3
Show Sendmail settings on admin config page ( #2782 )
...
* Show Sendmail settings on admin config page
* Remove unecessary if statement
2017-10-26 16:47:16 +08:00
Lauris BH
6a107e57f6
Add checks for commits with missing author and time ( #2771 )
...
* Add checks for commits with missing author and time
* Fix validate commits with emails if it has no Author
2017-10-26 15:45:14 +08:00
Bwko
3ab580c8d6
Add branch overiew page ( #2108 )
...
* Add branch overiew page
* fix changed method name on sub menu
* remove unused code
2017-10-26 08:49:16 +08:00
Lunny Xiao
219ca5cadb
some fixes
2017-10-25 13:26:14 +08:00
Lunny Xiao
796be03e9b
fix discord hook bug ( #2778 )
2017-10-25 13:13:45 +08:00
Lauris BH
0e9e48bd5c
Fix activity css conflit with semantic ui ( #2758 )
2017-10-21 18:07:06 -02:00
Antoine GIRARD
619b9b5547
Move swagger-ui under /api/v1 ( #2746 )
...
* Move swagger interface under /api/v1
* Update swagger-ui
* Add /api/swagger and prepare for multiple api version
* Update test links
* Fix footer link
2017-10-21 22:05:50 +08:00
Patrick G
30afce1523
Fix tabs according to semantic-ui docs ( #2733 )
2017-10-18 21:18:31 +03:00
Lauris BH
af4a094e5d
Fix semantic-ui style conflict with v-cloak ( #2722 )
2017-10-17 02:24:43 -05:00
Jonas Franz
f4190f8df8
Render plain text README.txt monospaced ( #2721 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2017-10-17 02:17:22 +03:00
Jonas Franz
33647aa43b
Fixing wrong translations on sorttype oldest/latest ( #2720 )
2017-10-16 23:26:11 +03:00
Lunny Xiao
9e865cee67
Merge password and 2fa page on user settings ( #2695 )
...
* merge password and 2fa page on user settings
2017-10-16 11:14:12 +02:00
Lauris BH
c1b0c9e7c4
Fix PR, milestone and label functionality if issue unit is disabled ( #2710 )
...
* Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user
* Fix multi-actions in PR page
* Change error message
* Fix comment update and delete functionality in PR
2017-10-16 10:55:43 +03:00
Lunny Xiao
a75d5c72bb
Fix plain readme didn't render correctly on repo home page ( #2705 )
...
* fix plain readme didn't render correctly on repo home page
* fix missing render
* remove unused template variables
2017-10-16 09:04:34 +02:00
Lauris BH
f3833b7ce4
Create new branch from branch selection dropdown ( #2130 )
...
* Create new branch from branch selection dropdown and rewrite it to VueJS
* Make updateLocalCopyToCommit as not exported
* Move branch name validation to model
* Fix possible race condition
2017-10-15 22:59:24 +03:00
Lauris BH
1ec4dc6c1d
Fix so that user can still fork his own repository to owned organizations ( #2699 )
...
* Fix so that user can still fork his own repository to his organizations
* Fix to only use owned organizations
* Add integration test for forking own repository to owned organization
2017-10-15 18:06:07 +03:00
Lauris BH
32ca299650
Remove direct user adding to organization members ( #2641 )
2017-10-15 10:24:24 +08:00
Lauris BH
f42dbdbae5
Add Activity page to repository ( #2674 )
...
* Add Activity page to repository
* Add request data for activity
* Add issue data for activity
* Add user unit right checks
* Add releases to activity
* Log repository unit loading error
2017-10-15 02:17:39 +03:00
Konrad Langenberg
c5e35e93ef
Fixed indention
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-10 23:10:13 +02:00
Konrad
81dfd9e15e
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-10-10 22:57:04 +02:00
Kazuki Sawada
43253202e9
Change default sort order ( #2647 )
...
* sort repositories by `updated_unix` in Explore
* Fix UI problem
* Added missing sort order "newest"
* Change default sort order
* fmt
2017-10-05 08:02:43 +03:00
Konrad Langenberg
752406c40c
Reimplemented usage of Comment Depenendent Issue (in struct) in comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-04 23:37:39 +02:00
Konrad Langenberg
d7a2ffcc69
Merge branch 'master' of https://github.com/go-gitea/gitea
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v44.go
2017-10-04 23:15:30 +02:00
Konrad Langenberg
62efeba087
Simplified UI
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-04 22:54:40 +02:00
Kazuki Sawada
fcca037576
hide navbar when only 1 sign-in method is available ( #2648 )
2017-10-04 19:57:00 +03:00
Konrad Langenberg
5e22614248
Optimized Issue Dependency Routes
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-10-03 15:03:57 +02:00
harry
b3cfa5a77e
Use Semantic UI's Search component for user and repo search ( #2636 )
...
* Use search component on org invitation user input.
* Search component for collaboration and members.
* Search component for repo search.
* minCharacters for search input
* Display full_name for user search.
* Fixed missing uid query parameter for repo search.
* Removed unused comment.
2017-10-03 06:27:48 +03:00
Sandro Santilli
fbaa52a3a8
Link to gitea-specific Vagrant example ( #2624 )
...
.. rather than a gogs one
2017-09-30 08:50:19 +08:00
Konrad Langenberg
43caa93454
Moved add dependency input to the sidebar
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-27 17:26:58 +02:00
Konrad Langenberg
107b0cbe6e
Implemented searchable issue list for new dependency selection
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-27 14:36:43 +02:00
Konrad Langenberg
29aafb3ef8
Implemented custom type DependencyType
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-24 17:31:47 +02:00
Konrad Langenberg
2c5a743df8
Renamed Comment
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-24 17:15:33 +02:00
Konrad Langenberg
8b4a48c4bc
Merge branch 'master' of https://github.com/go-gitea/gitea
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v42.go
2017-09-24 13:20:34 +02:00
Konrad Langenberg
c1ea3f588d
Simplified listing all blocking & blocked by issues in one query
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-23 16:08:20 +02:00
Konrad Langenberg
fe4bcc02f3
fixed display issue with comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-23 15:01:47 +02:00
Jonas Franz
b4b0280e33
Ctrl + Enter to submit forms ( #2540 )
...
* Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125 )
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Submit forms if Ctrl+Enter is pressed inside a textarea
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Adding separate class for Ctrl+Enter-Submit
Checking if alt key is pressed too
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Changing .ctrlenter to .js-quick-submit
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2017-09-22 14:17:31 +08:00
David Schneiderbauer
1eedd983ea
Complete push webhooks ( #2530 )
...
* implemented missing 'delete' push webhooks
moreover created ActionDeleteBranch and ActionDeleteTag
* add CommitRepoAction tests for tag/branch creation/deletion
* fixed error where push webhook not called if is new branch or tag
removed unnecessary code
* moved prepare unit test environment into separate method to be used across unit tests
* add missing if clause in pushUpdate
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
2017-09-21 10:43:26 +03:00
Lunny Xiao
0d80af649a
Add init support of orgmode document type on file view and readme ( #2525 )
...
* add init support of orgmode document type on file view and readme
* fix imports
* fix imports and readmeExist
* fix imports order
* fix format
* remove unnecessary convert
2017-09-21 13:20:14 +08:00
Lauris BH
7a0297819d
Sync releases table with tags on push and for mirrors ( #2459 )
...
* Sync releases table with tags on push and for mirrors
* Code style fixes
* Fix api to return only releases
* Optimize release creation and update
Minimize posibility of race conditions
* Fix release lower tag name updating
* handle tag reference update by addionally comparing commit id
2017-09-20 13:26:49 +08:00
Jorge Maldonado Ventura
8b6236d67b
Fix duplicated rel attribute ( #2549 )
...
According to the HTML 5.1 recommendation "The rel attribute on a
and area elements controls what kinds of links the elements create.
The attribute’s value must be a set of space-separated tokens."
(source https://www.w3.org/TR/html51/links.html#links-created-by-a-and-area-elements )
2017-09-20 07:20:11 +03:00
Jorge Maldonado Ventura
d155d0e665
Make basic functionality work without JavaScript ( #2541 )
2017-09-19 01:03:01 +02:00
Konrad Langenberg
c1ee648998
fixed template issue, resolved conflicts
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:53:28 +02:00
Konrad Langenberg
00aea1ad6f
Fixed conflict with timetracking
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:14:02 +02:00
Konrad Langenberg
1710ea49a0
Moved languagestrings to ini
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:14:01 +02:00
Konrad Langenberg
6e5c686457
Fully implemented Repo setting to enable/disable Issue Dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:59 +02:00
kolaente
c6087b8a3d
Implemented Basic Setting of Issue Dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:56 +02:00
kolaente
96f5d6b292
Started implementation of setting
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:56 +02:00
Konrad Langenberg
916d7f01e0
Improved Comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:54 +02:00