Sandro Santilli
62b3f44afe
Fix integration test after librejs location change ( #2374 )
Fixes #2373
7 年前
Michael Lustfield
738293416a
Move themes to plugin directory. Fixes #2372 ( #2375 )
7 年前
Lunny Xiao
1bebb5320e
update translation from crowdin ( #2368 )
7 年前
Michael Lustfield
b9936268dc
Moved vendored js/css into `public/vendor` and documented sources ( #1484 ) ( #2241 )
* Cleaning up public/ and documenting js/css libs.
This commit mostly addresses #1484 by moving vendor'ed plugins into a
vendor/ directory and documenting their upstream source and license in
vendor/librejs.html.
This also proves gitea is using only open source js/css libraries which
helps toward reaching #1524 .
* Removing unused css file.
The version of this file in use is located at:
vendor/plugins/highlight/github.css
* Cleaned up librejs.html and added javascript header
A SafeJS function was added to templates/helper.go to allow keeping
comments inside of javascript.
A javascript comment was added in the header of templates/base/head.tmpl
to mark all non-inline source as free.
The librejs.html file was updated to meet the current librejs spec. I
have now verified that the librejs plugin detects most of the scripts
included in gitea and suspect the non-free detections are the result of
a bug in the plugin. I believe this commit is enough to meet the C0.0
requirement of #1534 .
* Updating SafeJS function per lint suggestion
* Added VERSIONS file, per request
7 年前
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 年前
David Schneiderbauer
55a96e05e9
Add integration tests for signin ( #2363 )
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
7 年前
Ethan Koenig
a2fc1ad0b5
Fix SQL condition bug in GetFeeds(..) ( #2360 )
7 年前
Lunny Xiao
4ddab17442
fix bug on create repo link on dashboard ( #2359 )
7 年前
Bo-Yi Wu
c2a604fbb6
Revert "Changes for latest DroneCI ( #2355 )" ( #2358 )
This reverts commit faf4b503b2
.
7 年前
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 年前
Thomas Boerger
d025b8328e
Changes for latest DroneCI ( #2355 )
7 年前
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 年前
Lunny Xiao
06f3123edd
update latest xorm version to vendor ( #2353 )
7 年前
Silke
e58cb47891
Add badge and link to the Matrix room ( #2348 )
7 年前
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 年前
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 年前
Morlinest
47fbc62f5e
Fix order of elements in dashboard html ( #2344 )
7 年前
Sandro Santilli
74004082ed
Remove integration test executables on `make clean` ( #2340 )
7 年前
Sandro Santilli
f337efc034
Add OpenID configuration in install page ( #2276 )
7 年前
Ethan Koenig
69381b9b93
No error log entries for repo 404 ( #2200 )
7 年前
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 年前
Morlinest
43cd177ed8
Fix repo-search template errors for go1.7 ( #2336 )
7 年前
Morlinest
544b7491cd
Fix variable name typo ( #2327 )
7 年前
Lauris BH
6a14a01aef
Add missing forks key for dashboard repository component ( #2325 )
Missing key that is used in #2285
7 年前
Morlinest
52939cd7ea
Make use of Vue more universal ( #2318 )
7 年前
Lunny Xiao
7310179bc9
Add public links check ( #2323 )
* add public links check
* more links for query parameters
7 年前
Lunny Xiao
472e1b12ff
fix template error on explore repos ( #2319 )
7 年前
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 年前
Ethan Koenig
cef724e99d
Trigger sync webhooks on UI commit ( #2302 )
* Trigger sync webhooks on UI commit
* Also fix UI upload/delete
7 年前
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 年前
Bo-Yi Wu
8b9cf99a89
refactor(Makefile): allow overriding default go program ( #2310 )
7 年前
Ethan Koenig
93d97e771f
Revert to upstream ini dependency ( #2304 )
7 年前
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 年前
Ethan Koenig
c7e0b517c7
Fix rendering of external links ( #2292 )
7 年前
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 年前
Lunny Xiao
08a2088db4
Only update needed columns when update user ( #2296 )
* only update needed columns when update user
* fix missing update_unix column
7 年前
Lunny Xiao
d1a3845b8c
fix 500 error when view an issue which's milestone deleted ( #2297 )
7 年前
Lunny Xiao
aaad6f9761
fix webhook link
7 年前
Patrick G
f427f7848d
Comment help text for issues ( #2281 )
7 年前
Ethan Koenig
6c88d024fe
Temporarily patch go-ini/ini with fork ( #2255 )
8 年前
silverwind
b3bfd81fb5
File path tweaks in UI ( #2264 )
8 年前
Michael Kuhn
6d75ba234c
Make short link pattern greedy ( #2259 )
Multiple links on the same line are currently not recognized correctly.
8 年前
Bo-Yi Wu
ec9b081235
update drone sig file. ( #2262 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 年前
Bo-Yi Wu
f9628565c7
ignore coverage steps. ( #2257 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 年前
G
0734c667d6
Convert xorm literal queries to method calls ( #2253 )
8 年前
Lauris BH
769df98d0d
Fix internal requests when gitea listens to unix socket or only external IP ( #2234 )
* Fix internal requests when gitea listens to unix socket or only external IP
* When Gitea is set to listen using FastCGI use AppURL for LocalURL
8 年前
Lauris BH
772f1558c9
update code.gitea.io/git in vendor to fix #2245 ( #2250 )
8 年前
Lunny Xiao
01e4be40d9
add changelog of release v1.1.3 ( #2252 )
8 年前
Ethan Koenig
1a50678894
Fix counts on issues dashboard ( #2215 )
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
8 年前
Ethan Koenig
835e335242
EnableUnit() -> UnitEnabled() ( #2242 )
8 年前