Lauris BH
869bf0ab98
Add changelog for v1.2.0-rc3 ( #2563 )
7 years ago
Lauris BH
1254f4cf96
Sync releases table with tags on push and for mirrors ( #2459 ) ( #2554 )
* 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
7 years ago
Lauris BH
e8263d02d5
Fix adding branch as protected to not allow pushing to it ( #2556 )
* Fix adding branch as protected to not allow pushing to it
* Fix can_push value to false in protected_branch (#2560 )
* Fix integration test
7 years ago
Ethan Koenig
3087b46ca5
Backport: Fix lint, fmt and integration testing errors ( #2553 )
* Fix lint errors
* Fix fmt errors (#2544 )
* Hotfix for integration testing (#2473 )
* Hotfix for integration testing
7 years ago
Lauris BH
6b2d0f9055
Remove go version check for make fmt ( #2558 ) ( #2561 )
7 years ago
Jonas Franz
c352de1b77
Restricting access to fork functioanlity to users with Code access ( #2542 )
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Lauris BH
c461418319
Add changelog for release v1.2.0-rc2 ( #2469 )
7 years ago
Lauris BH
5e176835c3
Fix migration from pre-v15 to 1.2.0 ( #2460 ) ( #2465 )
7 years ago
Lunny Xiao
e6af9af1df
bug fixed
7 years ago
Lauris BH
4d0e51152c
Fix releases to be counted from database not tags ( #2389 ) ( #2424 )
7 years ago
Lunny Xiao
b92ac07a42
fix duplicated feed ( #2370 )
7 years ago
Sandro Santilli
1f4f0d80c0
Set version to 1.2.0-dev
1.2.0-dev is less than 1.2.0, according to semver
7 years ago
Lunny Xiao
7fb471026a
fix wrong changelog title ( #2395 )
7 years ago
Lunny Xiao
841b4c206c
add change log for release v1.2.0-rc1 ( #2388 )
7 years ago
Lunny Xiao
d9b7bd501c
Fix missing collabrative repos ( #2367 ) ( #2382 )
* fix missing collabrative repos
* fix bug of collabrative
* fix SQL quotes
7 years ago
Michael Lustfield
b6630b398f
Move 3rd party js/css into `public/vendor` and document sources ( #2383 )
This commit cherry picks the following commits (master -> v1.2):
a915a09
874f9be
233bbcf
Ref: https://github.com/go-gitea/gitea/issues/1484
Signed-off-by: Michael Lustfield <michael@lustfield.net>
7 years ago
Lunny Xiao
db2d60103d
update translation from crowdin ( #2368 ) ( #2380 )
7 years ago
Lunny Xiao
622e693cc4
Add more test for login links and fix a bug on action retrieve ( #2361 )
* add more test for login links and fix a bug on action retrieve
7 years ago
David Schneiderbauer
55a96e05e9
Add integration tests for signin ( #2363 )
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
7 years ago
Ethan Koenig
a2fc1ad0b5
Fix SQL condition bug in GetFeeds(..) ( #2360 )
7 years ago
Lunny Xiao
4ddab17442
fix bug on create repo link on dashboard ( #2359 )
7 years ago
Bo-Yi Wu
c2a604fbb6
Revert "Changes for latest DroneCI ( #2355 )" ( #2358 )
This reverts commit faf4b503b2
.
7 years ago
Bwko
b26bcf9b11
Add collaborative repositories to the dashboard ( #2205 )
* Add collaborative repositories to the dashboard
Remove some unused code from the Dashboard func
* fix some bug and some refactor
* fix tests
7 years ago
Thomas Boerger
d025b8328e
Changes for latest DroneCI ( #2355 )
7 years ago
Morlinest
056806c9a1
Remove (almost) server side data rendering from repo-search component ( #2317 )
* Rename some shorthands
* Remove (almost) server side data rendering from repo-search component template
7 years ago
Lunny Xiao
06f3123edd
update latest xorm version to vendor ( #2353 )
7 years ago
Silke
e58cb47891
Add badge and link to the Matrix room ( #2348 )
7 years ago
Antoine GIRARD
8b81ff17f5
Improve swagger doc ( #2274 )
* Add swagger comment for adminCreateOrg
* Add swagger comment for admin route
* add hook swagger doc
* Add tags
* Add auth
* Fix name of responses
* Edit name method
* Update vendor
* make generate-swagger
7 years ago
Sandro Santilli
e2e92ebb3b
Add INTERNAL_TOKEN to integration .ini file ( #2346 )
Avoids override of source file upon running `make test-pgsql`
Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none
is found; the other ini files under integration/ all have an
INTERNAL_TOKEN
7 years ago
Morlinest
47fbc62f5e
Fix order of elements in dashboard html ( #2344 )
7 years ago
Sandro Santilli
74004082ed
Remove integration test executables on `make clean` ( #2340 )
7 years ago
Sandro Santilli
f337efc034
Add OpenID configuration in install page ( #2276 )
7 years ago
Ethan Koenig
69381b9b93
No error log entries for repo 404 ( #2200 )
7 years ago
David Schneiderbauer
c5288c18d5
Add AppURL without trailing slash to TOTP issuer parameter to prevent conflicting accounts on multiple gitea installations ( #2335 )
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
7 years ago
Morlinest
43cd177ed8
Fix repo-search template errors for go1.7 ( #2336 )
7 years ago
Morlinest
544b7491cd
Fix variable name typo ( #2327 )
7 years ago
Lauris BH
6a14a01aef
Add missing forks key for dashboard repository component ( #2325 )
Missing key that is used in #2285
7 years ago
Morlinest
52939cd7ea
Make use of Vue more universal ( #2318 )
7 years ago
Lunny Xiao
7310179bc9
Add public links check ( #2323 )
* add public links check
* more links for query parameters
7 years ago
Lunny Xiao
472e1b12ff
fix template error on explore repos ( #2319 )
7 years ago
Michael Kuhn
0cdc01997d
Make SHOW_USER_EMAIL also apply to profiles ( #2258 )
The e-mail address is currently only hidden from the explore page.
7 years ago
Ethan Koenig
cef724e99d
Trigger sync webhooks on UI commit ( #2302 )
* Trigger sync webhooks on UI commit
* Also fix UI upload/delete
7 years ago
Morlinest
0e6f1cbe92
Fix and improve dashboard repo UI ( #2285 )
* Fix and improve dashboard repo UI
* Change order of scripts loading
* Remove "mirror" tab
* Remove single tab panel for "org user"
* Add localization strings
* Create vue component and change event for search
* Add "mirrors" filter
7 years ago
Bo-Yi Wu
8b9cf99a89
refactor(Makefile): allow overriding default go program ( #2310 )
7 years ago
Ethan Koenig
93d97e771f
Revert to upstream ini dependency ( #2304 )
7 years ago
silverwind
ec920a8448
More tweaks to repo top panel ( #2267 )
* More tweaks to repo top panel
* undo hiding of compare button on master
* attempt to fix ci issue
* another ci attempt
7 years ago
Ethan Koenig
c7e0b517c7
Fix rendering of external links ( #2292 )
7 years ago
Pontus Leitzler
3a945fbd97
Use /dev/urandom to create random password ( #2298 )
* Make sure generated password is random
Use /dev/urandom to get a 32 char password
* Make sure generated password is random
Use /dev/urandom to generate 32 char password
* Make sure generated password is random
7 years ago
Lunny Xiao
08a2088db4
Only update needed columns when update user ( #2296 )
* only update needed columns when update user
* fix missing update_unix column
7 years ago
Lunny Xiao
d1a3845b8c
fix 500 error when view an issue which's milestone deleted ( #2297 )
7 years ago